
Totem Balancer
Adds a cooldown and item limit for the Totem of Undying to prevent overuse and encourage fair gameplay and combat.
- Загрузки
- 604
- Подписчики
- 5
- Обновлён
- 31 июля 2025 г.
- Лицензия
- MIT
Опубликован 24 июля 2025 г.
Totem Balancer
Totem Balancer is a lightweight Minecraft Fabric mod designed to enhance gameplay balance by preventing the overuse of the Totem of Undying. The mod is lightweight, easy to install, and configurable to fit different server rules or personal preferences.
Features
- Configurable cooldown timer between uses of the Totem of Undying.
- Configurable amount of Totems of Undying a player can carry.
- Clear in-game notifications when cooldown is active or item limit is exceeded.
- Fully configurable via commands or the config file.
Installation
Place the mod JAR file into the server's mods folder and start the server.
Configuration
When the server starts for the first time, a config file will be generated at
config/totem_balancer.json:
{
"maxTotems": 1,
"cooldownSeconds": 20,
"playerMaxTotems": {},
"playerCooldownSeconds": {}
}
You can also modify the settings at runtime using server commands:
- /totemBalancer setCarryLimit [player] — Sets the maximum number of Totems globally or for a specific player.
- /totemBalancer setCooldown [player] — Sets the cooldown time in seconds globally or for a specific player.
- /totemBalancer removeCarryLimit — Removes a custom carry limit for the given player.
- /totemBalancer removeCooldown — Removes a custom cooldown for the given player.
Contributing
Feel free to open issues or pull requests on the GitHub page!
This mod is compatible with Minecraft 1.21.x and requires the corresponding Fabric API version.
Ченджлог
1.2.0Релиз1.21.6, 1.21.7, 1.21.8 · 31 июля 2025 г.
[1.2.0] - 2025-08-01
Added
- New
/totemBalancerroot command with subcommands for setting limits and cooldowns. - Support for player-specific limits and cooldowns.
- Commands to reset individual player settings.
Changed
- Replaced
/setMaxTotemsand/setTotemCooldownwith improved structure and naming. - Updated config to store both global and player-specific values.
1.1.0Релиз1.21.6, 1.21.7, 1.21.8 · 29 июля 2025 г.
[1.1.0] - 2025-07-29
Added
- Config system to save max totems and cooldown duration in a JSON file.
- In-game commands
/setMaxTotemsand/setTotemCooldownnow update the config and persist after restarts. - Added support for Minecraft 1.21.x versions.
Changed
- Removed static config variables; now always read from config file.
- Cooldown time stored and managed in seconds in config (converted to ticks internally).
Fixed
- Improved cooldown message grammar for singular/plural seconds.
- Enforced totem limit message adjusted to proper singular/plural form.
Комментарии
Загружаем…