Перейти к содержимому
Mineforgian

SleepMenu

Sleep Menu turns every bed into a quick server-side control panel for time and weather.

Загрузки
212
Подписчики
2
Обновлён
16 июня 2026 г.
Лицензия
AGPL-3.0-or-later

Опубликован 26 марта 2026 г.

Stand on a bed, click your choice, and shape the sky: day, night, clear, rain, or thunder

SleepMenu

SleepMenu is a server-side Fabric mod for Minecraft. Players standing on a bed get a clickable chat menu to change time and weather.

Stand on a bed, click your choice, and shape the sky: day, night, clear, rain, or thunder.


🎮 Commands

  • /sleepmenu open
  • /sleepmenu set <option>
  • /sleepmenu reload (admin only; console allowed)

Options:

day, midnight, night, noon, clear, rain and thunder

If Mod Menu and Cloth Config are installed on the client, the config can also be edited through an in-game config screen. Dedicated servers do not need either dependency.


🔨 Server-side

This mod runs fully server-side. Clients do not need to install the mod.

Also works in single-player (without LuckPerms support).


🔄 LuckPerms permissions

If LuckPerms is installed, these nodes are checked:

  • sleepmenu.use
  • sleepmenu.time.day
  • sleepmenu.time.midnight
  • sleepmenu.time.night
  • sleepmenu.time.noon
  • sleepmenu.weather.clear
  • sleepmenu.weather.rain
  • sleepmenu.weather.thunder

If LuckPerms is missing, fallback behavior is controlled by config.

🌍 LuckPerms quick start

Example: allow everyone to open the Sleep Menu, but only moderators to change weather.

/lp group default permission set sleepmenu.use true
/lp group moderator permission set sleepmenu.weather.clear true
/lp group moderator permission set sleepmenu.weather.rain true
/lp group moderator permission set sleepmenu.weather.thunder true

Official LuckPerms docs:


⚙️ Configuration

Config file: config/sleepmenu.json

{
  "cooldownTicks": 400,
  "antiSpamWindowTicks": 12000,
  "timeChangeLimit": 4,
  "weatherChangeLimit": 4,
  "noLuckPermsAccess": "EVERYONE"
}
  • cooldownTicks: minimum ticks between successful changes per player (20 ticks = 1 second).
  • antiSpamWindowTicks: shared anti-spam window for successful changes across all players. Default 12000 ticks = 10 minutes.
  • timeChangeLimit: maximum successful time changes allowed inside the anti-spam window. Set 0 to disable.
  • weatherChangeLimit: maximum successful weather changes allowed inside the anti-spam window. Set 0 to disable.
  • noLuckPermsAccess: EVERYONE or OP_ONLY.

📦 Installation

  1. Download the latest JAR.
  2. Place the JAR in your server's mods/ folder.
  3. Make sure Fabric API is also installed.
  4. Start Minecraft — the config file will be created automatically.

🏜️ Test Server

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu


⁉️ Credits/Idea

Based on the command blocks setup created by TOLoneWolf's: Sleep Menu System for Hypermine SMP

Ченджлог

1.1.4Релиз26.2 · 16 июня 2026 г.

Updated to Minecraft 26.2

1.1.4Релиз26.1.2 · 16 апреля 2026 г.

Fix SleepMenu fallback permissions, reload anti-spam reset, and remote config screen

1.1.3Релиз26.1.1, 26.1.2 · 6 апреля 2026 г.
  • tweaked mod update check
  • changed logging info
1.1.2Релиз26.1.1 · 4 апреля 2026 г.

This update adds configurable anti-spam protection for time and weather changes, plus optional Mod Menu + Cloth Config integration for in-game config editing on clients. Dedicated servers still do not require Mod Menu or Cloth Config.

1.1.1Релиз26.1, 26.1.1 · 30 марта 2026 г.

Release 1.1.1 with Modrinth update check and permissions API

1.1.0Релиз26.1 · 26 марта 2026 г.

Updated mod to Minecraft 26.1

1.0.0Релиз1.21.11 · 26 марта 2026 г.

First release for Minecraft 1.21.11

A bed is no longer just for sleeping. With Sleep Menu, it is your world-control switch.

Комментарии

Загружаем…