
DynPlay
DynPlay is a server-side mod that adjusts the maximum allowed player count based on CPU load and allows you to change the max player amount without restarting the server.
- Загрузки
- 499
- Подписчики
- 3
- Обновлён
- 14 ноября 2025 г.
- Лицензия
- CC-BY-NC-4.0
Опубликован 14 мая 2025 г.
DynPlay is a mod that dynamically adjusts the server’s maximum player capacity
It is designed to keep servers stable under varying conditions by preventing overload while still allowing as many players as the hardware can handle.
DynPlay checks the CPU usage at a configurable interval and raises or lowers the player limit in real time without requiring a server restart. Server owners can define manual CPU-to-player thresholds in the configuration file or rely on the automatic logarithmic scaling system. Administrators with permission level 3 or higher can always join even when the server is at its dynamic limit.
The mod includes an in-game command system that allows operators to pause the dynamic adjustments, set a fixed player limit, or return to automatic mode. Configuration is handled through the dynplay-server.toml file, where update intervals, thresholds, and admin rules can be customized.
Ченджлог
1.0.4Релиз1.21.1 · 14 ноября 2025 г.
Patch Notes Since 1.0.1
v1.0.2
- Added
/dynplay reloadto re-readdynplay-server.tomlon the fly. - Added
/dynplay interval <ticks>to change CPU polling cadence without restarting. - Introduced command feedback strings.
- Ensured manual overrides and interval changes are persisted.
v1.0.3
- Added
allowExceedBaseMaxPlayersconfig flag to allow admins to decide whether DynPlay may exceed theserver.propertiescap. - If disabled, all computed/manual limits are clamped.
- Manual overrides and
/dynplay setnow respect that ceiling automatically. - Improved clarity in logs and command feedback.
v1.0.4
- Added configurable global minimum/maximum slots (
minAllowedPlayers,maxAllowedPlayers). - Added
/dynplay setminand/dynplay setmaxcommands (0disables the max). - All limits (dynamic or manual) now pass through these clamps.
- Server list stays synchronized when values change.
1.0.1Релиз1.21.1 · 14 ноября 2025 г.
Now max allowed player count updates in server list
Комментарии
Загружаем…