add command alts

This commit is contained in:
CocoTheOwner 2021-07-13 02:25:16 +02:00
parent dd7d5a46e8
commit 7fb04d51ae

View File

@ -15,7 +15,7 @@ public class CommandIrisPregen extends MortarCommand
{ {
public CommandIrisPregen() public CommandIrisPregen()
{ {
super("pregen"); super("pregen", "preg", "p");
setDescription( setDescription(
"Pregen this world with optional parameters: " + "Pregen this world with optional parameters: " +
"\n'1k' = 1000 by 1000 blocks, '1c' = 1 by 1 chunks, and '1r' = 32 by 32 chunks." + "\n'1k' = 1000 by 1000 blocks, '1c' = 1 by 1 chunks, and '1r' = 32 by 32 chunks." +