mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Removed FixUnstable CMD for now..
This commit is contained in:
@@ -181,6 +181,7 @@ public class CommandIris implements DecreeExecutor {
|
|||||||
IrisPackBenchmarking.runBenchmark();
|
IrisPackBenchmarking.runBenchmark();
|
||||||
} */
|
} */
|
||||||
|
|
||||||
|
/* /todo Different approach this feels useless atm
|
||||||
@Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE)
|
@Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE)
|
||||||
public void fixunstable() throws InterruptedException {
|
public void fixunstable() throws InterruptedException {
|
||||||
if (unstablemode){
|
if (unstablemode){
|
||||||
@@ -196,7 +197,7 @@ public class CommandIris implements DecreeExecutor {
|
|||||||
Iris.info(C.BLUE + "Iris is running stable..");
|
Iris.info(C.BLUE + "Iris is running stable..");
|
||||||
sender().sendMessage("Iris is running stable..");
|
sender().sendMessage("Iris is running stable..");
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
||||||
@Decree(description = "Print world height information", origin = DecreeOrigin.PLAYER)
|
@Decree(description = "Print world height information", origin = DecreeOrigin.PLAYER)
|
||||||
public void height() {
|
public void height() {
|
||||||
|
|||||||
Reference in New Issue
Block a user