Plugin Help default rank Cant do anything

Discussion in 'Plugin Help/Development/Requests' started by Jonathon.j.hunt, Mar 22, 2017.

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

    Jonathon.j.hunt

    so I'm creating a server and everything is fine till recently I've been doing ranks with PEX and my default rank you literally cant use anything.. I mean you can run around and stuff but they cant use their tool and they cant eat or anything.. every time they try it says they do not have permission to use/do that. ill copy and paste the permissions file

    Code:
    groups:
      Member:
      permissions:
      - essentials.warps.shop
      - essentials.warp.list
      - essentials.warp
      - essentials.kits.tools
      - essentials.kit
      - essentials.kit.tools
      - essentials.tpahere
      - essentials.signs.use.sell
      - essentials.signs.use.buy
      - essentials.sign.buy.use
      - essentials.rules
      - essentials.help
      - -bukkit.command.kill
      - -essentials.plugins
      - /home
      - /sethome
      - essentials.afk
      - essentials.balance
      - essentials.balance.others
      - essentials.balancetop
      - essentials.clearinventory
      - essentials.delhome
      - essentials.home
      - essentials.home.delete
      - essentials.mail
      - essentials.mail.send
      - essentials.msg
      - essentials.mail.delete
      - essentials.pay
      - essentials.sethome
      - essentials.spawn
      - essentials.tpa
      - essentials.tpaccept
      - essentials.tpdeny
      - essentials.warps
      - essentials.warps.*
      inheritance:
      - g:groupmanager_default
      - g:bukkit_default
      info:
      build: false
      prefix: '&8Member&f><'
      suffix: ''
      options:
      default: true
      prefix: '&8Member&f><'
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 22, 2017
  2. Offline

    YoloSanta

    Try deleting both the plugins EssentialsAntiBuild and EssentialsProtect or give the permission essentials.build

    Also at the bottom of the permissions it says build: false try changing it to build: true
     
Thread Status:
Not open for further replies.

Share This Page