LNOnePlayerSleep is a lightweight Paper plugin for Minecraft 1.21.4–1.21.5 that allows your server to skip the night and clear the weather when just
one player sleeps—no need for everyone to get in bed!
Features
- One Player Sleep: Only one player needs to sleep to skip the night and set the weather to clear.
- Customizable Message: Broadcast a customizable message to all players when the night is skipped.
- Configurable: Easily enable/disable night skipping and weather clearing in the config.
- Gamerule Aware: The plugin will not function if `
doDaylightCycle` or `
doWeatherCycle` is disabled.
- Plug & Play: No dependencies, just drop it in your plugins folder!
Code (YAML):
# LNOnePlayerSleep - Config
# Message sent to all players when night is skipped
skip-message
:
"\u2600\uFE0F {player} slept and skipped the night!"
# Should the plugin set the time to day when one player sleeps?
skip-night
: true
# Should the plugin clear the weather when one player sleeps?
clear-weather
: true
Installation
1. Download the plugin JAR and place it in your `plugins` folder.
2. Start or reload your server.
3. Edit `config.yml` to your liking and reload the plugin if needed.
Permissions & Commands
No permissions or commands required! The plugin works automatically.
