MMOItem Requirement - ASangarin/TechTree GitHub Wiki
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"}'