Permission

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Permission(val value: KClass<out LunaticChatPermissionNode>)

Restricts command execution to senders with the specified permission.

Parameters

value

The permission node required to execute this command

Properties

Link copied to clipboard
val value: KClass<out LunaticChatPermissionNode>