Custom syntax
Due to Skript and skript-mirror limitations, it is not easy to create custom syntax through Java calls alone. To help with this, skript-mirror offers utilities that simplify the creation of custom syntax.
Shared Syntax
Event Classes
event-classes
Expression
[the] expr[ession][s](-| )%number%
Matched Pattern
[the] [matched] pattern
Parser Mark
[the] [parse[r]] mark
Parser Regular Expression
[the] [parse[r]] (regex|regular expression)(-| )%number%
Continue
continue [if (%boolean%|%condition%)]
Last updated