PermissionsEx

PermissionsEx

14M Downloads

Pex How to MAKE PREFIX'S SHOW ON YOUR SERVER - WORKING

Opened this issue · 10 comments

commented

I have tried tons of different chat managers to get pex to show my prefix's. Like it doest work none of them have! The essentialsxchat doesn't work either.

Please help!

commented

Since you're running a Spigot server, you'd probably want EssentialsX for more than 400 basic and admin permission nodes and EsseentialsXChat (+ Vault) to handle the prefixes/suffixes.

"Essentials"— as opposed to "EssentialsX" —was discontinued at Minecraft 1.8 because the author considered Bukkit to be dead, and someone else took over, adapting it to Spigot.

commented

Have you configured everything correctly?

Use Pastebin to show me your PermissionsEx\permissions.yml file and your Essentials\config.yml file. (2 separate links)

commented

I have essentialsx and vault and essentialsx chat

Still dosen't work tho

commented
commented

Close, @TopNotchBanter . You sent me your PermissionsEx\config.yml file, not the permissions.yml file.


In your Essentials\config.yml file, you need to make some changes to turn on prefixes/suffixes.

Compare your Essentials\config.yml file to this excerpt of the file. Lines 32, 36, and 42 of your file need to be changed to match lines 10, 14, and 20 of my excerpt. Then go down to line 526 to 530 of your file, and make it look similar to lines 29 to 41 of my excerpt. Of course, use your own group names.

After those changes are made and saved, if the server is running, you can type ess reload into the console to get the changes applied to the server. Then talk in chat and see what happens.

Let me know if you need additional assistance with this issue after the test.


commented

OMGGGGG THANKS MAN YOU DA BEST!

It worked. Seriously thank you.

May all your dreams be happy :)

commented

There is one thing though. I am trying to set My visitor group as default it just says
"Error in command syntax. Check command help"

commented

There is one thing though. I am trying to set My visitor group as default it just says "Error in command syntax. Check command help".

The easiest way to set a default group is to open the permissions.yml file with Notepad and give one group the option default: 'true' as you see in this example. (It's a common misconception that all other groups need to be labeled default: 'false'.)

The console command is:

pex set default group <group> <value>
pex set default group Guest true
commented

Thanks :) You really helped me out on this if i see people who can't do the prefix's i will link them here. Like this issue page and tell them not to make an issue thing. Only make one if this one doesnt do it for you.

commented

You're welcome. Have fun!