mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
convert
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user