/? command

Discussion in 'Bukkit Help' started by davion100, Sep 7, 2014.

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

    davion100

    The /plugins command is disabled but people can use the /? command to see the plugins on my server. How can I remove it, I haven't found a node for it ?
     
  2. Offline

    PapiDimmi

    Try the plugin AntiCommandTab (latest version: 1.7.2, works for 1.7.10)
    (required dependency: ProtocolLib (latest version: 1.7.9, works for 1.7.10)

    It blocks /plugins, /?, /help, /pl, etc.
    I personally use it/them! ;)
     
  3. Offline

    Necrodoom

    PapiDimmi davion100 or just deny the bukkit.command.help and bukkit.command.plugins permissions.
     
  4. Offline

    17xDillz1997

    You do this by using a ' - ' infront of the permission you add to them, right? I disabled it in Group Manager in the default config, and that didn't work, and I added a MINUS sign to a permission and it worked.
     
  5. Offline

    Necrodoom

    17xDillz1997 Not sure what did you mean by disabling a node in the default config, as opposed to negation of a permission node using -.
     
  6. Offline

    17xDillz1997

    There was a node there which showed bukkit.command.help and you could take it off. Some default commands where made for some groups, basically. I removed it which didnt work. I added a negative symbol in front of the bukkit.command.help in-game and it disabled it.
     
  7. Offline

    Necrodoom

    17xDillz1997 You mean in globalgroups.yml? The bukkit.command.help node is given by default to everyone because its set to default: true in bukkit permissions, so youd need to negate it.
     
  8. Offline

    LHammonds

    If you are using PermissionsEx, here is an example config that negates those nodes for normal users. The same negation works in GroupManager iirc but in bPermissions, they use a carrot sign instead of a 2nd dash sign.

    LHammonds
     
  9. Offline

    Rachel2560

    Use this Bukkit plugin:

    http://dev.bukkit.org/bukkit-plugins/commandsguard/

    You can block any command with it although I don't believe it blocks tab complete, also be aware that sometimes uppercase letters can still work for commands that you want to block and players could use uppercase instead and bypass the block.
     
  10. Offline

    17xDillz1997

    Yeah it was there. I took it off and it still worked. Does 'negate' mean the negative symbol? (Dash)
     
Thread Status:
Not open for further replies.

Share This Page