Guest User

PermissionsEx Tutorial

a guest
Sep 29th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. PermissionsEx is a permissions plugin based around giving players access to certain things. Every plugin has certain commands and every command has a certain permission to it. To be able to access that command you need that permission for that command. These are called permission nodes. They usually look like this.
  2.  
  3. permission.permissionnode.test
  4.  
  5. The basic plugin mainly everyone has on a server is Essentials. Lets say you wanted to give your players access to a certain command
  6. throughout permisisonsEx
  7.  
  8. You'd type a basic PermissionEx command.
  9.  
  10. Command You Are Gonna Be Giving A Group: /Home
  11. Example: /Pex group <group> add <permission node>
  12. Usage: /Pex group default add essentials.home
  13.  
  14. Now you are going to get an error within permissionsEx if you try to type this in game. That's normal.
  15. When you first load up permissionsEx it generates a default file, in your servers plugin folder. You are gonna wanna go inside this
  16. config and look for "allow-ops: false" and change it to "allow-ops: true" so this means your operators in game (admins) can use permissionsEx through commands, instead of accessing the console. Then try to retype the command as before then it should be good. If the permissions doesn't apply you can type "/Pex reload" and this will reload the permissions plugin.
Advertisement
Add Comment
Please, Sign In to add comment