mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
jigsaw shortcuts
This commit is contained in:
parent
02ce707546
commit
d43c40fc59
@ -23,7 +23,7 @@ public class CommandIrisJigsaw extends MortarCommand
|
||||
|
||||
public CommandIrisJigsaw()
|
||||
{
|
||||
super("jigsaw", "jig", "jsw");
|
||||
super("jigsaw", "jig", "jsw", "j");
|
||||
requiresPermission(Iris.perm);
|
||||
setCategory("Jigsaw");
|
||||
setDescription("Iris jigsaw commands");
|
||||
|
@ -15,7 +15,7 @@ public class CommandIrisJigsawNew extends MortarCommand
|
||||
{
|
||||
public CommandIrisJigsawNew()
|
||||
{
|
||||
super("create", "new", "+");
|
||||
super("create", "new", "+", "n");
|
||||
requiresPermission(Iris.perm);
|
||||
setCategory("Jigsaw");
|
||||
setDescription("Create a new jigsaw piece");
|
||||
|
@ -12,7 +12,7 @@ public class CommandIrisJigsawPlace extends MortarCommand
|
||||
{
|
||||
public CommandIrisJigsawPlace()
|
||||
{
|
||||
super("place", "paste");
|
||||
super("place", "paste", "p");
|
||||
requiresPermission(Iris.perm);
|
||||
setCategory("Jigsaw");
|
||||
setDescription("Place a jigsaw structure");
|
||||
|
@ -11,7 +11,7 @@ public class CommandIrisJigsawSave extends MortarCommand
|
||||
{
|
||||
public CommandIrisJigsawSave()
|
||||
{
|
||||
super("save");
|
||||
super("save", "s");
|
||||
requiresPermission(Iris.perm);
|
||||
setCategory("Jigsaw");
|
||||
setDescription("Save a currently open piece");
|
||||
|
Loading…
x
Reference in New Issue
Block a user