How To Disable /plugins for other Players

Discussion in 'Bukkit Help' started by Link155, Sep 2, 2012.

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

    Link155

    I dont want people to have access to the /plugins command. i dont think its a plugin doing it but i have no idea how to disable it. if anyone has any idea as to how to turn it off for other players or knows how plz let me know. Thanks a Bunch




    [​IMG]
     
  2. Offline

    chaseoes

    Take away their permission for it.
     
  3. Offline

    Link155

    There isnt anything in the permissions thats letting them use it.
    Code:
    groups:
      Guest:
        default: true
        permissions:
        - essentials.afk
        - essentials.compass
        - essentials.depth
        - essentials.help
        - essentials.msg
        - essentials.msg.url
        - essentials.rules
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.time
        - lwc.protect
        - craftbook.mech.bookshelf.use
        options:
          prefix: '[Guest]'
          build: 'true'
          suffix: ''
      Member:
        permissions:
        - essentials.near
        - essentials.warp
        - essentials.setwarp
        - essentials.warp.overwrite.*
        - sb.use.xp
        inheritance:
        - Guest
        options:
          prefix: '[Member]'
          build: 'true'
          suffix: ''
      Admins:
        permissions:
        - '*'
        options:
          prefix: ''
          build: 'true'
          suffix: ''
      Mod:
        permissions:
        - essentials.feed.others
        - essentials.feed
        - essentials.give.item-all
        - essentials.god
        - essentials.heal
        - essentials.heal.others
        - essentials.itemspawn.item-all
        - essentials.time.set
        - essentials.ban
        - essentials.ban.offline
        - essentials.killall
        - essentials.mute
        - essentials.tempban
        - essentials.tempban.offline
        - essentials.unban
        - essentials.vanish
        - essentials.weather
        - worldedit.*
        - worldguard.*
        - essentials.give
        - essentials.item
        - coreprotect.inspect
        - disguisecraft.mob.*
        - essentials.kick
        - jail.command.jailcheck
        - jail.command.jaillist
        - jail.command.unjail
        - jail.command.jail
     
  4. Offline

    UssCompany

    You can try to use anti-perm.
     
  5. Offline

    midnightfang22

    bukkit.command.plugins
     
  6. Offline

    UssCompany

    Try to add ^bukkit.command.plugins
     
  7. Offline

    chaseoes

    Exactly why I said to take it away, or negate it.
     
Thread Status:
Not open for further replies.

Share This Page