Description
What it is
This plugin allows you to specify what prefixes you want to use along with allowing your players to choose their own prefix so that you don't have to worry about it.
commands
- /SetPrefix [Prefix] - Sets a players prefix to [Prefix] if they are allowed to and use it and it exists
- /Prefixes - Displays all prefixes by their base name.
Permissions
- PrefixChoice.[Prefix] - Permissions for the prefixes where [Prefix] is the base name of the prefixes. The permissions are automatically generated and do not show up in the plugin.yml
How it works
You specify the prefixes in a list in the config then the prefix groups are automatically generated to contain the displayed name of the prefix with compatibility for color codes.
Config
- Prefixes: This is a list of all of the base names of the prefixes. This name goes in place of [Prefix] in the /SetPrefix command and the permissions
- - Prefix1
- - Prefix2
- - ...
- - PrefixN
- Default: The default displayed prefix if someone hasn't selected a prefix yet
- Prefix1:
- name: How the prefix is displayed. Supports color codes
- players: The players that are using this prefix
To Do
- Anyone have any suggestions?
Known Bugs
- If anyone finds any please create a ticket for it