Solved PermissionsEx Prefix Help

Discussion in 'Plugin Help/Development/Requests' started by __Penguin__, Jul 26, 2015.

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

    __Penguin__

    Hi,
    I am having some troubles with permissionsex. I don't know how to make a prefix for a group. I've tried to read some of the documentation for the plugin but I don't get how to give groups prefixes.

    Thanks

    Code:
    groups:
      a:
        default: true
        prefix: '&f[&bA&f]'
        permissions:
        - essentials.kits.starter
        - essentials.kit
        - essentials.warp
        - essentials.warp.list
        - essentials.warps.spawn
        - essentials.warps.shop
        - essentials.warps.crates
        - essentials.warps.a
        - essentials.warps.plots
        - essentials.signs.use.*
        - essentials.pay
        - essentials.balance
        - essentials.help
        - essentials.helpop
        - essentials.msg
        - essentials.rules
        - essentials.realname
        - essentials.recipe
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.signs.use.*
        - essentials.protect.damage.drowning
        - essentials.protect.damage.fall
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - auction.start
        - auction.bid
        - modifyworld.chat
        - modifyworld.sneak
        - modifyworld.sprint
        - modifyworld.bucket.empty.water
        - modifyworld.bucket.fill.water
        - modifyworld.bucket.fill.lava
        - modifyworld.digestion
        - modifyworld.blocks.interact.*
        - modifyworld.blocks.destroy.*
        - modifyworld.blocks.place.*
        - modifyworld.items.craft.*
        - modifyworld.items.drop.*
        - modifyworld.items.enchant.*
        - modifyworld.items.pickup.*
        - modifyworld.items.throw.*
        - modifyworld.items.take.*.of.*
        - modifyworld.items.put.*.of.*
        - modifyworld.damage.deal.*
        - modifyworld.damage.take.*
        - modifyworld.mobtarget.*
        - modifyworld.interact.*
        - modifyworld.vehicle.destroy.*
        - modifyworld.vehicle.enter.*
        - modifyworld.vehicle.collide.*
        - ezranks.rank.a
        options:
          build: true
      b:
        prefix: '&f[&bB&f]'
        permissions:
        - essentials.warps.b
        - ezranks.rank.b
        inheritance:
        - a
        options:
          build: true
      c:
        prefix: '&f[&bC&f]'
        permissions:
        - essentials.warps.c
        - ezranks.rank.c
    users:
      __Penguin__:
        permissions:
        - a
     
  2. Offline

    plobnob

    Use "/pex group [Name] prefix [new prefix]" in-game (provided you gave yourself permission, included in *) or through console.
     
  3. Offline

    __Penguin__

    I tried it but it didn't work. I restarted my server and it still didn't show the prefix in front of my name. I made sure I was in the right group.
     
    Last edited: Aug 1, 2015
  4. Offline

    Boomer

    showing prefixes and suffixes is the responsbility of a chat-formatting plugin. Permissions just sticks that information into 'your record' it leaves it up to a chat formatting plugin to display anything other than the basic name information from 'your record'

    Plus you need to remove the prefix entries from the file you posted above , otherwise you'd have a broken file the permissions might choke on, so that the prefixes can be put in the right place in the file structure
     
  5. Offline

    __Penguin__

    When I tried it, I did remove the old prefixes. I used chat manager but nothing happened. The prefix for a still didn't show up.
     
    Last edited: Aug 1, 2015
  6. Offline

    Scorpionvssub

    got essentials? try that otherwise EssentialsChat2.x snapshot
     
  7. Offline

    __Penguin__

    Awesome! It now works! :D
     
Thread Status:
Not open for further replies.

Share This Page