@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Hidden
This annotation is used to indicate that a command should be hidden.
Hidden commands do not show up in the generated help message, and cannot be tab completed.
Players will see the default unknown command message instead of the no permission message when executed without permission.