PlayerOnly

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class PlayerOnly

Restricts command execution to players only. Console execution will be rejected with an appropriate message.