Requirement
About 82 wordsLess than 1 minute
This is the requirement setting of the execution template, the object (player) should meet all the requirements in order to continue the reward.
Example
default.yml
# Requirement of executing this template
requirement:
req1: has_money;1000;true # has 1000 money (require Vault)
req2: papi_double;%player_level%;>=;10 # %player_level% (player level) is equal or more than 10 (require PlaceholderAPI, and Player extension installed)Requirement types
- Has money: has_money;amount
- Comparison of placeholders from PlaceholderAPI: papi_double;placeholder;comparsion symbol;amount
- Symbols
<=,<,==,!=,>,>=