SleepMenu

Quick rating

SleepMenu

No reviews yet

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

QoL & Tweaks
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU Affero General Public License v3.0 or later
Latest Version
sleepmenu-1.1.4.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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:

- https://luckperms.net/wiki/Home
- https://luckperms.net/wiki/Command-Usage

⚙️ Configuration

Config file: `config/sleepmenu.json`

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. Install Fabric Loader for Minecraft.
  2. Download Fabric API and place it in `mods/`.
  3. Download `sleepmenu-<version>.jar` and place it in `mods/`.
  4. Launch Minecraft. The config is created automatically on first run.

🏜️ 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.

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

Screenshots

Gallery

  • Sleep Menu: Choose!
    Sleep Menu: Choose! Stand on a bed, click your choice, and shape the sky: day, night, clear, rain, or thunder. Players standing on a bed get a clickable chat menu to change time and weather.
  • Sleep Menu: Choose!
    Sleep Menu: Choose! Stand on a bed, click your choice, and shape the sky: day, night, clear, rain, or thunder.
  • SleepMenu - Toggle Weather
    SleepMenu - Toggle Weather Example of SleepMenu. Full video: https://www.youtube.com/watch?v=nKogS5d8gF4
  • Sleep Menu: Choose!
    Sleep Menu: Choose! Stand on a bed, click your choice, and shape the sky: day, night, clear, rain, or thunder. Players standing on a bed get a clickable chat menu to change time and weather.
  • SleepMenu - Toggle Night
    SleepMenu - Toggle Night Example of SleepMenu. Full video: https://www.youtube.com/watch?v=0dFpzSdLNq8

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works