MCStatus

Your source for Minecraft Server Banners, Tutorials, Stats and Servers

Tutorial:

How to install and setup pex for minecraft


Added by Username: itadmin Date Created: 10/22/2013
Views: 19989 Status: Approved


Ok lets start, I'll give you step by step instructions:

1. Download PEX http://dev.bukkit.org/bukkit-plugins/permissionsex

2. Add it to your plugins folder

3. Start your server

4. Join your server, make sure PEX started correctly by typing /pl if it says PermissionsEX you're ok!

5. Go to the console and type pex user [yourname] add * this gives you permission to set the permissions ingame! The * means that you have permission for everything! Example: pex user Deonasoto add *

6. Make your first group by typing pex group [groupname] create Example: pex group owner create

7. Add yourself to the group by typing pex user [yourname] group set [groupname] Example: pex user Deonasoto group set owner

8. Make your group prefix by typing pex group [groupname] prefix [prefix] Example: pex group owner prefix &6[&cOwner&6]&7 this will make your name look like this:[Owner]Deonasoto I added the colors using Minecraft color codes:

9. Add permissions to the groups by typing pex group [groupname] add [permission] Example: pex user Deonasoto add essentials.fly this will make me be able to type the command /fly - each plugin has different permissions.

10. Set your default group by typing pex default group set [groupname] Example: pex default group set guest this will make a new player joining, automatically be set the group "guest".