07-12-2013, 12:59
I am using god mode plugin 4.0 in my server. I have setup the sv_config.ini file so that only few guids are allowed to use admin commands. However anyone that joins the server is able to be admin, and use all commands. I have checked and double checked my sv_config
I am not sure why this is happening. Can someone please help. Thanks
Code:
[SERVER]
TimedMessages=0
//Enable or disable timed messages [0-1]
SpecsFix=1
//Disable the CPU/Bandwidth check [0-1]
OldRotation=0
//Enable cod4-style rotation
OldRotationVal=playlist sd_default map mp_plaza2 playlist sd_default mp_mogadishu playlist sd_default mp_bootleg playlist sd_default mp_hardhat playlist sd_default mp_terminal_cls playlist sd_default mp_underground playlist sd_default mp_ village
//Rotation, change to your desire
DisableVAC=0
//[UNTESTED] Stop VAC from protecting your server
[LOG]
ConsoleLog=1
//Enable logging to the 'console.log' file [0-1]
[SCRIPT]
Enabled=0
//Enable the server script [0-1]
Script=example.script
//Server script to run
[DEBUG]
ExceptionLogging=0
//Enable logging of crashes [0-1]
[UPDATER]
Enable=0
//Enable the updater
AutoUpdate=0
//Auto-update the server when there is a new release. (Mainly for dedicated servers on game server hosters)
[DVARS]
//For ESL, LAN, etc. set to 1
//All other options except MR, KnifeRound and AutoMapRotate will be disabled
//If you want to use other options, set to 0 (PUB MODE)
//If you set it to 2 it is the Stream mode, this is the same as set to 1 but Final Killcam will be enabled
CompetitiveMod=0
//Force dvars when client connects
forceClientDvars=cg_fov "80"
//Allow People to change maxfps to 0
AllowFPSUnlock=0
//Enable Throwback of grenades, throwing knifes
ThrowbackEnabled=0
//Enable map sentries (Ex. Chopper Bakaara)
SentryEnabled=0
//Show final killcam
FinalKillcam=1
//First round of map knife round to evaluate teams (1=Enabled)
KnifeRound=0
//Change strat time (seconds), to disable strat set to 1
StratTime=1
// You can specify custom teamswitch, ex. mr12. If UseDSRmr is 0, the default value is 12
// To change the default value type in rcon console "set mr X" and restart the map (map_restart)
MR=12
//Use Teamswitch and roundlimit values from DSR file (If set to 1, option MR will be ignored)
UseDSRmr=0
//Rotate map automatically if map ends
AutoMapRotate=0
//Allow drop of scope and shotgun
DropAllWeapons=0
//Disable perks in plugins (set to 1 if you have perks enabled on the server)
AutoPerkDisable=0
//Enable/disable PlayersAlive hud elements
PlayersAlive=0
[PERMISSION]
//Don't add spaces after commas!
//CASE SENSITIVE!
//Don't remove the User & Admin groups!
Usergroups=Admin,TAdmin,User
Admin_xuids=
//Admins can use all commands (Do not change!).
Admin_commands=*ALL*
TAdmin_xuids=
TAdmin_commands=!help,!xuid,!fov,!rcon,!map,!res,!kick,!ban,!knife,!knife 1,!knife 0,!yes,!no,!vfr,!vmar,!vmba,!vmbo,!vmca,!vmdo,!vmdt,!vmfa,!vmha,!vmin,!vmlo,!vmmi,!vmou,!vmre,!vmse,!vmun,!vmvi,!vmag,!vmer,!vmte,!ahud,!getsd,!getdom,!gethq,!getffa,!getgg,!getoic,!mr,!maparkaden,!mapbakaara,!mapbootleg,!mapcarbon,!mapdome,!mapdownturn,!mapfallen,!maphardhat,!mapinterchange,!mapmission,!mapoutpost,!mapresistance,!mapseatown,!mapunderground,!mapvillage,!mapaground,!maperosion,!mapterminal, !map hardhat,
User_xuids=*EVERYONE*
User_commands=!help,!fov,!yes,!no,!vfr,!vmar,!vmba,!vmbo,!vmca,!vmdo,!vmdt,!vmfa,!vmha,!vmin,!vmlo,!vmmi,!vmou,!vmre,!vmse,!vmun,!vmvi,!vmag,!vmer,!vmte,!ahud,
Moderator_xuids=xuid1,xuid2,xuid3
Moderator_commands=!help,!getxuid,!gettype
[KNIFE]
Enabled=0
// 0 or 1
ChatCommands=0
// 0 or 1, enable/disable chat commands above
[GodPlugin]
kickwarnings=3
Customname1=Add Your Gametype Names
Customname2=Add Your Gametype Names
Customname3= Add Your Gametype Names
usePermissions=1
GodPluginSupport=0
useLangFilter=false
warningTTL=12
pmrules=true
Admins= Add Admin XUIDs Here For Call Admin
warningtempban=true
kickmessage=^2<playername> ^7has been kicked from the server.
banmessage=^2<playername> ^7has been banned from the server.
tmpbanmessage=^2<playername> ^7has been banned from the server.
warnkickmessage=^2<playername> ^7has been kicked from the server.
warnmessage=^^2<playername> ^7 has been warned.
unwarnmessage=^2<playername> ^7has been unwarned.
[VOTEMAP]
//cooldown between two vote progress
cooldown=60
//time from vote start to end
votetime=60
//time between each notice
votemsginterval=3
successpercent=50
[ReservedSlotPlugin]
//enter all the xuids of players who will get access to reserved slots
xuids=
//The message which will be shown to the kicked player
message=Kicked for Reserved Slot
//Sets how the plugin makes the decision who will be kicked from the server
//1 - Kicks the player with the highest average ping
//2 - Kicks the player with the highest actual ping
//3 - Kicks a random player
rule=1
//0 - no Reserved slots on private matches, 1 - reserved slots enabled for private
reservedSlotsOnPrivate=0
//delay for joining the server (set it higher if player get kicked out
//but you get the message that the server is full)
//time is in milliseconds - default value: 5000 (5seconds)
delayJoinTime=6000
[ServerAd]
//Text to be displayed
Text= ^5Server name
//FontScale
FontSize=0.9
[Ping]
Re-Check=20
//seconds after which ping is checked again
MaxPing=180
//Ping limit
MaxWarns=3
//Number of warnings followed by a kick
UsePermission=true
//Use permission plugin to get XUID protected from kick
ProtectedXuidKey=TAdmin_xuids
/Key of Permission plugin section with XUID of protected players.Use only when UsePermission is true
I am not sure why this is happening. Can someone please help. Thanks