Compatibility
Minecraft: Java Edition
1.19.x
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published 3 weeks ago
Updated 3 weeks ago
Server Sleep Mod
A minimal Minecraft Fabric mod for controlling night skipping based on player sleep percentage.
Features
- Skips night when required percentage of players are sleeping (0 = one player required, 100 = all players required) (does NOT reset day count).
- Resets phantom timer for sleeping players.
- Clears weather after night skip.
- Respects daylight and weather cycle game rules.
Commands (OP only)
/serversleep— Show current sleep percentage./serversleep percent [0-100]— Set required sleep percentage and save to config./serversleep reloadConfig— Reload config file and update sleep percentage (generates config file if non-existent)
Configuration
- The mod uses a config file:
config/serversleepmod.cfg - Format:
sleepPercentage=[int](e.g.,sleepPercentage=50)


