Repackage to single JAR, no ZIP - make other files self-extracting
This commit is contained in:
parent
3efe3c3d3d
commit
734937884a
2 changed files with 1 additions and 48 deletions
|
|
@ -751,6 +751,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||
if(core == null)
|
||||
core = new DynmapCore();
|
||||
/* Inject dependencies */
|
||||
core.setPluginJarFile(this.getFile());
|
||||
core.setPluginVersion(version, "CraftBukkit");
|
||||
core.setMinecraftVersion(mcver);
|
||||
core.setDataFolder(dataDirectory);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue