First time PermissionsEX setup

When you install PEX for the very first time you might notice that all commands give you "You don't have permission" or similar message, even if you are OP.

To fix this you will need to create a PEX admin group and assign all permissions to this group, then add yourself to the admin group.

You will need to run the following commands on your server console:

pex group Admin create

pex group Admin add permissions.*

pex user YourPlayerName group set Admin

Replace YourPlayerName with your Minecraft name in the last command.

If you want to have all permissions regardless of which group you belong to, run the following commands:

pex user YourPlayerName add permissions.*
  • 87 Users Found This Useful
Was this answer helpful?

Related Articles

How to get the latest version of Bukkit

There are 3 versions of Bukkit on your server control panel:Craftbukkit = This is the "stable"...

How to install WorldEdit schematics

1. Go to your server panel at http://panel.fadehost.com/2. Click on Files -> FTP and login...