
Status - Player Status Display Mod
Status is a Minecraft modification built on the Fabric platform that allows players to set and display their current in-game status.
For proper operation, this mod must be installed on the server. Regular clients without modifications can connect without issues to a server with Status installed. If you want to set your own status, you'll need to install this mod on your client.
A mandatory requirement is the presence of installed Fabric API.
Main Features
Pressing the U key opens an interface for configuring your status. The status consists of several components:
Availability: - "Do Not Disturb" mode for when you don't want to be interrupted - "Open for Collaboration" mode when you're ready for cooperative play
Main Status: - Indication that you're recording gameplay - Indication that you're streaming
Additional Options: - Ability to prevent other players from skipping the night
The set status icons are displayed next to the player's nickname in the server participant list.
When the "Don't Skip Night" option is activated, players trying to go to bed will see a message that someone doesn't want to skip nighttime. This message is visible to all players, including those without this mod installed.
When first connecting to the server during a gaming session, you'll receive a reminder to set your status. By default, the status is not saved between sessions.
Configuration Settings
Client Settings
File: .minecraft/config/status/status-client.properties
Parameter | Default Value | Description |
---|---|---|
persist_state |
false |
Whether to save status between gaming sessions |
show_join_message |
true |
Whether to show reminder when connecting to server |
Server Settings
File: <server-directory>/config/status/status-server.properties
Parameter | Default Value | Description |
---|---|---|
no_sleep_title |
No Sleep |
Title of the sleep prohibition popup message |
no_sleep_player_subtitle |
%s does not want you to sleep |
Subtitle when one player prohibits sleep |
no_sleep_multiple_subtitle |
Some players do not want you to sleep |
Subtitle when multiple players prohibit sleep |