Matter apis

This commit is contained in:
Daniel Mills
2021-08-04 20:19:22 -04:00
parent f2b301cb17
commit ad324df937
11 changed files with 191 additions and 0 deletions

View File

@@ -152,6 +152,11 @@ public abstract class VolmitPlugin extends JavaPlugin implements Listener {
}).start();
}
public File getJarFile()
{
return getFile();
}
public void l(Object l) {
Iris.info("[" + getName() + "]: " + l);
}