mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +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()
|
public CommandIrisObjectPaste()
|
||||||
{
|
{
|
||||||
super("paste", "pasta");
|
super("paste", "pasta", "place", "p");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Object");
|
setCategory("Object");
|
||||||
setDescription("Paste an object");
|
setDescription("Paste an object");
|
||||||
|
@ -11,7 +11,7 @@ public class CommandIrisStudioTPStudio extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisStudioTPStudio()
|
public CommandIrisStudioTPStudio()
|
||||||
{
|
{
|
||||||
super("tps", "tpstudio");
|
super("tps", "stp", "tpstudio");
|
||||||
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