Item Actions icon

Item Actions -----

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




Fixed various issues that I completely forgot about.

Changes:

- Updated to 1.21
- Updated to latest APIByLogic version
- Added update checker
- Fixed various bugs
----------, Jun 18, 2024

Implement bstats metric tracking
----------, May 27, 2024

Updated packages and author to match rebranded name, also update to use APIByLogic.
----------, May 9, 2024

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

It was brought to my attention that the file size was a bit large, which I knew why. I was using Aikar Command System, which is an amazing API. For such a small use in this project though, it just wasn't worth using.

File Difference

338 kb -> 24 kb

The plugin will not function any differently, this is just purely for saving storage.
----------, Feb 11, 2021

ItemActions now supports 1.12+!

NOTE: It should work with 1.8, if it doesn't please contact me via the Discord and I'll add 1.8 support.

Persistent Data config options such as data-key, data-type and data-value will NOT work prior to version 1.14.​
----------, Feb 9, 2021

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