[1.2.0] - 2025-08-01
Added
- New
/totemBalancer
root command with subcommands for setting limits and cooldowns. - Support for player-specific limits and cooldowns.
- Commands to reset individual player settings.
Changed
- Replaced
/setMaxTotems
and/setTotemCooldown
with improved structure and naming. - Updated config to store both global and player-specific values.
[1.1.0] - 2025-07-29
Added
- Config system to save max totems and cooldown duration in a JSON file.
- In-game commands
/setMaxTotems
and/setTotemCooldown
now 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.