mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 03:29:06 +00:00
Add more command aliases
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user