✨ RPG Maker ✨ Orestack - Resources/Tools/Gates/Collections icon

✨ RPG Maker ✨ Orestack - Resources/Tools/Gates/Collections -----

Custom resources | gates | tools | collections | recipes | Must have for MMO-RPG servers!



v3.48.2 - Added custom item options and new conditions/actions
- Added 9 different triggers for custom items
- Added max-uses and uses options for custom items
- Added placeholder support for custom items
- Added toolHasUses, toolHasUsesLeft conditions
- Added consumeToolUses, grantToolUses, restoreToolUses and giveTemporaryFlag actions

Code (Java):
tool :
  type : iron_pickaxe
  unbreakable : true
  flags : [hide_unbreakable, hide_attributes ]
  name : '&7Tool'
  lore :
    - ''
    - '&aUses: {tool_uses}/{tool_max_uses}'
    - '&dCreated by: {player}'
  max -uses : 10
  uses : 10
  on -block - break :
    if : toolHasUsesLeft   # default is 1
    do :
      - consumeToolUses  # default is 1
    else :
      - cancelEvent
      - sendChat &4Your tool is out of uses
  on -left -click : sendChat You left clicked
  on -right -click : sendChat You right clicked
  on -left -click -block : sendChat You left clicked a block
  on -left -click -air : sendChat You left clicked air
  on -right -click -block : sendChat You right clicked a block
  on -right -click -air : sendChat You right clicked air
  on -swap : sendChat You swapped item with offhand
  on -drop :
    if -not : hasFlag confirm_drop
    do :
      - cancelEvent
      - giveTemporaryFlag confirm_drop duration = 10
      - sendChat &4Press Q again to drop item
----------, May 12, 2026
Resource Information
Author:
----------
Total Downloads: 86
First Release: Jan 25, 2025
Last Update: May 26, 2026
Category: ---------------
All-Time Rating:
8 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings