std tp alias for tps

This commit is contained in:
Daniel Mills 2021-07-15 00:41:28 -04:00
parent ecb869695e
commit 57e8b59db6

View File

@ -27,7 +27,7 @@ import org.bukkit.GameMode;
public class CommandIrisStudioTPStudio extends MortarCommand { public class CommandIrisStudioTPStudio extends MortarCommand {
public CommandIrisStudioTPStudio() { public CommandIrisStudioTPStudio() {
super("tps", "stp", "tpstudio"); super("tps", "stp", "tpstudio", "tp");
requiresPermission(Iris.perm.studio); requiresPermission(Iris.perm.studio);
setDescription("Go to the spawn of the currently open studio world."); setDescription("Go to the spawn of the currently open studio world.");
setCategory("Studio"); setCategory("Studio");