Status
A Minecraft datapack which adds a suffix to your name in the tablist
Status
Status
A Minecraft datapack which adds a suffix to your name in the tablist. Just because, why not?
Screenshots
| Multiplayer | Singleplayer | | :--------------------------------------------------------: | :--------------------------------------------------------: | | <img src="https://i.imgur.com/iHdhl7S.png" width="100%" /> | <img src="https://i.imgur.com/aX2v8li.png" width="100%" /> |
Table of contents
- Features - Installation - Usage - Uninstallation - Support / Feature request - Authors - Acknowledgements - License
Features
- Lightweight - No configuration needed - Animated suffixes - Visible to everyone - Runs on every vanilla based server and in singleplayer
Installation
1. Stop the server or 2. Download the latest `Status.zip` 3. Paste it in `world/datapacks` or `saves/<world>/datapacks` 4. Start the server 5. Enable it by typing `/datapack enable "file/Status.zip"` If nothing happens, run `/function default:firststart`
If there are any problems, create an issue.
Usage
Basics
All of these commands can be accessed by anyone using the status panel or the chat.
| Command | Displays | | :-------------------------- | :----------------- | | `/trigger Status` | credits | | `/trigger StatusAnimated` | credits | | `/trigger StatusHelp` | credits | | `/trigger Statushelp set 2` | credits |
Teams
To join a team, either click it on the status panel or use the command below.
```mcfunction trigger Status set <ID> ```
| ID | Suffix | Animated | Color | | :--- | :--------------- | :------- | :------------- | | `5` | `AFK` | ❌ | `gray` | | `6` | `Building` | ❌ | `aqua` | | `7` | `Cute` | ✅ | `light_purple` | | `8` | `Discord` | ❌ | `blue` | | `9` | `Discovering...` | ✅ | `dark_green` | | `10` | `Event` | ❌ | `light_purple` | | `11` | `Farming` | ❌ | `gold` | | `12` | `NoNether` | ❌ | `dark_red` | | `13` | `PvP` | ❌ | `dark_red` | | `14` | `Recording` | ❌ | `red` | | `15` | `Redstone` | ✅ | `red` | | `16` | `RP` | ❌ | `yellow` | | `17` | `Streaming` | ❌ | `dark_purple` | | `18` | `SUS` | ❌ | `dark_aqua` |
To clear your status, run `/trigger Status set 100`
Animation
You can manage animations by selecting your preference in the animation menu.
```mcfunction trigger StatusAnimated ```
Admin
These commands can only be used by players with operator status.
- `/function setup:reinstall` resets all data and reboots the datapack - `/function setup:remove` - `/trigger StatusKeep` aborts the process - `/trigger StatusRemove` deletes everything
To completely disable the datapack, run `/datapack disable "file/Status.zip"` to disable autostart on reload.
Uninstallation
1. Run `/function setup:remove` 2. To confirm run `/trigger StatusRemove` 3. Run `/datapack disable "file/Status.zip"` 4. Delete the `Status.zip` from the datapacks folder (optional)
Support / Feature request
Feel free to create an issue over here on GitHub.
Authors
Acknowledgements
- Partice-Converter - Inspired by: CraftAttack Status Plugin