How to stop people from doing /plugins?

Discussion in 'Bukkit Help' started by TopBritGamer, Feb 24, 2012.

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

    TopBritGamer

    Just wondering what the premissions would be for people to stop using /plugins. My main plugin is essentails if that helps.

    Thanks


    -Jake
     
  2. Offline

    flamedaces

  3. Offline

    TopBritGamer

    Thanks ill check it out :)
     
  4. Offline

    Rardical

  5. Offline

    c0mp

    Why not just use the built-in CraftBukkit permission nodes to restrict access?​
     
  6. Offline

    Greylocke

    There are at least three different plugins for blocking /version, /plugins, etc. NONE of them are necessary, since you can do this already with bukkit's built-in features or your permissions manager.

    The simplest method is by using your permissions manager. Just remove the permissions for bukkit.command.plugins. DONE!

    If you don't use a permissions manager then just add two entries to to the aliases section of your bukkit.yml file so that it looks something like this:
    Code:
    aliases:
      plugins: []
      pl: []
    
    DONE!
    no extra plugins required.
     
  7. Offline

    TopBritGamer

    Thanks. The first plugin didnt work the second the download! I'll try the premission node out with premissionsEX

    @Comp lol didnt see till now xD

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
Thread Status:
Not open for further replies.

Share This Page