
Content Creator Server Status
A Fabric modification that provides status setting functionality for players.
Installation requirements:
- The mod must be installed on the server
- Vanilla clients can connect to servers with this mod installed
- Client version is required to set your status
- Requires Fabric API to be installed
Main Features
Pressing the U key opens an interface for selecting your current status. The status includes three main categories:
Availability:
- "Do Not Disturb" mode
- Openness for collaborative play
Main Status:
- Content recording mode
- Live streaming mode
Additional Options:
- Night skip prevention
The set icons appear next to the player's name in the participant list.
When the "Do Not Skip Night" option is active, players trying to sleep in beds see a message informing that someone opposes skipping nighttime. This notification is available to all players, regardless of whether they have the mod.
Upon first connection to the server during a gaming session, a reminder appears prompting status setup. By default, the status is not saved between sessions.
Configuration
Client Settings (.minecraft/config/status/status-client.properties
)
Key | Default Value | Description |
---|---|---|
persist_state |
false |
Save status between gaming sessions |
show_join_message |
true |
Show connection reminder when joining the server |
Server Settings (<server-directory>/config/status/status-server.properties
)
Key | Default Value | Description |
---|---|---|
no_sleep_title |
No Sleep |
Sleep prevention notification title |
no_sleep_player_subtitle |
%s does not want you to sleep |
Subtitle for single player opposing sleep |
no_sleep_multiple_subtitle |
Some players do not want you to sleep |
Subtitle for multiple players opposing sleep |