From 03165acbb87d480b59bab0d0add17e4de3703031 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Fri, 2 Apr 2021 17:25:25 +0200 Subject: [PATCH] Add CommandTeleport tp alias --- .../src/de/steamwar/bausystem/commands/CommandTeleport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTeleport.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTeleport.java index 5940f2c..769da8f 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTeleport.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTeleport.java @@ -28,7 +28,7 @@ import org.bukkit.event.player.PlayerTeleportEvent; public class CommandTeleport extends SWCommand { public CommandTeleport() { - super("teleport"); + super("teleport", "tp"); } @Register(help = true)