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

@ -111,6 +111,7 @@ public class BiomeCommands {
@Command(
name = "biomeinfo",
desc = "Get the biome of the targeted block.",
aliases = { "/biomeinfo" },
descFooter = "By default, uses all blocks in your selection."
)
@CommandPermissions("worldedit.biome.info")