Requirements
This section is used for player options and conditional dialogues. Every line of the requirements list refers to a condition that MUST be true. You can use all kind of PlaceholderAPI variables.
Type of Conditionals
For Text
equals, ==
!equals, !=
equalsIgnoreCase
!equalsIgnoreCase
startsWith
!startsWith
contains
!contains
For Numbers
equals, ==
!equals, !=
>=
<=
>
<
Last updated
Was this helpful?