This is a Minecraft plugin for Spigot/Paper servers that allows players to set their own status, which is displayed in the tab list and above their heads in-game.
- Set your own status with
/status <status>
- Remove your status with
/status remove
- Set status with formatting codes (for example to color them) with
/status &3<status>
- Set other players' statuses with
/status <player> <status>
(requiresStatusPlugin.admin.setStatus
permission) - Remove other players' statuses with
/status remove <player>
(requiresStatusPlugin.admin.setStatus
permission) - Reload all statuses from file with
/status reload
- View a list of all available color codes with
/status help colors
- View info about the plugin with
/status info
- Set a maximum length for statuses with
/status setmaxlength <length>
(requires StatusPlugin.admin.setMaxlength permission) - Reset the maximum length of statuses to default (
15
) with/status resetmaxlength
(requires StatusPlugin.admin.resetMaxlength permission) (Color codes in statuses are not counted towards the character limit) - The status of every player is saved to a file, so they will keep their status when they rejoin the server.
StatusPlugin.setStatus
: Allows a player to set their own status and remove it. (default:true
)StatusPlugin.formatting:
: Allows a player to use formatting codes in their status (for example to color them). (default:false
)StatusPlugin.admin.setStatus
: Allows a player to set and remove other players' statuses. (default:false
)StatusPlugin.admin.reload
: Allows a player to reload all statuses.(default:false
)StatusPlugin.admin.setMaxlength:
Allows a player to set the maximum length of statuses. (default: false)StatusPlugin.admin.resetMaxlength:
Allows a player to reset the maximum length of statuses to default. (default: false)
To install the plugin, simply download the .jar file and place it in your server's plugins folder. Then, restart your server.
If you have any issues, please report. And if u have any suggestions, feel free to open an issue.
If you have any further plugin suggestions you can contact me via discord: tubyoub
I currently have no plans to get co-contributer's on this project, but if you have any suggestions, feel free to open an issue
This project is licensed under the AGPL-3.0 License.