Compatibility
Minecraft: Java Edition
1.21โ1.21.10
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8โ1.8.9
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 7 months ago
๐ PlayerSleepX
๐๏ธ Control how many players must sleep to skip the night! A simple, configurable plugin for Minecraft servers that makes multiplayer sleeping fair and flexible.
โจ Features
-
โ๏ธ Customizable sleep system โ Define how many players need to sleep to skip the night.
-
๐ Two modes:
- Percentage โ e.g. 50% of players must sleep
- Amount โ e.g. exactly 3 players must sleep
-
๐ฌ Broadcast messages when players go to bed or when the night is skipped.
-
๐ Reload & configure in-game via
/playersleepcommand. -
๐ก Lightweight & fast โ no dependencies, instant setup.
๐งฉ Commands
| Command | Description | Permission | ||
|---|---|---|---|---|
/playersleep |
Shows help and usage | playersleep.command |
||
/playersleep reload |
Reloads the config file | playersleep.command |
||
| `/playersleep set <enabled | mode | value> <newValue>` | Changes plugin settings | playersleep.command |
๐ ๏ธ Examples
/playersleep set mode percentage
/playersleep set value 50
/playersleep reload
โ๏ธ Configuration (config.yml)
enabled: true
mode: percentage # or "amount"
value: 50
- enabled โ Enables or disables the plugin
- mode โ Choose between
percentageoramount - value โ Defines the percentage or amount required
๐ช Permissions
playersleep.command:
description: Allows use of the /playersleep command
default: op
๐งฐ Installation
- Download the latest
.jarfrom Modrinth. - Place it in your serverโs
plugins/folder. - Restart or reload your server.
- Adjust the config in
plugins/PlayerSleepX/config.ymlif needed.
๐ธ Example Messages
[Sleep] Alex went to bed (2/3)
[Sleep] Enough players are sleeping! Skipping the night...
๐จโ๐ป Developer Info
- Main class:
de.scholle.playersleep.PlayerSleep - Command alias:
/psleep - Plugin prefix:
SleepX - Load:
STARTUP
๐ License
Apache License 2.0 Copyright ยฉ Mobilestars
You are free to use, modify, and distribute this plugin under the terms of the Apache 2.0 license. Read more โ
๐ Links
- ๐ Modrinth Page
- ๐ฌ Issues & Suggestions
๐ Made with care by Mobilestars โ helping your players sleep better! ๐ด


