mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Update structure commands
Simplicity
This commit is contained in:
parent
436a8c4d8e
commit
b554e2ee6c
@ -13,7 +13,7 @@ public class CommandIrisStructureExpand extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisStructureExpand()
|
public CommandIrisStructureExpand()
|
||||||
{
|
{
|
||||||
super("expand", "+++");
|
super("expand", "++");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Structure");
|
setCategory("Structure");
|
||||||
setDescription("Expand out more of the structure");
|
setDescription("Expand out more of the structure");
|
||||||
|
@ -13,7 +13,7 @@ public class CommandIrisStructureMove extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisStructureMove()
|
public CommandIrisStructureMove()
|
||||||
{
|
{
|
||||||
super("move", "++");
|
super("move", "here");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Structure");
|
setCategory("Structure");
|
||||||
setDescription("Load more of the structure");
|
setDescription("Load more of the structure");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user