https://github.com/jjkay03/status-plugin
Minecraft server plugin that allows players to set a status in the tab list.
https://github.com/jjkay03/status-plugin
bukkit bukkit-plugin minecraft minecraft-plugin minecraft-server paper-plugin
Last synced: about 2 months ago
JSON representation
Minecraft server plugin that allows players to set a status in the tab list.
- Host: GitHub
- URL: https://github.com/jjkay03/status-plugin
- Owner: jjkay03
- Created: 2025-05-06T21:55:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T12:22:38.000Z (about 1 year ago)
- Last Synced: 2025-06-06T01:03:47.868Z (about 1 year ago)
- Topics: bukkit, bukkit-plugin, minecraft, minecraft-plugin, minecraft-server, paper-plugin
- Language: Kotlin
- Homepage: https://modrinth.com/plugin/status-plugin
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Status Plugin
[
](https://modrinth.com/plugin/status-plugin)
A Bukkit server plugin that allows you to set a status.
This plugin is a recreation of the [Status Mod](https://github.com/henkelmax/status) (Fabric) by [henkelmax](https://github.com/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 **AVAILIBLITY** 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. |