How do i hide /plugins?

Discussion in 'Archived: Plugin Requests' started by Go Hard, Jun 25, 2012.

  1. Offline

    Go Hard

    Is there a plugin where if members do /plugins it will give them a error message or block it so they can't see them.
     
  2. Offline

    JOPHESTUS

  3. If you have permissions, give users you don't want to use it the permission: -bukkit.command.plugins
     
  4. Offline

    d3fin3d

    You could easily create a very simple diversion script with CommandHelper:

    Something like:

    Code:
    /pl = msg(color(red).'You do not have access to this command.')
     
    /plugins = msg(color(red).'You do not have access to this command.')
    Will work fine.

    Or this:

     
  5. Offline

    codename_B

Share This Page