23-12-2016, 03:11 PM
[10:46:48] [Server thread/INFO]: Starting minecraft server version 1.7.2
[10:46:48] [Server thread/INFO]: Loading properties
[10:46:48] [Server thread/INFO]: Default game type: SURVIVAL
[10:46:48] [Server thread/INFO]: Generating keypair
[10:46:48] [Server thread/INFO]: Starting Minecraft server on *:25565
[10:46:48] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-b3020jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3)
[10:46:48] [Server thread/INFO]: [Annihilation] Loading Annihilation v2.0
[10:46:48] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:46:48] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:46:48] [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.
[10:46:48] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:46:48] [Server thread/INFO]: Preparing level "lobby"
[10:46:48] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7036296599307229782)
[10:46:49] [Thread-6/WARN]: Exception in thread "Thread-6"
[10:46:49] [Thread-6/WARN]: org.bukkit.craftbukkit.libs.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:180)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:53)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:30)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.AutoUpdater$1.run(AutoUpdater.java:77)
[10:46:49] [Thread-6/WARN]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.expect(JsonReader.java:339)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:168)
[10:46:49] [Thread-6/WARN]: ... 5 more
[10:46:49] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4325806395606657911)
[10:46:49] [Server thread/INFO]: [Annihilation] Enabling Annihilation v2.0
[10:46:49] [Server thread/ERROR]: Error occurred while enabling Annihilation v2.0 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/EntityHuman
at me.MrOptimLP.Anni.Anni.onEnable(Anni.java:139) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.EntityHuman
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
... 12 more
[10:46:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:46:49] [Server thread/INFO]: Done (1,017s)! For help, type "help" or "?"
[10:47:05] [Server thread/INFO]: szumielxd_[/127.0.0.1:57877] logged in with entity id 33 at ([lobby] 27.586572250911555, 104.0, -11.005073537362879)
[10:47:10] [Server thread/INFO]: szumielxd_ lost connection: Disconnected
[10:47:10] [Server thread/INFO]: szumielxd_ left the game.
[10:47:18] [Server thread/INFO]: CONSOLE: Stopping the server..[m
[10:47:18] [Server thread/INFO]: Stopping server
[10:47:18] [Server thread/INFO]: [Annihilation] Disabling Annihilation v2.0
[10:47:18] [Server thread/INFO]: Saving players
[10:47:18] [Server thread/INFO]: Saving worlds
[10:47:18] [Server thread/INFO]: Saving chunks for level 'lobby'/Overworld
[10:47:18] [Server thread/INFO]: Saving chunks for level 'lobby_the_end'/The End
[10:47:18] [Thread-4/INFO]: Stopping server
[10:47:18] [Thread-4/INFO]: Saving players
[10:47:18] [Thread-4/INFO]: Saving worlds
wyskrobane z mojej marchewki, za pomocą painta ^,^
[10:46:48] [Server thread/INFO]: Loading properties
[10:46:48] [Server thread/INFO]: Default game type: SURVIVAL
[10:46:48] [Server thread/INFO]: Generating keypair
[10:46:48] [Server thread/INFO]: Starting Minecraft server on *:25565
[10:46:48] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-b3020jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3)
[10:46:48] [Server thread/INFO]: [Annihilation] Loading Annihilation v2.0
[10:46:48] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:46:48] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:46:48] [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.
[10:46:48] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:46:48] [Server thread/INFO]: Preparing level "lobby"
[10:46:48] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7036296599307229782)
[10:46:49] [Thread-6/WARN]: Exception in thread "Thread-6"
[10:46:49] [Thread-6/WARN]: org.bukkit.craftbukkit.libs.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:180)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:53)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:30)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.v1_7_R1.updater.AutoUpdater$1.run(AutoUpdater.java:77)
[10:46:49] [Thread-6/WARN]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.expect(JsonReader.java:339)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322)
[10:46:49] [Thread-6/WARN]: at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:168)
[10:46:49] [Thread-6/WARN]: ... 5 more
[10:46:49] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4325806395606657911)
[10:46:49] [Server thread/INFO]: [Annihilation] Enabling Annihilation v2.0
[10:46:49] [Server thread/ERROR]: Error occurred while enabling Annihilation v2.0 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/EntityHuman
at me.MrOptimLP.Anni.Anni.onEnable(Anni.java:139) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:389) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:439) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:375) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.EntityHuman
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_80]
... 12 more
[10:46:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:46:49] [Server thread/INFO]: Done (1,017s)! For help, type "help" or "?"
[10:47:05] [Server thread/INFO]: szumielxd_[/127.0.0.1:57877] logged in with entity id 33 at ([lobby] 27.586572250911555, 104.0, -11.005073537362879)
[10:47:10] [Server thread/INFO]: szumielxd_ lost connection: Disconnected
[10:47:10] [Server thread/INFO]: szumielxd_ left the game.
[10:47:18] [Server thread/INFO]: CONSOLE: Stopping the server..[m
[10:47:18] [Server thread/INFO]: Stopping server
[10:47:18] [Server thread/INFO]: [Annihilation] Disabling Annihilation v2.0
[10:47:18] [Server thread/INFO]: Saving players
[10:47:18] [Server thread/INFO]: Saving worlds
[10:47:18] [Server thread/INFO]: Saving chunks for level 'lobby'/Overworld
[10:47:18] [Server thread/INFO]: Saving chunks for level 'lobby_the_end'/The End
[10:47:18] [Thread-4/INFO]: Stopping server
[10:47:18] [Thread-4/INFO]: Saving players
[10:47:18] [Thread-4/INFO]: Saving worlds
wyskrobane z mojej marchewki, za pomocą painta ^,^