add a bunch of // aliases for commands

This commit is contained in:
dordsor21
2020-04-19 11:43:30 +01:00
parent 415e91b519
commit 7b9a64e9a6
10 changed files with 32 additions and 8 deletions

View File

@ -304,6 +304,7 @@ public class GenerationCommands {
@Command(
name = "forestgen",
aliases = { "/forestgen" },
desc = "Generate a forest"
)
@CommandPermissions("worldedit.generation.forest")
@ -325,6 +326,7 @@ public class GenerationCommands {
@Command(
name = "pumpkins",
aliases = { "/pumpkins" },
desc = "Generate pumpkin patches"
)
@CommandPermissions("worldedit.generation.pumpkins")