ModMIT
Sleep Tweaks Plus
Configurable sleep mechanics — set sleep percentage, disable phantoms, broadcast sleep messages, and more.
23
Downloads
1
Followers
2 months ago
Updated
📦
12
Versions
📖About Sleep Tweaks Plus
Sleep Tweaks Plus
Fully configurable sleep mechanics for Fabric servers and singleplayer. Control how many players need to sleep, disable phantoms, broadcast sleep messages, and more.
⚙️ Config Options
All settings in config/sleep-tweaks-plus.json (auto-generated on first run):
| Setting | Default | Description |
|---|---|---|
sleep_percentage |
50 | % of players needed to skip night (0 = one player sleep) |
skip_storm_too |
true | Sleeping also clears thunderstorms |
show_sleep_message |
true | Broadcast when someone starts sleeping |
sleep_message_format |
%player% is sleeping (%current%/%needed%) |
Customizable message |
disable_phantoms |
false | Completely prevent phantom spawning |
instant_skip |
false | Skip night instantly instead of gradual transition |
📦 Installation
- Drop the jar into your
mods/folder - Requires Fabric API
- Launch once to generate the config
- Tweak settings as needed
- Restart to apply
💡 Popular Configs
One Player Sleep (SMP favorite):
{ "sleep_percentage": 0 }
No Phantoms Ever:
{ "disable_phantoms": true }
Instant Night Skip + Storm Clear:
{ "instant_skip": true, "skip_storm_too": true }
🔧 Technical Details
- Works in singleplayer and on dedicated servers
- Server-side — clients don't need the mod
- Uses Mixin for clean, compatible sleep logic overrides
- No dependencies beyond Fabric API
- Supports Minecraft 1.21 through 1.21.11