Blocking /pl

Discussion in 'Bukkit Help' started by SurvivalCraft994, May 3, 2014.

Thread Status:
Not open for further replies.
  1. I tried the node: - bukkit.command.plugins but that still allows them to do /pl or /plugins how do you block it?
     
  2. If the node doesnt work search plugins.bukkit.org for a plugin that blocks it, try looking up NoPl or Noplugins
     
  3. Offline

    JaguarJo

    SurvivalCraft994 You need to negate the node, which takes another - on the front of it. Like this:
    - -bukkit.command.plugins

    That's assuming you use GroupManager or PermissionsEx. If you have bPermissions, it might be something like this (I think):
    - ^bukkit.command.plugins
     
  4. I have pex and tried - bukkit.com
    I have PEX and i did - bukkit.command.plugins and it didnt stop it
     
  5. Offline

    ZanderMan9

    Just don't add it in the first place..?
     
  6. Offline

    JaguarJo

    Doing - bukkit.command.plugins is not the same as doing - -bukkit.command.plugins . You NEED that second - in there, otherwise you are not negating the permission, you are allowing it. Just to reiterate, to negate a permission, you do the regular - and then another - connected to the permission node itself: - -bukkit.command.plugins
     
  7. okay thanks!
     
Thread Status:
Not open for further replies.

Share This Page