Skip to content

MMOItem Requirement

Aria edited this page Aug 3, 2020 · 2 revisions

Feature

REQUIRES MMOITEMS
Requires the player to have higher than or equals the amount of MMOItems in their inventory.

Arguments

Line Config Arg. Description
type (String) The TYPE of the MMOItem. (Not case-sensitive)
id (String) The ID of the MMOItem. (Not case-sensitive)
amount (Integer) The required amount of items. (Default = 1)
display (String) Replaces the {display} placeholder in the lore format.
take (Boolean) Whether or not the take the required amount when unlocked. (Default = true)

Example

- 'mmoitem{type="material",id="test_item",amount=5,display="Test Item"}'

Clone this wiki locally