mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
std tp alias for tps
This commit is contained in:
parent
ecb869695e
commit
57e8b59db6
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user