MMOItemsπ
Itemsπ
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"
Info
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.
Objectivesπ
MmoItemUpgradeπ
Context:
Syntax: mmoitemupgrade <itemType> <itemID>
Description: The player has to upgrade the given item with an upgrade consumable.
objectives:
sword: "mmoitemupgrade SWORD FALCON_BLADE"
MmoItemApplyGemπ
Context:
Syntax: mmoitemapplygem <itemType> <itemID> <gemstoneID>
Description: The player has to apply a gemstone to an item.
objectives:
sword: "mmoitemapplygem SWORD CUTLASS GEM_OF_ACCURACY"