βοΈConditions
Conditions restrict block interaction based on player stats.
π PlaceholderAPI
conditions:
condition1:
first: '%vault_eco_balance%'
second: 500
operator: '>'
send-title: "&eNot enough money!"
Compare placeholders with numeric/string values.
βοΈ MMOCore Profession Level
mmocore-level:
level: mining:1 # profession:level
send-title: "&eLevel too low!"
Requires MMOCore.
π£ Operators
Operator
Description
>
Greater than
<
Less than
==
Equal to
!=
Not equal to
Last updated