add aliases to tp cmd

This commit is contained in:
Bella 2020-01-14 22:26:18 -05:00
parent 7d59d7cdf9
commit 78d60365c3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class TeleportCommand extends Command {
.append("y", true)
.append("z", true)
.append("blocks per tp", false)
.build(), "tp");
.build(), "tp", "hclip", "clip");
setDescription("Potentia teleport exploit");
}