-
Notifications
You must be signed in to change notification settings - Fork 0
MMOItem Requirement
Aria edited this page Aug 3, 2020
·
2 revisions
REQUIRES MMOITEMS
Requires the player to have higher than or equals the amount of MMOItems in their inventory.
| 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) |
- 'mmoitem{type="material",id="test_item",amount=5,display="Test Item"}'
- Vault - Permission
- MMOCore - MMOExperience
- Vault - Money, Permission
- MMOItems - MMOItem
- MMOCore - MMOClass, MMOLevel, MMOProfLevel, MMOAttribute, MMOPoint, MMOResource
- ExecutableItems - ExecItem
