Add heightmapinterface alias

This commit is contained in:
NotMyFault
2020-10-02 17:28:49 +02:00
committed by GitHub
parent 88e64a0632
commit 346762d93b

View File

@ -121,6 +121,7 @@ public class UtilityCommands {
@Command(
name = "/heightmapinterface",
aliases = { "/hmi", "hmi" },
desc = "Generate the heightmap interface: https://github.com/boy0001/HeightMap"
)
@CommandPermissions("fawe.admin")