Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for BitByLogic

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

Report ItemActions?

Release
2025.5

BitByLogic released ItemActions version 2025.5 on July 25, 2025

πŸ› οΈ Version 2025.5 - Bug Fixes & New Features

This update brings a handful of important bug fixes and new functionality to ItemActions!

πŸ› Bug Fixes

  • Fixed a bug where food component options wouldn't apply correctly on consumable items.
  • Fixed an issue where armor potion effects could become permanent if the armor was removed using a plugin or command. These effects now clean up properly on removal.

✨ New Features

  • Added recipe support for custom action items! You can now define shaped or shapeless crafting recipes directly in your item configuration.
  • Added consumable item support β€” configure items to behave like food, complete with nutrition, saturation, and even particle effects!

Example Config Snippet:

Stick:
  Type: INTERACT
  Version: 1
  Item:
    Material: STICK
    Name: '&eSpeed Pickaxe'
    Data-Key: itemactions:sticks
    Data-Type: STRING
    Data-Value: '1'
    Consumable-Options:
      Consume-Seconds: 0
      Sound: "ENTITY_PLAYER_LEVELUP"
      Particles: true
    Food-Options:
      Can-Always-Eat: true
      Nutrition: 5
      Saturation: 2
  Recipe:
    Recipe-Type: "SHAPED"
    Ingredients:
      - "d:DIAMOND"
      - "e:ENDER_PEARL"
    Shape:
      - "   "
      - "ded"
      - "   "
  Requirements:
    Action-Types:
      - RIGHT_CLICK_AIR
  Actions:
    - PLAY_SOUND:BLOCK_ANVIL_HIT

Thanks for using ItemActions! As always, feedback and suggestions are welcome πŸ’¬

Information

Published onJuly 25, 2025
Downloads0

Platforms

Paper Paper (1.19, 1.20-1.21.3)