Disabling certain commands

Discussion in 'Bukkit Help' started by Iestyn, May 23, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Iestyn

    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.
     
  2. Offline

    vemacs

    1. What YML file?

    2. What permissions manager?

    3. What are you trying to do?
     
  3. Offline

    Iestyn


    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 :)
     
  4. Offline

    LandonTheGeek

    Iestyn
    I noticed that you did the "remove" part of it wrong. You put:

    Code:
    - - bukkitBLAHBLAH
    It should be:

    Code:
    - -bukkitBLAHBLAH
    Hope this helps. :D
    Beast
     
  5. Offline

    Iroh

    xXTh3B3astXxify likes this.
  6. Offline

    Necrodoom

    Iestyn if above suggestions fail to fix the issue, list plugins.
     
  7. Offline

    Iestyn


    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 :)
     
  8. Offline

    LandonTheGeek

    Iestyn
    You should also check, for instance, that a plugin is allowing players to use /give, without permissions.

    Hope this helps!
     
  9. Offline

    Iestyn


    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 :(
     
  10. Offline

    LandonTheGeek

    Iestyn
    Hmm... Sorry I couldn't help much. :/

    Good luck!
     
  11. Offline

    Iroh

     
Thread Status:
Not open for further replies.

Share This Page