⛓️Conditions
The conditions in this plugin work by evaluating PlaceholderAPI variables
Description
The conditions are defined by you to certain actions, so that the player when killing a entity or claiming a daily reward, detects if it meets the conditions and thus execute the actions.
Permission
Check if the player has a permission
Kill:
entities:
example_perm_mob:
type: COW
permission: permissiontest.example.1
actions:
- 'send_message: &c-1 Cow'
Operators
is equal to
==
is different to
!=
is greater than and equal to
>=
is less than and equal to
<=
is less to
<
is greater to
>
Examples:
Kill:
entities:
test_operators_mob:
type: CREEPER
actions:
- 'send_message: -1 Example condition Creeper'
conditions:
- '%player_name% == %essentials_nickname%'
- '%essentials_nickname% == Notch'
Last updated