> For the complete documentation index, see [llms.txt](https://papertweaks.machinemaker.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://papertweaks.machinemaker.me/v0.1.x/multiplayer-sleep.md).

# Multiplayer-Sleep

Adds the ability for a configurable percentage of players to sleep and skip the night in a multiplayer world.

## Configuration

```yaml
# Worlds for this module to scan. Defaults to the default overworld.
included-worlds:
- world

# Percentage of players that need to be sleeping in order to skip the night.
sleep-percentage: 0.6
```
