Pex - [Insert a million question marks here]

Here’s a helpful quick reference by MoeBoy [unsupported Guide] PEX quick command reference
An official tutorial: https://github.com/PEXPlugins/PermissionsEx/blob/master/doc/Tutorial.md

Here’s my logic behind/interpretation behind the commands

  1. Always /pex just beacuse that’s how every plugin goes

  2. Now what do you want to do with pex? something to do with a player or group?
    /pex user or /pex group

  3. Specify which player/group
    /pex user steve or /pex group admin

  4. Ok! What do you want to do to them? Change their permissions? Assign which group to inherit settings from? Other features? Here’s where you need to memorize or look up the arguments. Some examples:

/pex group admin def true
sets group admin’s default permissions to true (access to all permissions)

/pex group helper perm pixelmon.command.pokeheal true
allows the group helper to use /pokeheal

/pex group admin option prefix [Admin]
sets group admin’s tag to [Admin]

/pex user Steve parent add admin
makes Steve part of group admin

Note for permissions, every mod/plugin command has their own permission node (ex. pixelmon.command.pokeheal). Usually they’re listed on the mod/plugin’s wiki.

2 Likes