• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
God Mode Plugin - Everyone has rcon admin
#1
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

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
  Reply
#2
for what game is this?
  Reply
#3
(07-12-2013, 19:14)nhoj312 Wrote: for what game is this?

MW3.
  Reply
#4
(07-12-2013, 19:14)nhoj312 Wrote: for what game is this?

Thought that would have been obvious since we are in the Modern Warfare 3 forums, as for the issue it appears to be caused by your commands list which has errors. Currently you have a trailing comma which may cause parsing errors for not only the permission plugin but for anything else that uses it and you have spaces/line returns which break the list of commands for the specified group.

Also the !map command is universal to whatever maps are coded into the God plugin therefore you only need !map instead of every map been listed.

Simply remove any trailing commas from the end of the commands list, ensure there are no spaces and no extra line returns that don't need to be there.
I now host all my MW3 projects on my private GIT repo
  Reply
#5
Hi is there anyway to create a login access that only admins will have it example
Add a login to permissions plugin , so all admins with that xuid will type a login password in server to have access to plugin , players keep stealing xuids to have access to chat commands.
just a example :

// type !login password
Login password : aaabbb
Admin_xuids=01100001example

when that admin connect to server he needs type in chat !login aaabbb to gain admin powers.
Is there any plugin for that ?
ill copy this topic for permissions plugin
admin or mods delete this if needed
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,884 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,337 11-08-2013, 19:13
Last Post: clemi555
  [Release] Bunker Plugin 1.3 archit 68 38,152 10-30-2013, 11:59
Last Post: clacki
  Help Modifying plugin maverigh 5 5,245 10-19-2013, 10:29
Last Post: Nekochan
Shocked [Request] Switch plugin axel-le-meilleur 6 4,602 10-19-2013, 06:59
Last Post: iRoNinja
Question Help Admin menu koren30 4 4,758 10-07-2013, 20:17
Last Post: Yamato
  [Release] Yurio Map Plugin Yurio 101 57,432 09-26-2013, 13:38
Last Post: First_Semyon
Brick [Release] v1.1 ChangeMap/NextMap Plugin without any configuration milchshake 23 17,340 09-23-2013, 13:18
Last Post: SgtLegend
  Help !say Plugin (like the !say from GodPlugin) Hallla 0 2,524 09-13-2013, 09:31
Last Post: Hallla
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,298 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks

Forum Jump:


Users browsing this thread: 1 Guest(s)