Перейти к содержимому
Mineforgian

Slumber

Let the server rest while there are no players online

47K загрузок180 подписчиковLGPL-3.0-onlyfabricfoliaforgeneoforgepaperpurpurquiltspigotsponge

Обновлён 16 июня 2026 г. · опубликован 11 июля 2022 г.

Slumber

Let the server slumber while there are no players online.

This mod allows you to freeze your server when no players are online.

Minecraft versions before 1.20.3 require fabric-carpet.

Commands

/slumber displays current status whether it is in slumber or not, it has the following output.

  • Enabled Tells if the mod is enabled or not.
  • Frozen Check if the server is frozen /tick freeze also affect this message.

/slumber true enables freezing.

/slumber false disables freezing.

Configuration file

Located at /config/slumber.properties

The syntax is key=value

value should have type same as describe below.

Key Type Default Value Description
freeze-delay-seconds integer 20 Time (in seconds) to slumber after no player left in the server
debug-messages boolean false Show message in server log when game is in slumber or not
config-version string 1.4 Version of the config
safe-starting boolean true Freeze when the terrain is loading to prevent redstone machines from breaking
sleep_tick_speed double 0.0 Sets the TPS that should be used when the server is in slumber. 0.0 means a complete freeze
sleep_autosaving boolean false Enable autosaving when the server is in slumber
toggle boolean true Enable slumber by default

Supported Platforms (As of v2.0.0)

  • Fabric/Quilt (1.14.3 - 26.2)
  • Forge (26.2 - )
  • NeoForge (26.2 - )
  • PaperMC/Spigot/Folia (26.2 - )
  • Sponge (26.2 - )

Installation

Fabric, Quilt, Forge, NeoForge

Simply put the mod in the mods folder

Sponge

Simply put the plugin in the plugins folder

Spigot/PaperMC

  1. Install the Ignite Mixin loader
  2. Run the ignite jar alongside the paper/spigot jar
  3. Put the mod in the mods folder and restart

Folia

  1. Install the Ignite Mixin loader
  2. Rename the Folia jar to "paper.jar". Alternatively, you can launch the game with the following JVM args: -Dignite.locator=paper -Dignite.jar=./folia.jar
  3. Run the ignite jar alongside the folia jar
  4. Put the mod in the mods folder and restart

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
mc26.2-2.0.0Релиз26.1, 26.1.1, 26.1.2, 26.2fabric, folia, forge, neoforge, paper, purpur, quilt, spigot, sponge16 июня 2026 г..jar (20 КБ)
1.3.4Релиз26.1, 26.1.1, 26.1.2fabric, quilt19 мая 2026 г..jar (40 КБ)
1.3.2Релиз1.21.11fabric, quilt12 декабря 2025 г..jar (41 КБ)
1.3.1Релиз1.21.9, 1.21.10fabric, quilt2 октября 2025 г..jar (42 КБ)
1.3.0Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric, quilt26 декабря 2024 г..jar (41 КБ)
1.3.0-beta.2Бета1.21.3, 1.21.4fabric, quilt16 ноября 2024 г..jar (41 КБ)
1.3.0-beta.1Бета1.21, 1.21.1, 1.21.2, 1.21.3fabric, quilt29 октября 2024 г..jar (40 КБ)
1.2.0Релиз1.20.5, 1.20.6, 1.21, 1.21.1fabric, quilt20 декабря 2023 г..jar (38 КБ)
1.1.3Релиз1.20, 1.20.1, 1.20.2fabric, quilt18 августа 2023 г..jar (21 КБ)
1.1.2Релиз1.20, 1.20.1fabric, quilt17 августа 2023 г..jar (20 КБ)
1.1.1Релиз1.20, 1.20.1fabric, quilt29 июля 2023 г..jar (20 КБ)
1.1.0Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4fabric, quilt5 апреля 2023 г..jar (20 КБ)
1.0.1Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4fabric, quilt17 марта 2023 г..jar (20 КБ)
1.0.0-1.19Релиз1.19, 1.19.1, 1.19.2, 1.19.3fabric, quilt13 июля 2022 г..jar (8 КБ)
1.0.0-1.18.2Релиз1.18.2fabric, quilt11 июля 2022 г..jar (20 КБ)

Ченджлог

mc26.2-2.0.0Релиз26.1.1, 26.1.2, 26.2 · 16 июня 2026 г.
  • Updated to 26.2
  • Completely cross platform compatible! That means the mod supports Fabric, Quilt, Forge, NeoForge, Sponge, and even PaperMC!
1.3.4Релиз26.1, 26.1.1, 26.1.2 · 19 мая 2026 г.
  • Fixed a crash on startup due to improper Fabric API dependency
1.3.2Релиз1.21.11 · 12 декабря 2025 г.
  • Update to 1.21.11
1.3.1Релиз1.21.9, 1.21.10 · 2 октября 2025 г.

Updated to 1.21.9

1.3.0Релиз1.21.6, 1.21.7, 1.21.8 · 26 декабря 2024 г.
  • Updated to 1.21.4 & 1.12.5
  • Marked as stable
1.3.0-beta.2Бета1.21.3, 1.21.4 · 16 ноября 2024 г.
  • Fixed some bugs related to unfreezing with TPS > 0
  • Fixed a Mixin apply issue on startup
1.3.0-beta.1Бета1.21.1, 1.21.2, 1.21.3 · 29 октября 2024 г.

This release changes the way servers "sleep". Servers are now able to be slowed rather than frozen. For example, the TPS can be set to 1.0, which will allow the server to process functions while no players are online, however at a significantly reduced speed. Additionally some of the code was cleaned up to be more presentable.

Note: This release has been marked as beta. This means that bugs and to be expected. Please report any issues to the Github Issue Tracker. Thank you

1.2.0Релиз1.20.6, 1.21, 1.21.1 · 20 декабря 2023 г.
  • This release completely rewrites Slumber to use Mojang's new tick manager.
  • Additionally it includes some code cleanup such as adding the mod icon thanks to CamperSamu

Полная история изменений — на Modrinth.

Комментарии

Загружаем…