Armor

Just like the item type, you can use everything PluTotems has to offer. But, being an armor type, you can equip it like any other piece of armor and it will work if you have it equipped!

If you die and you have a totem in your armor slots, the totem will function like any other totem.

Example

SpeedTotem:
  name: "&cSpeed Totem"
  types:
    type: armor
  item:
    material: DIAMOND_BOOTS
    name: "&cSpeed Totem"
    lore:
      - ""
      - "&7With this totem, you can go faster and faster!"
      - ""
  conditions:
    chance:
      value: 100
    permission:
      value: "plutotems.use.speedtotem"
  options:
    playAnimation: true
  actions:
    - "title: {#b246fc}SPEED | &7You have used the {#b246fc}Speed Totem &7totem!"
    - "broadcast: &7{player} has used the {#b246fc}Speed Totem &7totem!"
    - "sound: ENTITY_PLAYER_LEVELUP-1-1"

Last updated