Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CommandPermission(val value: KClass<out Permission>)

コマンド実行をパーミッションで制限する場合のアノテーション

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class PlayerOnlyCommand

コマンド実行をプレイヤー経由に制限する場合のアノテーション.