diff --git a/src/main/java/com/volmit/iris/core/commands/CommandIris.java b/src/main/java/com/volmit/iris/core/commands/CommandIris.java index c332e34cc..382bef832 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -45,7 +45,7 @@ import java.io.File; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; -@Decree(name = "iris", aliases = {"ir", "irs", "i"}, description = "Basic Command") +@Decree(name = "iris", aliases = {"ir", "irs"}, description = "Basic Command") public class CommandIris implements DecreeExecutor { private CommandStudio studio; private CommandPregen pregen; @@ -107,12 +107,6 @@ public class CommandIris implements DecreeExecutor { sender().sendMessage(C.GREEN + "Total Height: " + (sender().player().getWorld().getMaxHeight() - sender().player().getWorld().getMinHeight())); } - @Decree(description = "QOL command to open a overworld studio world.") - public void so() { - sender().sendMessage(C.GREEN + "Opening studio for the \"Overworld\" pack (seed: 1337)"); - Iris.service(StudioSVC.class).open(sender(), 1337, "overworld"); - } - @Decree(description = "Set aura spins") public void aura( @Param(description = "The h color value", defaultValue = "-20") diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 807e2a6fe..f00299923 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -19,7 +19,7 @@ libraries: - bsf:bsf:2.4.0 commands: iris: - aliases: [ ir, irs, i ] + aliases: [ ir, irs ] api-version: ${apiversion} hotload-dependencies: false softdepend: [ "Oraxen", "ItemsAdder", "IrisFeller", "WorldEdit", "PlaceholderAPI"] \ No newline at end of file