Easier Sleeping

Easier Sleeping

2M Downloads

This mod adds that only a percentage of Players have to sleep.
The messages are only shown to players in the same dimension.
Since Minecraft 1.19.1 the Mod is needed on the server and client side.
For 1.19 and before, the Mod is only needed on the server side, but can also be used on the client side.

You need a server to play with friends? You don't know how to set up one? Just rent an already configured server!

Click on the picture above, select a plan (with recommended at least 6 GB),
use my code agent to get 25% off your first month and enjoy playing with your friends!

Support

Support: Supported Minecraft Versions
New Development and Fixes: 1.19.2
Bug Fixes: 1.18.2
Critical Bug Fixes: 1.17.1, 1.19-1.19.1
End of Support: 1.14.X-1.16.X, 1.18-1.18.1

Server Config

The config file can be found in the "serverconfig" folder in the "world" folder and is named "easier_sleeping-server.toml".
The config can be edited with commands.
The changes done with the commands, will be saved to the config.
- sleep_percent
  Percentage of players required to skip the night.
  Default: 50

- sleep_message
  Message shown after player name, if a player goes to bed
  Default: "is now in bed."

- wake_message
  Message shown after player name, if a player leaves his bed
  Default: "stood up."

- morning_message
  Message shown, if the night was skipped
  Default: "Good Morning"

- all_players_rest
  If true, the time since last rest is reset for all players, if enough other players are successfully sleeping. So not every player has to sleep to prevent phantom spawning for him.
  Default: false

- dimensions
  Dimensions in which, the sleeping percentage is active.
  Dimensions in which, the sleeping percentage is active or inactive depending on the dimension_list_type option.
  Default: ["minecraft:overworld"]

- dimension_list_type
  If dimension_list_type is set to SLEEP_ACTIVE, the dimension list is the list of dimensions in which the sleep voting is active.
  If dimension_list_type is set to SLEEP_INACTIVE, the dimension list is the list of dimensions in which the sleep voting is inactive.
  Default: "SLEEP_ACTIVE"

Commands

- /sleep sleep_percent
  Shows the current percentage of players required to skip the night.

- /sleep sleep_percent <sleep_percent>
  Sets the percentage of players required to skip the night.

- /sleep message sleep
  Shows the message shown after player name, if a player goes to bed

- /sleep message sleep <message>
  Sets the message shown after player name, if a player goes to bed 

- /sleep message wake
  Shows the message shown after player name, if a player leaves his bed

- /sleep message wake <message>
  Sets the message shown after player name, if a player leaves his bed

- /sleep message morning
  Shows the message shown, if the night was skipped

- /sleep message morning <message>
  Sets the message shown, if the night was skipped 

- /sleep all_players_rest
  Shows, if for all players the last slept time will be reset, if players sleep successfully.

- /sleep all_players_rest <all_players_rest>
  Sets, if for all players the last slept time shall be reset, if players sleep successfully.

- /sleep dimension
  Shows dimensions in which, the sleeping percentage is activ.

- /sleep dimension add <dimension>
  Adds a dimension in which, the sleeping percentage is activ.

- /sleep dimension remove <dimension>
  Removes a dimension in which, the sleeping percentage is activ.

- /sleep dimension list_type
  Shows the type of the dimensions list.
  If dimension_list_type is set to SLEEP_ACTIVE, the dimension list is the list of dimensions in which the sleep voting is active.
  If dimension_list_type is set to SLEEP_INACTIVE, the dimension list is the list of dimensions in which the sleep voting is inactive.

- /sleep dimension list_type <dimension_list_type> <invert_list>
  Sets the dimension_list_type.
  If dimension_list_type is set to SLEEP_ACTIVE, the dimension list is the list of dimensions in which the sleep voting is active.
  If dimension_list_type is set to SLEEP_INACTIVE, the dimension list is the list of dimensions in which the sleep voting is inactive.
  If the invert_list parameter is false the dimensions list is not change.
  If the invert_list parameter is true the dimensions list is inverted. All dimensions, which were not on the list before, are added to the list and all dimensions, which were on the list before, are removed.

- block_blacklist
  Block names of beds being ignored for sleep percentage.
  Examples: minecraft:white_bed, comforts:hammock_white

Thanks for the logo to Muse31.
You can use this mod in non-commercial modpacks without asking.
You can find more mods from me here.

This is a Forge mod only. There will be no Fabric version. It will not be backported.