Guest User

Untitled

a guest
May 2nd, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.69 KB | None | 0 0
  1. [18:07:23] [Server thread/INFO]: Starting minecraft server version 1.8.7
  2. [18:07:23] [Server thread/INFO]: Loading properties
  3. [18:07:23] [Server thread/INFO]: Default game type: SURVIVAL
  4. [18:07:23] [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)
  5. [18:07:23] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [18:07:23] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [18:07:23] [Server thread/INFO]: Debug logging is disabled
  8. [18:07:23] [Server thread/INFO]: Generating keypair
  9. [18:07:23] [Server thread/INFO]: Starting Minecraft server on 85.190.138.127:25565
  10. [18:07:23] [Server thread/INFO]: Using epoll channel type
  11. [18:07:23] [Server thread/ERROR]: Could not load 'plugins/Bind_1460393976404.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  15. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  18. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  19. Caused by: java.util.zip.ZipException: zip file is empty
  20. at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_71]
  21. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  22. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  23. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  24. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  26. ... 5 more
  27. [18:07:23] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  28. [18:07:23] [Server thread/INFO]: [INFO][NoCheatPlus] Mon May 02 18:07:23 CEST 2016
  29. [18:07:23] [Server thread/INFO]: Player instances are stored for efficiency.
  30. [18:07:23] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  31. [18:07:23] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  32. [18:07:23] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.7.9
  33. [18:07:23] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  34. [18:07:23] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  35. [18:07:24] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  36. [18:07:24] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.7
  37. [18:07:24] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  38. [18:07:24] [Server thread/INFO]: [NickNamer] Loading NickNamer v0.9
  39. [18:07:24] [Server thread/INFO]: [UnlimitedSlots] Loading UnlimitedSlots v1.1 Release
  40. [18:07:24] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.0.4
  41. [18:07:24] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  42. [18:07:24] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.94
  43. [18:07:24] [Server thread/INFO]: [LogBlock] Connecting to ni779558_1_DB@jdbc:mysql://localhost:3306/minecraft...
  44. [18:07:24] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  45. [18:07:24] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is shutting down.
  46. [18:07:24] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  47. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  48. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:544) ~[LogBlock.jar:?]
  49. at com.zaxxer.hikari.pool.BaseHikariPool.<init>(BaseHikariPool.java:171) ~[LogBlock.jar:?]
  50. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:60) ~[LogBlock.jar:?]
  51. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:48) ~[LogBlock.jar:?]
  52. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:104) ~[LogBlock.jar:?]
  53. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  54. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  55. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  56. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:296) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  57. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  58. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  59. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  60. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'ni779558_1_DB'@'127.0.0.1' to database 'minecraft'
  61. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  62. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  63. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  64. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  65. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  66. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  67. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  68. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  69. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  70. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  71. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  72. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  73. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  74. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  75. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  76. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  77. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  78. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  79. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  80. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  81. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  82. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  83. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  84. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  85. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock.jar:?]
  86. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock.jar:?]
  87. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock.jar:?]
  88. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock.jar:?]
  89. ... 11 more
  90. [18:07:24] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.0.14
  91. [18:07:24] [Server thread/INFO]: [NickNameChanger] Loading NickNameChanger v1.1
  92. [18:07:24] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
  93. [18:07:24] [Server thread/INFO]: [FullVanish] Loading FullVanish v1.1
  94. [18:07:24] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  95. [18:07:24] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
  96. [18:07:24] [Server thread/INFO]: [SimplePeace] Loading SimplePeace v1.1
  97. [18:07:24] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  98. [18:07:24] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  99. [18:07:24] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
  100. [18:07:24] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3
  101. [18:07:24] [Server thread/INFO]: [UnlimitedSlots] Enabling UnlimitedSlots v1.1 Release
  102. [18:07:24] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  103. [18:07:24] [Server thread/INFO]: Preparing level "world"
  104. [18:07:24] [Server thread/INFO]: -------- World Settings For [world] --------
  105. [18:07:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  106. [18:07:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  107. [18:07:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  108. [18:07:24] [Server thread/INFO]: Random Lighting Updates: false
  109. [18:07:24] [Server thread/INFO]: Structure Info Saving: true
  110. [18:07:24] [Server thread/INFO]: Sending up to 10 chunks per packet
  111. [18:07:24] [Server thread/INFO]: Max Entity Collisions: 8
  112. [18:07:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  113. [18:07:24] [Server thread/INFO]: Max TNT Explosions: 100
  114. [18:07:24] [Server thread/INFO]: Mob Spawn Range: 4
  115. [18:07:24] [Server thread/INFO]: Anti X-Ray: true
  116. [18:07:24] [Server thread/INFO]: Engine Mode: 1
  117. [18:07:24] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  118. [18:07:24] [Server thread/INFO]: Replace Blocks: [1, 5]
  119. [18:07:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  120. [18:07:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
  121. [18:07:24] [Server thread/INFO]: Cane Growth Modifier: 100%
  122. [18:07:24] [Server thread/INFO]: Melon Growth Modifier: 100%
  123. [18:07:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  124. [18:07:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  125. [18:07:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
  126. [18:07:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
  127. [18:07:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  128. [18:07:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  129. [18:07:24] [Server thread/INFO]: Item Despawn Rate: 6000
  130. [18:07:24] [Server thread/INFO]: Item Merge Radius: 2.5
  131. [18:07:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
  132. [18:07:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  133. [18:07:24] [Server thread/INFO]: View Distance: 8
  134. [18:07:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  135. [18:07:24] [Server thread/INFO]: Chunks to Grow per Tick: 650
  136. [18:07:24] [Server thread/INFO]: Clear tick list: false
  137. [18:07:24] [Server thread/INFO]: Experience Merge Radius: 3.0
  138. [18:07:24] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  139. [18:07:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  140. [18:07:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  141. [18:07:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  142. [18:07:24] [Server thread/INFO]: Random Lighting Updates: false
  143. [18:07:24] [Server thread/INFO]: Structure Info Saving: true
  144. [18:07:24] [Server thread/INFO]: Sending up to 10 chunks per packet
  145. [18:07:24] [Server thread/INFO]: Max Entity Collisions: 8
  146. [18:07:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  147. [18:07:24] [Server thread/INFO]: Max TNT Explosions: 100
  148. [18:07:24] [Server thread/INFO]: Mob Spawn Range: 4
  149. [18:07:24] [Server thread/INFO]: Anti X-Ray: true
  150. [18:07:24] [Server thread/INFO]: Engine Mode: 1
  151. [18:07:24] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  152. [18:07:24] [Server thread/INFO]: Replace Blocks: [1, 5]
  153. [18:07:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  154. [18:07:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
  155. [18:07:24] [Server thread/INFO]: Cane Growth Modifier: 100%
  156. [18:07:24] [Server thread/INFO]: Melon Growth Modifier: 100%
  157. [18:07:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  158. [18:07:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  159. [18:07:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
  160. [18:07:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
  161. [18:07:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  162. [18:07:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  163. [18:07:24] [Server thread/INFO]: Item Despawn Rate: 6000
  164. [18:07:24] [Server thread/INFO]: Item Merge Radius: 2.5
  165. [18:07:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
  166. [18:07:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  167. [18:07:24] [Server thread/INFO]: View Distance: 8
  168. [18:07:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  169. [18:07:24] [Server thread/INFO]: Chunks to Grow per Tick: 650
  170. [18:07:24] [Server thread/INFO]: Clear tick list: false
  171. [18:07:24] [Server thread/INFO]: Experience Merge Radius: 3.0
  172. [18:07:24] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  173. [18:07:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  174. [18:07:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  175. [18:07:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  176. [18:07:24] [Server thread/INFO]: Random Lighting Updates: false
  177. [18:07:24] [Server thread/INFO]: Structure Info Saving: true
  178. [18:07:24] [Server thread/INFO]: Sending up to 10 chunks per packet
  179. [18:07:24] [Server thread/INFO]: Max Entity Collisions: 8
  180. [18:07:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  181. [18:07:24] [Server thread/INFO]: Max TNT Explosions: 100
  182. [18:07:24] [Server thread/INFO]: Mob Spawn Range: 4
  183. [18:07:24] [Server thread/INFO]: Anti X-Ray: true
  184. [18:07:24] [Server thread/INFO]: Engine Mode: 1
  185. [18:07:24] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  186. [18:07:24] [Server thread/INFO]: Replace Blocks: [1, 5]
  187. [18:07:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  188. [18:07:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
  189. [18:07:24] [Server thread/INFO]: Cane Growth Modifier: 100%
  190. [18:07:24] [Server thread/INFO]: Melon Growth Modifier: 100%
  191. [18:07:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  192. [18:07:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  193. [18:07:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
  194. [18:07:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
  195. [18:07:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  196. [18:07:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  197. [18:07:24] [Server thread/INFO]: Item Despawn Rate: 6000
  198. [18:07:24] [Server thread/INFO]: Item Merge Radius: 2.5
  199. [18:07:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
  200. [18:07:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  201. [18:07:24] [Server thread/INFO]: View Distance: 8
  202. [18:07:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  203. [18:07:24] [Server thread/INFO]: Chunks to Grow per Tick: 650
  204. [18:07:24] [Server thread/INFO]: Clear tick list: false
  205. [18:07:24] [Server thread/INFO]: Experience Merge Radius: 3.0
  206. [18:07:24] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5751148574762285936)
  207. [18:07:25] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3340051942012830281)
  208. [18:07:26] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3340051942012830281)
  209. [18:07:26] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  210. [18:07:26] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  211. [18:07:26] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LURE(62) LUCK(61)
  212. [18:07:26] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  213. [18:07:26] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.7.9
  214. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  215. [18:07:26] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  216. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  217. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  218. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  219. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  220. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  221. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  222. [18:07:26] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  223. [18:07:26] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  224. [18:07:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  225. [18:07:27] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  226. [18:07:27] [Server thread/INFO]: [NickNamer] Enabling NickNamer v0.9
  227. [18:07:27] [Server thread/INFO]: [NickNamer] Loading Configuration Nodes
  228. [18:07:27] [Server thread/INFO]: [NickNamer] Confirmed the use of TagAPI for Nicknamer.
  229. [18:07:27] [Server thread/INFO]: [NickNamer] Successfully loaded Blacklist
  230. [18:07:27] [Server thread/INFO]: [NickNamer] Naming Online Players...
  231. [18:07:27] [Server thread/INFO]: [NickNamer] Successfully named 0 players.
  232. [18:07:27] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.0.4
  233. [18:07:27] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 enabled!
  234. [18:07:27] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  235. [18:07:27] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  236. [18:07:27] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  237. [18:07:27] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  238. [18:07:27] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.94
  239. [18:07:27] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.0.14
  240. [18:07:27] [Server thread/INFO]: [NickNameChanger] Enabling NickNameChanger v1.1
  241. [18:07:27] [Server thread/INFO]: §4ERROR: Bitte installiere TagAPI / Please install TagAPI!
  242. [18:07:27] [Server thread/ERROR]: [NickNameChanger] Plugin NickNameChanger v1.1 has failed to register events for class de.Zwoerni2000.Listener.NameTag because org/kitteh/tag/PlayerReceiveNameTagEvent does not exist.
  243. [18:07:27] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
  244. [18:07:27] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  245. [18:07:27] [Server thread/INFO]: = Vault : Not found! Using BukkitPermissions
  246. [18:07:27] [Server thread/INFO]: = Vault : Disabling Economy Support
  247. [18:07:27] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
  248. [18:07:27] [Server thread/INFO]: = Config : Ok
  249. [18:07:27] [Server thread/INFO]: = Custom commands loaded : 16
  250. [18:07:27] [Server thread/INFO]: = Version: 5.1.6
  251. [18:07:27] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  252. [18:07:27] [Server thread/INFO]: = Status : Active
  253. [18:07:27] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  254. [18:07:27] [Server thread/INFO]: [FullVanish] Enabling FullVanish v1.1
  255. [18:07:27] [Server thread/INFO]: Das Plugin Full Vanish ist geschrieben von (c) SepperlUndCo
  256. [18:07:27] [Server thread/INFO]: Youtube: tinyurl.com/sepperlundco
  257. [18:07:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  258. [18:07:27] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  259. [18:07:27] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  260. [18:07:27] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  261. [18:07:27] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  262. [18:07:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  263. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  264. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  265. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  266. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  267. [18:07:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  268. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  269. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  270. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  271. [18:07:27] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  272. [18:07:27] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  273. [18:07:27] [Server thread/INFO]: [WorldGuard] Loading region data...
  274. [18:07:28] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
  275. [18:07:28] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  276. [18:07:28] [Server thread/INFO]: [ClearChat] [ClearChat] Enabling Plugin...
  277. [18:07:28] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  278. [18:07:28] [Server thread/INFO]: [SimplePeace] Enabling SimplePeace v1.1
  279. [18:07:28] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  280. [18:07:28] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  281. [18:07:28] [Server thread/WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
  282. [18:07:28] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  283. [18:07:28] [Server thread/INFO]: git-Spigot-6d16e64-b105298 (MC: 1.8.7)
  284. [18:07:28] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
  285. [18:07:28] [Server thread/INFO]: Using locale de
  286. [18:07:28] [Server thread/INFO]: Using locale de
  287. [18:07:28] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  288. [18:07:28] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  289. [18:07:28] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
  290. [18:07:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3
  291. [18:07:28] [Server thread/WARN]: §4Versionen ungleich! Bitte aktualisiere alle Essentials jars auf die gleiche Version.
  292. [18:07:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  293. [18:07:28] [Server thread/INFO]: Done (3.589s)! For help, type "help" or "?"
  294. [18:07:28] [Server thread/INFO]: Starting GS4 status listener
  295. [18:07:28] [Query Listener #1/INFO]: Query running on 85.190.138.127:25565
  296. [18:07:28] [Craft Scheduler Thread - 2/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  297. [18:07:28] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  298. [18:07:28] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  299. [18:07:29] [Craft Scheduler Thread - 7/INFO]: [iDisguise] An update for iDisguise is available: iDisguise 5.2.1
  300. [18:08:27] [User Authenticator #1/INFO]: UUID of player MineJuCraftJu is 9b0b845c-5dbd-4661-94d6-20bb02f6e55f
  301. [18:08:28] [Server thread/INFO]: MineJuCraftJu[/93.159.118.110:56629] logged in with entity id 84 at ([world]778.6999999880791, 67.0, 2174.275140593968)
  302. [18:08:34] [Server thread/INFO]: [LoginSecurity] MineJuCraftJu authenticated
  303. [18:08:35] [Async Chat Thread - #0/INFO]: [Co-Owner] MineJuCraftJu: t
  304. [18:08:39] [Async Chat Thread - #0/INFO]: [Co-Owner] MineJuCraftJu: whyyyyyyyy
  305. [18:08:40] [Server thread/INFO]: MineJuCraftJu issued server command: /reload
  306. [18:08:40] [Server thread/INFO]: MineJuCraftJu: Please note that this command is not supported and may cause issues when using some plugins.
  307. [18:08:40] [Server thread/INFO]: MineJuCraftJu: If you encounter any issues please use the /stop command to restart your server.
  308. [18:08:40] [Server thread/INFO]: Server Ping Player Sample Count: 12
  309. [18:08:40] [Server thread/INFO]: Using 4 threads for Netty based IO
  310. [18:08:40] [Server thread/INFO]: Debug logging is disabled
  311. [18:08:40] [Server thread/INFO]: -------- World Settings For [world] --------
  312. [18:08:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  313. [18:08:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  314. [18:08:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  315. [18:08:40] [Server thread/INFO]: Random Lighting Updates: false
  316. [18:08:40] [Server thread/INFO]: Structure Info Saving: true
  317. [18:08:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  318. [18:08:40] [Server thread/INFO]: Max Entity Collisions: 8
  319. [18:08:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  320. [18:08:40] [Server thread/INFO]: Max TNT Explosions: 100
  321. [18:08:40] [Server thread/INFO]: Mob Spawn Range: 4
  322. [18:08:40] [Server thread/INFO]: Anti X-Ray: true
  323. [18:08:40] [Server thread/INFO]: Engine Mode: 1
  324. [18:08:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  325. [18:08:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  326. [18:08:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  327. [18:08:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  328. [18:08:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  329. [18:08:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  330. [18:08:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  331. [18:08:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  332. [18:08:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  333. [18:08:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  334. [18:08:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  335. [18:08:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  336. [18:08:40] [Server thread/INFO]: Item Despawn Rate: 6000
  337. [18:08:40] [Server thread/INFO]: Item Merge Radius: 2.5
  338. [18:08:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  339. [18:08:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  340. [18:08:40] [Server thread/INFO]: View Distance: 8
  341. [18:08:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  342. [18:08:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  343. [18:08:40] [Server thread/INFO]: Clear tick list: false
  344. [18:08:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  345. [18:08:40] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  346. [18:08:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  347. [18:08:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  348. [18:08:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  349. [18:08:40] [Server thread/INFO]: Random Lighting Updates: false
  350. [18:08:40] [Server thread/INFO]: Structure Info Saving: true
  351. [18:08:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  352. [18:08:40] [Server thread/INFO]: Max Entity Collisions: 8
  353. [18:08:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  354. [18:08:40] [Server thread/INFO]: Max TNT Explosions: 100
  355. [18:08:40] [Server thread/INFO]: Mob Spawn Range: 4
  356. [18:08:40] [Server thread/INFO]: Anti X-Ray: true
  357. [18:08:40] [Server thread/INFO]: Engine Mode: 1
  358. [18:08:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  359. [18:08:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  360. [18:08:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  361. [18:08:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  362. [18:08:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  363. [18:08:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  364. [18:08:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  365. [18:08:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  366. [18:08:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  367. [18:08:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  368. [18:08:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  369. [18:08:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  370. [18:08:40] [Server thread/INFO]: Item Despawn Rate: 6000
  371. [18:08:40] [Server thread/INFO]: Item Merge Radius: 2.5
  372. [18:08:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  373. [18:08:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  374. [18:08:40] [Server thread/INFO]: View Distance: 8
  375. [18:08:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  376. [18:08:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  377. [18:08:40] [Server thread/INFO]: Clear tick list: false
  378. [18:08:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  379. [18:08:40] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  380. [18:08:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  381. [18:08:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  382. [18:08:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  383. [18:08:40] [Server thread/INFO]: Random Lighting Updates: false
  384. [18:08:40] [Server thread/INFO]: Structure Info Saving: true
  385. [18:08:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  386. [18:08:40] [Server thread/INFO]: Max Entity Collisions: 8
  387. [18:08:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  388. [18:08:40] [Server thread/INFO]: Max TNT Explosions: 100
  389. [18:08:40] [Server thread/INFO]: Mob Spawn Range: 4
  390. [18:08:40] [Server thread/INFO]: Anti X-Ray: true
  391. [18:08:40] [Server thread/INFO]: Engine Mode: 1
  392. [18:08:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  393. [18:08:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  394. [18:08:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  395. [18:08:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  396. [18:08:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  397. [18:08:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  398. [18:08:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  399. [18:08:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  400. [18:08:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  401. [18:08:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  402. [18:08:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  403. [18:08:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  404. [18:08:40] [Server thread/INFO]: Item Despawn Rate: 6000
  405. [18:08:40] [Server thread/INFO]: Item Merge Radius: 2.5
  406. [18:08:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  407. [18:08:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  408. [18:08:40] [Server thread/INFO]: View Distance: 8
  409. [18:08:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  410. [18:08:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  411. [18:08:40] [Server thread/INFO]: Clear tick list: false
  412. [18:08:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  413. [18:08:41] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.14.1.3
  414. [18:08:41] [Server thread/INFO]: [Skins] Disabling Skins v1.8.3
  415. [18:08:41] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  416. [18:08:41] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  417. [18:08:41] [Server thread/INFO]: [SimplePeace] Disabling SimplePeace v1.1
  418. [18:08:41] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  419. [18:08:41] [Server thread/INFO]: [ClearChat] Disabling ClearChat v1.0
  420. [18:08:41] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  421. [18:08:41] [Server thread/INFO]: [ClearChat] [ClearChat] Disabling Plugin...
  422. [18:08:41] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  423. [18:08:41] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  424. [18:08:41] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  425. [18:08:41] [Server thread/INFO]: [FullVanish] Disabling FullVanish v1.1
  426. [18:08:41] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.1.6
  427. [18:08:41] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  428. [18:08:41] [Server thread/INFO]: = Version : 5.1.6
  429. [18:08:41] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  430. [18:08:41] [Server thread/INFO]: = Status : Deactivated
  431. [18:08:41] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  432. [18:08:41] [Server thread/INFO]: [NickNameChanger] Disabling NickNameChanger v1.1
  433. [18:08:41] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v2.0.14
  434. [18:08:41] [Server thread/INFO]: [LogBlock] Disabling LogBlock v1.94
  435. [18:08:41] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  436. [18:08:41] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  437. [18:08:41] [Server thread/INFO]: [iDisguise] Disabling iDisguise v5.0.4
  438. [18:08:41] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 disabled!
  439. [18:08:41] [Server thread/INFO]: [UnlimitedSlots] Disabling UnlimitedSlots v1.1 Release
  440. [18:08:41] [Server thread/INFO]: [NickNamer] Disabling NickNamer v0.9
  441. [18:08:41] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  442. [18:08:41] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  443. [18:08:41] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  444. [18:08:41] [Server thread/INFO]: Version 3.13.7-RC-sMD5NET-b925 is disabled.
  445. [18:08:41] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v1.7.9
  446. [18:08:41] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
  447. [18:08:41] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
  448. [18:08:41] [Server thread/INFO]: [ChairStairs] Disabling ChairStairs v1.1
  449. [18:08:41] [Server thread/INFO]: [ChairStairs] has been disabled.
  450. [18:08:41] [Server thread/ERROR]: Could not load 'plugins/Bind_1460393976404.jar' in folder 'plugins'
  451. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  452. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  453. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  454. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  455. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  456. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  457. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  458. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  459. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  460. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  461. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  462. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  463. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  464. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  465. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  466. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  467. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  468. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  469. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  470. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  471. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  472. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  473. Caused by: java.util.zip.ZipException: zip file is empty
  474. at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_71]
  475. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  476. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  477. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  478. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  479. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  480. ... 20 more
  481. [18:08:41] [Server thread/INFO]: [INFO][NoCheatPlus] Mon May 02 18:08:41 CEST 2016
  482. [18:08:41] [Server thread/INFO]: Player instances are stored for efficiency.
  483. [18:08:41] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  484. [18:08:41] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  485. [18:08:41] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.7.9
  486. [18:08:41] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  487. [18:08:41] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  488. [18:08:41] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  489. [18:08:41] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.7
  490. [18:08:41] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  491. [18:08:41] [Server thread/INFO]: [NickNamer] Loading NickNamer v0.9
  492. [18:08:41] [Server thread/INFO]: [UnlimitedSlots] Loading UnlimitedSlots v1.1 Release
  493. [18:08:41] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.0.4
  494. [18:08:41] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  495. [18:08:41] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.94
  496. [18:08:41] [Server thread/INFO]: [LogBlock] Connecting to ni779558_1_DB@jdbc:mysql://localhost:3306/minecraft...
  497. [18:08:42] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  498. [18:08:42] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is shutting down.
  499. [18:08:42] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  500. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  501. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:544) ~[LogBlock.jar:?]
  502. at com.zaxxer.hikari.pool.BaseHikariPool.<init>(BaseHikariPool.java:171) ~[LogBlock.jar:?]
  503. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:60) ~[LogBlock.jar:?]
  504. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:48) ~[LogBlock.jar:?]
  505. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:104) ~[LogBlock.jar:?]
  506. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  507. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  508. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  509. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:296) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  510. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  511. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  512. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  513. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  514. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  515. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  516. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  517. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  518. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  519. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  520. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  521. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  522. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  523. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  524. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  525. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  526. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  527. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  528. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'ni779558_1_DB'@'127.0.0.1' to database 'minecraft'
  529. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  530. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  531. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  532. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  533. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  534. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  535. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  536. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  537. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  538. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  539. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  540. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  541. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  542. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  543. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  544. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  545. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  546. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  547. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  548. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  549. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  550. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  551. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  552. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  553. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock.jar:?]
  554. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock.jar:?]
  555. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock.jar:?]
  556. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock.jar:?]
  557. ... 26 more
  558. [18:08:42] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.0.14
  559. [18:08:42] [Server thread/INFO]: [NickNameChanger] Loading NickNameChanger v1.1
  560. [18:08:42] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
  561. [18:08:42] [Server thread/INFO]: [FullVanish] Loading FullVanish v1.1
  562. [18:08:42] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  563. [18:08:42] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
  564. [18:08:42] [Server thread/INFO]: [SimplePeace] Loading SimplePeace v1.1
  565. [18:08:42] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  566. [18:08:42] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  567. [18:08:42] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
  568. [18:08:42] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3
  569. [18:08:42] [Server thread/INFO]: [UnlimitedSlots] Enabling UnlimitedSlots v1.1 Release
  570. [18:08:42] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  571. [18:08:42] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  572. [18:08:42] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LURE(62) LUCK(61)
  573. [18:08:42] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  574. [18:08:42] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.7.9
  575. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  576. [18:08:42] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  577. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  578. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  579. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  580. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  581. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  582. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  583. [18:08:42] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  584. [18:08:42] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  585. [18:08:42] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  586. [18:08:42] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  587. [18:08:42] [Server thread/INFO]: [NickNamer] Enabling NickNamer v0.9
  588. [18:08:42] [Server thread/INFO]: [NickNamer] Loading Configuration Nodes
  589. [18:08:42] [Server thread/INFO]: [NickNamer] Confirmed the use of TagAPI for Nicknamer.
  590. [18:08:42] [Server thread/INFO]: [NickNamer] Successfully loaded Blacklist
  591. [18:08:42] [Server thread/INFO]: [NickNamer] Naming Online Players...
  592. [18:08:42] [Server thread/INFO]: [NickNamer] Successfully named 1 players.
  593. [18:08:42] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.0.4
  594. [18:08:42] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 enabled!
  595. [18:08:42] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  596. [18:08:42] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  597. [18:08:42] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  598. [18:08:42] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  599. [18:08:42] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.94
  600. [18:08:42] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.0.14
  601. [18:08:42] [Server thread/INFO]: [NickNameChanger] Enabling NickNameChanger v1.1
  602. [18:08:42] [Server thread/INFO]: §4ERROR: Bitte installiere TagAPI / Please install TagAPI!
  603. [18:08:42] [Server thread/ERROR]: [NickNameChanger] Plugin NickNameChanger v1.1 has failed to register events for class de.Zwoerni2000.Listener.NameTag because org/kitteh/tag/PlayerReceiveNameTagEvent does not exist.
  604. [18:08:42] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
  605. [18:08:42] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  606. [18:08:42] [Server thread/INFO]: = Vault : Not found! Using BukkitPermissions
  607. [18:08:42] [Server thread/INFO]: = Vault : Disabling Economy Support
  608. [18:08:42] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
  609. [18:08:42] [Server thread/INFO]: = Config : Ok
  610. [18:08:42] [Server thread/INFO]: = Custom commands loaded : 16
  611. [18:08:42] [Server thread/INFO]: = Version: 5.1.6
  612. [18:08:42] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  613. [18:08:42] [Server thread/INFO]: = Status : Active
  614. [18:08:42] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  615. [18:08:42] [Server thread/INFO]: [FullVanish] Enabling FullVanish v1.1
  616. [18:08:42] [Server thread/INFO]: Das Plugin Full Vanish ist geschrieben von (c) SepperlUndCo
  617. [18:08:42] [Server thread/INFO]: Youtube: tinyurl.com/sepperlundco
  618. [18:08:42] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  619. [18:08:43] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  620. [18:08:43] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  621. [18:08:43] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  622. [18:08:43] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  623. [18:08:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  624. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  625. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  626. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  627. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  628. [18:08:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  629. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  630. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  631. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  632. [18:08:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  633. [18:08:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  634. [18:08:43] [Server thread/INFO]: [WorldGuard] Loading region data...
  635. [18:08:43] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
  636. [18:08:43] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  637. [18:08:43] [Server thread/INFO]: [ClearChat] [ClearChat] Enabling Plugin...
  638. [18:08:43] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  639. [18:08:43] [Server thread/INFO]: [SimplePeace] Enabling SimplePeace v1.1
  640. [18:08:43] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  641. [18:08:43] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  642. [18:08:43] [Server thread/WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
  643. [18:08:43] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  644. [18:08:43] [Server thread/INFO]: git-Spigot-6d16e64-b105298 (MC: 1.8.7)
  645. [18:08:43] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
  646. [18:08:43] [Server thread/INFO]: Using locale de
  647. [18:08:43] [Server thread/INFO]: Using locale de
  648. [18:08:43] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  649. [18:08:43] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  650. [18:08:43] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
  651. [18:08:43] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3
  652. [18:08:43] [Server thread/WARN]: §4Versionen ungleich! Bitte aktualisiere alle Essentials jars auf die gleiche Version.
  653. [18:08:43] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  654. [18:08:43] [Server thread/INFO]: MineJuCraftJu: Reload complete.
  655. [18:08:43] [Craft Scheduler Thread - 7/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  656. [18:08:43] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  657. [18:08:43] [Server thread/INFO]: [NoCheatPlus] Updated data for 1 players (post-enable).
  658. [18:08:43] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  659. [18:08:43] [Craft Scheduler Thread - 11/INFO]: [iDisguise] An update for iDisguise is available: iDisguise 5.2.1
  660. [18:08:43] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to EssentialsChat vPre2.14.1.3
  661. org.bukkit.event.EventException
  662. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  663. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  664. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  665. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  666. at net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1057) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  667. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:995) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  668. at net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  669. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  670. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  671. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
  672. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
  673. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  674. Caused by: java.util.UnknownFormatConversionException: Conversion = 'p'
  675. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:100) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  676. at com.earth2me.essentials.chat.EssentialsChatPlayerListenerLowest.onPlayerChat(EssentialsChatPlayerListenerLowest.java:61) ~[?:?]
  677. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
  678. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  679. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  680. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
  681. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  682. ... 11 more
  683. [18:08:44] [Async Chat Thread - #0/INFO]: <MineJuCraftJu> t
  684. [18:08:46] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to EssentialsChat vPre2.14.1.3
  685. org.bukkit.event.EventException
  686. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  687. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  688. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  689. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  690. at net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1057) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  691. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:995) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  692. at net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  693. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  694. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  695. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
  696. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
  697. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  698. Caused by: java.util.UnknownFormatConversionException: Conversion = 'p'
  699. at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:100) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  700. at com.earth2me.essentials.chat.EssentialsChatPlayerListenerLowest.onPlayerChat(EssentialsChatPlayerListenerLowest.java:61) ~[?:?]
  701. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
  702. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  703. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
  704. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
  705. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  706. ... 11 more
  707. [18:08:46] [Async Chat Thread - #0/INFO]: <MineJuCraftJu> t
  708. [18:09:19] [Server thread/INFO]: MineJuCraftJu issued server command: /reload
  709. [18:09:19] [Server thread/INFO]: MineJuCraftJu: Please note that this command is not supported and may cause issues when using some plugins.
  710. [18:09:19] [Server thread/INFO]: MineJuCraftJu: If you encounter any issues please use the /stop command to restart your server.
  711. [18:09:19] [Server thread/INFO]: Server Ping Player Sample Count: 12
  712. [18:09:19] [Server thread/INFO]: Using 4 threads for Netty based IO
  713. [18:09:19] [Server thread/INFO]: Debug logging is disabled
  714. [18:09:19] [Server thread/INFO]: -------- World Settings For [world] --------
  715. [18:09:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  716. [18:09:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  717. [18:09:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  718. [18:09:19] [Server thread/INFO]: Random Lighting Updates: false
  719. [18:09:19] [Server thread/INFO]: Structure Info Saving: true
  720. [18:09:19] [Server thread/INFO]: Sending up to 10 chunks per packet
  721. [18:09:19] [Server thread/INFO]: Max Entity Collisions: 8
  722. [18:09:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  723. [18:09:19] [Server thread/INFO]: Max TNT Explosions: 100
  724. [18:09:19] [Server thread/INFO]: Mob Spawn Range: 4
  725. [18:09:19] [Server thread/INFO]: Anti X-Ray: true
  726. [18:09:19] [Server thread/INFO]: Engine Mode: 1
  727. [18:09:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  728. [18:09:19] [Server thread/INFO]: Replace Blocks: [1, 5]
  729. [18:09:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  730. [18:09:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  731. [18:09:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  732. [18:09:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  733. [18:09:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  734. [18:09:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  735. [18:09:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  736. [18:09:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  737. [18:09:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  738. [18:09:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  739. [18:09:19] [Server thread/INFO]: Item Despawn Rate: 6000
  740. [18:09:19] [Server thread/INFO]: Item Merge Radius: 2.5
  741. [18:09:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  742. [18:09:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  743. [18:09:19] [Server thread/INFO]: View Distance: 8
  744. [18:09:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  745. [18:09:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
  746. [18:09:19] [Server thread/INFO]: Clear tick list: false
  747. [18:09:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  748. [18:09:19] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  749. [18:09:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  750. [18:09:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  751. [18:09:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  752. [18:09:19] [Server thread/INFO]: Random Lighting Updates: false
  753. [18:09:19] [Server thread/INFO]: Structure Info Saving: true
  754. [18:09:19] [Server thread/INFO]: Sending up to 10 chunks per packet
  755. [18:09:19] [Server thread/INFO]: Max Entity Collisions: 8
  756. [18:09:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  757. [18:09:19] [Server thread/INFO]: Max TNT Explosions: 100
  758. [18:09:19] [Server thread/INFO]: Mob Spawn Range: 4
  759. [18:09:19] [Server thread/INFO]: Anti X-Ray: true
  760. [18:09:19] [Server thread/INFO]: Engine Mode: 1
  761. [18:09:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  762. [18:09:19] [Server thread/INFO]: Replace Blocks: [1, 5]
  763. [18:09:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  764. [18:09:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  765. [18:09:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  766. [18:09:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  767. [18:09:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  768. [18:09:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  769. [18:09:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  770. [18:09:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  771. [18:09:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  772. [18:09:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  773. [18:09:19] [Server thread/INFO]: Item Despawn Rate: 6000
  774. [18:09:19] [Server thread/INFO]: Item Merge Radius: 2.5
  775. [18:09:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  776. [18:09:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  777. [18:09:19] [Server thread/INFO]: View Distance: 8
  778. [18:09:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  779. [18:09:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
  780. [18:09:19] [Server thread/INFO]: Clear tick list: false
  781. [18:09:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  782. [18:09:19] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  783. [18:09:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  784. [18:09:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  785. [18:09:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  786. [18:09:19] [Server thread/INFO]: Random Lighting Updates: false
  787. [18:09:19] [Server thread/INFO]: Structure Info Saving: true
  788. [18:09:19] [Server thread/INFO]: Sending up to 10 chunks per packet
  789. [18:09:19] [Server thread/INFO]: Max Entity Collisions: 8
  790. [18:09:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  791. [18:09:19] [Server thread/INFO]: Max TNT Explosions: 100
  792. [18:09:19] [Server thread/INFO]: Mob Spawn Range: 4
  793. [18:09:19] [Server thread/INFO]: Anti X-Ray: true
  794. [18:09:19] [Server thread/INFO]: Engine Mode: 1
  795. [18:09:19] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  796. [18:09:19] [Server thread/INFO]: Replace Blocks: [1, 5]
  797. [18:09:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  798. [18:09:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  799. [18:09:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  800. [18:09:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  801. [18:09:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  802. [18:09:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  803. [18:09:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  804. [18:09:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  805. [18:09:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  806. [18:09:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  807. [18:09:19] [Server thread/INFO]: Item Despawn Rate: 6000
  808. [18:09:19] [Server thread/INFO]: Item Merge Radius: 2.5
  809. [18:09:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  810. [18:09:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  811. [18:09:19] [Server thread/INFO]: View Distance: 8
  812. [18:09:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  813. [18:09:19] [Server thread/INFO]: Chunks to Grow per Tick: 650
  814. [18:09:19] [Server thread/INFO]: Clear tick list: false
  815. [18:09:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  816. [18:09:19] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.14.1.3
  817. [18:09:19] [Server thread/INFO]: [Skins] Disabling Skins v1.8.3
  818. [18:09:19] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  819. [18:09:19] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  820. [18:09:19] [Server thread/INFO]: [SimplePeace] Disabling SimplePeace v1.1
  821. [18:09:19] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  822. [18:09:19] [Server thread/INFO]: [ClearChat] Disabling ClearChat v1.0
  823. [18:09:19] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  824. [18:09:19] [Server thread/INFO]: [ClearChat] [ClearChat] Disabling Plugin...
  825. [18:09:19] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  826. [18:09:19] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  827. [18:09:19] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  828. [18:09:19] [Server thread/INFO]: [FullVanish] Disabling FullVanish v1.1
  829. [18:09:19] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.1.6
  830. [18:09:19] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  831. [18:09:19] [Server thread/INFO]: = Version : 5.1.6
  832. [18:09:19] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  833. [18:09:19] [Server thread/INFO]: = Status : Deactivated
  834. [18:09:19] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  835. [18:09:19] [Server thread/INFO]: [NickNameChanger] Disabling NickNameChanger v1.1
  836. [18:09:19] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v2.0.14
  837. [18:09:19] [Server thread/INFO]: [LogBlock] Disabling LogBlock v1.94
  838. [18:09:19] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  839. [18:09:19] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  840. [18:09:19] [Server thread/INFO]: [iDisguise] Disabling iDisguise v5.0.4
  841. [18:09:19] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 disabled!
  842. [18:09:19] [Server thread/INFO]: [UnlimitedSlots] Disabling UnlimitedSlots v1.1 Release
  843. [18:09:19] [Server thread/INFO]: [NickNamer] Disabling NickNamer v0.9
  844. [18:09:19] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  845. [18:09:19] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  846. [18:09:19] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  847. [18:09:19] [Server thread/INFO]: Version 3.13.7-RC-sMD5NET-b925 is disabled.
  848. [18:09:19] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v1.7.9
  849. [18:09:19] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
  850. [18:09:19] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
  851. [18:09:19] [Server thread/INFO]: [ChairStairs] Disabling ChairStairs v1.1
  852. [18:09:19] [Server thread/INFO]: [ChairStairs] has been disabled.
  853. [18:09:19] [Server thread/ERROR]: Could not load 'plugins/Bind_1460393976404.jar' in folder 'plugins'
  854. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  855. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  856. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  857. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  858. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  859. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  860. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  861. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  862. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  863. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  864. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  865. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  866. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  867. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  868. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  869. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  870. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  871. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  872. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  873. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  874. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  875. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  876. Caused by: java.util.zip.ZipException: zip file is empty
  877. at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_71]
  878. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  879. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  880. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  881. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  882. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  883. ... 20 more
  884. [18:09:19] [Server thread/INFO]: [INFO][NoCheatPlus] Mon May 02 18:09:19 CEST 2016
  885. [18:09:19] [Server thread/INFO]: Player instances are stored for efficiency.
  886. [18:09:20] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  887. [18:09:20] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  888. [18:09:20] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.7.9
  889. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  890. [18:09:20] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  891. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  892. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.7
  893. [18:09:20] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  894. [18:09:20] [Server thread/INFO]: [NickNamer] Loading NickNamer v0.9
  895. [18:09:20] [Server thread/INFO]: [UnlimitedSlots] Loading UnlimitedSlots v1.1 Release
  896. [18:09:20] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.0.4
  897. [18:09:20] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  898. [18:09:20] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.94
  899. [18:09:20] [Server thread/INFO]: [LogBlock] Connecting to ni779558_1_DB@jdbc:mysql://localhost:3306/minecraft...
  900. [18:09:20] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  901. [18:09:20] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is shutting down.
  902. [18:09:20] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  903. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  904. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:544) ~[LogBlock.jar:?]
  905. at com.zaxxer.hikari.pool.BaseHikariPool.<init>(BaseHikariPool.java:171) ~[LogBlock.jar:?]
  906. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:60) ~[LogBlock.jar:?]
  907. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:48) ~[LogBlock.jar:?]
  908. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:104) ~[LogBlock.jar:?]
  909. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  910. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  911. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  912. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:296) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  913. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  914. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  915. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  916. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  917. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  918. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  919. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  920. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  921. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  922. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  923. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  924. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  925. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  926. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  927. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  928. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  929. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  930. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  931. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'ni779558_1_DB'@'127.0.0.1' to database 'minecraft'
  932. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  933. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  934. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  935. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  936. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  937. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  938. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  939. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  940. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  941. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  942. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  943. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  944. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  945. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  946. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  947. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  948. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  949. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  950. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  951. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  952. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  953. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  954. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  955. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  956. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock.jar:?]
  957. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock.jar:?]
  958. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock.jar:?]
  959. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock.jar:?]
  960. ... 26 more
  961. [18:09:20] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.0.14
  962. [18:09:20] [Server thread/INFO]: [NickNameChanger] Loading NickNameChanger v1.1
  963. [18:09:20] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
  964. [18:09:20] [Server thread/INFO]: [FullVanish] Loading FullVanish v1.1
  965. [18:09:20] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  966. [18:09:20] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
  967. [18:09:20] [Server thread/INFO]: [SimplePeace] Loading SimplePeace v1.1
  968. [18:09:20] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  969. [18:09:20] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  970. [18:09:20] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
  971. [18:09:20] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3
  972. [18:09:20] [Server thread/INFO]: [UnlimitedSlots] Enabling UnlimitedSlots v1.1 Release
  973. [18:09:20] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  974. [18:09:20] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  975. [18:09:20] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LURE(62) LUCK(61)
  976. [18:09:20] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  977. [18:09:20] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.7.9
  978. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  979. [18:09:20] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  980. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  981. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  982. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  983. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  984. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  985. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  986. [18:09:20] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  987. [18:09:20] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  988. [18:09:21] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  989. [18:09:21] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  990. [18:09:21] [Server thread/INFO]: [NickNamer] Enabling NickNamer v0.9
  991. [18:09:21] [Server thread/INFO]: [NickNamer] Loading Configuration Nodes
  992. [18:09:21] [Server thread/INFO]: [NickNamer] Confirmed the use of TagAPI for Nicknamer.
  993. [18:09:21] [Server thread/INFO]: [NickNamer] Successfully loaded Blacklist
  994. [18:09:21] [Server thread/INFO]: [NickNamer] Naming Online Players...
  995. [18:09:21] [Server thread/INFO]: [NickNamer] Successfully named 1 players.
  996. [18:09:21] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.0.4
  997. [18:09:21] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 enabled!
  998. [18:09:21] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  999. [18:09:21] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  1000. [18:09:21] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  1001. [18:09:21] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1002. [18:09:21] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.94
  1003. [18:09:21] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.0.14
  1004. [18:09:21] [Server thread/INFO]: [NickNameChanger] Enabling NickNameChanger v1.1
  1005. [18:09:21] [Server thread/INFO]: §4ERROR: Bitte installiere TagAPI / Please install TagAPI!
  1006. [18:09:21] [Server thread/ERROR]: [NickNameChanger] Plugin NickNameChanger v1.1 has failed to register events for class de.Zwoerni2000.Listener.NameTag because org/kitteh/tag/PlayerReceiveNameTagEvent does not exist.
  1007. [18:09:21] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
  1008. [18:09:21] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  1009. [18:09:21] [Server thread/INFO]: = Vault : Not found! Using BukkitPermissions
  1010. [18:09:21] [Server thread/INFO]: = Vault : Disabling Economy Support
  1011. [18:09:21] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
  1012. [18:09:21] [Server thread/INFO]: = Config : Ok
  1013. [18:09:21] [Server thread/INFO]: = Custom commands loaded : 16
  1014. [18:09:21] [Server thread/INFO]: = Version: 5.1.6
  1015. [18:09:21] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  1016. [18:09:21] [Server thread/INFO]: = Status : Active
  1017. [18:09:21] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1018. [18:09:21] [Server thread/INFO]: [FullVanish] Enabling FullVanish v1.1
  1019. [18:09:21] [Server thread/INFO]: Das Plugin Full Vanish ist geschrieben von (c) SepperlUndCo
  1020. [18:09:21] [Server thread/INFO]: Youtube: tinyurl.com/sepperlundco
  1021. [18:09:21] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  1022. [18:09:21] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1023. [18:09:21] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1024. [18:09:21] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1025. [18:09:21] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1026. [18:09:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1027. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1028. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1029. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  1030. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1031. [18:09:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1032. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1033. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1034. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1035. [18:09:21] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1036. [18:09:21] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1037. [18:09:21] [Server thread/INFO]: [WorldGuard] Loading region data...
  1038. [18:09:21] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
  1039. [18:09:21] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1040. [18:09:21] [Server thread/INFO]: [ClearChat] [ClearChat] Enabling Plugin...
  1041. [18:09:21] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1042. [18:09:21] [Server thread/INFO]: [SimplePeace] Enabling SimplePeace v1.1
  1043. [18:09:21] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  1044. [18:09:21] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  1045. [18:09:21] [Server thread/WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
  1046. [18:09:21] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  1047. [18:09:21] [Server thread/INFO]: git-Spigot-6d16e64-b105298 (MC: 1.8.7)
  1048. [18:09:21] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
  1049. [18:09:21] [Server thread/INFO]: Using locale de
  1050. [18:09:21] [Server thread/INFO]: Using locale de
  1051. [18:09:21] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  1052. [18:09:21] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  1053. [18:09:21] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
  1054. [18:09:21] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3
  1055. [18:09:21] [Server thread/WARN]: §4Versionen ungleich! Bitte aktualisiere alle Essentials jars auf die gleiche Version.
  1056. [18:09:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1057. [18:09:22] [Server thread/INFO]: MineJuCraftJu: Reload complete.
  1058. [18:09:22] [Craft Scheduler Thread - 5/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  1059. [18:09:22] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  1060. [18:09:22] [Server thread/INFO]: [NoCheatPlus] Updated data for 1 players (post-enable).
  1061. [18:09:22] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  1062. [18:09:22] [Async Chat Thread - #0/INFO]: [Co-Owner] MineJuCraftJu: t
  1063. [18:09:22] [Craft Scheduler Thread - 11/INFO]: [iDisguise] An update for iDisguise is available: iDisguise 5.2.1
  1064. [18:09:47] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1065. [18:12:30] [Server thread/INFO]: MineJuCraftJu issued server command: /pex reload
  1066. [18:12:30] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  1067. [18:12:31] [Async Chat Thread - #1/INFO]: [Co-Owner] MineJuCraftJu: t
  1068. [18:12:34] [Server thread/INFO]: MineJuCraftJu issued server command: /reload
  1069. [18:12:34] [Server thread/INFO]: MineJuCraftJu: Please note that this command is not supported and may cause issues when using some plugins.
  1070. [18:12:34] [Server thread/INFO]: MineJuCraftJu: If you encounter any issues please use the /stop command to restart your server.
  1071. [18:12:34] [Server thread/INFO]: Server Ping Player Sample Count: 12
  1072. [18:12:34] [Server thread/INFO]: Using 4 threads for Netty based IO
  1073. [18:12:34] [Server thread/INFO]: Debug logging is disabled
  1074. [18:12:34] [Server thread/INFO]: -------- World Settings For [world] --------
  1075. [18:12:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1076. [18:12:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1077. [18:12:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1078. [18:12:34] [Server thread/INFO]: Random Lighting Updates: false
  1079. [18:12:34] [Server thread/INFO]: Structure Info Saving: true
  1080. [18:12:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  1081. [18:12:34] [Server thread/INFO]: Max Entity Collisions: 8
  1082. [18:12:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1083. [18:12:34] [Server thread/INFO]: Max TNT Explosions: 100
  1084. [18:12:34] [Server thread/INFO]: Mob Spawn Range: 4
  1085. [18:12:34] [Server thread/INFO]: Anti X-Ray: true
  1086. [18:12:34] [Server thread/INFO]: Engine Mode: 1
  1087. [18:12:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1088. [18:12:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  1089. [18:12:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1090. [18:12:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1091. [18:12:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  1092. [18:12:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  1093. [18:12:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1094. [18:12:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1095. [18:12:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1096. [18:12:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1097. [18:12:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1098. [18:12:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1099. [18:12:34] [Server thread/INFO]: Item Despawn Rate: 6000
  1100. [18:12:34] [Server thread/INFO]: Item Merge Radius: 2.5
  1101. [18:12:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1102. [18:12:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1103. [18:12:34] [Server thread/INFO]: View Distance: 8
  1104. [18:12:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1105. [18:12:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1106. [18:12:34] [Server thread/INFO]: Clear tick list: false
  1107. [18:12:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  1108. [18:12:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  1109. [18:12:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1110. [18:12:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1111. [18:12:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1112. [18:12:34] [Server thread/INFO]: Random Lighting Updates: false
  1113. [18:12:34] [Server thread/INFO]: Structure Info Saving: true
  1114. [18:12:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  1115. [18:12:34] [Server thread/INFO]: Max Entity Collisions: 8
  1116. [18:12:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1117. [18:12:34] [Server thread/INFO]: Max TNT Explosions: 100
  1118. [18:12:34] [Server thread/INFO]: Mob Spawn Range: 4
  1119. [18:12:34] [Server thread/INFO]: Anti X-Ray: true
  1120. [18:12:34] [Server thread/INFO]: Engine Mode: 1
  1121. [18:12:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1122. [18:12:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  1123. [18:12:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1124. [18:12:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1125. [18:12:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  1126. [18:12:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  1127. [18:12:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1128. [18:12:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1129. [18:12:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1130. [18:12:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1131. [18:12:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1132. [18:12:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1133. [18:12:34] [Server thread/INFO]: Item Despawn Rate: 6000
  1134. [18:12:34] [Server thread/INFO]: Item Merge Radius: 2.5
  1135. [18:12:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1136. [18:12:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1137. [18:12:34] [Server thread/INFO]: View Distance: 8
  1138. [18:12:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1139. [18:12:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1140. [18:12:34] [Server thread/INFO]: Clear tick list: false
  1141. [18:12:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  1142. [18:12:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  1143. [18:12:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1144. [18:12:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1145. [18:12:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1146. [18:12:34] [Server thread/INFO]: Random Lighting Updates: false
  1147. [18:12:34] [Server thread/INFO]: Structure Info Saving: true
  1148. [18:12:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  1149. [18:12:34] [Server thread/INFO]: Max Entity Collisions: 8
  1150. [18:12:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1151. [18:12:34] [Server thread/INFO]: Max TNT Explosions: 100
  1152. [18:12:34] [Server thread/INFO]: Mob Spawn Range: 4
  1153. [18:12:34] [Server thread/INFO]: Anti X-Ray: true
  1154. [18:12:34] [Server thread/INFO]: Engine Mode: 1
  1155. [18:12:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1156. [18:12:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  1157. [18:12:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1158. [18:12:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1159. [18:12:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  1160. [18:12:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  1161. [18:12:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1162. [18:12:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1163. [18:12:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1164. [18:12:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1165. [18:12:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1166. [18:12:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1167. [18:12:34] [Server thread/INFO]: Item Despawn Rate: 6000
  1168. [18:12:34] [Server thread/INFO]: Item Merge Radius: 2.5
  1169. [18:12:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1170. [18:12:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1171. [18:12:34] [Server thread/INFO]: View Distance: 8
  1172. [18:12:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1173. [18:12:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1174. [18:12:34] [Server thread/INFO]: Clear tick list: false
  1175. [18:12:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  1176. [18:12:34] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.14.1.3
  1177. [18:12:34] [Server thread/INFO]: [Skins] Disabling Skins v1.8.3
  1178. [18:12:34] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1179. [18:12:34] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1180. [18:12:34] [Server thread/INFO]: [SimplePeace] Disabling SimplePeace v1.1
  1181. [18:12:34] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  1182. [18:12:34] [Server thread/INFO]: [ClearChat] Disabling ClearChat v1.0
  1183. [18:12:34] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1184. [18:12:34] [Server thread/INFO]: [ClearChat] [ClearChat] Disabling Plugin...
  1185. [18:12:34] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1186. [18:12:34] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  1187. [18:12:34] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1188. [18:12:34] [Server thread/INFO]: [FullVanish] Disabling FullVanish v1.1
  1189. [18:12:34] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.1.6
  1190. [18:12:34] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  1191. [18:12:34] [Server thread/INFO]: = Version : 5.1.6
  1192. [18:12:34] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  1193. [18:12:34] [Server thread/INFO]: = Status : Deactivated
  1194. [18:12:34] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1195. [18:12:34] [Server thread/INFO]: [NickNameChanger] Disabling NickNameChanger v1.1
  1196. [18:12:34] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v2.0.14
  1197. [18:12:34] [Server thread/INFO]: [LogBlock] Disabling LogBlock v1.94
  1198. [18:12:34] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  1199. [18:12:34] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1200. [18:12:34] [Server thread/INFO]: [iDisguise] Disabling iDisguise v5.0.4
  1201. [18:12:34] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 disabled!
  1202. [18:12:34] [Server thread/INFO]: [UnlimitedSlots] Disabling UnlimitedSlots v1.1 Release
  1203. [18:12:34] [Server thread/INFO]: [NickNamer] Disabling NickNamer v0.9
  1204. [18:12:34] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  1205. [18:12:34] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1206. [18:12:34] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  1207. [18:12:34] [Server thread/INFO]: Version 3.13.7-RC-sMD5NET-b925 is disabled.
  1208. [18:12:34] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v1.7.9
  1209. [18:12:34] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
  1210. [18:12:34] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
  1211. [18:12:34] [Server thread/INFO]: [ChairStairs] Disabling ChairStairs v1.1
  1212. [18:12:34] [Server thread/INFO]: [ChairStairs] has been disabled.
  1213. [18:12:34] [Server thread/ERROR]: Could not load 'plugins/Bind_1460393976404.jar' in folder 'plugins'
  1214. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  1215. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1216. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1217. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1218. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1219. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1220. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1221. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1222. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1223. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1224. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1225. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1226. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1227. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1228. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  1229. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  1230. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1231. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1232. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1233. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1234. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1235. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1236. Caused by: java.util.zip.ZipException: zip file is empty
  1237. at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_71]
  1238. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1239. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1240. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1241. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1242. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1243. ... 20 more
  1244. [18:12:34] [Server thread/INFO]: [INFO][NoCheatPlus] Mon May 02 18:12:34 CEST 2016
  1245. [18:12:34] [Server thread/INFO]: Player instances are stored for efficiency.
  1246. [18:12:34] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  1247. [18:12:34] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  1248. [18:12:34] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.7.9
  1249. [18:12:34] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1250. [18:12:34] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  1251. [18:12:34] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  1252. [18:12:34] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.7
  1253. [18:12:34] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  1254. [18:12:34] [Server thread/INFO]: [NickNamer] Loading NickNamer v0.9
  1255. [18:12:34] [Server thread/INFO]: [UnlimitedSlots] Loading UnlimitedSlots v1.1 Release
  1256. [18:12:34] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.0.4
  1257. [18:12:34] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  1258. [18:12:34] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.94
  1259. [18:12:34] [Server thread/INFO]: [LogBlock] Connecting to ni779558_1_DB@jdbc:mysql://localhost:3306/minecraft...
  1260. [18:12:35] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  1261. [18:12:35] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is shutting down.
  1262. [18:12:35] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  1263. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  1264. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:544) ~[LogBlock.jar:?]
  1265. at com.zaxxer.hikari.pool.BaseHikariPool.<init>(BaseHikariPool.java:171) ~[LogBlock.jar:?]
  1266. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:60) ~[LogBlock.jar:?]
  1267. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:48) ~[LogBlock.jar:?]
  1268. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:104) ~[LogBlock.jar:?]
  1269. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  1270. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  1271. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  1272. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:296) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1273. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1274. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1275. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1276. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1277. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1278. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1279. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1280. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1281. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1282. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1283. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  1284. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  1285. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1286. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1287. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1288. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1289. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1290. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1291. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'ni779558_1_DB'@'127.0.0.1' to database 'minecraft'
  1292. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  1293. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1294. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1295. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  1296. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1297. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1298. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1299. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1300. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1301. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1302. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1303. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1304. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1305. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1306. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1307. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1308. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1309. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  1310. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1311. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1312. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  1313. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1314. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1315. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1316. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock.jar:?]
  1317. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock.jar:?]
  1318. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock.jar:?]
  1319. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock.jar:?]
  1320. ... 26 more
  1321. [18:12:35] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.0.14
  1322. [18:12:35] [Server thread/INFO]: [NickNameChanger] Loading NickNameChanger v1.1
  1323. [18:12:35] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
  1324. [18:12:35] [Server thread/INFO]: [FullVanish] Loading FullVanish v1.1
  1325. [18:12:35] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  1326. [18:12:35] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
  1327. [18:12:35] [Server thread/INFO]: [SimplePeace] Loading SimplePeace v1.1
  1328. [18:12:35] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  1329. [18:12:35] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  1330. [18:12:35] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
  1331. [18:12:35] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3
  1332. [18:12:35] [Server thread/INFO]: [UnlimitedSlots] Enabling UnlimitedSlots v1.1 Release
  1333. [18:12:35] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  1334. [18:12:35] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  1335. [18:12:35] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LURE(62) LUCK(61)
  1336. [18:12:35] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  1337. [18:12:35] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.7.9
  1338. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1339. [18:12:35] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  1340. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  1341. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  1342. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  1343. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  1344. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  1345. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  1346. [18:12:35] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  1347. [18:12:35] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  1348. [18:12:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  1349. [18:12:35] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  1350. [18:12:35] [Server thread/INFO]: [NickNamer] Enabling NickNamer v0.9
  1351. [18:12:35] [Server thread/INFO]: [NickNamer] Loading Configuration Nodes
  1352. [18:12:35] [Server thread/INFO]: [NickNamer] Confirmed the use of TagAPI for Nicknamer.
  1353. [18:12:35] [Server thread/INFO]: [NickNamer] Successfully loaded Blacklist
  1354. [18:12:35] [Server thread/INFO]: [NickNamer] Naming Online Players...
  1355. [18:12:35] [Server thread/INFO]: [NickNamer] Successfully named 1 players.
  1356. [18:12:35] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.0.4
  1357. [18:12:36] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 enabled!
  1358. [18:12:36] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  1359. [18:12:36] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  1360. [18:12:36] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  1361. [18:12:36] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1362. [18:12:36] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.94
  1363. [18:12:36] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.0.14
  1364. [18:12:36] [Server thread/INFO]: [NickNameChanger] Enabling NickNameChanger v1.1
  1365. [18:12:36] [Server thread/INFO]: §4ERROR: Bitte installiere TagAPI / Please install TagAPI!
  1366. [18:12:36] [Server thread/ERROR]: [NickNameChanger] Plugin NickNameChanger v1.1 has failed to register events for class de.Zwoerni2000.Listener.NameTag because org/kitteh/tag/PlayerReceiveNameTagEvent does not exist.
  1367. [18:12:36] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
  1368. [18:12:36] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  1369. [18:12:36] [Server thread/INFO]: = Vault : Not found! Using BukkitPermissions
  1370. [18:12:36] [Server thread/INFO]: = Vault : Disabling Economy Support
  1371. [18:12:36] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
  1372. [18:12:36] [Server thread/INFO]: = Config : Ok
  1373. [18:12:36] [Server thread/INFO]: = Custom commands loaded : 16
  1374. [18:12:36] [Server thread/INFO]: = Version: 5.1.6
  1375. [18:12:36] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  1376. [18:12:36] [Server thread/INFO]: = Status : Active
  1377. [18:12:36] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1378. [18:12:36] [Server thread/INFO]: [FullVanish] Enabling FullVanish v1.1
  1379. [18:12:36] [Server thread/INFO]: Das Plugin Full Vanish ist geschrieben von (c) SepperlUndCo
  1380. [18:12:36] [Server thread/INFO]: Youtube: tinyurl.com/sepperlundco
  1381. [18:12:36] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  1382. [18:12:36] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1383. [18:12:36] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1384. [18:12:36] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1385. [18:12:36] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1386. [18:12:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1387. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1388. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1389. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  1390. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1391. [18:12:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1392. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1393. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1394. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1395. [18:12:36] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1396. [18:12:36] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1397. [18:12:36] [Server thread/INFO]: [WorldGuard] Loading region data...
  1398. [18:12:36] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
  1399. [18:12:36] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1400. [18:12:36] [Server thread/INFO]: [ClearChat] [ClearChat] Enabling Plugin...
  1401. [18:12:36] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1402. [18:12:36] [Server thread/INFO]: [SimplePeace] Enabling SimplePeace v1.1
  1403. [18:12:36] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  1404. [18:12:36] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  1405. [18:12:36] [Server thread/WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
  1406. [18:12:36] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  1407. [18:12:36] [Server thread/INFO]: git-Spigot-6d16e64-b105298 (MC: 1.8.7)
  1408. [18:12:36] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
  1409. [18:12:36] [Server thread/INFO]: Using locale de
  1410. [18:12:36] [Server thread/INFO]: Using locale de
  1411. [18:12:36] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  1412. [18:12:36] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  1413. [18:12:36] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
  1414. [18:12:36] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3
  1415. [18:12:36] [Server thread/WARN]: §4Versionen ungleich! Bitte aktualisiere alle Essentials jars auf die gleiche Version.
  1416. [18:12:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1417. [18:12:36] [Server thread/INFO]: MineJuCraftJu: Reload complete.
  1418. [18:12:36] [Craft Scheduler Thread - 17/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  1419. [18:12:36] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  1420. [18:12:37] [Server thread/INFO]: [NoCheatPlus] Updated data for 1 players (post-enable).
  1421. [18:12:37] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  1422. [18:12:37] [Craft Scheduler Thread - 22/INFO]: [iDisguise] An update for iDisguise is available: iDisguise 5.2.1
  1423. [18:12:37] [Async Chat Thread - #1/INFO]: [Co-Owner] MineJuCraftJu: t
  1424. [18:13:26] [User Authenticator #2/INFO]: UUID of player LegendKyuubiPvP is e6a73b41-19c2-48ea-a9f3-f55761269256
  1425. [18:13:26] [Server thread/INFO]: LegendKyuubiPvP[/95.90.210.139:1784] logged in with entity id 85 at ([world]-1067.9949068688102, 74.0, 402.029599235451)
  1426. [18:13:31] [Server thread/INFO]: [LoginSecurity] LegendKyuubiPvP authenticated
  1427. [18:13:33] [Async Chat Thread - #1/INFO]: [Owner] off: und wie wars
  1428. [18:13:37] [Server thread/INFO]: LegendKyuubiPvP issued server command: /nickname off
  1429. [18:13:38] [Async Chat Thread - #1/INFO]: [Owner] off: wtf
  1430. [18:13:43] [Async Chat Thread - #1/INFO]: [Owner] off: wieso off
  1431. [18:13:47] [Server thread/INFO]: LegendKyuubiPvP issued server command: /nick off
  1432. [18:13:47] [Server thread/INFO]: [NickNamer] LegendKyuubiPvP changed name to off§f
  1433. [18:13:47] [Server thread/INFO]: [NickNamer] §cLegendKyuubiPvP §eis now known as §coff§f
  1434. [18:13:54] [Server thread/INFO]: LegendKyuubiPvP issued server command: /nick LegendKyuubiPvP
  1435. [18:13:54] [Server thread/INFO]: [NickNamer] LegendKyuubiPvP changed name to LegendKyuubiPvP§f
  1436. [18:13:54] [Server thread/INFO]: [NickNamer] §cLegendKyuubiPvP §eis now known as §cLegendKyuubiPvP§f
  1437. [18:14:00] [Async Chat Thread - #1/INFO]: [Owner] LegendKyuubiPvP: geht immernoch nicht oder
  1438. [18:14:04] [Server thread/INFO]: LegendKyuubiPvP lost connection: Disconnected
  1439. [18:14:04] [Server thread/INFO]: LegendKyuubiPvP left the game.
  1440. [18:15:46] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1441. [18:18:40] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1442. [18:21:22] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1443. [18:21:25] [Server thread/INFO]: Saving...
  1444. [18:21:25] [Server thread/INFO]: Saved the world
  1445. [18:27:16] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1446. [18:31:00] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1447. [18:31:38] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1448. [18:31:38] [Server thread/INFO]: MineJuCraftJu issued server command: /pex group Co-Owner prefix &0[&6Co-Owner&0]
  1449. [18:31:39] [Async Chat Thread - #2/INFO]: [Co-Owner] MineJuCraftJu: t
  1450. [18:31:42] [Async Chat Thread - #2/INFO]: [Co-Owner] MineJuCraftJu: WHYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY
  1451. [18:31:55] [Server thread/INFO]: MineJuCraftJu issued server command: /clearchat
  1452. [18:31:57] [Server thread/INFO]: MineJuCraftJu issued server command: /cc
  1453. [18:31:57] [Server thread/FATAL]: Error executing task
  1454. java.util.concurrent.ExecutionException: java.lang.NullPointerException
  1455. at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.7.0_71]
  1456. at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.7.0_71]
  1457. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:20) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1458. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1459. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1460. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1461. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1462. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1463. Caused by: java.lang.NullPointerException
  1464. at com.lenis0012.bukkit.ls.util.LoggingFilter.handle(LoggingFilter.java:17) ~[?:?]
  1465. at com.lenis0012.bukkit.ls.util.LoggingFilter.filter(LoggingFilter.java:28) ~[?:?]
  1466. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1467. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1468. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1469. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1470. at org.apache.logging.log4j.core.filter.AbstractFilterable.isFiltered(AbstractFilterable.java:124) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1471. at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:400) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1472. at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:367) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1473. at org.apache.logging.log4j.core.Logger.log(Logger.java:110) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1474. at org.apache.logging.log4j.spi.AbstractLogger.error(AbstractLogger.java:609) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1475. at org.bukkit.craftbukkit.v1_8_R3.util.ForwardLogHandler.publish(ForwardLogHandler.java:33) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1476. at java.util.logging.Logger.log(Unknown Source) ~[?:1.7.0_71]
  1477. at java.util.logging.Logger.doLog(Unknown Source) ~[?:1.7.0_71]
  1478. at java.util.logging.Logger.log(Unknown Source) ~[?:1.7.0_71]
  1479. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1141) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1480. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1481. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1482. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1483. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1484. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.7.0_71]
  1485. at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.7.0_71]
  1486. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1487. ... 5 more
  1488. [18:32:01] [Server thread/INFO]: MineJuCraftJu issued server command: /chatclear
  1489. [18:32:06] [Server thread/INFO]: MineJuCraftJu issued server command: /clearchat
  1490. [18:32:19] [Server thread/WARN]: Unexpected exception while parsing console command "cc"
  1491. org.bukkit.command.CommandException: Unhandled exception executing command 'cc' in plugin ClearChat v1.0
  1492. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1493. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1494. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1495. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:626) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1496. at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:411) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1497. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1498. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1499. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1500. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1501. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
  1502. at me.SergeantBud.ClearChat.onCommand(ClearChat.java:49) ~[?:?]
  1503. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1504. ... 8 more
  1505. [18:34:03] [Server thread/INFO]: MineJuCraftJu issued server command: /reload
  1506. [18:34:03] [Server thread/INFO]: MineJuCraftJu: Please note that this command is not supported and may cause issues when using some plugins.
  1507. [18:34:03] [Server thread/INFO]: MineJuCraftJu: If you encounter any issues please use the /stop command to restart your server.
  1508. [18:34:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
  1509. [18:34:03] [Server thread/INFO]: Using 4 threads for Netty based IO
  1510. [18:34:03] [Server thread/INFO]: Debug logging is disabled
  1511. [18:34:03] [Server thread/INFO]: -------- World Settings For [world] --------
  1512. [18:34:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1513. [18:34:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1514. [18:34:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1515. [18:34:03] [Server thread/INFO]: Random Lighting Updates: false
  1516. [18:34:03] [Server thread/INFO]: Structure Info Saving: true
  1517. [18:34:03] [Server thread/INFO]: Sending up to 10 chunks per packet
  1518. [18:34:03] [Server thread/INFO]: Max Entity Collisions: 8
  1519. [18:34:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1520. [18:34:03] [Server thread/INFO]: Max TNT Explosions: 100
  1521. [18:34:03] [Server thread/INFO]: Mob Spawn Range: 4
  1522. [18:34:03] [Server thread/INFO]: Anti X-Ray: true
  1523. [18:34:03] [Server thread/INFO]: Engine Mode: 1
  1524. [18:34:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1525. [18:34:03] [Server thread/INFO]: Replace Blocks: [1, 5]
  1526. [18:34:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1527. [18:34:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1528. [18:34:03] [Server thread/INFO]: Cane Growth Modifier: 100%
  1529. [18:34:03] [Server thread/INFO]: Melon Growth Modifier: 100%
  1530. [18:34:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1531. [18:34:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1532. [18:34:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1533. [18:34:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1534. [18:34:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1535. [18:34:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1536. [18:34:03] [Server thread/INFO]: Item Despawn Rate: 6000
  1537. [18:34:03] [Server thread/INFO]: Item Merge Radius: 2.5
  1538. [18:34:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1539. [18:34:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1540. [18:34:03] [Server thread/INFO]: View Distance: 8
  1541. [18:34:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1542. [18:34:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1543. [18:34:03] [Server thread/INFO]: Clear tick list: false
  1544. [18:34:03] [Server thread/INFO]: Experience Merge Radius: 3.0
  1545. [18:34:03] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  1546. [18:34:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1547. [18:34:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1548. [18:34:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1549. [18:34:03] [Server thread/INFO]: Random Lighting Updates: false
  1550. [18:34:03] [Server thread/INFO]: Structure Info Saving: true
  1551. [18:34:03] [Server thread/INFO]: Sending up to 10 chunks per packet
  1552. [18:34:03] [Server thread/INFO]: Max Entity Collisions: 8
  1553. [18:34:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1554. [18:34:03] [Server thread/INFO]: Max TNT Explosions: 100
  1555. [18:34:03] [Server thread/INFO]: Mob Spawn Range: 4
  1556. [18:34:03] [Server thread/INFO]: Anti X-Ray: true
  1557. [18:34:03] [Server thread/INFO]: Engine Mode: 1
  1558. [18:34:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1559. [18:34:03] [Server thread/INFO]: Replace Blocks: [1, 5]
  1560. [18:34:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1561. [18:34:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1562. [18:34:03] [Server thread/INFO]: Cane Growth Modifier: 100%
  1563. [18:34:03] [Server thread/INFO]: Melon Growth Modifier: 100%
  1564. [18:34:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1565. [18:34:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1566. [18:34:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1567. [18:34:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1568. [18:34:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1569. [18:34:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1570. [18:34:03] [Server thread/INFO]: Item Despawn Rate: 6000
  1571. [18:34:03] [Server thread/INFO]: Item Merge Radius: 2.5
  1572. [18:34:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1573. [18:34:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1574. [18:34:03] [Server thread/INFO]: View Distance: 8
  1575. [18:34:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1576. [18:34:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1577. [18:34:03] [Server thread/INFO]: Clear tick list: false
  1578. [18:34:03] [Server thread/INFO]: Experience Merge Radius: 3.0
  1579. [18:34:03] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  1580. [18:34:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1581. [18:34:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1582. [18:34:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1583. [18:34:03] [Server thread/INFO]: Random Lighting Updates: false
  1584. [18:34:03] [Server thread/INFO]: Structure Info Saving: true
  1585. [18:34:03] [Server thread/INFO]: Sending up to 10 chunks per packet
  1586. [18:34:03] [Server thread/INFO]: Max Entity Collisions: 8
  1587. [18:34:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1588. [18:34:03] [Server thread/INFO]: Max TNT Explosions: 100
  1589. [18:34:03] [Server thread/INFO]: Mob Spawn Range: 4
  1590. [18:34:03] [Server thread/INFO]: Anti X-Ray: true
  1591. [18:34:03] [Server thread/INFO]: Engine Mode: 1
  1592. [18:34:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1593. [18:34:03] [Server thread/INFO]: Replace Blocks: [1, 5]
  1594. [18:34:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1595. [18:34:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1596. [18:34:03] [Server thread/INFO]: Cane Growth Modifier: 100%
  1597. [18:34:03] [Server thread/INFO]: Melon Growth Modifier: 100%
  1598. [18:34:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1599. [18:34:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1600. [18:34:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1601. [18:34:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1602. [18:34:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1603. [18:34:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1604. [18:34:03] [Server thread/INFO]: Item Despawn Rate: 6000
  1605. [18:34:03] [Server thread/INFO]: Item Merge Radius: 2.5
  1606. [18:34:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1607. [18:34:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1608. [18:34:03] [Server thread/INFO]: View Distance: 8
  1609. [18:34:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1610. [18:34:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1611. [18:34:03] [Server thread/INFO]: Clear tick list: false
  1612. [18:34:03] [Server thread/INFO]: Experience Merge Radius: 3.0
  1613. [18:34:03] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.14.1.3
  1614. [18:34:03] [Server thread/INFO]: [Skins] Disabling Skins v1.8.3
  1615. [18:34:03] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1616. [18:34:03] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1617. [18:34:03] [Server thread/INFO]: [SimplePeace] Disabling SimplePeace v1.1
  1618. [18:34:03] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  1619. [18:34:03] [Server thread/INFO]: [ClearChat] Disabling ClearChat v1.0
  1620. [18:34:03] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1621. [18:34:03] [Server thread/INFO]: [ClearChat] [ClearChat] Disabling Plugin...
  1622. [18:34:03] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1623. [18:34:03] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  1624. [18:34:03] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1625. [18:34:03] [Server thread/INFO]: [FullVanish] Disabling FullVanish v1.1
  1626. [18:34:03] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.1.6
  1627. [18:34:03] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  1628. [18:34:03] [Server thread/INFO]: = Version : 5.1.6
  1629. [18:34:03] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  1630. [18:34:03] [Server thread/INFO]: = Status : Deactivated
  1631. [18:34:03] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1632. [18:34:03] [Server thread/INFO]: [NickNameChanger] Disabling NickNameChanger v1.1
  1633. [18:34:03] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v2.0.14
  1634. [18:34:03] [Server thread/INFO]: [LogBlock] Disabling LogBlock v1.94
  1635. [18:34:03] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  1636. [18:34:03] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1637. [18:34:03] [Server thread/INFO]: [iDisguise] Disabling iDisguise v5.0.4
  1638. [18:34:03] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 disabled!
  1639. [18:34:03] [Server thread/INFO]: [UnlimitedSlots] Disabling UnlimitedSlots v1.1 Release
  1640. [18:34:03] [Server thread/INFO]: [NickNamer] Disabling NickNamer v0.9
  1641. [18:34:03] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  1642. [18:34:03] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1643. [18:34:03] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  1644. [18:34:03] [Server thread/INFO]: Version 3.13.7-RC-sMD5NET-b925 is disabled.
  1645. [18:34:03] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v1.7.9
  1646. [18:34:03] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
  1647. [18:34:03] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
  1648. [18:34:03] [Server thread/INFO]: [ChairStairs] Disabling ChairStairs v1.1
  1649. [18:34:03] [Server thread/INFO]: [ChairStairs] has been disabled.
  1650. [18:34:03] [Server thread/ERROR]: Could not load 'plugins/Bind_1460393976404.jar' in folder 'plugins'
  1651. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  1652. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1653. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1654. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1655. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1656. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1657. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1658. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1659. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1660. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1661. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1662. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1663. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1664. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1665. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  1666. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  1667. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1668. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1669. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1670. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1671. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1672. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1673. Caused by: java.util.zip.ZipException: zip file is empty
  1674. at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_71]
  1675. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1676. at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1677. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1678. at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.7.0_71]
  1679. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1680. ... 20 more
  1681. [18:34:03] [Server thread/INFO]: [INFO][NoCheatPlus] Mon May 02 18:34:03 CEST 2016
  1682. [18:34:03] [Server thread/INFO]: Player instances are stored for efficiency.
  1683. [18:34:03] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  1684. [18:34:03] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  1685. [18:34:03] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.7.9
  1686. [18:34:03] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1687. [18:34:03] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  1688. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  1689. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.7
  1690. [18:34:04] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  1691. [18:34:04] [Server thread/INFO]: [NickNamer] Loading NickNamer v0.9
  1692. [18:34:04] [Server thread/INFO]: [UnlimitedSlots] Loading UnlimitedSlots v1.1 Release
  1693. [18:34:04] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.0.4
  1694. [18:34:04] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  1695. [18:34:04] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.94
  1696. [18:34:04] [Server thread/INFO]: [LogBlock] Connecting to ni779558_1_DB@jdbc:mysql://localhost:3306/minecraft...
  1697. [18:34:04] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  1698. [18:34:04] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is shutting down.
  1699. [18:34:04] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  1700. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  1701. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:544) ~[LogBlock.jar:?]
  1702. at com.zaxxer.hikari.pool.BaseHikariPool.<init>(BaseHikariPool.java:171) ~[LogBlock.jar:?]
  1703. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:60) ~[LogBlock.jar:?]
  1704. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:48) ~[LogBlock.jar:?]
  1705. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:104) ~[LogBlock.jar:?]
  1706. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  1707. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  1708. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  1709. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:296) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1710. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:738) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1711. at org.bukkit.Bukkit.reload(Bukkit.java:534) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1712. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1713. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1714. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1715. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1716. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1717. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1718. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1719. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1720. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  1721. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  1722. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1723. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1724. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1725. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1726. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1727. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1728. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'ni779558_1_DB'@'127.0.0.1' to database 'minecraft'
  1729. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  1730. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1731. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1732. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  1733. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1734. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1735. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1736. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1737. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1738. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1739. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1740. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1741. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1742. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1743. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1744. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1745. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1746. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  1747. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1748. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  1749. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  1750. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1751. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1752. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1753. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock.jar:?]
  1754. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock.jar:?]
  1755. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock.jar:?]
  1756. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock.jar:?]
  1757. ... 26 more
  1758. [18:34:04] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.0.14
  1759. [18:34:04] [Server thread/INFO]: [NickNameChanger] Loading NickNameChanger v1.1
  1760. [18:34:04] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
  1761. [18:34:04] [Server thread/INFO]: [FullVanish] Loading FullVanish v1.1
  1762. [18:34:04] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  1763. [18:34:04] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
  1764. [18:34:04] [Server thread/INFO]: [SimplePeace] Loading SimplePeace v1.1
  1765. [18:34:04] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  1766. [18:34:04] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  1767. [18:34:04] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
  1768. [18:34:04] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.14.1.3
  1769. [18:34:04] [Server thread/INFO]: [UnlimitedSlots] Enabling UnlimitedSlots v1.1 Release
  1770. [18:34:04] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  1771. [18:34:04] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  1772. [18:34:04] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LURE(62) LUCK(61)
  1773. [18:34:04] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  1774. [18:34:04] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.7.9
  1775. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  1776. [18:34:04] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  1777. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  1778. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  1779. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  1780. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  1781. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  1782. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  1783. [18:34:04] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  1784. [18:34:04] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  1785. [18:34:04] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  1786. [18:34:05] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  1787. [18:34:05] [Server thread/INFO]: [NickNamer] Enabling NickNamer v0.9
  1788. [18:34:05] [Server thread/INFO]: [NickNamer] Loading Configuration Nodes
  1789. [18:34:05] [Server thread/INFO]: [NickNamer] Confirmed the use of TagAPI for Nicknamer.
  1790. [18:34:05] [Server thread/INFO]: [NickNamer] Successfully loaded Blacklist
  1791. [18:34:05] [Server thread/INFO]: [NickNamer] Naming Online Players...
  1792. [18:34:05] [Server thread/INFO]: [NickNamer] Successfully named 1 players.
  1793. [18:34:05] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.0.4
  1794. [18:34:05] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 enabled!
  1795. [18:34:05] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  1796. [18:34:05] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  1797. [18:34:05] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  1798. [18:34:05] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1799. [18:34:05] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.94
  1800. [18:34:05] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.0.14
  1801. [18:34:05] [Server thread/INFO]: [NickNameChanger] Enabling NickNameChanger v1.1
  1802. [18:34:05] [Server thread/INFO]: §4ERROR: Bitte installiere TagAPI / Please install TagAPI!
  1803. [18:34:05] [Server thread/ERROR]: [NickNameChanger] Plugin NickNameChanger v1.1 has failed to register events for class de.Zwoerni2000.Listener.NameTag because org/kitteh/tag/PlayerReceiveNameTagEvent does not exist.
  1804. [18:34:05] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
  1805. [18:34:05] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  1806. [18:34:05] [Server thread/INFO]: = Vault : Not found! Using BukkitPermissions
  1807. [18:34:05] [Server thread/INFO]: = Vault : Disabling Economy Support
  1808. [18:34:05] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
  1809. [18:34:05] [Server thread/INFO]: = Config : Ok
  1810. [18:34:05] [Server thread/INFO]: = Custom commands loaded : 16
  1811. [18:34:05] [Server thread/INFO]: = Version: 5.1.6
  1812. [18:34:05] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  1813. [18:34:05] [Server thread/INFO]: = Status : Active
  1814. [18:34:05] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1815. [18:34:05] [Server thread/INFO]: [FullVanish] Enabling FullVanish v1.1
  1816. [18:34:05] [Server thread/INFO]: Das Plugin Full Vanish ist geschrieben von (c) SepperlUndCo
  1817. [18:34:05] [Server thread/INFO]: Youtube: tinyurl.com/sepperlundco
  1818. [18:34:05] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  1819. [18:34:05] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1820. [18:34:05] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1821. [18:34:05] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1822. [18:34:05] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1823. [18:34:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1824. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1825. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1826. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  1827. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1828. [18:34:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1829. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1830. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1831. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1832. [18:34:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1833. [18:34:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1834. [18:34:05] [Server thread/INFO]: [WorldGuard] Loading region data...
  1835. [18:34:05] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
  1836. [18:34:05] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1837. [18:34:05] [Server thread/INFO]: [ClearChat] [ClearChat] Enabling Plugin...
  1838. [18:34:05] [Server thread/INFO]: [ClearChat] [ClearChat] Author: SgtBud (Also Known As SergeantBud)
  1839. [18:34:05] [Server thread/INFO]: [SimplePeace] Enabling SimplePeace v1.1
  1840. [18:34:05] [Server thread/INFO]: SimplePeace by Nepster V 1.0
  1841. [18:34:05] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  1842. [18:34:05] [Server thread/WARN]: §4Version mismatch! Please update EssentialsChat to the same version.
  1843. [18:34:05] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  1844. [18:34:05] [Server thread/INFO]: git-Spigot-6d16e64-b105298 (MC: 1.8.7)
  1845. [18:34:05] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
  1846. [18:34:05] [Server thread/INFO]: Using locale de
  1847. [18:34:05] [Server thread/INFO]: Using locale de
  1848. [18:34:05] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  1849. [18:34:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  1850. [18:34:05] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
  1851. [18:34:05] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.14.1.3
  1852. [18:34:05] [Server thread/WARN]: §4Versionen ungleich! Bitte aktualisiere alle Essentials jars auf die gleiche Version.
  1853. [18:34:05] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1854. [18:34:05] [Server thread/INFO]: MineJuCraftJu: Reload complete.
  1855. [18:34:05] [Craft Scheduler Thread - 35/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  1856. [18:34:05] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  1857. [18:34:06] [Server thread/INFO]: [NoCheatPlus] Updated data for 1 players (post-enable).
  1858. [18:34:06] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  1859. [18:34:06] [Craft Scheduler Thread - 40/INFO]: [iDisguise] An update for iDisguise is available: iDisguise 5.2.1
  1860. [18:34:06] [Async Chat Thread - #3/INFO]: [Co-Owner] MineJuCraftJu: t
  1861. [18:34:08] [Async Chat Thread - #3/INFO]: [Co-Owner] MineJuCraftJu: why
  1862. [18:34:09] [Async Chat Thread - #3/INFO]: [Co-Owner] MineJuCraftJu: :c
  1863. [18:34:10] [Server thread/INFO]: MineJuCraftJu issued server command: /cc
  1864. [18:34:10] [Server thread/FATAL]: Error executing task
  1865. java.util.concurrent.ExecutionException: java.lang.NullPointerException
  1866. at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.7.0_71]
  1867. at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.7.0_71]
  1868. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:20) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1869. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1870. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1871. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1872. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1873. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1874. Caused by: java.lang.NullPointerException
  1875. at com.lenis0012.bukkit.ls.util.LoggingFilter.handle(LoggingFilter.java:17) ~[?:?]
  1876. at com.lenis0012.bukkit.ls.util.LoggingFilter.filter(LoggingFilter.java:28) ~[?:?]
  1877. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1878. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1879. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1880. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1881. at org.apache.logging.log4j.core.filter.CompositeFilter.filter(CompositeFilter.java:231) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1882. at org.apache.logging.log4j.core.filter.AbstractFilterable.isFiltered(AbstractFilterable.java:124) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1883. at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:400) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1884. at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:367) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1885. at org.apache.logging.log4j.core.Logger.log(Logger.java:110) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1886. at org.apache.logging.log4j.spi.AbstractLogger.error(AbstractLogger.java:609) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1887. at org.bukkit.craftbukkit.v1_8_R3.util.ForwardLogHandler.publish(ForwardLogHandler.java:33) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1888. at java.util.logging.Logger.log(Unknown Source) ~[?:1.7.0_71]
  1889. at java.util.logging.Logger.doLog(Unknown Source) ~[?:1.7.0_71]
  1890. at java.util.logging.Logger.log(Unknown Source) ~[?:1.7.0_71]
  1891. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1141) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1892. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1893. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1894. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1895. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1896. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.7.0_71]
  1897. at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.7.0_71]
  1898. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1899. ... 5 more
  1900. [18:34:12] [Server thread/INFO]: MineJuCraftJu issued server command: /clearchat
  1901. [18:34:14] [Server thread/INFO]: MineJuCraftJu issued server command: /pl
  1902. [18:34:20] [Server thread/INFO]: MineJuCraftJu issued server command: /help ClearChat
  1903. [18:34:24] [Server thread/INFO]: MineJuCraftJu issued server command: /ccg
  1904. [18:34:24] [Server thread/ERROR]: Cannot load plugins/ClearChat/config.yml
  1905. org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
  1906. in 'string', line 4, column 22:
  1907. global-mute-message: &4&l&nPssss.... Der Global Mute ...
  1908. ^
  1909. expected alphabetic or numeric character, but found &(38)
  1910. in 'string', line 4, column 24:
  1911. global-mute-message: &4&l&nPssss.... Der Global Mute is ...
  1912. ^
  1913.  
  1914. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1915. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1916. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1917. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1918. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1919. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1920. at me.SergeantBud.ClearChat.onCommand(ClearChat.java:76) [ClearChat.jar:?]
  1921. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1922. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1923. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1924. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1925. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1926. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1927. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1928. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1929. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_71]
  1930. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_71]
  1931. at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1932. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1933. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1934. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1935. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1936. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  1937. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor
  1938. in 'string', line 4, column 22:
  1939. global-mute-message: &4&l&nPssss.... Der Global Mute ...
  1940. ^
  1941. expected alphabetic or numeric character, but found &(38)
  1942. in 'string', line 4, column 24:
  1943. global-mute-message: &4&l&nPssss.... Der Global Mute is ...
  1944. ^
  1945.  
  1946. at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1446) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1947. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:939) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1948. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:370) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1949. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1950. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1951. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1952. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1953. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1954. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1955. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1956. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1957. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1958. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1959. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1960. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1961. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Spigot-6d16e64-b105298]
  1962. ... 22 more
  1963. [18:34:24] [Server thread/INFO]: ClearChat > Chat Has Been Globally Cleared By MineJuCraftJu!
  1964. [18:35:18] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1965. [18:35:23] [Async Chat Thread - #4/INFO]: [Co-Owner] MineJuCraftJu: Wieso?
  1966. [18:35:29] [Server thread/INFO]: MineJuCraftJu issued server command: /msg MineJuCraftJu Wieso hier nicht?
  1967. [18:36:21] [Server thread/INFO]: Saving...
  1968. [18:36:21] [Server thread/INFO]: Saved the world
  1969. [18:37:15] [Server thread/INFO]: MineJuCraftJu issued server command: /pex group Co-Owner set message-format "&0[&6Co-Owner&0] %player: %message"
  1970. [18:37:17] [Async Chat Thread - #5/INFO]: [Co-Owner] MineJuCraftJu: t
  1971. [18:37:51] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1972. [18:39:05] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1973. [18:39:12] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1974. [18:42:02] [Server thread/INFO]: MineJuCraftJu issued server command: /ccg
  1975. [18:42:02] [Server thread/INFO]: ClearChat > Chat Has Been Globally Cleared By MineJuCraftJu!
  1976. [18:42:06] [Async Chat Thread - #6/INFO]: [Co-Owner] MineJuCraftJu: why?
  1977. [18:42:13] [Server thread/INFO]: MineJuCraftJu issued server command: /msg MineJuCraftJu why?
  1978. [18:43:16] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1979. [18:51:00] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1980. [18:51:20] [Server thread/INFO]: Saving...
  1981. [18:51:20] [Server thread/INFO]: Saved the world
  1982. [18:52:26] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1983. [18:55:38] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1984. [18:57:04] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1985. [19:01:19] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1986. [19:06:24] [Server thread/INFO]: Saving...
  1987. [19:06:24] [Server thread/INFO]: Saved the world
  1988. [19:07:09] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1989. [19:10:56] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1990. [19:13:37] [User Authenticator #3/INFO]: UUID of player LegendKyuubiPvP is e6a73b41-19c2-48ea-a9f3-f55761269256
  1991. [19:13:37] [Server thread/INFO]: LegendKyuubiPvP[/95.90.210.139:38094] logged in with entity id 186 at ([world]-1069.6856789534618, 74.5625, 411.69999998807907)
  1992. [19:13:43] [Server thread/INFO]: [LoginSecurity] LegendKyuubiPvP authenticated
  1993. [19:13:44] [Async Chat Thread - #7/INFO]: [Owner] LegendKyuubiPvP: ,
  1994. [19:13:46] [Server thread/INFO]: LegendKyuubiPvP lost connection: Disconnected
  1995. [19:13:46] [Server thread/INFO]: LegendKyuubiPvP left the game.
  1996. [19:14:15] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1997. [19:14:32] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1998. [19:16:23] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  1999. [19:18:24] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2000. [19:21:30] [Server thread/INFO]: Saving...
  2001. [19:21:30] [Server thread/INFO]: Saved the world
  2002. [19:22:06] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2003. [19:24:40] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2004. [19:26:10] [Server thread/INFO]: MineJuCraftJu issued server command: /pl
  2005. [19:26:17] [Server thread/INFO]: MineJuCraftJu issued server command: /ccg
  2006. [19:26:17] [Server thread/INFO]: ClearChat > Chat Has Been Globally Cleared By MineJuCraftJu!
  2007. [19:26:19] [Server thread/INFO]: MineJuCraftJu issued server command: /pl
  2008. [19:28:51] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2009. [19:31:23] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2010. [19:32:22] [Async Chat Thread - #8/INFO]: [Co-Owner] MineJuCraftJu: t
  2011. [19:33:43] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2012. [19:36:24] [Server thread/INFO]: Saving...
  2013. [19:36:24] [Server thread/INFO]: Saved the world
  2014. [19:36:40] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2015. [19:38:23] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
  2016. [19:38:53] [Server thread/INFO]: [@: Given Jump Boost (ID 8) * 2 to MineJuCraftJu for 3 seconds]
Add Comment
Please, Sign In to add comment