Effects

Applies potion effects to the player when using the totem, in case it is an armor type totem, the effects will be given as long as the player holds the item or has it equipped.

Format

To add potion effects to your totem, use the following format: EFFECT_ID:LEVEL:DURATION

effects:
  - 'health_boost:2:600'
  - 'speed:0:600'

Held Effects

If the totem is an armor type, the configuration section must be called "heldEffects"

heldEffects:
  - 'health_boost:2:600'
  - 'speed:0:600'

Last updated