9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 11:09:06 +00:00
This commit is contained in:
CocoTheOwner
2021-08-13 22:43:48 +02:00
parent ce36bcc951
commit c26c14227c

View File

@@ -84,4 +84,12 @@ public class DecIrisStudio implements DecreeExecutor
File folder = Iris.proj.getActiveProject().getPath();
sender().sendMessage("Cleaned " + Form.f(JSONCleaner.clean(sender(), folder)) + " JSON Files");
}
@Decree(description = "Convert objects in the \"convert\" folder", aliases = "conv")
public void convert()
{
Iris.convert.check(sender());
}
}