JanStrauss / Nordic

WGEN Plugin for Bukkit
14 stars 10 forks source link

Nordic plugin crashes #2

Closed tofele closed 8 years ago

tofele commented 8 years ago

I am writing this on behalf of my 12 year old son. I am not familiar with MC at all.

He has installed the Nordic plugin on a Nitrado MC server, with spigot 1.8.7. After having created the world with the command "/nordic Nordic " the server sometimes crashes, sometimes it does not. When it does not crash, after teleporting to the world Nordic and restarting the server, the Nordic world mixes with the normal world.

He would like to know if this is a known bug/issue and what can be done about it.

Thanks Tom

s1mpl3x commented 8 years ago

Hey Tom, i just tested it locally and couln't reproduce what you described. I'm not familar with nitrado but i guess they provide access to the server logs? They could be quite helpful to see whats the cause.

Greetings Jan

tofele commented 8 years ago

Hi Jan

Seh grad Du bist aus Germany, dann können wir auch auf Deutsch kommunizieren ... ;-)

Das aktuelle Logfile von heute Morgen: https://dl.dropboxusercontent.com/u/15710118/Minecraft/latest.log

Du kannst auch auf den Server joinen und es ausprobieren: minecraftleben.minecraftserver.de. Julius (mein Sohn) kann Dir Operatorenrechte geben wenn wir Deinen Minecraft Namen haben.

Danke Tom

PS: Ich kenne MC wirklich nicht, ich schreibe hier nur was mir Julius sagt. Bin aber Informatiker ...

s1mpl3x commented 8 years ago

Alles klar :)

Also der log hat geholfen, ich konnte das Ganze bei mir reproduzieren und auch einschränken an was es liegt. Das BlockFace-enum wurde wohl von den 6 "haupt" Richtungen um die zwischen Richtungen erweitert, da hat sich der rekursive Gravel-Populator nicht so mit verstanden..

Nordic-1.0-SNAPSHOT.zip

Könntet ihr es mal mit der angehängten Version versuchen (musste es als zip packen und hochladen, github erlaubt keine .jars)?

Das Hauptproblem sollte damit behoben sein und auch das mixen mit der default world sollte nicht mehr auftauchen. Der worldname ist jetzt hardcoded, also das command lautet jetzt /nordic [seed] anstatt /nordic [wname] [seed]

tofele commented 8 years ago

Er hat es ausprobiert aber anscheinen startet der Server aber das Plugin "installiert sich nicht", also lädt vermutlich nicht. Nachstehend das latest.log

[20:35:40] [Server thread/INFO]: Starting minecraft server version 1.8.7 [20:35:40] [Server thread/INFO]: Loading properties [20:35:40] [Server thread/INFO]: Default game type: SURVIVAL [20:35:41] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-6d16e64-b105298 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT) [20:35:41] [Server thread/INFO]: Server Ping Player Sample Count: 12 [20:35:41] [Server thread/INFO]: Using 4 threads for Netty based IO [20:35:41] [Server thread/INFO]: Debug logging is disabled [20:35:41] [Server thread/INFO]: Generating keypair [20:35:41] [Server thread/INFO]: Starting Minecraft server on 31.214.165.69:25565 [20:35:41] [Server thread/INFO]: Using epoll channel type [20:35:41] [Server thread/INFO]: Set PluginClassLoader as parallel capable [20:35:41] [Server thread/ERROR]: Could not load 'plugins/Nordic-1.0-SNAPSHOT.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: eu/over9000/nordic/Nordic : Unsupported major.minor version 52.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Spigot-6d16e64-b105298] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-6d16e64-b105298] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-6d16e64-b105298] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [craftbukkit.jar:git-Spigot-6d16e64-b105298] at java.lang.Thread.run(Unknown Source) [?:1.7.0_71] Caused by: java.lang.UnsupportedClassVersionError: eu/over9000/nordic/Nordic : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_71] at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71] at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71] at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_71] at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_71] at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_71] at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_71] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_71] at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_71] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71] at java.lang.Class.forName0(Native Method) ~[?:1.7.0_71] at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_71] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298] ... 6 more [20:35:41] [Server thread/INFO]: \ Beginning UUID conversion, this may take A LONG time ** [20:35:41] [Server thread/INFO]: Preparing level "world" [20:35:41] [Server thread/INFO]: -------- World Settings For [world] -------- [20:35:41] [Server thread/INFO]: Anti X-Ray: true [20:35:41] [Server thread/INFO]: Engine Mode: 1 [20:35:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:35:41] [Server thread/INFO]: Replace Blocks: [1, 5] [20:35:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:35:41] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Cane Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Melon Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:35:41] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:35:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:35:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:35:41] [Server thread/INFO]: Random Lighting Updates: false [20:35:41] [Server thread/INFO]: Structure Info Saving: true [20:35:41] [Server thread/INFO]: Sending up to 10 chunks per packet [20:35:41] [Server thread/INFO]: Max Entity Collisions: 8 [20:35:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:35:41] [Server thread/INFO]: Max TNT Explosions: 100 [20:35:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:35:41] [Server thread/INFO]: Mob Spawn Range: 4 [20:35:41] [Server thread/INFO]: Item Despawn Rate: 6000 [20:35:41] [Server thread/INFO]: Item Merge Radius: 2.5 [20:35:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:35:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:35:41] [Server thread/INFO]: View Distance: 8 [20:35:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:35:41] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:35:41] [Server thread/INFO]: Clear tick list: false [20:35:41] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:35:41] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [20:35:41] [Server thread/INFO]: Anti X-Ray: true [20:35:41] [Server thread/INFO]: Engine Mode: 1 [20:35:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:35:41] [Server thread/INFO]: Replace Blocks: [1, 5] [20:35:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:35:41] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Cane Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Melon Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:35:41] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:35:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:35:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:35:41] [Server thread/INFO]: Random Lighting Updates: false [20:35:41] [Server thread/INFO]: Structure Info Saving: true [20:35:41] [Server thread/INFO]: Sending up to 10 chunks per packet [20:35:41] [Server thread/INFO]: Max Entity Collisions: 8 [20:35:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:35:41] [Server thread/INFO]: Max TNT Explosions: 100 [20:35:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:35:41] [Server thread/INFO]: Mob Spawn Range: 4 [20:35:41] [Server thread/INFO]: Item Despawn Rate: 6000 [20:35:41] [Server thread/INFO]: Item Merge Radius: 2.5 [20:35:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:35:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:35:41] [Server thread/INFO]: View Distance: 8 [20:35:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:35:41] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:35:41] [Server thread/INFO]: Clear tick list: false [20:35:41] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:35:41] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [20:35:41] [Server thread/INFO]: Anti X-Ray: true [20:35:41] [Server thread/INFO]: Engine Mode: 1 [20:35:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:35:41] [Server thread/INFO]: Replace Blocks: [1, 5] [20:35:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:35:41] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Cane Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Melon Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:35:41] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:35:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:35:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:35:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:35:41] [Server thread/INFO]: Random Lighting Updates: false [20:35:41] [Server thread/INFO]: Structure Info Saving: true [20:35:41] [Server thread/INFO]: Sending up to 10 chunks per packet [20:35:41] [Server thread/INFO]: Max Entity Collisions: 8 [20:35:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:35:41] [Server thread/INFO]: Max TNT Explosions: 100 [20:35:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:35:41] [Server thread/INFO]: Mob Spawn Range: 4 [20:35:41] [Server thread/INFO]: Item Despawn Rate: 6000 [20:35:41] [Server thread/INFO]: Item Merge Radius: 2.5 [20:35:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:35:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:35:41] [Server thread/INFO]: View Distance: 8 [20:35:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:35:41] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:35:41] [Server thread/INFO]: Clear tick list: false [20:35:41] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:35:41] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5631907271932248564) [20:35:42] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5631907271932248564) [20:35:43] [Server thread/INFO]: Preparing spawn area: 69% [20:35:44] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5631907271932248564) [20:35:44] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it

[20:35:44] [Server thread/INFO]: Starting GS4 status listener [20:35:44] [Query Listener #1/INFO]: Query running on 31.214.165.69:25565

s1mpl3x commented 8 years ago

java.lang.UnsupportedClassVersionError: eu/over9000/nordic/Nordic : Unsupported major.minor version 52.0

ok dann benutzt nitrato noch kein java 8 was schon sehr bedenklich ist aber ok, dann bau ichs nochmal für java 7

edit: bzw laut nitrodo forum kann man das in den Server-Einstellungen umstellen, vll damit mal versuchen?

tofele commented 8 years ago

Ja, habe ich auch gesehen, war uns nicht bewusst. Ich habe mal umgestellt, und der Server scheint sauber zu starten. Weitere (spielerische) Tests muss dann Sohnemann machen, aber nicht vor morgen Nachmittag, nach der Schule ... ;-)

Danke für die Hilfe bis jetzt. Er hat schon lange rumprobiert und sich geärgert dass es nicht funzt ...

uid=1113(ni765578_1) gid=1117(ni765578_1) groups=1117(ni765578_1) Loading libraries, please wait... [21:40:39 INFO]: Starting minecraft server version 1.8.7 [21:40:39 INFO]: Loading properties [21:40:39 INFO]: Default game type: SURVIVAL [21:40:39 INFO]: This server is running CraftBukkit version git-Spigot-6d16e64-b105298 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT) [21:40:40 INFO]: Debug logging is disabled [21:40:40 INFO]: Server Ping Player Sample Count: 12 [21:40:40 INFO]: Using 4 threads for Netty based IO [21:40:40 INFO]: Generating keypair [21:40:40 INFO]: Starting Minecraft server on 31.214.165.69:25565 [21:40:40 INFO]: Using epoll channel type [21:40:40 INFO]: Set PluginClassLoader as parallel capable [21:40:40 INFO]: [Nordic] Loading Nordic v0.3.0 [21:40:40 INFO]: [Nordic] Enabling Nordic v0.3.0 [21:40:40 INFO]: \ Beginning UUID conversion, this may take A LONG time ** [21:40:40 INFO]: Preparing level "world" [21:40:40 INFO]: -------- World Settings For [world] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: -------- World Settings For [world_nether] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: -------- World Settings For [world_the_end] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: Preparing start region for level 0 (Seed: 5631907271932248564) [21:40:41 INFO]: Preparing start region for level 1 (Seed: 5631907271932248564) [21:40:42 INFO]: Preparing spawn area: 46% [21:40:42 INFO]: Preparing start region for level 2 (Seed: 5631907271932248564) 21:40:43 INFO: Server permissions file permissions.yml is empty, ignoring it

21:40:43 INFO: Starting GS4 status listener 21:40:43 INFO: Query running on 31.214.165.69:25565 uid=1113(ni765578_1) gid=1117(ni765578_1) groups=1117(ni765578_1) Loading libraries, please wait... [21:40:39 INFO]: Starting minecraft server version 1.8.7 [21:40:39 INFO]: Loading properties [21:40:39 INFO]: Default game type: SURVIVAL [21:40:39 INFO]: This server is running CraftBukkit version git-Spigot-6d16e64-b105298 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT) [21:40:40 INFO]: Debug logging is disabled [21:40:40 INFO]: Server Ping Player Sample Count: 12 [21:40:40 INFO]: Using 4 threads for Netty based IO [21:40:40 INFO]: Generating keypair [21:40:40 INFO]: Starting Minecraft server on 31.214.165.69:25565 [21:40:40 INFO]: Using epoll channel type [21:40:40 INFO]: Set PluginClassLoader as parallel capable [21:40:40 INFO]: [Nordic] Loading Nordic v0.3.0 [21:40:40 INFO]: [Nordic] Enabling Nordic v0.3.0 [21:40:40 INFO]: \ Beginning UUID conversion, this may take A LONG time ** [21:40:40 INFO]: Preparing level "world" [21:40:40 INFO]: -------- World Settings For [world] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: -------- World Settings For [world_nether] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: -------- World Settings For [world_the_end] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: Preparing start region for level 0 (Seed: 5631907271932248564) [21:40:41 INFO]: Preparing start region for level 1 (Seed: 5631907271932248564) [21:40:42 INFO]: Preparing spawn area: 46% [21:40:42 INFO]: Preparing start region for level 2 (Seed: 5631907271932248564) 21:40:43 INFO: Server permissions file permissions.yml is empty, ignoring it

21:40:43 INFO: Starting GS4 status listener 21:40:43 INFO: Query running on 31.214.165.69:25565 uid=1113(ni765578_1) gid=1117(ni765578_1) groups=1117(ni765578_1) Loading libraries, please wait... [21:40:39 INFO]: Starting minecraft server version 1.8.7 [21:40:39 INFO]: Loading properties [21:40:39 INFO]: Default game type: SURVIVAL [21:40:39 INFO]: This server is running CraftBukkit version git-Spigot-6d16e64-b105298 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT) [21:40:40 INFO]: Debug logging is disabled [21:40:40 INFO]: Server Ping Player Sample Count: 12 [21:40:40 INFO]: Using 4 threads for Netty based IO [21:40:40 INFO]: Generating keypair [21:40:40 INFO]: Starting Minecraft server on 31.214.165.69:25565 [21:40:40 INFO]: Using epoll channel type [21:40:40 INFO]: Set PluginClassLoader as parallel capable [21:40:40 INFO]: [Nordic] Loading Nordic v0.3.0 [21:40:40 INFO]: [Nordic] Enabling Nordic v0.3.0 [21:40:40 INFO]: \ Beginning UUID conversion, this may take A LONG time ** [21:40:40 INFO]: Preparing level "world" [21:40:40 INFO]: -------- World Settings For [world] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: -------- World Settings For [world_nether] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: -------- World Settings For [world_the_end] -------- [21:40:40 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [21:40:40 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [21:40:40 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [21:40:40 INFO]: Random Lighting Updates: false [21:40:40 INFO]: Structure Info Saving: true [21:40:40 INFO]: Mob Spawn Range: 4 [21:40:40 INFO]: Anti X-Ray: true [21:40:40 INFO]: Engine Mode: 1 [21:40:40 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [21:40:40 INFO]: Replace Blocks: [1, 5] [21:40:40 INFO]: Nerfing mobs spawned from spawners: false [21:40:40 INFO]: Cactus Growth Modifier: 100% [21:40:40 INFO]: Cane Growth Modifier: 100% [21:40:40 INFO]: Melon Growth Modifier: 100% [21:40:40 INFO]: Mushroom Growth Modifier: 100% [21:40:40 INFO]: Pumpkin Growth Modifier: 100% [21:40:40 INFO]: Sapling Growth Modifier: 100% [21:40:40 INFO]: Wheat Growth Modifier: 100% [21:40:40 INFO]: NetherWart Growth Modifier: 100% [21:40:40 INFO]: Sending up to 10 chunks per packet [21:40:40 INFO]: Max Entity Collisions: 8 [21:40:40 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [21:40:40 INFO]: Max TNT Explosions: 100 [21:40:40 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [21:40:40 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [21:40:40 INFO]: Item Despawn Rate: 6000 [21:40:40 INFO]: Item Merge Radius: 2.5 [21:40:40 INFO]: Arrow Despawn Rate: 1200 [21:40:40 INFO]: View Distance: 8 [21:40:40 INFO]: Zombie Aggressive Towards Villager: true [21:40:40 INFO]: Experience Merge Radius: 3.0 [21:40:40 INFO]: Chunks to Grow per Tick: 650 [21:40:40 INFO]: Clear tick list: false [21:40:40 INFO]: Preparing start region for level 0 (Seed: 5631907271932248564) [21:40:41 INFO]: Preparing start region for level 1 (Seed: 5631907271932248564) [21:40:42 INFO]: Preparing spawn area: 46% [21:40:42 INFO]: Preparing start region for level 2 (Seed: 5631907271932248564) 21:40:43 INFO: Server permissions file permissions.yml is empty, ignoring it

21:40:43 INFO: Starting GS4 status listener 21:40:43 INFO: Query running on 31.214.165.69:25565

tofele commented 8 years ago

Hallo Jan

Sahnemann hat getestet:

Danke Tom

s1mpl3x commented 8 years ago

Ok schön wenns jetzt tut.

Der worldname ist wie gesagt jetzt hardcoded mit world_nordic, ich schaus mir am Wochenende nochmal an wie sich das eleganter lösen lässt.

s1mpl3x commented 8 years ago

Hey, also ich hab mir nochmal angeschaut, sollte soweit eigentlich alles funktionieren wenn man in der bukkit.yml den worldgenerator festlegt, also wenns dann für die "world" welt tun soll:

worlds:
    world:
        generator: Nordic

Sonst muss man noch zusätzlich ein multiworld plugin benutzen.