PlayerSleep

โญ โ€” (3 endorsements) ๐Ÿ“ฅ 736 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 11/4/2025
๐ŸŸก Updated this year

By JikZ109 ยท adventure

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 11/2/2025 ๐Ÿ“… Created: 11/4/2025

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.4% endorsement rate
  • ๐Ÿ† #103 of 351 adventure mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐ŸŒ™ 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 `/playersleep` command. * ๐Ÿ’ก **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 ```bash /playersleep set mode percentage /playersleep set value 50 /playersleep reload ``` --- ## โš™๏ธ Configuration (`config.yml`) ```yaml enabled: true mode: percentage # or "amount" value: 50 ``` * **enabled** โ†’ Enables or disables the plugin * **mode** โ†’ Choose between `percentage` or `amount` * **value** โ†’ Defines the percentage or amount required --- ## ๐Ÿช„ Permissions ```yaml playersleep.command: description: Allows use of the /playersleep command default: op ``` --- ## ๐Ÿงฐ Installation 1. Download the latest `.jar` from (https://modrinth.com/project/playersleep). 2. Place it in your serverโ€™s `plugins/` folder. 3. Restart or reload your server. 4. Adjust the config in `plugins/PlayerSleepX/config.yml` if needed. --- ## ๐Ÿ“ธ Example Messages ``` Alex went to bed (2/3) 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. (https://www.apache.org/licenses/LICENSE-2.0) --- ## ๐ŸŒ Links * ๐Ÿ”— (https://modrinth.com/project/playersleep) * ๐Ÿ’ฌ (https://github.com/Mobilestars/PlayerSleepX/issues) --- > ๐Ÿ’› *Made with care by Mobilestars โ€” helping your players sleep better!* ๐Ÿ˜ด

# ๐ŸŒ™ 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 `/playersleep` command. ๐Ÿ’ก 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 ` | Changes plugin settings | `playersleep.command` |

### ๐Ÿ› ๏ธ Examples

```bash /playersleep set mode percentage /playersleep set value 50 /playersleep reload ```

## โš™๏ธ Configuration (`config.yml`)

```yaml enabled: true mode: percentage # or "amount" value: 50 ```

enabled โ†’ Enables or disables the plugin mode โ†’ Choose between `percentage` or `amount` value โ†’ Defines the percentage or amount required

## ๐Ÿช„ Permissions

```yaml playersleep.command: description: Allows use of the /playersleep command default: op ```

## ๐Ÿงฐ Installation

1. Download the latest `.jar` from (https://modrinth.com/project/playersleep). 2. Place it in your serverโ€™s `plugins/` folder. 3. Restart or reload your server. 4. Adjust the config in `plugins/PlayerSleepX/config.yml` if needed.

## ๐Ÿ“ธ Example Messages

``` Alex went to bed (2/3) 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. (https://www.apache.org/licenses/LICENSE-2. 0)

## ๐ŸŒ Links

๐Ÿ”— (https://modrinth.com/project/playersleep) ๐Ÿ’ฌ (https://github.com/Mobilestars/PlayerSleepX/issues)

> ๐Ÿ’› Made with care by Mobilestars โ€” helping your players sleep better! ๐Ÿ˜ด

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
JikZ109
Version
1.0.0
Downloads
736
Endorsements
3
Category
adventure
Created
11/4/2025
Updated
11/2/2025
Game Versions
1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2
Tags
adventure, game-mechanics, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does PlayerSleep support?

The author lists 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3. Other versions may work but are untested by the author.

What is the latest version of PlayerSleep?

Version 1.0.0, published 2025-11-02 with 736 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More adventure ๐Ÿ‘ค More by JikZ109 ๐Ÿ”Ž Similar Mods ๐ŸŒ Best adventure (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods