PluTotems
  • PluTotems
  • 🌟Features
    • Types
      • Item
      • Armor
      • Structure
      • Entity
        • Equipment
        • Pose
        • Custom Mob
    • Options
    • Triggers
    • Actions
      • Types
      • Script
      • Conditions
    • Effects
Powered by GitBook
On this page
  • Format
  • Held Effects
  • Useful Links
  1. Features

Effects

PreviousConditions

Last updated 2 years ago

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'

Useful Links

🌟
Effect Types