This version brings drupi support! To use drupi with custom items, just use the action "runDrupi", and set "actionID"
Code (YAML):
action
: runDrupi
actionIDs
:
-
"drupiAction1"
-
"drupiAction2"
You can then listen for "onCustomItemsHandle", and check if event's actionID, event.getActionID, is equal to the action ids you provided in your item yml file — almost exactly like Skript integration!