I think it's a bit annoying to open up config.yml for permissions every time I want to add someone to the server. As default, no one has permissions to do anything, they need to be in the user group. Is there a way to do this through the in game console?
Tell me more
×
Arqade is a question and answer site for
passionate videogamers on all platforms. It's 100% free, no registration required.
|
|
||||
|
|
|
You can use the following command to set a player's group with PermissionsBukkit:
So, this would set a player named Bob to the 'user' group:
Just make sure that you have the |
|||
|
|
|
I use a plugin called setrank to achieve this. There are two versions, one for PEX here http://dev.bukkit.org/server-mods/setrankpex/ and one for bukkitperms here http://dev.bukkit.org/server-mods/setrankpb/ (I think you want the second one) It's quite easy to set up and use and if you want to let users buy ranks it can be configured (they use the /promo command) |
|||
|
|
