mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9d18a1297b
@ -79,7 +79,18 @@ public class CommandIrisPregen extends MortarCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
} else
|
}
|
||||||
|
else if(args[0].equalsIgnoreCase("resume"))
|
||||||
|
{
|
||||||
|
if(PregenJob.isPaused()){
|
||||||
|
sender.sendMessage("Pregen Resumed");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
sender.sendMessage("No paused pregens. Use /ir pregen pause to pause.");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
|
||||||
if(sender.isPlayer())
|
if(sender.isPlayer())
|
||||||
{
|
{
|
||||||
@ -102,7 +113,6 @@ public class CommandIrisPregen extends MortarCommand
|
|||||||
{
|
{
|
||||||
sender.sendMessage("Players only.");
|
sender.sendMessage("Players only.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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");
|
||||||
|
@ -11,7 +11,7 @@ public class CommandIrisStudioCreate extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisStudioCreate()
|
public CommandIrisStudioCreate()
|
||||||
{
|
{
|
||||||
super("create", "new");
|
super("create", "new", "+");
|
||||||
requiresPermission(Iris.perm.studio);
|
requiresPermission(Iris.perm.studio);
|
||||||
setDescription("Create a new project & open it.");
|
setDescription("Create a new project & open it.");
|
||||||
setCategory("Studio");
|
setCategory("Studio");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user