✨ 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.41.20 - Added MythicMobs custom item support
- You can now use MythicMobs items in all actions and conditions that require an item:
Code (YAML):
# Examples
on-break
:
  if
: toolIsSimilar MythicMobs:SkeletonKingSword
  do
: chatMessage <Nice looking sword! >

on-break
:
  - giveItem mm:SkeletonKingSword   # aliases: mythicmobs, mm
  - dropItemAtPlayer mm:SkeletonKingSword
  - dropItemAtBlock mm:SkeletonKingSword amount=1-3
 

You can no longer define item amount like this:
Code (YAML):
# NO LONGER SUPPORTED
on-break
:
  do
: giveItem dirt:5

# Do this instead
on-break
:
  do
: giveItem dirt amount=5
----------, Jan 8, 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