Advertisement
Guest User

Serverlog

a guest
Aug 21st, 2017
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 94.96 KB | None | 0 0
  1. [14:42:45] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [14:42:45] [Server thread/INFO]: Loading properties
  3. [14:42:45] [Server thread/INFO]: Default game type: SURVIVAL
  4. [14:42:45] [Server thread/INFO]: Generating keypair
  5. [14:42:46] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [14:42:47] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-33d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  7. [14:42:48] [Server thread/INFO]: [Troll] Loading Troll v2.0
  8. [14:42:48] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  9. [14:42:48] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  10. [14:42:48] [Server thread/INFO]: [Prefix] Loading Prefix v6.3
  11. [14:42:48] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.10.0
  12. [14:42:49] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  13. [14:42:49] [Server thread/INFO]: LogBlock-Connection-Pool - is starting.
  14. [14:42:51] [Server thread/INFO]: LogBlock-Connection-Pool - is closing down.
  15. [14:42:51] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  16. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Communications link failure
  17.  
  18. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  19. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581) ~[LogBlock.jar:?]
  20. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152) ~[LogBlock.jar:?]
  21. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[LogBlock.jar:?]
  22. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  23. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  24. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  25. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:293) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  26. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.<init>(CraftServer.java:250) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  27. at net.minecraft.server.v1_8_R1.PlayerList.<init>(PlayerList.java:69) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  28. at net.minecraft.server.v1_8_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  29. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:133) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  30. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  31. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  32. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  33.  
  34. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_141]
  36. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_141]
  37. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_141]
  38. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_141]
  39. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  40. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  41. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  42. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  43. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  44. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  45. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  46. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  47. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_141]
  48. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_141]
  49. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_141]
  50. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_141]
  51. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  52. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  53. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  54. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[LogBlock.jar:?]
  55. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[LogBlock.jar:?]
  56. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[LogBlock.jar:?]
  57. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[LogBlock.jar:?]
  58. ... 12 more
  59. Caused by: java.net.ConnectException: Connection refused: connect
  60. at java.net.DualStackPlainSocketImpl.connect0(Native Method) ~[?:1.8.0_141]
  61. at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source) ~[?:1.8.0_141]
  62. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) ~[?:1.8.0_141]
  63. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) ~[?:1.8.0_141]
  64. at java.net.AbstractPlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_141]
  65. at java.net.PlainSocketImpl.connect(Unknown Source) ~[?:1.8.0_141]
  66. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:1.8.0_141]
  67. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_141]
  68. at java.net.Socket.connect(Unknown Source) ~[?:1.8.0_141]
  69. at java.net.Socket.<init>(Unknown Source) ~[?:1.8.0_141]
  70. at java.net.Socket.<init>(Unknown Source) ~[?:1.8.0_141]
  71. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  72. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  73. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  74. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  75. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  76. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  77. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  78. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_141]
  79. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_141]
  80. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_141]
  81. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_141]
  82. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  83. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  84. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  85. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95) ~[LogBlock.jar:?]
  86. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101) ~[LogBlock.jar:?]
  87. at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496) ~[LogBlock.jar:?]
  88. at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565) ~[LogBlock.jar:?]
  89. ... 12 more
  90. [14:42:51] [Server thread/INFO]: [RangSystem] Loading RangSystem v1.0
  91. [14:42:51] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  92. [14:42:51] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.0.6
  93. [14:42:51] [Server thread/INFO]: [ScreenBox] Loading ScreenBox v0.2
  94. [14:42:51] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.23
  95. [14:42:51] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  96. [14:42:51] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
  97. [14:42:52] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  98. [14:42:52] [Server thread/INFO]: [BedwarsRel] Loading BedwarsRel v1.3.6
  99. [14:42:52] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.1-RC-sMD5NET-b1084
  100. [14:42:52] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  101. [14:42:53] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  102. [14:42:53] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8
  103. [14:42:53] [Server thread/INFO]: [CBU] Loading CommandBlockerUltimate v1.5.2
  104. [14:42:53] [Server thread/INFO]: [Maintenance] Loading Maintenance v1.0
  105. [14:42:53] [Server thread/INFO]: [VH] Loading VIPHide v2.0.3
  106. [14:42:53] [Server thread/INFO]: [LB] Loading Lobby v1.2.0
  107. [14:42:53] [Server thread/INFO]: [TagAPI] Loading TagAPI v3.0.6
  108. [14:42:53] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
  109. [14:42:53] [Server thread/ERROR]: [ProtocolLib] Detected incompatible plugin: TagAPI
  110. [14:42:53] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  111. [14:42:53] [Server thread/INFO]: [Maintenance] Enabling Maintenance v1.0
  112. [14:42:53] [Server thread/INFO]: Preparing level "ZeSpawn"
  113. [14:42:54] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7319600899537862616)
  114. [14:42:55] [Server thread/INFO]: Preparing spawn area: 42%
  115. [14:42:56] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2950261060577577813)
  116. [14:42:57] [Server thread/INFO]: Preparing spawn area: 33%
  117. [14:42:57] [Server thread/INFO]: [Troll] Enabling Troll v2.0
  118. [14:42:58] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  119. [14:42:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  120. [14:42:58] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
  121. [14:42:58] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  122. [14:42:58] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  123. [14:42:58] [Server thread/INFO]: git-Bukkit-33d5de3 (MC: 1.8)
  124. [14:42:58] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
  125. [14:42:59] [Server thread/INFO]: Using locale en_DE
  126. [14:42:59] [Server thread/INFO]: Using locale en_DE
  127. [14:42:59] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  128. [14:42:59] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  129. [14:42:59] [Server thread/INFO]: [Prefix] Enabling Prefix v6.3
  130. [14:42:59] [Server thread/INFO]: ? Prefix » Das Plugin wurde aktiviert.
  131. [14:42:59] [Server thread/INFO]: ? Prefix » Entwickler: Benjooooo
  132. [14:43:02] [Server thread/INFO]: ? Prefix » Kein Update wurde gefunden.
  133. [14:43:03] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.10.0
  134. [14:43:03] [Server thread/INFO]: [RangSystem] Enabling RangSystem v1.0
  135. [14:43:03] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  136. [14:43:03] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  137. [14:43:03] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  138. [14:43:03] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  139. [14:43:03] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  140. [14:43:03] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.0.6
  141. [14:43:04] [Server thread/INFO]:
  142.  
  143. []=====[Enabling AdvancedBan]=====[]
  144. | Information:
  145. | Name: AdvancedBan
  146. | Developer: Leoko
  147. | Version: 2.0.6
  148. | MySQL: false
  149. | Support:
  150. | Skype: Leoko33
  151. | Mail: Leoko4433@gmail.com
  152. | Update:
  153. | There is a new version available! [2.1.2-RELEASE]
  154. []================================[]
  155.  
  156. [14:43:04] [Server thread/INFO]: [AdvancedBan] MC-Stats >> Connected
  157. [14:43:04] [Server thread/INFO]: [ScreenBox] Enabling ScreenBox v0.2
  158. [14:43:04] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.23
  159. [14:43:04] [Server thread/INFO]: [Lockette] Version 1.8.23 is being enabled! Yay! (Core version 1.3.5)
  160. [14:43:04] [Server thread/INFO]: minor >
  161. [14:43:04] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R1] ok.
  162. [14:43:04] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  163. [14:43:04] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  164. [14:43:04] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  165. [14:43:04] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.23.4
  166. [14:43:04] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  167. [14:43:04] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  168. [14:43:04] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  169. [14:43:04] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6534063972819645856)
  170. [14:43:05] [Server thread/INFO]: Preparing spawn area for kitpvp, 24%
  171. [14:43:06] [Server thread/INFO]: Preparing spawn area for kitpvp, 65%
  172. [14:43:07] [Server thread/INFO]: Preparing start region for level 3 (Seed: -231030807)
  173. [14:43:08] [Server thread/INFO]: Preparing spawn area for sky, 52%
  174. [14:43:09] [Server thread/INFO]: Preparing start region for level 4 (Seed: -3173008416746252299)
  175. [14:43:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: KBF1
  176. [14:43:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  177. [14:43:10] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7022439765049445513)
  178. [14:43:11] [Server thread/INFO]: Preparing start region for level 6 (Seed: 4542378660670617673)
  179. [14:43:12] [Server thread/INFO]: Preparing start region for level 7 (Seed: 479157065890965339)
  180. [14:43:13] [Server thread/INFO]: Preparing spawn area for teamwand, 56%
  181. [14:43:13] [Server thread/INFO]: Could not set generator for world 'plotworld': Plugin 'PlotMe-DefaultGenerator' does not exist
  182. [14:43:13] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: plotworld
  183. [14:43:13] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  184. [14:43:13] [Server thread/INFO]: Preparing start region for level 8 (Seed: 2950261060577577813)
  185. [14:43:14] [Server thread/INFO]: Preparing spawn area for ZeSpawn_nether, 52%
  186. [14:43:15] [Server thread/INFO]: Preparing start region for level 9 (Seed: 6670416714103064452)
  187. [14:43:16] [Server thread/INFO]: Preparing spawn area for Bauserver, 52%
  188. [14:43:18] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: community1
  189. [14:43:18] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  190. [14:43:18] [Server thread/INFO]: Preparing start region for level 10 (Seed: 8417352997463546599)
  191. [14:43:20] [Server thread/INFO]: Preparing spawn area for arena, 20%
  192. [14:43:21] [Server thread/INFO]: Preparing spawn area for arena, 56%
  193. [14:43:21] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: paintball
  194. [14:43:21] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  195. [14:43:21] [Server thread/INFO]: Preparing start region for level 11 (Seed: 887108847471305901)
  196. [14:43:21] [Server thread/INFO]: Preparing start region for level 12 (Seed: 1435672245)
  197. [14:43:22] [Server thread/INFO]: Preparing spawn area for aura, 73%
  198. [14:43:23] [Server thread/INFO]: Preparing start region for level 13 (Seed: -157264551801734681)
  199. [14:43:24] [Server thread/INFO]: Preparing spawn area for BW, 52%
  200. [14:43:24] [Server thread/INFO]: Preparing start region for level 14 (Seed: -9043861796085869588)
  201. [14:43:25] [Server thread/INFO]: Preparing start region for level 15 (Seed: 1435672245)
  202. [14:43:26] [Server thread/INFO]: Preparing start region for level 16 (Seed: 1775826472347654375)
  203. [14:43:27] [Server thread/INFO]: Preparing spawn area for 1vs1, 93%
  204. [14:43:27] [Server thread/INFO]: Preparing start region for level 17 (Seed: 5164962503754521489)
  205. [14:43:28] [Server thread/INFO]: [Multiverse-Core] 18 - World(s) loaded.
  206. [14:43:29] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  207. [14:43:29] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  208. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn) TNT ignition is PERMITTED.
  209. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn) Lighters are PERMITTED.
  210. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn) Lava fire is blocked.
  211. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn) Fire spread is UNRESTRICTED.
  212. [14:43:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ZeSpawn'
  213. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn_the_end) TNT ignition is PERMITTED.
  214. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn_the_end) Lighters are PERMITTED.
  215. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn_the_end) Lava fire is blocked.
  216. [14:43:29] [Server thread/INFO]: [WorldGuard] (ZeSpawn_the_end) Fire spread is UNRESTRICTED.
  217. [14:43:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ZeSpawn_the_end'
  218. [14:43:30] [Server thread/INFO]: [WorldGuard] (kitpvp) TNT ignition is PERMITTED.
  219. [14:43:30] [Server thread/INFO]: [WorldGuard] (kitpvp) Lighters are PERMITTED.
  220. [14:43:30] [Server thread/INFO]: [WorldGuard] (kitpvp) Lava fire is blocked.
  221. [14:43:30] [Server thread/INFO]: [WorldGuard] (kitpvp) Fire spread is UNRESTRICTED.
  222. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'kitpvp'
  223. [14:43:30] [Server thread/INFO]: [WorldGuard] (sky) TNT ignition is PERMITTED.
  224. [14:43:30] [Server thread/INFO]: [WorldGuard] (sky) Lighters are PERMITTED.
  225. [14:43:30] [Server thread/INFO]: [WorldGuard] (sky) Lava fire is blocked.
  226. [14:43:30] [Server thread/INFO]: [WorldGuard] (sky) Fire spread is UNRESTRICTED.
  227. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'sky'
  228. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars2) TNT ignition is PERMITTED.
  229. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars2) Lighters are PERMITTED.
  230. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars2) Lava fire is blocked.
  231. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars2) Fire spread is UNRESTRICTED.
  232. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bedwars2'
  233. [14:43:30] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
  234. [14:43:30] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
  235. [14:43:30] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
  236. [14:43:30] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
  237. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
  238. [14:43:30] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
  239. [14:43:30] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
  240. [14:43:30] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
  241. [14:43:30] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
  242. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
  243. [14:43:30] [Server thread/INFO]: [WorldGuard] (teamwand) TNT ignition is PERMITTED.
  244. [14:43:30] [Server thread/INFO]: [WorldGuard] (teamwand) Lighters are PERMITTED.
  245. [14:43:30] [Server thread/INFO]: [WorldGuard] (teamwand) Lava fire is blocked.
  246. [14:43:30] [Server thread/INFO]: [WorldGuard] (teamwand) Fire spread is UNRESTRICTED.
  247. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'teamwand'
  248. [14:43:30] [Server thread/INFO]: [WorldGuard] (ZeSpawn_nether) TNT ignition is PERMITTED.
  249. [14:43:30] [Server thread/INFO]: [WorldGuard] (ZeSpawn_nether) Lighters are PERMITTED.
  250. [14:43:30] [Server thread/INFO]: [WorldGuard] (ZeSpawn_nether) Lava fire is blocked.
  251. [14:43:30] [Server thread/INFO]: [WorldGuard] (ZeSpawn_nether) Fire spread is UNRESTRICTED.
  252. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ZeSpawn_nether'
  253. [14:43:30] [Server thread/INFO]: [WorldGuard] (Bauserver) TNT ignition is PERMITTED.
  254. [14:43:30] [Server thread/INFO]: [WorldGuard] (Bauserver) Lighters are PERMITTED.
  255. [14:43:30] [Server thread/INFO]: [WorldGuard] (Bauserver) Lava fire is blocked.
  256. [14:43:30] [Server thread/INFO]: [WorldGuard] (Bauserver) Fire spread is UNRESTRICTED.
  257. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Bauserver'
  258. [14:43:30] [Server thread/INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED.
  259. [14:43:30] [Server thread/INFO]: [WorldGuard] (arena) Lighters are PERMITTED.
  260. [14:43:30] [Server thread/INFO]: [WorldGuard] (arena) Lava fire is blocked.
  261. [14:43:30] [Server thread/INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED.
  262. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arena'
  263. [14:43:30] [Server thread/INFO]: [WorldGuard] (bauen) TNT ignition is PERMITTED.
  264. [14:43:30] [Server thread/INFO]: [WorldGuard] (bauen) Lighters are PERMITTED.
  265. [14:43:30] [Server thread/INFO]: [WorldGuard] (bauen) Lava fire is blocked.
  266. [14:43:30] [Server thread/INFO]: [WorldGuard] (bauen) Fire spread is UNRESTRICTED.
  267. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bauen'
  268. [14:43:30] [Server thread/INFO]: [WorldGuard] (aura) TNT ignition is PERMITTED.
  269. [14:43:30] [Server thread/INFO]: [WorldGuard] (aura) Lighters are PERMITTED.
  270. [14:43:30] [Server thread/INFO]: [WorldGuard] (aura) Lava fire is blocked.
  271. [14:43:30] [Server thread/INFO]: [WorldGuard] (aura) Fire spread is UNRESTRICTED.
  272. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'aura'
  273. [14:43:30] [Server thread/INFO]: [WorldGuard] (BW) TNT ignition is PERMITTED.
  274. [14:43:30] [Server thread/INFO]: [WorldGuard] (BW) Lighters are PERMITTED.
  275. [14:43:30] [Server thread/INFO]: [WorldGuard] (BW) Lava fire is blocked.
  276. [14:43:30] [Server thread/INFO]: [WorldGuard] (BW) Fire spread is UNRESTRICTED.
  277. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BW'
  278. [14:43:30] [Server thread/INFO]: [WorldGuard] (kit) TNT ignition is PERMITTED.
  279. [14:43:30] [Server thread/INFO]: [WorldGuard] (kit) Lighters are PERMITTED.
  280. [14:43:30] [Server thread/INFO]: [WorldGuard] (kit) Lava fire is blocked.
  281. [14:43:30] [Server thread/INFO]: [WorldGuard] (kit) Fire spread is UNRESTRICTED.
  282. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'kit'
  283. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars) TNT ignition is PERMITTED.
  284. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars) Lighters are PERMITTED.
  285. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars) Lava fire is blocked.
  286. [14:43:30] [Server thread/INFO]: [WorldGuard] (bedwars) Fire spread is UNRESTRICTED.
  287. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bedwars'
  288. [14:43:30] [Server thread/INFO]: [WorldGuard] (1vs1) TNT ignition is PERMITTED.
  289. [14:43:30] [Server thread/INFO]: [WorldGuard] (1vs1) Lighters are PERMITTED.
  290. [14:43:30] [Server thread/INFO]: [WorldGuard] (1vs1) Lava fire is blocked.
  291. [14:43:30] [Server thread/INFO]: [WorldGuard] (1vs1) Fire spread is UNRESTRICTED.
  292. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '1vs1'
  293. [14:43:30] [Server thread/INFO]: [WorldGuard] (vorbauen) TNT ignition is PERMITTED.
  294. [14:43:30] [Server thread/INFO]: [WorldGuard] (vorbauen) Lighters are PERMITTED.
  295. [14:43:30] [Server thread/INFO]: [WorldGuard] (vorbauen) Lava fire is blocked.
  296. [14:43:30] [Server thread/INFO]: [WorldGuard] (vorbauen) Fire spread is UNRESTRICTED.
  297. [14:43:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'vorbauen'
  298. [14:43:30] [Server thread/INFO]: [WorldGuard] Loading region data...
  299. [14:43:31] [Server thread/INFO]: [BedwarsRel] Enabling BedwarsRel v1.3.6
  300. [14:43:34] [Server thread/INFO]: [BedWars] Game 'bedwars' successfully loaded!
  301. [14:43:34] [Server thread/INFO]: [BedWars] Game 'bedwars2' successfully loaded!
  302. [14:43:34] [Server thread/INFO]: [BedWars] Game 'BW' successfully loaded!
  303. [14:43:34] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.1-RC-sMD5NET-b1084
  304. [14:43:34] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8 / Spigot-CB-1.8_R1
  305. [14:43:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  306. [14:43:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  307. [14:43:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  308. [14:43:34] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  309. [14:43:35] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  310. [14:43:35] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.0)...
  311. [14:43:35] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | CatchAllAdapter
  312. [14:43:35] [Server thread/INFO]: [NoCheatPlus] Version 3.15.1-RC-sMD5NET-b1084 is enabled.
  313. [14:43:35] [Server thread/INFO]: [CBU] Enabling CommandBlockerUltimate v1.5.2
  314. [14:43:35] [Server thread/WARN]: [CBU] It is recommended that you install Yamler, because that allows the config to be a lot more flexible and straightforward to use.
  315. [14:43:35] [Server thread/WARN]: [CBU] Using the simplified configuration adapter! When CommandBlockerUltimate updates, new options won't be in your configuration file!
  316. [14:43:35] [Server thread/INFO]: [CBU] CommandBlockerUltimate cbu-bootstrap Version 1.5.2 Build 5cc5f51 is licensed under the GNU General Public License Version 2. See the LICENSE file included in its .jar archive for details.
  317. [14:43:35] [Server thread/INFO]: [VH] Enabling VIPHide v2.0.3
  318. [14:43:36] [Server thread/INFO]: [LB] Enabling Lobby v1.2.0
  319. [14:43:36] [Server thread/INFO]: [Lobby] Module Nick v1.0.1 loaded.
  320. [14:43:36] [Server thread/INFO]: [Lobby] Module SilentHub v1.0.4 loaded.
  321. [14:43:37] [Server thread/ERROR]: [LB] Plugin Lobby v1.2.0 has failed to register events for class me.BukkitPVP.Lobby.Listener.EntityListener because org/spigotmc/event/entity/EntityMountEvent does not exist.
  322. [14:43:37] [Server thread/INFO]: [TagAPI] Enabling TagAPI v3.0.6
  323. [14:43:37] [Server thread/INFO]: [TagAPI] Detected ProtocolLib, using that for handling!
  324. [14:43:37] [Server thread/INFO]: [TagAPI] Using hooks for CraftBukkit via ProtocolLib
  325. [14:43:37] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  326. [14:43:37] [Server thread/INFO]: Done (44.100s)! For help, type "help" or "?"
  327. [14:43:37] [Server thread/INFO]: Starting remote control listener
  328. [14:43:37] [Server thread/WARN]: No rcon password set in 'C:\Users\Knapp\Desktop\MC Server\server.properties', rcon disabled!
  329. [14:43:37] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  330. [14:43:38] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  331. [14:43:38] [pool-3-thread-6/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  332. [14:43:42] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2950ms behind, skipping 59 tick(s)
  333. [14:43:58] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3919ms behind, skipping 78 tick(s)
  334. [14:44:47] [User Authenticator #1/INFO]: UUID of player Wehnyyy is 1cb6788c-6293-45a3-9a30-6fcf11f7735d
  335. [14:44:48] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@2cd3e1eb[id=1cb6788c-6293-45a3-9a30-6fcf11f7735d,name=Wehnyyy,properties={textures=[com.mojang.authlib.properties.Property@3416a006]},legacy=false] (/185.75.148.2:63214): You are not white-listed on this server!
  336. [14:44:48] [Server thread/INFO]: com.mojang.authlib.GameProfile@2cd3e1eb[id=1cb6788c-6293-45a3-9a30-6fcf11f7735d,name=Wehnyyy,properties={textures=[com.mojang.authlib.properties.Property@3416a006]},legacy=false] (/185.75.148.2:63214) lost connection: You are not white-listed on this server!
  337. [14:44:56] [User Authenticator #2/INFO]: UUID of player Wehnyyy is 1cb6788c-6293-45a3-9a30-6fcf11f7735d
  338. [14:44:56] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@1eb59efb[id=1cb6788c-6293-45a3-9a30-6fcf11f7735d,name=Wehnyyy,properties={textures=[com.mojang.authlib.properties.Property@bf7ca9c]},legacy=false] (/185.75.148.2:63216): You are not white-listed on this server!
  339. [14:44:56] [Server thread/INFO]: com.mojang.authlib.GameProfile@1eb59efb[id=1cb6788c-6293-45a3-9a30-6fcf11f7735d,name=Wehnyyy,properties={textures=[com.mojang.authlib.properties.Property@bf7ca9c]},legacy=false] (/185.75.148.2:63216) lost connection: You are not white-listed on this server!
  340. [14:47:40] [User Authenticator #3/INFO]: UUID of player NurToni is ba27028b-cde8-4dd1-98fa-d0018dbcd645
  341. [14:47:41] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to VIPHide v2.0.3
  342. org.bukkit.event.EventException
  343. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  344. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  345. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  346. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  347. at net.minecraft.server.v1_8_R1.PlayerList.onPlayerJoin(PlayerList.java:258) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  348. at net.minecraft.server.v1_8_R1.PlayerList.a(PlayerList.java:142) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  349. at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:81) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  350. at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  351. at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:150) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  352. at net.minecraft.server.v1_8_R1.ServerConnection.c(SourceFile:151) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  353. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:733) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  354. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  355. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  356. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  357. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  358. Caused by: java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder
  359. at me.BukkitPVP.VIPHide.Utils.UUIDFetcher.<clinit>(UUIDFetcher.java:26) ~[?:?]
  360. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  361. at me.BukkitPVP.VIPHide.EventListener.onJoin(EventListener.java:41) ~[?:?]
  362. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  363. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  364. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  365. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  366. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  367. ... 14 more
  368. Caused by: java.lang.ClassNotFoundException: com.google.gson.GsonBuilder
  369. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_141]
  370. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  371. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  372. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_141]
  373. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_141]
  374. at me.BukkitPVP.VIPHide.Utils.UUIDFetcher.<clinit>(UUIDFetcher.java:26) ~[?:?]
  375. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  376. at me.BukkitPVP.VIPHide.EventListener.onJoin(EventListener.java:41) ~[?:?]
  377. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  378. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  379. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  380. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  381. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  382. ... 14 more
  383. [14:47:42] [Server thread/INFO]: NurToni[/84.163.248.76:51996] logged in with entity id 1192 at ([ZeSpawn] -1522.4755059524816, 108.0, 670.2953222156035)
  384. [14:47:42] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2129ms behind, skipping 42 tick(s)
  385. [14:47:43] [Server thread/ERROR]: Could not pass event LobbyEnterEvent to Lobby v1.2.0
  386. org.bukkit.event.EventException
  387. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  388. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  389. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  390. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  391. at me.BukkitPVP.Lobby.Module.LobbyAPI.performSpawn(LobbyAPI.java:256) [Lobby.jar:?]
  392. at me.BukkitPVP.Lobby.Listener.JoinListener$1.run(JoinListener.java:24) [Lobby.jar:?]
  393. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  394. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  395. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:668) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  396. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  397. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  398. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  399. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  400. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  401. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  402. at Nick.onLobbyJoin(Nick.java:59) ~[?:?]
  403. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  404. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  405. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  406. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  407. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  408. ... 12 more
  409. [14:47:50] [Server thread/ERROR]: Could not pass event LobbyEnterEvent to Lobby v1.2.0
  410. org.bukkit.event.EventException
  411. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  412. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  413. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  414. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  415. at me.BukkitPVP.Lobby.Module.LobbyAPI.performSpawn(LobbyAPI.java:256) [Lobby.jar:?]
  416. at me.BukkitPVP.Lobby.Listener.MoveListener.onMove(MoveListener.java:24) [Lobby.jar:?]
  417. at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) ~[?:?]
  418. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  419. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  420. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  421. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  422. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  423. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  424. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:242) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  425. at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  426. at net.minecraft.server.v1_8_R1.PacketPlayInPositionLook.a(SourceFile:18) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  427. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  428. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  429. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  430. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  431. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  432. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  433. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  434. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  435. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  436. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  437. at Nick.onLobbyJoin(Nick.java:59) ~[?:?]
  438. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  439. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  440. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  441. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  442. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  443. ... 23 more
  444. [14:47:53] [Server thread/INFO]: NurToni issued server command: /vh
  445. [14:47:53] [Server thread/ERROR]: null
  446. org.bukkit.command.CommandException: Unhandled exception executing command 'vh' in plugin VIPHide v2.0.3
  447. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  448. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  449. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  450. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  451. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:977) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  452. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer.chat(CraftPlayer.java:239) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  453. at me.BukkitPVP.Lobby.Listener.InteractListener.onInteract(InteractListener.java:40) [Lobby.jar:?]
  454. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  455. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  456. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  457. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  458. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  459. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  460. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  461. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  462. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  463. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  464. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  465. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  466. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  467. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  468. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  469. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  470. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  471. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  472. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  473. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  474. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  475. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  476. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  477. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  478. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:213) ~[?:?]
  479. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  480. ... 28 more
  481. [14:47:56] [Server thread/INFO]: NurToni issued server command: /vh
  482. [14:47:56] [Server thread/ERROR]: null
  483. org.bukkit.command.CommandException: Unhandled exception executing command 'vh' in plugin VIPHide v2.0.3
  484. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  485. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  486. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  487. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  488. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:977) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  489. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer.chat(CraftPlayer.java:239) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  490. at me.BukkitPVP.Lobby.Listener.InteractListener.onInteract(InteractListener.java:40) [Lobby.jar:?]
  491. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  492. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  493. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  494. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  495. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  496. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  497. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  498. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  499. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  500. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  501. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  502. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  503. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  504. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  505. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  506. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  507. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  508. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  509. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  510. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  511. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  512. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  513. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  514. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  515. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:213) ~[?:?]
  516. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  517. ... 28 more
  518. [14:47:57] [Server thread/INFO]: NurToni issued server command: /vh
  519. [14:47:57] [Server thread/ERROR]: null
  520. org.bukkit.command.CommandException: Unhandled exception executing command 'vh' in plugin VIPHide v2.0.3
  521. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  522. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  523. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  524. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  525. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:977) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  526. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer.chat(CraftPlayer.java:239) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  527. at me.BukkitPVP.Lobby.Listener.InteractListener.onInteract(InteractListener.java:40) [Lobby.jar:?]
  528. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  529. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  530. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  531. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  532. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  533. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  534. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  535. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  536. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  537. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  538. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  539. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  540. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  541. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  542. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  543. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  544. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  545. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  546. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  547. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  548. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  549. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  550. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  551. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  552. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:213) ~[?:?]
  553. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  554. ... 28 more
  555. [14:47:58] [Server thread/INFO]: NurToni issued server command: /vh
  556. [14:47:58] [Server thread/ERROR]: null
  557. org.bukkit.command.CommandException: Unhandled exception executing command 'vh' in plugin VIPHide v2.0.3
  558. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  559. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  560. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  561. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  562. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:977) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  563. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer.chat(CraftPlayer.java:239) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  564. at me.BukkitPVP.Lobby.Listener.InteractListener.onInteract(InteractListener.java:40) [Lobby.jar:?]
  565. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  566. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  567. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  568. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  569. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  570. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  571. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  572. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  573. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  574. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  575. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  576. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  577. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  578. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  579. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  580. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  581. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  582. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  583. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  584. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  585. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  586. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  587. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  588. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  589. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:213) ~[?:?]
  590. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  591. ... 28 more
  592. [14:47:59] [Server thread/INFO]: NurToni issued server command: /vh
  593. [14:47:59] [Server thread/ERROR]: null
  594. org.bukkit.command.CommandException: Unhandled exception executing command 'vh' in plugin VIPHide v2.0.3
  595. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  596. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  597. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  598. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  599. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:977) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  600. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer.chat(CraftPlayer.java:239) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  601. at me.BukkitPVP.Lobby.Listener.InteractListener.onInteract(InteractListener.java:40) [Lobby.jar:?]
  602. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  603. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  604. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  605. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  606. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  607. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  608. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  609. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  610. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  611. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  612. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  613. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  614. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  615. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  616. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  617. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  618. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  619. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  620. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  621. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  622. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  623. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  624. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  625. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  626. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:213) ~[?:?]
  627. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  628. ... 28 more
  629. [14:48:00] [Server thread/INFO]: NurToni issued server command: /vh
  630. [14:48:00] [Server thread/ERROR]: null
  631. org.bukkit.command.CommandException: Unhandled exception executing command 'vh' in plugin VIPHide v2.0.3
  632. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  633. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  634. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  635. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  636. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:977) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  637. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer.chat(CraftPlayer.java:239) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  638. at me.BukkitPVP.Lobby.Listener.InteractListener.onInteract(InteractListener.java:40) [Lobby.jar:?]
  639. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  640. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  641. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  642. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  643. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  644. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  645. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  646. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  647. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  648. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  649. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  650. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  651. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  652. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  653. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  654. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  655. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  656. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  657. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  658. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  659. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  660. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  661. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  662. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  663. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:213) ~[?:?]
  664. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  665. ... 28 more
  666. [14:48:02] [Server thread/INFO]: NurToni issued server command: /lobby silent
  667. [14:48:04] [Server thread/INFO]: NurToni issued server command: /lobby silent
  668. [14:48:12] [Server thread/ERROR]: Could not pass event LobbyEnterEvent to Lobby v1.2.0
  669. org.bukkit.event.EventException
  670. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  671. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  672. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  673. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  674. at me.BukkitPVP.Lobby.Module.LobbyAPI.performSpawn(LobbyAPI.java:256) [Lobby.jar:?]
  675. at me.BukkitPVP.Lobby.Listener.MoveListener.onMove(MoveListener.java:24) [Lobby.jar:?]
  676. at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) ~[?:?]
  677. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  678. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  679. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  680. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  681. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  682. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  683. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:242) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  684. at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  685. at net.minecraft.server.v1_8_R1.PacketPlayInPositionLook.a(SourceFile:18) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  686. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  687. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  688. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  689. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  690. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  691. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  692. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  693. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  694. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  695. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  696. at Nick.onLobbyJoin(Nick.java:59) ~[?:?]
  697. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  698. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  699. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  700. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  701. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  702. ... 23 more
  703. [14:48:16] [Server thread/ERROR]: Could not pass event LobbyEnterEvent to Lobby v1.2.0
  704. org.bukkit.event.EventException
  705. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  706. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  707. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  708. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  709. at me.BukkitPVP.Lobby.Module.LobbyAPI.performSpawn(LobbyAPI.java:256) [Lobby.jar:?]
  710. at me.BukkitPVP.Lobby.Listener.MoveListener.onMove(MoveListener.java:24) [Lobby.jar:?]
  711. at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) ~[?:?]
  712. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  713. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  714. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  715. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  716. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  717. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  718. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:242) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  719. at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  720. at net.minecraft.server.v1_8_R1.PacketPlayInPosition.a(SourceFile:57) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  721. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  722. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  723. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  724. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  725. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  726. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  727. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  728. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  729. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  730. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  731. at Nick.onLobbyJoin(Nick.java:59) ~[?:?]
  732. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  733. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  734. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  735. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  736. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  737. ... 23 more
  738. [14:48:25] [Server thread/INFO]: NurToni issued server command: /nick
  739. [14:48:25] [Server thread/ERROR]: Unhandled exception executing command 'nick' in plugin VIPHide v2.0.3
  740. org.bukkit.command.CommandException: Unhandled exception executing command 'nick' in plugin VIPHide v2.0.3
  741. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  742. at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:417) [Essentials-2.x-SNAPSHOT.jar:?]
  743. at com.earth2me.essentials.Essentials.onCommand(Essentials.java:402) [Essentials-2.x-SNAPSHOT.jar:?]
  744. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  745. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  746. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  747. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  748. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:919) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  749. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  750. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  751. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  752. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  753. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  754. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  755. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  756. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  757. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  758. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  759. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  760. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  761. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:151) ~[?:?]
  762. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  763. ... 17 more
  764. [14:48:32] [Server thread/INFO]: NurToni issued server command: /pl
  765. [14:48:35] [Server thread/ERROR]: Could not pass event LobbyEnterEvent to Lobby v1.2.0
  766. org.bukkit.event.EventException
  767. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  768. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  769. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  770. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  771. at me.BukkitPVP.Lobby.Module.LobbyAPI.performSpawn(LobbyAPI.java:256) [Lobby.jar:?]
  772. at me.BukkitPVP.Lobby.Listener.MoveListener.onMove(MoveListener.java:24) [Lobby.jar:?]
  773. at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) ~[?:?]
  774. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  775. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  776. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  777. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  778. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  779. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  780. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:242) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  781. at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  782. at net.minecraft.server.v1_8_R1.PacketPlayInPositionLook.a(SourceFile:18) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  783. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  784. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  785. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  786. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  787. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  788. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  789. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  790. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  791. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  792. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  793. at Nick.onLobbyJoin(Nick.java:59) ~[?:?]
  794. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  795. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  796. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  797. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  798. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  799. ... 23 more
  800. [14:48:37] [Server thread/INFO]: NurToni issued server command: /vh
  801. [14:48:37] [Server thread/ERROR]: null
  802. org.bukkit.command.CommandException: Unhandled exception executing command 'vh' in plugin VIPHide v2.0.3
  803. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  804. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  805. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:625) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  806. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  807. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:977) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  808. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer.chat(CraftPlayer.java:239) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  809. at me.BukkitPVP.Lobby.Listener.InteractListener.onInteract(InteractListener.java:40) [Lobby.jar:?]
  810. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  811. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  812. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  813. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  814. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  815. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  816. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  817. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  818. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:209) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  819. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:176) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  820. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:172) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  821. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:653) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  822. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:50) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  823. at net.minecraft.server.v1_8_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:80) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  824. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  825. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  826. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  827. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  828. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  829. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  830. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  831. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  832. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  833. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  834. at me.BukkitPVP.VIPHide.VIPHide.onCommand(VIPHide.java:213) ~[?:?]
  835. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  836. ... 28 more
  837. [14:48:39] [Server thread/INFO]: NurToni issued server command: /lobby silent
  838. [14:48:40] [Server thread/INFO]: NurToni issued server command: /lobby silent
  839. [14:49:04] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 23580ms behind, skipping 471 tick(s)
  840. [14:49:04] [Server thread/ERROR]: Could not pass event LobbyEnterEvent to Lobby v1.2.0
  841. org.bukkit.event.EventException
  842. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  843. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  844. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  845. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  846. at me.BukkitPVP.Lobby.Module.LobbyAPI.performSpawn(LobbyAPI.java:256) [Lobby.jar:?]
  847. at me.BukkitPVP.Lobby.Listener.MoveListener.onMove(MoveListener.java:24) [Lobby.jar:?]
  848. at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) ~[?:?]
  849. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  850. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  851. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  852. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  853. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  854. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  855. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:242) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  856. at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  857. at net.minecraft.server.v1_8_R1.PacketPlayInPositionLook.a(SourceFile:18) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  858. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  859. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_141]
  860. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_141]
  861. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:656) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  862. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  863. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  864. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  865. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  866. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  867. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  868. at Nick.onLobbyJoin(Nick.java:59) ~[?:?]
  869. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  870. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  871. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  872. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  873. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  874. ... 23 more
  875. [14:49:04] [Server thread/INFO]: NurToni issued server command: /lobby silent
  876. [14:49:06] [Server thread/INFO]: NurToni issued server command: /lobby silent
  877. [14:49:08] [Server thread/INFO]: NurToni issued server command: /lobby settings
  878. [14:49:13] [Server thread/INFO]: NurToni lost connection: Disconnected
  879. [14:49:16] [User Authenticator #4/INFO]: UUID of player NurToni is ba27028b-cde8-4dd1-98fa-d0018dbcd645
  880. [14:49:16] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to VIPHide v2.0.3
  881. org.bukkit.event.EventException
  882. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  883. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  884. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  885. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  886. at net.minecraft.server.v1_8_R1.PlayerList.onPlayerJoin(PlayerList.java:258) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  887. at net.minecraft.server.v1_8_R1.PlayerList.a(PlayerList.java:142) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  888. at net.minecraft.server.v1_8_R1.LoginListener.b(LoginListener.java:81) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  889. at net.minecraft.server.v1_8_R1.LoginListener.c(LoginListener.java:41) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  890. at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:150) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  891. at net.minecraft.server.v1_8_R1.ServerConnection.c(SourceFile:151) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  892. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:733) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  893. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  894. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:609) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  895. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  896. at java.lang.Thread.run(Unknown Source) [?:1.8.0_141]
  897. Caused by: java.lang.NoClassDefFoundError: Could not initialize class me.BukkitPVP.VIPHide.Utils.UUIDFetcher
  898. at me.BukkitPVP.VIPHide.VIPHide.disguise(VIPHide.java:352) ~[?:?]
  899. at me.BukkitPVP.VIPHide.EventListener.onJoin(EventListener.java:41) ~[?:?]
  900. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
  901. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  902. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_141]
  903. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_141]
  904. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8-R0.1-SNAPSHOT-latest.jar:git-Bukkit-33d5de3]
  905. ... 14 more
  906. [14:49:16] [Server thread/INFO]: NurToni[/84.163.248.76:52078] logged in with entity id 1198 at ([ZeSpawn] -1522.495524271528, 110.5, 680.2596807823611)
  907. [14:52:35] [Server thread/INFO]: Stopping the server
  908. [14:52:35] [Server thread/INFO]: Stopping server
  909. [14:52:35] [Server thread/INFO]: [TagAPI] Disabling TagAPI v3.0.6
  910. [14:52:35] [Server thread/INFO]: [LB] Disabling Lobby v1.2.0
  911. [14:52:35] [Server thread/INFO]: [VH] Disabling VIPHide v2.0.3
  912. [14:52:35] [Server thread/INFO]: [Maintenance] Disabling Maintenance v1.0
  913. [14:52:35] [Server thread/INFO]: [CBU] Disabling CommandBlockerUltimate v1.5.2
  914. [14:52:35] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.15.1-RC-sMD5NET-b1084
  915. [14:52:35] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
  916. [14:52:35] [Server thread/INFO]: [NoCheatPlus] Version 3.15.1-RC-sMD5NET-b1084 is disabled.
  917. [14:52:35] [Server thread/INFO]: [BedwarsRel] Disabling BedwarsRel v1.3.6
  918. [14:52:47] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  919. [14:52:47] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  920. [14:52:47] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.2.1
  921. [14:52:47] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
  922. [14:52:48] [Server thread/INFO]: [Lockette] Disabling Lockette v1.8.23
  923. [14:52:48] [Server thread/INFO]: Lockette is being disabled... ;.;
  924. [14:52:48] [Server thread/INFO]: [Lockette] Closing all automatic doors.
  925. [14:52:48] [Server thread/INFO]: [ScreenBox] Disabling ScreenBox v0.2
  926. [14:52:48] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.0.6
  927. [14:52:48] [Server thread/INFO]:
  928.  
  929. []=====[Disabling AdvancedBan]=====[]
  930. | Information:
  931. | Name: AdvancedBan
  932. | Developer: Leoko
  933. | Version: 2.0.6
  934. | MySQL: false
  935. | Support:
  936. | Skype: Leoko33
  937. | Mail: Leoko4433@gmail.com
  938. []================================[]
  939.  
  940. [14:52:48] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  941. [14:52:48] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  942. [14:52:48] [Server thread/INFO]: [RangSystem] Disabling RangSystem v1.0
  943. [14:52:48] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  944. [14:52:48] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  945. [14:52:48] [Server thread/INFO]: [LogBlock] Disabling LogBlock v1.10.0
  946. [14:52:48] [Server thread/INFO]: [Prefix] Disabling Prefix v6.3
  947. [14:52:48] [Server thread/INFO]: ? Prefix » Das Plugin wurde deaktiviert.
  948. [14:52:48] [Server thread/INFO]: ? Prefix » Entwickler: Benjooooo
  949. [14:52:48] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  950. [14:52:48] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.7;dd00bb1
  951. [14:52:48] [Server thread/INFO]: [Troll] Disabling Troll v2.0
  952. [14:52:48] [Server thread/INFO]: Saving players
  953. [14:52:48] [Server thread/INFO]: NurToni lost connection: Server closed
  954. [14:52:48] [Server thread/INFO]: NurToni left the game.
  955. [14:52:49] [Server thread/INFO]: Saving worlds
  956. [14:52:49] [Server thread/INFO]: Saving chunks for level 'ZeSpawn'/Overworld
  957. [14:52:49] [Server thread/INFO]: Saving chunks for level 'ZeSpawn_the_end'/The End
  958. [14:52:49] [Server thread/INFO]: Saving chunks for level 'kitpvp'/Overworld
  959. [14:52:50] [Server thread/INFO]: Saving chunks for level 'sky'/Overworld
  960. [14:52:52] [Server thread/INFO]: Saving chunks for level 'bedwars2'/Overworld
  961. [14:52:52] [Server thread/INFO]: Saving chunks for level 'flatroom'/Overworld
  962. [14:52:53] [Server thread/INFO]: Saving chunks for level 'test'/Overworld
  963. [14:52:54] [Server thread/INFO]: Saving chunks for level 'teamwand'/Overworld
  964. [14:52:54] [Server thread/INFO]: Saving chunks for level 'ZeSpawn_nether'/Nether
  965. [14:52:55] [Server thread/INFO]: Saving chunks for level 'Bauserver'/Overworld
  966. [14:52:55] [Server thread/INFO]: Saving chunks for level 'arena'/Overworld
  967. [14:52:56] [Server thread/INFO]: Saving chunks for level 'bauen'/Overworld
  968. [14:52:56] [Server thread/INFO]: Saving chunks for level 'aura'/Overworld
  969. [14:52:56] [Server thread/INFO]: Saving chunks for level 'BW'/Overworld
  970. [14:52:57] [Server thread/INFO]: Saving chunks for level 'kit'/Overworld
  971. [14:52:58] [Server thread/INFO]: Saving chunks for level 'bedwars'/Overworld
  972. [14:52:58] [Server thread/INFO]: Saving chunks for level '1vs1'/Overworld
  973. [14:52:59] [Server thread/INFO]: Saving chunks for level 'vorbauen'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement