Hi there, I'm trying to disable certain commands from here: http://wiki.bukkit.org/CraftBukkit_commands I open the yml file and add, for example: - -bukkit.command.give This doesn't seem to work, I just can't figure it out. Can someone help me out please? Sorry if this is in the wrong section.
I do apologise, I should have elaberated more: I'm using Pex, this is what's in my permissions.yml: http://pastebin.com/p8ppu39f I just want to disable some options for the different groups, VIP and normal
Iestyn I noticed that you did the "remove" part of it wrong. You put: Code: - - bukkitBLAHBLAH It should be: Code: - -bukkitBLAHBLAH Hope this helps. Beast
Also you have a line between groups which shouldn't be here. I fixed that and what beast mentioned. http://pastebin.com/6zzefy36
Thank you even though I've got - -bukkit.command.give it's still allowing me to use the give command Still not working I only have Pex and command helper installed
Iestyn You should also check, for instance, that a plugin is allowing players to use /give, without permissions. Hope this helps!
Can't see a plugin thats allowing it, it worked on the tekkit setup I used to have just for some reason, won't work now