1
Hello. I am 13smo123, I am coming out with my new tutorial, I will help you learn how to do PermissionsEX. My last tutorial included how to make these ranks in game. - www.planetminecraft.com/forums/permissionsex-how-t70132.html
Here, I will make permissions much easier then what is found on the wiki page.
Official Wiki Page - https://github.com/PEXPlugins/PermissionsEx/wiki
Download - http://dev.bukkit.org/server-mods/permi ... 5-package/
Heres how you want to start.
groups:
default:
options:
rank: '1000'
permissions:
- modifyworld.chat
- modifyworld.*
Starter:
prefix: '&f-&7Starter&f-&f '
permissions:
- modifyworld.chat
- modifyworld.*
options:
rank: '900'
default: true
The rank : 'number' is to identify the rank of the rank, the higher the rank number is the lower the rank is, I usually decrease by 100's but you can use whatever you want.
I am starting you off with default permissions, too add more, you can often go to the wiki page of a plugin and find the permission you must add.
For example - essentials.spawn
You can copy and past the starter rank and make one below it, change the title and the prefix. The prefix is determined upon the minecraft color code.
Color code - http://www.minecraftwiki.net/wiki/Formatting_codes
Make sure to add the & symbol before the number.
To make somebody a rank in game type /pex user (playersname) group set starter
PermissionsEX not working? Make sure that you put this in both the permissions.yml and config.yml, Some might disagree upon this decision but, this is how to fix it.
Here, I will make permissions much easier then what is found on the wiki page.
Official Wiki Page - https://github.com/PEXPlugins/PermissionsEx/wiki
Download - http://dev.bukkit.org/server-mods/permi ... 5-package/
Heres how you want to start.
groups:
default:
options:
rank: '1000'
permissions:
- modifyworld.chat
- modifyworld.*
Starter:
prefix: '&f-&7Starter&f-&f '
permissions:
- modifyworld.chat
- modifyworld.*
options:
rank: '900'
default: true
The rank : 'number' is to identify the rank of the rank, the higher the rank number is the lower the rank is, I usually decrease by 100's but you can use whatever you want.
I am starting you off with default permissions, too add more, you can often go to the wiki page of a plugin and find the permission you must add.
For example - essentials.spawn
You can copy and past the starter rank and make one below it, change the title and the prefix. The prefix is determined upon the minecraft color code.
Color code - http://www.minecraftwiki.net/wiki/Formatting_codes
Make sure to add the & symbol before the number.
To make somebody a rank in game type /pex user (playersname) group set starter
PermissionsEX not working? Make sure that you put this in both the permissions.yml and config.yml, Some might disagree upon this decision but, this is how to fix it.
5
Bump
If anyone else has any suggestions please post them.
Alright, thanks.
Although I know how to use PEX, you should also tell them about how the "Rank" number goes. When I was starting out, I messed up on that
Post below if this helped
