Skip to content

BT-Pluginz/StatusPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 26, 2023
0d9587d · Nov 26, 2023

History

12 Commits
Jul 16, 2023
Nov 26, 2023
Jul 13, 2023
Jul 13, 2023
Nov 26, 2023
Nov 26, 2023

Repository files navigation

Tub's Status Plugin

Static Badge forthebadge

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.

Features

  • 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> (requires StatusPlugin.admin.setStatus permission)
  • Remove other players' statuses with /status remove <player> (requires StatusPlugin.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.

Permissions

  • 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)

Installation

To install the plugin, simply download the .jar file and place it in your server's plugins folder. Then, restart your server.

Support

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

Contributing

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

License

This project is licensed under the AGPL-3.0 License.

forthebadge