Hello all,
Im currently in the mist of setting up a new community with a server and upon trying to set up plugins i am stumped by this..
I have set up three staff groups with permissions
Mod
Admin
Owner
I have installed the GIVE plugin and want to restrict the /give commands to the Admin group. I've read abit further and i need to use Authlevels plugin so i installed that though it only has 3 options
0-Player
1-Moderator
2-Owner
I'm worried if i use auth level 1 for the Admin group it will give them permission to use other plugin commands that i dont realize. Giving a player Authlevel 1 also lets them press F1 and use the item list to spawn items which bypasses the logs.
My question is how do i disable the F1 item list so they can't bypass the logs OR how do i change the plugin to use perms instead of Authlevel
Solved Restricting access to the ingame item spawner..?
Discussion in 'Rust Discussion' started by Moderation, Jan 14, 2016.
-
Wulf Community Admin
The AuthLevel plugin is only for controlling the auth levels assigned to players, not limited commands. You can use the CommandBlock plugin to actually block them.
-
And if i was to use command block what would the command i would input into the config file to block spawning items in from the f1 menu? -
Wulf Community Admin
-
Alright thank you, if GIVE is unable to be altered i will use command block. -
Wulf Community Admin
-
Could you look at this config and tell me if this will block F1 item spawning for Auth level 1?
Code:{ "Messages": { "Blocked": "Sorry, that command is blocked!" }, "Settings": { "AuthLevel": 1, "ChatName": "SERVER", "Commands": [ "server.seed", "inventory.give", "inventory.giveid", "inventory.givebp" ] } }
-
Wulf Community Admin
-