Ammy Ammy is a very simple plugin that allows you to configure totems of undying, adding an activation chance along with out-of-hand activation.
Default Config
Code (YAML):
################################################### # Ammy config # # Please don't make reviews about config errors # ###################################################
# Whether, and the chance of totems activating when held in hand # If enabled is set to false, totems will NOT activate at all # Please note that this ONLY affects totems that are held in hand. trigger-in-hand:
enabled: true
chance: 100
# Whether or not, and the chance of totems activating when NOT held in hand # Multi-proc is whether to roll dice for every totem in inventory until a positive is returned. trigger-out-of-hand:
enabled: true
chance: 100
multi-proc: false