Literal Argument
A literal argument is an argument that represents an option you can choose from. They have suggestion, and if the player ends up not choosing any arguments, then nothing will happen. Examples:
Java
new StellarCommand("server")
.addArgument("reset")
Java
new StellarCommand("server")
.addLiteralArgument("reset")