An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Status Plugin

[modrinth](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. |