require

abstract fun require(onCheck: suspend S.() -> Boolean)

This will be called to check is there something required runs on each request false -> command will be hidden true(default) -> command will show normally

Return

is the command usable in this conditions

Sources

jvm source
Link copied to clipboard