Add more command aliases

This commit is contained in:
CocoTheOwner 2021-03-10 10:51:40 +01:00
parent 8c9684e35c
commit 9cf60ca227
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ public class CommandIrisObjectPaste extends MortarCommand
{
public CommandIrisObjectPaste()
{
super("paste", "pasta");
super("paste", "pasta", "place", "p");
requiresPermission(Iris.perm);
setCategory("Object");
setDescription("Paste an object");

View File

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