Hello, I am French and I need your help today.
I use permissionsEx, ASKyBlock, ChatEx (and qualques other unimportant plugins) and I manage chat formatting by world with ChatEx and PEX.
Only ASkyBlcok offers formatting: '{ISLAND_LEVEL}'.
I have configured ChatEx to handle all prefixes on its own so formatting ASKYBLOCK is disabled. I would like to be able to use the variable '{ISLAND_LEVEL}' in my config PEX but only the variable does not synchronize and does not appear here permissions.yml:
The rest of the config is irrelevant so you will know how to connect this variable. Thank you
Code
groups:
Joueur:
options:
default: true
permissions:
worlds:
world:
prefix: '&6'
permissions:
- essentials.help
- essentials.list
- essentials.mail.send
- essentials.mail
- essentials.ping
- essentials.msg
- essentials.afk
- creativegates.use
- chatex.allowchat
ASkyBlock:
prefix: '&6{ISLAND_LEVEL}'
permissions:
- essentials.help
- essentials.list
- essentials.mail.send
- essentials.mail
- essentials.ping
- essentials.msg
- essentials.afk
- essentials.rules
- essentials.clearinventory
- essentials.getpos
- essentials.tpa
- essentials.tpacancel
- essentials.tpaccept
- essentials.tpdeny
- askyblock.island.maxhomes.1
- askyblock.team.maxsize.4
- askyblock.island.*
- askyblock.team.create
- askyblock.team.kick
- askyblock.team.makeleader
- askyblock.team.join
- askyblock.coop
- chatex.allowchat
Display More