Simple Bukkit/Spigot plugin to display a prefix to OPs and people with the opprefix.show permission.
By default, just drop the plugin (jar) into your plugins folder and every OP will get an OP prefix.
Using the config.yml you can customize the prefix, by default:
prefix: "§a[OP] §r"
Color codes are accepted.
The prefix will be shown for everyone that has the following permission:
opprefix.show
This way you can use a permission system instead of having to give everyone OP.
If you don't want to show the prefix for everyone that has the OP permission/status, update the config to use this:
show-for-op: false
This way you can turn the plugin into permission-only, to be able to show the prefix for just the people you want.