mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Add more command aliases
This commit is contained in:
parent
8c9684e35c
commit
9cf60ca227
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user