Permission /plugins

Discussion in 'Bukkit Help' started by wesleydeman, May 1, 2012.

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

    wesleydeman

    Hello,

    What is the permission node for /plugins.
    Because my normal members cant use it.

    Wesley
     
  2. Offline

    Seikay

  3. Offline

    wesleydeman

    I added that permission but it still doesent work.

    I am using PermissionsEx.
    Here are my permissions.

    Code:
    groups:
      Guest:
        prefix: '&0(&8Guest&0)&7 '
        default: true
        options:
          rank: '1000'
        permissions:
        - essentials.list
        - modifyworld.chat
        - essentials.help
        - essentials.motd
        - essentials.rules
        - bukkit.command.plugins
      Member:
        prefix: '&0(&8Member&0)&7 '
        inheritance:
        - Guest
        permissions:
        - modifyworld.*
        - essentials.build
        - essentials.sell
        - essentials.afk
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.realname
        - essentials.suicide
        - essentials.clearinventory
        - essentials.ping
        - essentials.spawn
        - essentials.back
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.*
        - essentials.protect.damage.*
        - essentials.signs.color
        - essentials.signs.create.balance
        - essentials.signs.create.buy
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.sell
        - essentials.signs.create.trade
        - essentials.signs.create.warp
        - essentials.signs.use.*
        - essentials.time
        - lwc.protect
        - ChestShop.shop.create
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - iConomy.user
        - Gold2Economy.iron
        - Gold2Economy.gold
        - Gold2Economy.diamond
        - jobs.use
        - factions.kit.fullplayer
        - factions.money.kit.standard
        options:
          rank: '900'
      Builder:
        prefix: '&0(&eBuilder&0)&7 '
        inheritance:
        - Member
        permissions:
        - essentials.gamemode
        - essentials.item
        - essentials.oversizedstacks
        - essentials.unlimited
        - essentials.nick
        - essentials.nick.color
        - essentials.back.ondeath
        - essentials.top
        - essentials.chat.color
        - ChestShop.nofee
        - worldedit.*
        options:
          rank: '800'
      Moderator:
        prefix: '&0(&1Moderator&0)&7 '
        inheritance:
        - Member
        permissions:
        - essentials.powertool
        - ChestShop.nofee
        - essentials.powertooltoggle
        - essentials.gamemode
        - essentials.item
        - essentials.oversizedstacks
        - essentials.unlimited
        - essentials.nick
        - ChestShop.mod
        - essentials.nick.color
        - essentials.back.ondeath
        - essentials.top
        - essentials.chat.color
        - essentials.seen
        - essentials.seen.banreason
        - essentials.spawner
        - essentials.spawner.*
        - essentials.whois
        - essentials.ban
        - essentials.ban.notify
        - essentials.clearinventory.others
        - essentials.ext
        - essentials.gc
        - essentials.invsee
        - essentials.invsee.modify
        - essentials.jails
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.lightning
        - essentials.lightning.others
        - essentials.mute
        - essentials.remove
        - essentials.sudo.exempt
        - essentials.tempban
        - essentials.togglejail
        - essentials.weather
        - essentials.delhome.others
        - essentials.delwarp
        - essentials.home.others
        - essentials.sethome.others
        - essentials.setwarp
        - essentials.tp
        - essentials.tp.others
        - essentials.tpaall
        - essentials.tpall
        - essentials.tphere
        - essentials.tpo
        - essentials.time.set
        - essentials.tpohere
        - essentials.sleepingignored
        - lwc.mod
        - iConomy.plus
        - essentials.enchant
        - essentials.enchant.*
        - factions.kit.mod
        - nocheatplus.admin.chatlog
        options:
          rank: '100'
      Admin:
        prefix: '&0(&4Admin&0)&7 '
        inheritance:
        - Moderator
        permissions:
        - essentials.ban.offline
        - essentials.banip
        - essentials.broadcast
        - essentials.deljail
        - essentials.essentials
        - essentials.fireball
        - essentials.kickall
        - essentials.kill.force
        - essentials.killall
        - essentials.nuke
        - essentials.setjail
        - essentials.socialspy
        - essentials.spawnmob
        - essentials.spawnmob.*
        - essentials.sudo
        - essentials.tempban.offline
        - essentials.thunder
        - essentials.togglejail.offline
        - essentials.unban
        - essentials.unbanip
        - essentials.setspawn
        - worldedit.*
        - ChestShop.admin
        - iConomy.*
        - Gold2Economy.*
        - bukkit.command.op.give
        - bukkit.command.op.take
        - bukkit.command.save.perform
        - permissions.manage.users
        - permissions.manage.users.*
        - permissions.manage.membership
        - permissions.manage.membership.*
        - permissions.manage.groups.list
        - jobs.*
        - factions.kit.admin
        - factions.*
        - factions.money.*
        - nocheatplus.admin.commands
        - nocheatplus.mods.zombe.fly
        - nocheatplus.mods.cjb.fly
        options:
          rank: '90'
      Owner:
        prefix: '&0(&4Owner&0)&7 '
        inheritance:
        - Admin
        permissions:
        - essentials.*
        - '*'
        options:
          rank: '0'
    users:
      wesleydeman:
        group:
        - Guest
        suffix: '&b'
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  4. Offline

    ashley

    do you use any plugin that also use the command /plugins or prevent you from using it?
    can a member, builder, admin use the /plugin command?
    can u try to use /? and /pl on the server and tell me if that works
     
  5. Offline

    wesleydeman

    As member i cant use /pl or /? or /plugins or /plugin.

    My plugins:
    • ChestShop.jar
    • Dynmap-Factions.jar
    • dynmap.jar
    • Essentials.jar
    • EssentialsChat.jar
    • EssentialsSpawn.jar
    • Factions.jar
    • Gold2Economy-Vault.jar
    • iConomy.jar
    • Jobs.jar
    • LWC.jar
    • Modifyworld.jar
    • NoCheatPlus.jar
    • odditem-0.9.5.jar
    • Orebfuscator.jar
    • PermissionsEx.jar
    • Vault.jar
    • WorldEdit.jar
    • worldguard-5.5.2.jar
     
  6. Offline

    ashley

    could you try this

    pex user <a name of a person that can't use /pl> add bukkit.command.plugins
    and let that user try /plugins and tell me if works or not
     
  7. Offline

    wesleydeman

    It does not work that way to! :(
     
  8. Offline

    ashley

    can you try to remove all plugins and add them one at a time
    that way you can see what causes the conflict
     
  9. Offline

    wesleydeman

    I will try that later when there are no members online.
     
  10. Offline

    ashley

    ok and let me know i will try to help you when im back
    (off to bed now)
     
  11. Offline

    Omnitv

    Or you can copy the server and use a diffrent port/ip and test it out on a another computer while your players are still in the main server. thus you can debug *Manually*
    (don't ask me how to do this this on one computer it is a suggestion if you have 2 computers)
     
  12. Offline

    wesleydeman

    I am running my server on a linux vps, so i can copy the files to my local pc.
    I could indeed do this Ty for the reminder :D

    When i added NoCheatPlus it did this.

    In the config from it
    Changed:
    protectplugins: true
    To:
    protectplugins: false

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  13. Offline

    NNickey

    Be warned that hacked clients can use /plugins to see if the server has NoCheatPlus to warn the user.
     
Thread Status:
Not open for further replies.

Share This Page