Skip to content

ExecItem Requirement

Aria edited this page Feb 21, 2022 · 1 revision

Feature

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

Arguments

Line Config Arg. Description
id (String) The ID of the ExecutableItem.
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

- 'execitem{id="test_item",amount=5,display="Test Item"}'

Clone this wiki locally