Default /me permission not working

Discussion in 'Bukkit Help' started by MegaNarwhal, Oct 6, 2013.

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

    MegaNarwhal

    I am attempting to set up an umbrella node in the default CraftBukkit permissions.yml file to not allow the /me command. On the wiki it is listed as bukkit.command.me, but I have that set to false in my permissions file and players can still use the command. I know the file is formatted correctly because the other permissions I have set are working properly. Is it possible that the wrong permissions node is listed on the wiki or is something else wrong? The only plugins on the server are NoCheatPlus, LocalChat, WorldEdit, and Colored Signs.
     
  2. Offline

    xDeeKay

    MegaNarwhal Give the permission node - -bukkit.command.me to negate the command.
     
  3. Offline

    Jade

    The permissions.yml that is part of Bukkit isn't meant to act in place of a permission plugin. You'll need a permissions plugin.
     
  4. Offline

    MegaNarwhal

    xDeeKay I'm using default Bukkit permissions, however I'm 99 percent certain that I have negated that permission.

    Jade I'm aware that a permissions plugin is needed for more complex situations but from my understanding, the default permissions.yml can handle simple negation of permissions for not-op players.

    I'll post my permissions file when I get home.

    EDIT: Contents of my permissions.yml:
    Code:
    perm.test:
      default: not-op
      children:
        bukkit.command.me: false
        bukkit.command.list: true
        ColoredSigns.Format: true
    I have it formatted correctly and both the list and sign format permissions appear to be working, it's just /me that isn't negated. Is "bukkit.command.me" the correct permission?
     
  5. Offline

    MegaNarwhal

    Bump. I'd really like to get this to work.
     
Thread Status:
Not open for further replies.

Share This Page