Isnt Work
PirataGu opened this issue · 13 comments
My Pex isnt working ... the Preffix/suffix doesnt appear... My pex stop in the rank "Principe" but should stop in the rank "Deus".
When I'm testing 1 of these ranks I do deop and says that I do not have permissions to the commands I marked in Permissions.yml ...
Permissions.yml -> https://pastebin.com/z7PKJAHW
Config -> https://pastebin.com/VEmXBqQF
And can you help me with something else? I wanted when a new person entered my server to receive the rank "Aldeao" (NewCommer), which is not happening because the player is left with no Perms
You spelled options:
wrong in 6 groups. There's no zero in the word "options". :-P This invalidates your permissions.yml file.
The prefixes are handled by a chat management plugin. PEX just gives you a place to store them.
On an unrelated note:
• Your rank:
values are backwards. "Newcomer" would be a high number and "Deus" would be a low number.
• Also, essentials.warp.[warpname]
needs to be a pluralized and a have a specific warp name, like essentials.warps.market
or essentials.warps.fishing
. The node you have— essentials.warp.[warpname]
—is not a real node.
• Also, the kit nodes must be pluralized: essentials.kits.vicepresidente
. Only the slash command node is singular: essentials.kit
.
• Also, Minecraft 1.9 and higher requires that every group has an inheritance section. See this example for how to give each group an inheritance.
• Also, lines 645 and 646 of your file need to be deleted. They aren't part of PEX and don't contain any information.
Once all of the above issues have been addressed, test the server and let me know if you need additional help.
Check Please ._.
https://pastebin.com/a8xSQkQg
The /kit ... doesn't work
• essentials.kits
is wrong. essentials.kit
is right. essentials.kit.Lord
is wrong. essentials.kits.Lord
is right.
The ... /warp ... doesn't work
You didn't give anyone access to the /warp command. essentials.warp
is needed. See the Essentials Permissions.
The ... /money doesn't work
You didn't give anyone accesss to the /balance, /bal, or /money command. essentials.balance
is needed. See the Essentials Permissions.
• Your rank:
values are backwards. "Newcomer" would be 16 and "Deus" would be 1.
• Minecraft 1.9 and higher requires that every group has an inheritance section. See this example for how to give each group an inheritance. All groups need inheritance.
Those are handled by a chat management plugin. Since you're using Essentials, you'll probably want EssentialsChat, in which case this guide will help you.