Multiverse / Multiverse-Core

The original Bukkit Multi-World Plugin!
BSD 3-Clause "New" or "Revised" License
949 stars 299 forks source link

I can't allow TerrainControl to be generator for the world #1375

Closed Holohugo closed 10 years ago

Holohugo commented 10 years ago

Hi :)

I have small issue. I'm trying to import worlds whitch are already generated via TerrainControl with generator setting (/mv import whatever -g TerrainControl), but whenever i try run this command, i get error while attempting this command. /mv generators does not work either, all i get is error. I was trying to do this manually, like change the generator in settings, upload them and start server, but this ends with log full of fails like - [08:08:47] [Server thread/ERROR]: [TerrainControl] Could not set generator for default world 'syel': Plugin 'TerrainControl v2.5.2. It seem MV i blocking it from it...

Plugin list: Authme chatex Commandbook dynmap + dynmap commandbook Legendary messages Multiverse-core neopaintswitch PEX TerrainControl VoxelSniper World - border, edit, guard Vault

Thanks for any responce :)

greetings from Czech Republic :)

Surgerix

There is comlete server load log with :

[08:08:46] [Server thread/INFO]: Starting Minecraft server on 185.16.85.25:25565 [08:08:46] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-b2974jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.2) [08:08:46] [Thread-7/INFO]: ----- Bukkit Auto Updater ----- [08:08:46] [Thread-7/INFO]: It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds. [08:08:46] [Thread-7/INFO]: If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'. [08:08:46] [Thread-7/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes. [08:08:46] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml. [08:08:46] [Thread-7/INFO]: ----- ------------------- ----- [08:08:46] [Server thread/INFO]: [PermissionsEx] sql backend registered! [08:08:46] [Server thread/INFO]: [PermissionsEx] file backend registered! [08:08:47] [Server thread/INFO]: [LegendaryMessages] Loading LegendaryMessages v5.1 [08:08:47] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.8 [08:08:47] [Server thread/INFO]: [BukkitCompat] Loading BukkitCompat vR22A [08:08:47] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.168.9-SNAPSHOT-jnks267 [08:08:47] [Server thread/INFO]: [CommandBook] Loading CommandBook v2.3 [08:08:47] [Server thread/INFO]: [neoPaintingSwitch] Loading neoPaintingSwitch v1.35 [08:08:47] [Server thread/INFO]: [Vault] Loading Vault v1.2.27-b349 [08:08:47] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b677 [08:08:47] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4 [08:08:47] [Server thread/INFO]: [PermissionsEx] Initializing file backend [08:08:47] [Server thread/INFO]: Permissions file successfully reloaded [08:08:47] [Server thread/INFO]: [TerrainControl] Loading TerrainControl v2.5.2 [08:08:47] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.8 [08:08:47] [Server thread/INFO]: [dynmap] Loading dynmap v1.9.1-875 [08:08:47] [Server thread/INFO]: [dynmap] Mod Support API available [08:08:47] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.7.7 [08:08:47] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.0.7.1 [08:08:47] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.1 [08:08:47] [Server thread/INFO]: [Dynmap-CommandBook] Loading Dynmap-CommandBook v0.50 [08:08:47] [Server thread/INFO]: [Vault] Enabling Vault v1.2.27-b349 [08:08:47] [Server thread/INFO]: [Vault][Permission] PermissionsEx found: Waiting [08:08:47] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system. [08:08:47] [Server thread/INFO]: [Vault][Chat] PermissionsEx found: Waiting [08:08:47] [Server thread/INFO]: [Vault] Enabled Version 1.2.27-b349 [08:08:47] [Server thread/INFO]: [TerrainControl] Enabling TerrainControl v2.5.2 [08:08:47] [Server thread/INFO]: [TerrainControl] 582 global custom objects loaded. [08:08:47] [Server thread/INFO]: [TerrainControl] Global objects loaded, waiting for worlds to load [08:08:47] [Server thread/WARN]: **\ SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [08:08:47] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [08:08:47] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [08:08:47] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [08:08:47] [Server thread/INFO]: Preparing level "syel" [08:08:47] [Server thread/INFO]: [TerrainControl] Starting to enable world 'syel'... [08:08:47] [Server thread/INFO]: [TerrainControl] 16 world custom objects loaded. [08:08:47] [Server thread/WARN]: [TerrainControl] File not found: Extreme HillsBiomeConfig.ini [08:08:47] [Server thread/ERROR]: [TerrainControl] Invalid default resource! Please report! com.khorn.terraincontrol.generator.resourcegens.TreeGen: Custom object Taiga2 is not a tree! [08:08:47] [Server thread/ERROR]: [TerrainControl] com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! at com.khorn.terraincontrol.generator.resourcegens.TreeGen.load(TreeGen.java:59) at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:126) at com.khorn.terraincontrol.configuration.DefaultBiomeSettings.createDefaultResources(DefaultBiomeSettings.java:227) at com.khorn.terraincontrol.configuration.BiomeConfig.(BiomeConfig.java:151) at com.khorn.terraincontrol.configuration.WorldConfig.(WorldConfig.java:235) at com.khorn.terraincontrol.bukkit.TCPlugin.getDefaultWorldGenerator(TCPlugin.java:170) at org.bukkit.craftbukkit.v1_7_R1.CraftServer.getGenerator(CraftServer.java:1053) at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:205) at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)

[08:08:47] [Server thread/ERROR]: [TerrainControl] Could not set generator for default world 'syel': Plugin 'TerrainControl v2.5.2 java.lang.RuntimeException: com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:135) ~[?:?] at com.khorn.terraincontrol.configuration.DefaultBiomeSettings.createDefaultResources(DefaultBiomeSettings.java:227) ~[?:?] at com.khorn.terraincontrol.configuration.BiomeConfig.(BiomeConfig.java:151) ~[?:?] at com.khorn.terraincontrol.configuration.WorldConfig.(WorldConfig.java:235) ~[?:?] at com.khorn.terraincontrol.bukkit.TCPlugin.getDefaultWorldGenerator(TCPlugin.java:170) ~[?:?] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.getGenerator(CraftServer.java:1053) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:205) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] Caused by: com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! at com.khorn.terraincontrol.generator.resourcegens.TreeGen.load(TreeGen.java:59) ~[?:?] at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:126) ~[?:?] ... 9 more [08:08:47] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1181081271332044370) [08:08:48] [Server thread/INFO]: [LegendaryMessages] Enabling LegendaryMessages v5.1 [08:08:48] [Server thread/INFO]: [LegendaryMessages] You are currently running the latest version of LegendaryMessages [08:08:49] [Server thread/INFO]: [LegendaryMessages] StorageType: file [08:08:49] [Server thread/INFO]: [LegendaryMessages] Loaded players.yml! [08:08:49] [Server thread/INFO]: [LegendaryMessages] Trying to start Metrics [08:08:49] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.8 [08:08:49] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API. [08:08:49] [Server thread/INFO]: [BukkitCompat] Enabling BukkitCompat vR22A [08:08:49] [Server thread/INFO]: McMyAdmin Compatibility Plugin version R22A started. [08:08:49] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.168.9-SNAPSHOT-jnks267 [08:08:49] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles. [08:08:49] [Server thread/INFO]: [VoxelSniper] Registered 61 LiteSniper Brushes with 124 handles. [08:08:49] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener. [08:08:49] [Server thread/INFO]: [CommandBook] Enabling CommandBook v2.3 [08:08:49] [Server thread/INFO]: [CommandBook] Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers. [08:08:49] [Server thread/INFO]: [CommandBook] 2 banned name(s) loaded. [08:08:49] [Server thread/INFO]: [CommandBook] 32 Warps(s) loaded [08:08:49] [Server thread/INFO]: [neoPaintingSwitch] Enabling neoPaintingSwitch v1.35 [08:08:49] [Server thread/INFO]: neoPaintingSwitch: Vault detected, permissions enabled... [08:08:49] [Server thread/INFO]: neoPaintingSwitch version 1.35 is enabled! [08:08:49] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b677 [08:08:49] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - using only an item based economy for Multiverse-Core v2.5-b677 [08:08:49] [Server thread/INFO]: [TerrainControl] Starting to enable world 'sklad'... [08:08:49] [Server thread/INFO]: [TerrainControl] 0 world custom objects loaded. [08:08:49] [Server thread/WARN]: [TerrainControl] File not found: TaigaBiomeConfig.ini [08:08:49] [Server thread/ERROR]: [TerrainControl] Invalid default resource! Please report! com.khorn.terraincontrol.generator.resourcegens.TreeGen: Custom object Taiga2 is not a tree! [08:08:49] [Server thread/ERROR]: [TerrainControl] com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! at com.khorn.terraincontrol.generator.resourcegens.TreeGen.load(TreeGen.java:59) at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:126) at com.khorn.terraincontrol.configuration.DefaultBiomeSettings.createDefaultResources(DefaultBiomeSettings.java:227) at com.khorn.terraincontrol.configuration.BiomeConfig.(BiomeConfig.java:151) at com.khorn.terraincontrol.configuration.WorldConfig.(WorldConfig.java:235) at com.khorn.terraincontrol.bukkit.TCPlugin.getDefaultWorldGenerator(TCPlugin.java:170) at org.bukkit.craftbukkit.v1_7_R1.CraftServer.getGenerator(CraftServer.java:1053) at org.bukkit.craftbukkit.v1_7_R1.CraftServer.createWorld(CraftServer.java:732) at org.bukkit.Bukkit.createWorld(Bukkit.java:228) at org.bukkit.WorldCreator.createWorld(WorldCreator.java:239) at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:421) at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:402) at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:377) at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:676) at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:303) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)

[08:08:49] [Server thread/ERROR]: [TerrainControl] Could not set generator for default world 'sklad': Plugin 'TerrainControl v2.5.2 java.lang.RuntimeException: com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:135) ~[?:?] at com.khorn.terraincontrol.configuration.DefaultBiomeSettings.createDefaultResources(DefaultBiomeSettings.java:227) ~[?:?] at com.khorn.terraincontrol.configuration.BiomeConfig.(BiomeConfig.java:151) ~[?:?] at com.khorn.terraincontrol.configuration.WorldConfig.(WorldConfig.java:235) ~[?:?] at com.khorn.terraincontrol.bukkit.TCPlugin.getDefaultWorldGenerator(TCPlugin.java:170) ~[?:?] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.getGenerator(CraftServer.java:1053) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.createWorld(CraftServer.java:732) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.Bukkit.createWorld(Bukkit.java:228) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.WorldCreator.createWorld(WorldCreator.java:239) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:421) [Multiverse-Core-2.5.jar:?] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:402) [Multiverse-Core-2.5.jar:?] at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:377) [Multiverse-Core-2.5.jar:?] at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:676) [Multiverse-Core-2.5.jar:?] at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:303) [Multiverse-Core-2.5.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks] Caused by: com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! at com.khorn.terraincontrol.generator.resourcegens.TreeGen.load(TreeGen.java:59) ~[?:?] at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:126) ~[?:?] ... 24 more [08:08:49] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3901614187120250076) [08:08:49] [Server thread/INFO]: [Multiverse-Core] 2 - World(s) loaded. [08:08:49] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b677 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main-- [08:08:49] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4 [08:08:49] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions. [08:08:49] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked. [08:08:49] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked. [08:08:49] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.8 [08:08:49] [Server thread/INFO]: WorldGuard TNT ignition is PERMITTED. [08:08:49] [Server thread/INFO]: WorldGuard Lighters are PERMITTED. [08:08:49] [Server thread/INFO]: WorldGuard Lava fire is blocked. [08:08:49] [Server thread/INFO]: WorldGuard All fire spread is disabled. [08:08:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'syel' [08:08:49] [Server thread/INFO]: WorldGuard TNT ignition is PERMITTED. [08:08:49] [Server thread/INFO]: WorldGuard Lighters are PERMITTED. [08:08:49] [Server thread/INFO]: WorldGuard Lava fire is blocked. [08:08:49] [Server thread/INFO]: WorldGuard All fire spread is disabled. [08:08:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sklad' [08:08:49] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'syel' [08:08:50] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'sklad' [08:08:50] [Server thread/INFO]: [dynmap] Enabling dynmap v1.9.1-875 [08:08:50] [Server thread/INFO]: [dynmap] Added 93 custom biome mappings [08:08:50] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.20.4 for access control [08:08:50] [Server thread/INFO]: [dynmap] Mod Support processing completed [08:08:50] [Server thread/INFO]: [dynmap] Loaded 21 shaders. [08:08:50] [Server thread/INFO]: [dynmap] Loaded 82 perspectives. [08:08:50] [Server thread/INFO]: [dynmap] Loaded 12 lightings. [08:08:50] [Server thread/INFO]: [dynmap] Web server started on address 185.16.85.25:35565 [08:08:50] [Server thread/INFO]: [dynmap] version 1.9.1-875 is enabled - core version 1.9.1-1832 [08:08:50] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'syel'. [08:08:50] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'sklad'. [08:08:50] [Server thread/INFO]: [dynmap] Enabled [08:08:51] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.7.7 [08:08:51] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5. [08:08:51] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started. [08:08:51] [Server thread/INFO]: [WorldBorder] [CONFIG] World "sklad" has border radius 1200 at X: 0.5 Z: 0.4 (shape override: rectangular/square) [08:08:51] [Server thread/INFO]: [WorldBorder] [CONFIG] World "syel" has border radius 7500 at X: 0.7 Z: 0.7 [08:08:51] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders. [08:08:51] [Server thread/INFO]: For reference, the main world's spawn location is at X: 0.0 Y: 68.0 Z: 0.0 [08:08:51] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.0.7.1 [08:08:51] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx [08:08:51] [Server thread/INFO]: [ChatEx] is now enabled! [08:08:51] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.1 [08:08:51] [Server thread/INFO]: [AuthMe] Loading Configuration File... [08:08:51] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed.. [08:08:51] [Server thread/WARN]: [AuthMe] Please check your config.yml file! [08:08:51] [Server thread/INFO]: Set Language: en [08:08:51] [Server thread/INFO]: Hook with Multiverse-Core for SpawnLocations [08:08:51] [Server thread/INFO]: Vault plugin detected, hook with PermissionsEx system [08:08:51] [Server thread/INFO]: This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com [08:08:51] [Server thread/INFO]: Authme 3.3.1 enabled [08:08:51] [Server thread/INFO]: [Dynmap-CommandBook] Enabling Dynmap-CommandBook v0.50 [08:08:51] [Server thread/INFO]: [Dynmap-CommandBook] initializing [08:08:51] [Server thread/INFO]: [Dynmap-CommandBook] CommandBook Homes not found - support disabled [08:08:51] [Server thread/INFO]: [Dynmap-CommandBook] version 0.50 is activated [08:08:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[08:08:51] [Server thread/INFO]: Starting GS4 status listener [08:08:51] [Query Listener #1/INFO]: Query running on 185.16.85.25:25565 [08:10:25] [Server thread/INFO]: Surgerix[/89.176.96.231:60466] logged in with entity id 52 at ([syel] -77.38220800125725, 69.41000235402113, -32.8634668503702) [08:10:25] [Server thread/INFO]: Surgerix joined. Wow. [08:10:32] [Server thread/INFO]: Surgerix logged in! [08:10:40] [Server thread/INFO]: Surgerix issued server command: /warp sklad [08:10:45] [Server thread/INFO]: Surgerix issued server command: /warp pritav [08:10:47] [Server thread/INFO]: Surgerix issued server command: /warp pristav [08:11:05] [Server thread/INFO]: Surgerix issued server command: /tc spawn taiga1 [08:11:07] [Server thread/INFO]: Surgerix issued server command: /tc spawn taiga2 [08:11:34] [Server thread/INFO]: Surgerix lost connection: Disconnected [08:11:34] [Server thread/INFO]: Surgerix has quit. Much regret. [08:15:00] [Server thread/INFO]: CONSOLE: Forcing save.. [08:15:00] [Server thread/INFO]: CONSOLE: Save complete. [08:19:51] [Server thread/INFO]: Surgerix[/89.176.96.231:60764] logged in with entity id 188 at ([syel] -70.194711318356, 85.50672329028485, -5222.0466950669925) [08:19:51] [Server thread/INFO]: Surgerix joined. Wow. [08:19:57] [Server thread/INFO]: Surgerix logged in! [08:20:00] [Server thread/INFO]: Surgerix issued server command: /mv gen [08:20:05] [Server thread/INFO]: Surgerix issued server command: /mv generators [08:20:05] [Server thread/INFO]: [Multiverse-Core] PLEASE IGNORE the 'Plugin X does not contain any generators' message below! [08:20:05] [Server thread/INFO]: [TerrainControl] Starting to enable world 'world'... [08:20:05] [Server thread/ERROR]: [TerrainControl] TC was not allowed to create folder world [08:20:05] [Server thread/WARN]: [TerrainControl] File not found: WorldConfig.ini [08:20:05] [Server thread/INFO]: [TerrainControl] 0 world custom objects loaded. [08:20:05] [Server thread/WARN]: [TerrainControl] File not found: OceanBiomeConfig.ini [08:20:05] [Server thread/WARN]: [TerrainControl] File not found: PlainsBiomeConfig.ini [08:20:05] [Server thread/WARN]: [TerrainControl] File not found: DesertBiomeConfig.ini [08:20:05] [Server thread/WARN]: [TerrainControl] File not found: Extreme HillsBiomeConfig.ini [08:20:05] [Server thread/ERROR]: [TerrainControl] Invalid default resource! Please report! com.khorn.terraincontrol.generator.resourcegens.TreeGen: Custom object Taiga2 is not a tree! [08:20:05] [Server thread/ERROR]: [TerrainControl] com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! at com.khorn.terraincontrol.generator.resourcegens.TreeGen.load(TreeGen.java:59) at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:126) at com.khorn.terraincontrol.configuration.DefaultBiomeSettings.createDefaultResources(DefaultBiomeSettings.java:227) at com.khorn.terraincontrol.configuration.BiomeConfig.(BiomeConfig.java:151) at com.khorn.terraincontrol.configuration.WorldConfig.(WorldConfig.java:235) at com.khorn.terraincontrol.bukkit.TCPlugin.getDefaultWorldGenerator(TCPlugin.java:170) at com.onarandombox.MultiverseCore.commands.GeneratorCommand.runCommand(GeneratorCommand.java:44) at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279) at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143) at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93) at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:894) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:932) at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)

[08:20:05] [Server thread/WARN]: java.lang.RuntimeException: com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! [08:20:05] [Server thread/WARN]: at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:135) [08:20:05] [Server thread/WARN]: at com.khorn.terraincontrol.configuration.DefaultBiomeSettings.createDefaultResources(DefaultBiomeSettings.java:227) [08:20:05] [Server thread/WARN]: at com.khorn.terraincontrol.configuration.BiomeConfig.(BiomeConfig.java:151) [08:20:05] [Server thread/WARN]: at com.khorn.terraincontrol.configuration.WorldConfig.(WorldConfig.java:235) [08:20:05] [Server thread/WARN]: at com.khorn.terraincontrol.bukkit.TCPlugin.getDefaultWorldGenerator(TCPlugin.java:170) [08:20:05] [Server thread/WARN]: at com.onarandombox.MultiverseCore.commands.GeneratorCommand.runCommand(GeneratorCommand.java:44) [08:20:05] [Server thread/WARN]: at com.pneumaticraft.commandhandler.multiverse.CommandHandler.checkAndRunCommand(CommandHandler.java:279) [08:20:05] [Server thread/WARN]: at com.pneumaticraft.commandhandler.multiverse.CommandHandler.processFoundCommands(CommandHandler.java:143) [08:20:05] [Server thread/WARN]: at com.pneumaticraft.commandhandler.multiverse.CommandHandler.locateAndRunCommand(CommandHandler.java:93) [08:20:05] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:894) [08:20:05] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [08:20:05] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [08:20:05] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:932) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [08:20:05] [Server thread/WARN]: at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [08:20:05] [Server thread/WARN]: Caused by: com.khorn.terraincontrol.exception.InvalidConfigException: Custom object Taiga2 is not a tree! [08:20:05] [Server thread/WARN]: at com.khorn.terraincontrol.generator.resourcegens.TreeGen.load(TreeGen.java:59) [08:20:05] [Server thread/WARN]: at com.khorn.terraincontrol.generator.resourcegens.Resource.createResource(Resource.java:126) [08:20:05] [Server thread/WARN]: ... 23 more [08:20:24] [Server thread/INFO]: Surgerix lost connection: Disconnected [08:20:24] [Server thread/INFO]: Surgerix has quit. Much regret.

dumptruckman commented 10 years ago

Unrelated to Multiverse. Seek support from TerrainControl developers.