mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Merge pull request #390 from CocoTheOwner/add-alt-cmd
Update CommandIrisObjectSave.java
This commit is contained in:
commit
3aa085f17e
@ -23,7 +23,7 @@ public class CommandIrisJigsaw extends MortarCommand
|
|||||||
|
|
||||||
public CommandIrisJigsaw()
|
public CommandIrisJigsaw()
|
||||||
{
|
{
|
||||||
super("jigsaw", "jig", "jsw");
|
super("jigsaw", "jig", "jsw", "j");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Jigsaw");
|
setCategory("Jigsaw");
|
||||||
setDescription("Iris jigsaw commands");
|
setDescription("Iris jigsaw commands");
|
||||||
|
@ -15,7 +15,7 @@ public class CommandIrisJigsawNew extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisJigsawNew()
|
public CommandIrisJigsawNew()
|
||||||
{
|
{
|
||||||
super("create", "new", "+");
|
super("create", "new", "+", "n");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Jigsaw");
|
setCategory("Jigsaw");
|
||||||
setDescription("Create a new jigsaw piece");
|
setDescription("Create a new jigsaw piece");
|
||||||
|
@ -12,7 +12,7 @@ public class CommandIrisJigsawPlace extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisJigsawPlace()
|
public CommandIrisJigsawPlace()
|
||||||
{
|
{
|
||||||
super("place", "paste");
|
super("place", "paste", "p");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Jigsaw");
|
setCategory("Jigsaw");
|
||||||
setDescription("Place a jigsaw structure");
|
setDescription("Place a jigsaw structure");
|
||||||
|
@ -11,7 +11,7 @@ public class CommandIrisJigsawSave extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisJigsawSave()
|
public CommandIrisJigsawSave()
|
||||||
{
|
{
|
||||||
super("save");
|
super("save", "s");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Jigsaw");
|
setCategory("Jigsaw");
|
||||||
setDescription("Save a currently open piece");
|
setDescription("Save a currently open piece");
|
||||||
|
@ -16,7 +16,7 @@ public class CommandIrisObjectContract extends MortarCommand
|
|||||||
super("-");
|
super("-");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Object");
|
setCategory("Object");
|
||||||
setDescription("Contract a selection based on your lookign direction");
|
setDescription("Contract a selection based on your looking direction");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class CommandIrisObjectSave extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisObjectSave()
|
public CommandIrisObjectSave()
|
||||||
{
|
{
|
||||||
super("save");
|
super("save", "s");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Object");
|
setCategory("Object");
|
||||||
setDescription("Save an object");
|
setDescription("Save an object");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user