mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-01-04 15:41:30 +00:00
f
This commit is contained in:
@@ -229,13 +229,10 @@ public class CommandStudio implements DecreeExecutor {
|
||||
|
||||
@Decree(description = "Convert objects in the \"convert\" folder")
|
||||
public void convert() {
|
||||
//Iris.service(ConversionSVC.class).check(sender());
|
||||
IrisConverter.convertSchematics(sender());
|
||||
|
||||
|
||||
Iris.service(ConversionSVC.class).check(sender());
|
||||
//IrisConverter.convertSchematics(sender());
|
||||
}
|
||||
|
||||
|
||||
@Decree(description = "Execute a script", aliases = "run", origin = DecreeOrigin.PLAYER)
|
||||
public void execute(
|
||||
@Param(description = "The script to run")
|
||||
|
||||
Reference in New Issue
Block a user