Totem Cooldown
Totem Cooldown is a compact server-side mod for Fabric that introduces a configurable delay between uses of the Totem of Undying. Instead of instantly using multiple totems in succession, this mod establishes a waiting period, adding a strategic element to survival gameplay.
Key Features
- Configurable Delay – The waiting time between totem uses can be set in seconds through a simple JSON configuration file
- Custom Notifications – Display of cooldown messages with customizable text
- Different Display Methods – Choice between showing messages in the action bar or in chat
- Fully Server-Side – Works on Fabric 1.20.1 servers without requiring client installation
Configuration
After the first launch, the mod creates a configuration file (config/totem_cooldown.json) where you can adjust:
- Cooldown Duration (totemCooldownSeconds) – Time in seconds until the next totem use
- Message During Cooldown (messageOnCooldown) – Notification text when attempting to use a totem during cooldown
- Display Mode (showMessageInActionBar) – true (action bar) or false (chat message)
Enhance your server's gameplay by preventing totem spam while maintaining balance!