Status Player
ModMIT

Status Player

A Mod where you can set a status behind your name.

513
Downloads
5
Followers
3 months ago
Updated
📦
23
Versions

📖About Status Player

StatusMod

StatusMod adds a simple server/client command that allows players to display a visible status behind their name — both in the player list (Tab) and above the head (CustomName / Team Suffix). Perfect for small server features like AFK, Busy, Workshop, or custom roles.

Features

  • /status <text> <color> — sets a status behind the player name.
  • Supports both German and English color names (e.g., rot/red, grün/green).
  • Status is displayed as a team suffix; only the status part is colored, the player name remains readable.
  • Status is reapplied when a player joins (persisted locally).
  • Compatible with Fabric for Minecraft 1.21.10.
  • settings brackets on or off , position befor or behind , words 2 or how much words you want in your status

Usage

  • Player command: /status <StatusText> <Color>
    Example: /status AFK red or /status Working gold

  • Supported colors (German / English):
    rot/red, grün/green, blau/blue, gelb/yellow, aqua/cyan, lila/light_purple, gold, weiß/white, schwarz/black, grau/gray

Installation

  1. Download the JAR (remapped) from the release or via Modrinth.
  2. Place the JAR in your mods/ folder for Fabric Server or Client (Loader & Minecraft versions must match).
  3. Restart the server/client.

Permissions

  • The command is available for all players by default.
  • You can restrict access using a permissions plugin (e.g., LuckPerms) by adjusting the command delegation.

Compatibility

  • Tested with: Minecraft 1.21.10, Fabric Loader 0.17.2, Fabric API 0.134.x.
  • Mappings: Yarn 1.21.10+build.1.
  • Other versions may differ in API — method names may need adjustment.

Privacy & Security

  • The mod only stores minimal status data (UUID → status) in a local JSON file in the config/ folder.
  • No external data transmission occurs.

Contributing / Source Code

  • Source: https://https://github.com/Teufel2211/StatusMod
  • Issues / Feature Requests: https://github.com/Teufel2211/StatusMod/issues

License

  • MIT License — include LICENSE file in the repository.