TotemNerf icon

TotemNerf -----

Balances Totems of Undying by reducing drop rates and adding cooldowns



Description
This plugin balances the Totem of Undying, addressing one of the main balance issues in recent versions of Minecraft. It allows you to adjust the probability of obtaining totems and apply a cooldown to limit their frequent use. All these options are configurable and can be deactivated as per server requirements

Configuration

Code (YAML):
#-------------------#
#     TotemNerf     #
#-------------------#

# List of patches applied by the plugin to the Totems of Undying.
patches
:
  # Reduces the probability of the Evoker dropping a Totem of Undying.
  # In Minecraft, the probability is 100%, but in this case, it is reduced to 50% by default.
  drop-nerf
: true
  # Sets a cooldown for the Totem of Undying.
  # By default, players can use Totems consecutively without a cooldown, but with this option, a 30-second cooldown is set.
  totem-cooldown
: true

# Configuration for the drop-nerf patch.
drop-nerf-settings
:
  # Probability of the Evoker dropping a Totem of Undying.
  # By default, the probability is 50%.
  drop-chance
: 50
  # When the Totem is not going to be dropped by the Evoker, the Evoker will use the Totem to avoid dying.
  # By default, this option is enabled.
  evoker-use-totem
: true
  # When enabled, the Totem of Undying will only drop in woodland mansions.
  # This gives mansions a real utility, making it harder for players to farm large quantities of totems, though it's not impossible.
  # By default, this feature is turned off.
  drop-only-in-mansion
: false

# Configuration for the totem-cooldown patch.
totem-cooldown-settings
:
  # Cooldown time in seconds.
  # By default, the cooldown is 30 seconds.
  cooldown-time
: 30

Support

If you encounter any issues or have any questions, feel free to leave a comment or send me a message.
Resource Information
Author:
----------
Total Downloads: 121
First Release: Jun 29, 2024
Last Update: Jun 29, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings