mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-01-04 15:41:30 +00:00
Update structure commands
Simplicity
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user