will accept if the offset distance set by the player for the waystone is in a specific range of distance.
Min Distance the minimum distance of the offset distance
Max Distance the maximum distance of the offset distance
IS_HOLDING
will accept if the player is holding the item specified in the config
The Display Name option is used to alter the display name for the item when shown in the chat. This option is optional.
LOGIC_NEGATE
will negate the condition. If the criteria inside accept the condition, it will negate it.
The example above will accept the condition if the player is NOT holding a dirt.
LOGIC_OR
will accept the condition if any of the criteria inside accept the condition.
The example above will accept the condition if the player has speed effect OR if the player has jump effect.
LOGIC_AND
Similar to logic_or, but will accept if all of the criteria inside accept the condition.
The example above will accept the condition if the player is holding a diamond pickaxe and (enchanted with silk touch or has fast mining effect)
IS_ENVIRONMENT
will accept if the condition occurred in an environment
HAS_CONTEXT
will accept if the condition occurred in a context
The example above will accept the condition if there is Warpstone Context. In other words, the player will be teleported if theyre using warpstone to teleport to the waystone.
STRING_MATCHES
If you are using PlaceholderAPI, you can use this to test if the value of 2 placeholders is the same.
ALWAYS
always accept the condition
NEVER
never accept the condition
IS_WAYSTONE_ACTIVATED
will accept if the waystone is activated, similar to IS_MEMBER but only if the player actually discover it.
IS_NATURAL
will accept if the waystone is generated naturally using structure
IS_SAME_TYPE
will accept if the target waystone and the source waystone is the same type
IS_SAME_WORLD
will accept if the teleportation occurred in the same world
IS_SAME_SERVER
will accept if the teleportation occurred in the same server
IS_SAME_DIMENSION
will accept if the teleportation occurred in the same dimension
Break Condition:
Criteria: STRING_MATCHES
A: '{player_name}'
B: 'Septogeddon'
Reason: 'You must be Septogeddon to do this'
Reason Negate: 'You must not be Septogeddon to do this'
Ignore Case: false