MCDSL
0.1.0-SNAPSHOT
jvm
MCDSL
/
com.zacklukem.mcdsl.util
/
con
con
fun
con
(
term
:
String
)
:
TermCondition
(
source
)
Creates a terminal condition
Example:
executeIf(con("score @s test matches 1")) {
// ...
}
Content copied to clipboard