Status Plugin
Similar to status mod used on the Hermitcraft server but as a server plugin.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Status Plugin
Status Plugin
A Bukkit server plugin that allows you to set a status.
This plugin is a recreation of the Status Mod (Fabric) by henkelmax, used on the Hermitcraft server but for Bukkit servers.
Features
By using `/status` you will be able to interact with the status menu and set a status.
The status consist of two parts, as you can see in the images bellow. - On the left side the MEDIA status (Open, Do Not Disturbe). - On the right side the MEDIA status (Recording, Streaming).
The status color icons will show up next to the players head in the tab list.
All statuses:
Seting status reminder on join.
Config
Some features can be modified or toggled on and off iside of the config file. `.../plugins/StatusPlugin/config.yml`
| Key | Default Value | Description | |------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------| | `enable-join-message-reminder` | `true` | Whether to show a reminder message when the player joins the server. | | `join-message-reminder` | `"§7Don't forget to set your status using §e/status §7!"` | The message shown when a player joins, reminding them to set their status. | | `enable-media-alerts` | `true` | Whether to alert players when someone starts recording or streaming. | | `media-alert-record` | `"§7%player% is recording!"` | Message displayed when a player starts recording. | | `media-alert-stream` | `"§7%player% is streaming!"` | Message displayed when a player starts streaming. | | `enable-tab-server-name` | `false` | Whether to show a custom server name in the tab list. | | `tab-server-name` | `"§e§lSERVER NAME"` | The server name displayed in the tab list, using formatting codes. |