Interface SimpleCommand

All Superinterfaces:
Command, InvocableCommand<SimpleCommand.Invocation>

public non-sealed interface SimpleCommand extends InvocableCommand<SimpleCommand.Invocation>
A simple command, modelled after the convention popularized by Bukkit and BungeeCord.

Prefer using BrigadierCommand, which is also backwards-compatible with older clients.