Item Actions icon

Item Actions -----

Elevate your items with one-of-a-kind effects!



Massive Update (ARMOR SUPPORT)
Hey!

This update changes a lot, adding a whole new action system as well as adding support for custom armor actions. The plugin now depends on JustAPI which can be downloaded from GitHub.

Armor/Action Example:
Code (Text):

ZoomyBoots: # Armor example item, applies speed and negates fall damage when equipped.
  Type: "ARMOR"
  Item:
    materials:
      - "LEATHER_BOOTS"
    name: "&eZoomy Boots"
    dye-color: "#FF0000"
    data-key: "itemactions:zoomy_boots"
    data-type: "STRING"
    data-value: "1"
  Actions:
    - "ADD_POTION_EFFECT:speed|3|true|true"
    - "RUN_COMMAND:say Zoomy Boots Equipped."
    - "NEGATE_FALL_DAMAGE"
  Unequip-Actions:
    - "REMOVE_POTION_EFFECT:speed"
    - "RUN_COMMAND:say Zoomy Boots Removed."
 
----------, Jan 29, 2022
Resource Information
Author:
----------
Total Downloads: 348
First Release: Feb 9, 2021
Last Update: Jun 18, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings