1
Randomized Chunks, Server Restarting/Stopping Itself
I encountered an issue with corrupted chunks that would crash the entire server the moment someone stepped into (or logged into) one. I downloaded the server world through FileZilla, made a backup, and after MCEdit crashed a few times trying to open it, ran Region Fixer on it. I re-uploaded the world and upon entering immediately noticed my inventory was completely reset to starter gear and I was in spawn receiving the welcome to the server message that every new person gets when they log on. To fix this, I researched which files are the chunk files and which files are the ones that hold inventory information. After learning the mca files deal with chunks and the playerdata files deal with inventory etc in Multiplayer, I took the "fixed" world file and replaced the "fixed" playerdata file with the old one. It worked! The old playerdata was just fine and when the person whom had stumbled into the corrupt chunk logged on, there was no crashing.
Then we noticed the jigsaw-puzzle mashup of chunks EVERYWHERE around and in spawn. Hunks of houses missing, bits of wall that SHOULD be surrounding spawn all the way in a player build like 100 blocks away. Part of a river in the shop, you get the idea. A player on my server, Heckmaniac, set out on the task to try and write down the coords of all the chunks he could find so then we could all put out heads together and see what we could do. Then, after I had gotten up to eat dinner or get a lass of water, the server shut down and then wouldn't ping. I checked console and all I saw was a mess of stuff about NBT tags, and a couple straight plugins erroring. Hopefully the wall of text won't be too bad.
If you can help, that would be amazing and wonderful. Every player on my server would appreciate it as well. The ip is s16.hosthorde.com:26192, however I stopped it so it wouldn't continue killing itself. It will likely remain stopped until I find a way to fix the issue or have to reset. I and my players really don't want a reset, so nearly anything else is preferable.
Then we noticed the jigsaw-puzzle mashup of chunks EVERYWHERE around and in spawn. Hunks of houses missing, bits of wall that SHOULD be surrounding spawn all the way in a player build like 100 blocks away. Part of a river in the shop, you get the idea. A player on my server, Heckmaniac, set out on the task to try and write down the coords of all the chunks he could find so then we could all put out heads together and see what we could do. Then, after I had gotten up to eat dinner or get a lass of water, the server shut down and then wouldn't ping. I checked console and all I saw was a mess of stuff about NBT tags, and a couple straight plugins erroring. Hopefully the wall of text won't be too bad.
Console Spam
22.07 00:12:13 [Multicraft] Server stopped
22.07 00:12:13 [Multicraft] Received stop command
22.07 00:12:09 [Multicraft] Server stopped
22.07 00:12:09 [Multicraft] Server shut down
22.07 00:11:54 [Server] INFO /run.sh: line 31: 9177 Killed /monitor.sh "$PID" "$USER"
22.07 00:11:53 [Server] INFO Saving chunks for level 'world_the_end'/The End
22.07 00:11:53 [Server] INFO Saving chunks for level 'world_nether'/Nether
22.07 00:11:53 [Server] INFO Saving chunks for level 'world'/Overworld
22.07 00:11:53 [Server] INFO Saving worlds
22.07 00:11:53 [Server] INFO Saving players
22.07 00:11:53 [Multicraft] Skipped 38 lines due to rate limit (30/s)
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:67) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.b(SourceFile:399) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at java.io.DataInputStream.readUTF(DataInputStream.java:564) ~[?:1.8.0_71]
22.07 00:11:47 [Server] INFO at java.io.DataInputStream.readUTF(DataInputStream.java:656) ~[?:1.8.0_71]
22.07 00:11:47 [Server] INFO Caused by: java.io.UTFDataFormatException: malformed input around byte 59
22.07 00:11:47 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:369) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagList.load(NBTTagList.java:54) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:412) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO net.minecraft.server.v1_8_R3.ReportedException: Loading NBT data
22.07 00:11:47 [Server] ERROR Encountered an unexpected exception
22.07 00:11:47 [Multicraft] Skipped 82 lines due to rate limit (30/s)
22.07 00:11:45 [Server] INFO Max Entity Collisions: 8
22.07 00:11:45 [Server] INFO Replace Blocks: [1, 5]
22.07 00:11:45 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
22.07 00:11:45 [Server] INFO Engine Mode: 1
22.07 00:11:45 [Server] INFO Anti X-Ray: true
22.07 00:11:45 [Server] INFO Mob Spawn Range: 4
22.07 00:11:45 [Server] INFO Sending up to 10 chunks per packet
22.07 00:11:45 [Server] INFO Structure Info Saving: true
22.07 00:11:45 [Server] INFO Random Lighting Updates: false
22.07 00:11:45 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
22.07 00:11:45 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
22.07 00:11:45 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
22.07 00:11:45 [Server] INFO NetherWart Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Wheat Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Sapling Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Pumpkin Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Mushroom Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Melon Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Cane Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Cactus Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Nerfing mobs spawned from spawners: false
22.07 00:11:45 [Server] INFO -------- World Settings For [world] --------
22.07 00:11:45 [Server] INFO Preparing level "world"
22.07 00:11:45 [Server] INFO **** Beginning UUID conversion, this may take A LONG time ****
22.07 00:11:45 [Server] INFO === ENABLE COMPLETE (Took 156ms) ===
22.07 00:11:45 [Server] INFO Setup of IdUtil took 43ms.
22.07 00:11:45 [Server] INFO Saving Cachefile...
22.07 00:11:45 [Server] INFO Loading Registry datas...
22.07 00:11:45 [Server] INFO Loading Onlineplayer datas...
22.07 00:11:45 [Server] INFO Loading Cachefile datas...
22.07 00:11:45 [Multicraft] Skipped 1 lines due to rate limit (30/s)
22.07 00:11:45 [Server] INFO Enabling MassiveCore v2.8.2
22.07 00:11:44 [Server] INFO Enabling mcMMO v1.5.00-b3547
22.07 00:11:44 [Server] INFO Loading SilkSpawners v3.7.3
22.07 00:11:44 [Server] INFO Loading CreeperHeal v6.7.9
22.07 00:11:44 [Server] INFO Loading Factions v2.8.2
22.07 00:11:44 [Server] INFO Detected Minecraft version: 1.8.8
22.07 00:11:44 [Server] INFO Logging system initialized.
22.07 00:11:44 [Server] INFO onLoad: Early set up of static API, configuration, logging.
22.07 00:11:44 [Server] INFO Loading NoCheatPlus v3.12.0-BETA2-sASO-b813
22.07 00:11:44 [Server] INFO Loading CompatNoCheatPlus v6.6.0-RC-sASO-bXXX
22.07 00:11:44 [Server] INFO Loading EnjinMinecraftPlugin v2.7.7
22.07 00:11:44 [Server] INFO TimeUnit.MILLIS_PER_MINUTE: 60000
22.07 00:11:44 [Server] INFO Loading MassiveCore v2.8.2
22.07 00:11:44 [Server] INFO Loading MagicSpells v3.3-release
22.07 00:11:44 [Server] INFO Loading PlayerParticles v3.0
22.07 00:11:44 [Server] INFO Loading ChairStairs v1.1
22.07 00:11:44 [Server] INFO Loading AntiSwear v1.0.2
22.07 00:11:44 [Server] INFO Loading mcMMO v1.5.00-b3547
22.07 00:11:44 [Server] INFO Loading CookieMonster v1.8
22.07 00:11:44 [Server] INFO Loading PermissionsEx v1.23.4
22.07 00:11:44 [Server] INFO Loading EssentialsProtect vTeamCity
22.07 00:11:44 [Server] INFO Loading DiabloDrops v2.6
22.07 00:11:44 [Server] INFO Loading Votifier v1.9
22.07 00:11:44 [Server] INFO Loading RoleplayCmds v1.0
22.07 00:11:44 [Server] INFO Loading Buycraft v6.8.3
22.07 00:11:44 [Server] INFO Loading ClearLag v2.9.1
22.07 00:11:44 [Server] INFO Loading CapsBlock v0.6.4
22.07 00:11:44 [Server] INFO Loading WorldEdit v6.1;no_git_id
22.07 00:11:44 [Server] INFO Loading Deadbolt v2.2
22.07 00:11:44 [Server] INFO Loading CoreProtect v2.12.0
22.07 00:11:44 [Multicraft] Skipped 43 lines due to rate limit (30/s)
22.07 00:11:43 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
22.07 00:11:43 [Server] ERROR Could not load 'plugins/PlayerParticles_v2.7.jar' in folder 'plugins'
22.07 00:11:43 [Server] INFO ... 5 more
22.07 00:11:43 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO Caused by: java.util.zip.ZipException: zip file is empty
22.07 00:11:43 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
22.07 00:11:43 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:12:13 [Multicraft] Received stop command
22.07 00:12:09 [Multicraft] Server stopped
22.07 00:12:09 [Multicraft] Server shut down
22.07 00:11:54 [Server] INFO /run.sh: line 31: 9177 Killed /monitor.sh "$PID" "$USER"
22.07 00:11:53 [Server] INFO Saving chunks for level 'world_the_end'/The End
22.07 00:11:53 [Server] INFO Saving chunks for level 'world_nether'/Nether
22.07 00:11:53 [Server] INFO Saving chunks for level 'world'/Overworld
22.07 00:11:53 [Server] INFO Saving worlds
22.07 00:11:53 [Server] INFO Saving players
22.07 00:11:53 [Multicraft] Skipped 38 lines due to rate limit (30/s)
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:67) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.b(SourceFile:399) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at java.io.DataInputStream.readUTF(DataInputStream.java:564) ~[?:1.8.0_71]
22.07 00:11:47 [Server] INFO at java.io.DataInputStream.readUTF(DataInputStream.java:656) ~[?:1.8.0_71]
22.07 00:11:47 [Server] INFO Caused by: java.io.UTFDataFormatException: malformed input around byte 59
22.07 00:11:47 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:369) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagList.load(NBTTagList.java:54) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:412) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:47 [Server] INFO net.minecraft.server.v1_8_R3.ReportedException: Loading NBT data
22.07 00:11:47 [Server] ERROR Encountered an unexpected exception
22.07 00:11:47 [Multicraft] Skipped 82 lines due to rate limit (30/s)
22.07 00:11:45 [Server] INFO Max Entity Collisions: 8
22.07 00:11:45 [Server] INFO Replace Blocks: [1, 5]
22.07 00:11:45 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
22.07 00:11:45 [Server] INFO Engine Mode: 1
22.07 00:11:45 [Server] INFO Anti X-Ray: true
22.07 00:11:45 [Server] INFO Mob Spawn Range: 4
22.07 00:11:45 [Server] INFO Sending up to 10 chunks per packet
22.07 00:11:45 [Server] INFO Structure Info Saving: true
22.07 00:11:45 [Server] INFO Random Lighting Updates: false
22.07 00:11:45 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
22.07 00:11:45 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
22.07 00:11:45 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
22.07 00:11:45 [Server] INFO NetherWart Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Wheat Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Sapling Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Pumpkin Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Mushroom Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Melon Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Cane Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Cactus Growth Modifier: 100%
22.07 00:11:45 [Server] INFO Nerfing mobs spawned from spawners: false
22.07 00:11:45 [Server] INFO -------- World Settings For [world] --------
22.07 00:11:45 [Server] INFO Preparing level "world"
22.07 00:11:45 [Server] INFO **** Beginning UUID conversion, this may take A LONG time ****
22.07 00:11:45 [Server] INFO === ENABLE COMPLETE (Took 156ms) ===
22.07 00:11:45 [Server] INFO Setup of IdUtil took 43ms.
22.07 00:11:45 [Server] INFO Saving Cachefile...
22.07 00:11:45 [Server] INFO Loading Registry datas...
22.07 00:11:45 [Server] INFO Loading Onlineplayer datas...
22.07 00:11:45 [Server] INFO Loading Cachefile datas...
22.07 00:11:45 [Multicraft] Skipped 1 lines due to rate limit (30/s)
22.07 00:11:45 [Server] INFO Enabling MassiveCore v2.8.2
22.07 00:11:44 [Server] INFO Enabling mcMMO v1.5.00-b3547
22.07 00:11:44 [Server] INFO Loading SilkSpawners v3.7.3
22.07 00:11:44 [Server] INFO Loading CreeperHeal v6.7.9
22.07 00:11:44 [Server] INFO Loading Factions v2.8.2
22.07 00:11:44 [Server] INFO Detected Minecraft version: 1.8.8
22.07 00:11:44 [Server] INFO Logging system initialized.
22.07 00:11:44 [Server] INFO onLoad: Early set up of static API, configuration, logging.
22.07 00:11:44 [Server] INFO Loading NoCheatPlus v3.12.0-BETA2-sASO-b813
22.07 00:11:44 [Server] INFO Loading CompatNoCheatPlus v6.6.0-RC-sASO-bXXX
22.07 00:11:44 [Server] INFO Loading EnjinMinecraftPlugin v2.7.7
22.07 00:11:44 [Server] INFO TimeUnit.MILLIS_PER_MINUTE: 60000
22.07 00:11:44 [Server] INFO Loading MassiveCore v2.8.2
22.07 00:11:44 [Server] INFO Loading MagicSpells v3.3-release
22.07 00:11:44 [Server] INFO Loading PlayerParticles v3.0
22.07 00:11:44 [Server] INFO Loading ChairStairs v1.1
22.07 00:11:44 [Server] INFO Loading AntiSwear v1.0.2
22.07 00:11:44 [Server] INFO Loading mcMMO v1.5.00-b3547
22.07 00:11:44 [Server] INFO Loading CookieMonster v1.8
22.07 00:11:44 [Server] INFO Loading PermissionsEx v1.23.4
22.07 00:11:44 [Server] INFO Loading EssentialsProtect vTeamCity
22.07 00:11:44 [Server] INFO Loading DiabloDrops v2.6
22.07 00:11:44 [Server] INFO Loading Votifier v1.9
22.07 00:11:44 [Server] INFO Loading RoleplayCmds v1.0
22.07 00:11:44 [Server] INFO Loading Buycraft v6.8.3
22.07 00:11:44 [Server] INFO Loading ClearLag v2.9.1
22.07 00:11:44 [Server] INFO Loading CapsBlock v0.6.4
22.07 00:11:44 [Server] INFO Loading WorldEdit v6.1;no_git_id
22.07 00:11:44 [Server] INFO Loading Deadbolt v2.2
22.07 00:11:44 [Server] INFO Loading CoreProtect v2.12.0
22.07 00:11:44 [Multicraft] Skipped 43 lines due to rate limit (30/s)
22.07 00:11:43 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
22.07 00:11:43 [Server] ERROR Could not load 'plugins/PlayerParticles_v2.7.jar' in folder 'plugins'
22.07 00:11:43 [Server] INFO ... 5 more
22.07 00:11:43 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_71]
22.07 00:11:43 [Server] INFO Caused by: java.util.zip.ZipException: zip file is empty
22.07 00:11:43 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_71]
22.07 00:11:43 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
22.07 00:11:43 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
If you can help, that would be amazing and wonderful. Every player on my server would appreciate it as well. The ip is s16.hosthorde.com:26192, however I stopped it so it wouldn't continue killing itself. It will likely remain stopped until I find a way to fix the issue or have to reset. I and my players really don't want a reset, so nearly anything else is preferable.
