Add supporting code to help with CTM support (block names, biome names)
This commit is contained in:
parent
bcd0acec33
commit
7c6e660cf0
4 changed files with 61 additions and 3 deletions
|
|
@ -749,6 +749,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
|||
core.setMinecraftVersion(mcver);
|
||||
core.setDataFolder(dataDirectory);
|
||||
core.setServer(new BukkitServer());
|
||||
core.setBlockNames(helper.getBlockShortNames());
|
||||
core.setBiomeNames(helper.getBiomeNames());
|
||||
|
||||
/* Load configuration */
|
||||
if(!core.initConfiguration(enabCoreCB)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue