MMOItemsπ
Item system integration: mmoitemπ
MMOItems usage is integrated to the Items system and thus used for actions and conditions.
The soulbound keyword can be used
with an optional amount, defaulting to 1.
In addition, you can also add quest-item argument to tag them as "QuestItem".
items:
crown: "mmoitem ARMOR SKELETON_CROWN"
boundBoot: "mmoitem ARMOR TRAVELERS_BOOTS soulbound:100"
gem: "mmoitem GEMS SPEED_GEM quest-item"
conditions:
hasCrown: "hand crown"
actions:
giveGem: "give gem:3"
Craft item: craftπ
When MMOItems is installed the craft objective also processes MMOItems
"recipe-amounts" crafting and MMOItems station crafting.
The amount is based on how many items have actually been crafted, not how often a specific recipe has been used!
Therefore, a recipe that makes four items at once will let the objective progress by four steps.
items:
potion: "mmoitem HEALTH_POTION_RECIPE"
objectives:
craftPotion: "craft potion 5 notify"
Upgrade Item: mmoitemupgradeπ
This objective tracks if a player upgrades the given item with an upgrade consumable.
objectives:
sword: "mmoitemupgrade SWORD FALCON_BLADE"
Apply gemstone: mmoitemapplygemπ
This objective is completed when the player applies the gemstone with the given gemstoneID to an item with the given itemType and itemID.
objectives:
sword: "mmoitemapplygem SWORD CUTLASS GEM_OF_ACCURACY"