A Minecraft plugin that lets you skip the night even if not everyone is sleeping.
View the code »
Report Bug
·
Request Feature
🌙 View on SpigotMC ·
🟩 View on Modrinth
SkipNight is a lightweight plugin that allows skipping the night in Minecraft without requiring all players to sleep.
It works on Minecraft 1.7 to 1.16, filling the gap before the native playersSleepingPercentage gamerule introduced in 1.17.
- Tracks players entering and leaving beds
- Skips the night when at least half of the players are sleeping
- Fully compatible with Spigot and Paper
- Automatically disables itself on Minecraft 1.17+
- Java 8
- Spigot API 1.8.8 (compatible 1.7.10–1.16.5)
- Java 8 (JDK)
- Spigot/Paper server between version 1.7 and 1.16
- Download the latest
.jarfrom Releases - Place it in the
plugins/folder of your server - Start the server
- You're done!
Whenever a player sleeps:
- A message appears showing how many are sleeping
- If half or more players are in bed, the night is skipped
If someone leaves bed or disconnects, the plugin automatically recalculates everything.
You’ll see messages like:
[SkipNight] aymnms would like to skip the night [1/2]
[SkipNight] The sun rises.
- Version compatibility from 1.7 to 1.16
- Configurable sleep percentage
- Custom messages via
config.yml - Localization support (FR/EN)
See the open issues for more ideas.
- Fork the project
- Create a feature branch (
git checkout -b feature/MyFeature) - Commit your changes (
git commit -m 'Add MyFeature') - Push to your branch (
git push origin feature/MyFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.