This plugin is made for BungeeCord and does not (yet?) work with spigot permissions.
With this plugin you can create, modify or delete ranks, give permissions to them and assign or revoke ranks to or from players.
You can also use the plugin as an API.
There are some custom events:
- RankCreateEvent
- RankDeleteEvent
- RankDefaultEvent
- RankAssignEvent
- RankRevokeEvent
Command usage:
/rank create <name>
Creates a new rank with the name <name>
/rank delete <name>
Deletes the rank <name>
/rank list
Shows a list of all ranks
/rank info <rank>
Shows some info about the rank <rank>
/rank assign <player> <rank>
Assigns the rank <rank> to the player <player>
/rank revoke <player>
Revokes the current rank from the player <player> and assigns the default rank
/rank player <player>
Shows the current rank of the player <player>
/rank default <rank>
Sets the default rank
/rank permission <rank> add|remove <permission>
Adds or removes the permission <permission> to or from the rank <rank>