Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Item Actions
  • Version 2025.11

    release18 ноября 2025 г.

    🛠️ Fixes

    • Prevents potential errors by properly handling null ItemMeta in the ItemData.matches() method.
  • 2025.5

    release20 мая 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 💬

  • 2025.4

    release20 апреля 2025 г.

    Initial Project Release!

Совместимость

Minecraft: Java Edition

Платформы

Сведения

Лицензия:
Опубликован:1 год назад
Обновлён:6 месяцев назад
ID проекта:
Главная