Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 272.14 KB | None | 0 0
  1. [04:26:25] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [04:26:25] [Server thread/INFO]: Loading properties
  3. [04:26:25] [Server thread/INFO]: Default game type: SURVIVAL
  4. [04:26:25] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [04:26:25] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [04:26:25] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [04:26:25] [Server thread/INFO]: Debug logging is disabled
  8. [04:26:25] [Server thread/INFO]: Generating keypair
  9. [04:26:25] [Server thread/INFO]: Starting Minecraft server on 82.208.17.37:27928
  10. [04:26:25] [Server thread/INFO]: Using epoll channel type
  11. [04:26:25] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...
  13. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...
  14. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...
  15. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...
  16. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...
  17. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...
  18. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...
  19. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...
  20. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...
  21. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...
  22. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...
  23. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...
  24. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...
  25. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...
  26. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...
  27. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...
  28. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...
  29. [04:26:25] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...
  30. [04:26:26] [Server thread/ERROR]: Could not load 'plugins/more-fish-3.0.2-all.jar' in folder 'plugins'
  31. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/NamespacedKey
  32. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  33. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  34. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  35. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  36. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  37. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  38. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  39. Caused by: java.lang.NoClassDefFoundError: org/bukkit/NamespacedKey
  40. at me.elsiff.morefish.fishing.competition.FishingCompetitionTimerBarHandler.<init>(FishingCompetitionTimerBarHandler.kt:24) ~[?:?]
  41. at me.elsiff.morefish.fishing.competition.FishingCompetitionHost.<init>(FishingCompetitionHost.kt:20) ~[?:?]
  42. at me.elsiff.morefish.MoreFish.<init>(MoreFish.kt:43) ~[?:?]
  43. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_191]
  44. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_191]
  45. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_191]
  46. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_191]
  47. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_191]
  48. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  49. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  50. ... 6 more
  51. Caused by: java.lang.ClassNotFoundException: org.bukkit.NamespacedKey
  52. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  53. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_191]
  55. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_191]
  56. at me.elsiff.morefish.fishing.competition.FishingCompetitionTimerBarHandler.<init>(FishingCompetitionTimerBarHandler.kt:24) ~[?:?]
  57. at me.elsiff.morefish.fishing.competition.FishingCompetitionHost.<init>(FishingCompetitionHost.kt:20) ~[?:?]
  58. at me.elsiff.morefish.MoreFish.<init>(MoreFish.kt:43) ~[?:?]
  59. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_191]
  60. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_191]
  61. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_191]
  62. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_191]
  63. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_191]
  64. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  65. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  66. ... 6 more
  67. [04:26:26] [Server thread/INFO]: [MineZip] Loading MineZip v1.2.2
  68. [04:26:26] [Server thread/INFO]: [HeroicDeathPlus] Loading HeroicDeathPlus v2.5
  69. [04:26:26] [Server thread/INFO]: [MysteriousHalloween] Loading MysteriousHalloween v2.32
  70. [04:26:26] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.7.11
  71. [04:26:26] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.4
  72. [04:26:26] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.23
  73. [04:26:26] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.8.0
  74. [04:26:26] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.3
  75. [04:26:26] [Server thread/INFO]: [NoPlugins] Loading NoPlugins v7.1
  76. [04:26:26] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
  77. [04:26:26] [Server thread/INFO]: [WeatherVote] Loading WeatherVote v1.42
  78. [04:26:26] [Server thread/INFO]: [Quests] Loading Quests v2.0.8-beta
  79. [04:26:26] [Server thread/INFO]: [BossBarMessage] Loading BossBarMessage v1.3
  80. [04:26:26] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.4.4
  81. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.0.1
  82. [04:26:26] [Server thread/INFO]: [ViaVersion] ViaVersion 2.0.1 is now loaded, injecting!
  83. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
  84. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
  85. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
  86. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
  87. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
  88. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading translation mappping
  89. [04:26:26] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
  90. [04:26:27] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
  91. [04:26:27] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
  92. [04:26:27] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
  93. [04:26:27] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
  94. [04:26:27] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
  95. [04:26:27] [Server thread/INFO]: [CraftingStore] Loading CraftingStore v2.1.5
  96. [04:26:27] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v5.1.0-SNAPSHOT
  97. [04:26:27] [Server thread/INFO]: [PlayerHeads] Internal plugin locale:
  98. [04:26:27] [Server thread/INFO]: [PlayerHeads] Environment locale: en_US / en-US
  99. [04:26:27] [Server thread/INFO]: Trying provider: craftbukkit_1_8
  100. [04:26:27] [Server thread/INFO]: [VoteRoulette] Loading VoteRoulette v3.2.3
  101. [04:26:27] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
  102. [04:26:27] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
  103. [04:26:27] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
  104. [04:26:27] [Server thread/INFO]: [Chairs] Loading Chairs v4.9
  105. [04:26:27] [Server thread/INFO]: [MessageAnnouncer] Loading MessageAnnouncer v1.10.0
  106. [04:26:27] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.10.1
  107. [04:26:27] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  108. [04:26:27] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
  109. [04:26:27] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
  110. [04:26:27] [Server thread/INFO]: [Minepacks] Loading Minepacks v2.0.10-Release
  111. [04:26:27] [Server thread/INFO]: [Minepacks] PCGF-PluginLib not installed. Switching to standalone mode!
  112. [04:26:27] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.9.2
  113. [04:26:27] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  114. [04:26:27] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  115. [04:26:27] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.91
  116. [04:26:27] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib vv1.6.1
  117. [04:26:27] [Server thread/INFO]: [Vault] Loading Vault v1.6.7-b${env.TRAVIS_BUILD_NUMBER}
  118. [04:26:27] [Server thread/INFO]: [ColoredAnvils] Loading ColoredAnvils v1.08
  119. [04:26:27] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.8
  120. [04:26:27] [Server thread/INFO]: [TimeVote] Loading TimeVote v1.42
  121. [04:26:27] [Server thread/INFO]: [PingTab] Loading PingTab v1.3.5
  122. [04:26:27] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
  123. [04:26:27] [Server thread/INFO]: [ChatGames] Loading ChatGames v1.0
  124. [04:26:27] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.8.3
  125. [04:26:27] [Server thread/INFO]: [Item2Chat] Loading Item2Chat v1.15.2
  126. [04:26:27] [Server thread/INFO]: [Trading] Loading Trading v3.2
  127. [04:26:27] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.14.0
  128. [04:26:27] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v3.5.0-SNAPSHOT-95f8aaa
  129. [04:26:27] [Server thread/INFO]: [PrestigeStats] Loading PrestigeStats v1.0.0 Dev Build
  130. [04:26:27] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  131. [04:26:27] [Server thread/INFO]: [MN] Loading MentionNotifier v1.2.2
  132. [04:26:27] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
  133. [04:26:27] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.17
  134. [04:26:27] [Server thread/INFO]: [NamelessMC] Loading NamelessMC vPre-1.1.0
  135. [04:26:27] [Server thread/INFO]: [PlayerWarps] Loading PlayerWarps v2.0.0
  136. [04:26:27] [Server thread/INFO]: [AnimatedNames] Loading AnimatedNames v7.0.1b
  137. [04:26:27] [Server thread/INFO]: [Jobs] Loading Jobs v4.13.1
  138. [04:26:27] [Server thread/INFO]: [Elevator] Loading Elevator v3.7.11
  139. [04:26:27] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
  140. [04:26:27] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  141. [04:26:27] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  142. [04:26:27] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
  143. [04:26:27] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.11-RELEASE
  144. [04:26:27] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.1.17
  145. [04:26:27] [Server thread/INFO]: [BannerBoard_Skills] Loading BannerBoard_Skills v2.0.1
  146. [04:26:27] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.8.7
  147. [04:26:27] [Server thread/INFO]: [Parkour] Loading Parkour v5.3
  148. [04:26:27] [Server thread/INFO]: [BetterEnchants] Loading BetterEnchants v3.0
  149. [04:26:27] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.7.2
  150. [04:26:27] [Server thread/INFO]: [MoreTP] Loading MoreTP v0.3.3
  151. [04:26:27] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.9.1-1.8.8-hotfix (build 68)
  152. [04:26:27] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  153. [04:26:27] [Server thread/INFO]: [UltimateDrugs] Loading UltimateDrugs v1.1.1
  154. [04:26:27] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
  155. [04:26:27] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.1.17
  156. [04:26:27] [Server thread/INFO]: [AFKTabList] Loading AFKTabList v0.1.0
  157. [04:26:27] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.6.5
  158. [04:26:27] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.1.3
  159. [04:26:27] [Server thread/INFO]: [CrazyEnchantments] Loading CrazyEnchantments v1.7.9.3.7
  160. [04:26:27] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-beta1-b2226
  161. [04:26:27] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.18
  162. [04:26:27] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
  163. [04:26:27] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  164. [04:26:27] [Server thread/INFO]: [Vault] Enabling Vault v1.6.7-b${env.TRAVIS_BUILD_NUMBER}
  165. [04:26:27] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  166. [04:26:27] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  167. [04:26:27] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  168. [04:26:27] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  169. [04:26:27] [Server thread/INFO]: [Vault] Enabled Version 1.6.7-b${env.TRAVIS_BUILD_NUMBER}
  170. [04:26:27] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
  171. [04:26:27] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START ===
  172. [04:26:27] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas...
  173. [04:26:27] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas...
  174. [04:26:27] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas...
  175. [04:26:27] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile...
  176. [04:26:27] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 256ms.
  177. [04:26:28] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationVault
  178. [04:26:28] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE COMPLETE (Took 1104ms) ===
  179. [04:26:28] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v3.5.0-SNAPSHOT-95f8aaa
  180. [04:26:28] [Server thread/INFO]: Plots » Metrics enabled.
  181. [04:26:28] [Server thread/INFO]: Plots »  PlotSquared is using online UUIDs
  182. [04:26:28] [Server thread/INFO]: PlotSquared hooked into WorldEdit.
  183. [04:26:28] [Server thread/INFO]: Plots » Key: plot-expiry, Value: false
  184. [04:26:28] [Server thread/INFO]: Plots » Key: kill-road-mobs, Value: false
  185. [04:26:28] [Server thread/INFO]: Plots » Key: worldedit-restrictions, Value: true
  186. [04:26:28] [Server thread/INFO]: Plots » Key: database-purger, Value: false
  187. [04:26:28] [Server thread/INFO]: Plots » Key: economy, Value: true
  188. [04:26:28] [Server thread/INFO]: Plots » Key: block-cache, Value: true
  189. [04:26:28] [Server thread/INFO]: Plots » Key: kill-road-vehicles, Value: false
  190. [04:26:28] [Server thread/INFO]: Plots » Key: persistent-meta, Value: true
  191. [04:26:28] [Server thread/INFO]: Plots » Key: ban-deleter, Value: false
  192. [04:26:28] [Server thread/INFO]: Plots » Key: updater, Value: true
  193. [04:26:28] [Server thread/INFO]: Plots » Key: database, Value: true
  194. [04:26:28] [Server thread/INFO]: Plots » Key: plotme-converter, Value: true
  195. [04:26:28] [Server thread/INFO]: Plots » Key: permission-cache, Value: true
  196. [04:26:28] [Server thread/INFO]: Plots » Key: rating-cache, Value: true
  197. [04:26:28] [Server thread/INFO]: Plots » Key: comment-notifier, Value: false
  198. [04:26:28] [Server thread/INFO]: Plots » Key: metrics, Value: true
  199. [04:26:28] [Server thread/INFO]: Plots » Key: chunk-processor, Value: false
  200. [04:26:28] [Server thread/INFO]: Plots » Key: uuid-cache, Value: true
  201. [04:26:28] [Server thread/INFO]: Plots » Key: events, Value: true
  202. [04:26:28] [Server thread/INFO]: Plots » Key: commands, Value: true
  203. [04:26:28] [Server thread/INFO]: PlotSquared is now enabled
  204. [04:26:28] [Server thread/INFO]: Plots » Metrics enabled.
  205. [04:26:28] [Server thread/INFO]: [MN] Enabling MentionNotifier v1.2.2
  206. [04:26:28] [Server thread/INFO]: [MN] MentionNotifier has been enabled (v1.2.2)
  207. [04:26:28] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  208. [04:26:28] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  209. [04:26:28] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  210. [04:26:28] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  211. [04:26:28] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  212. [04:26:28] [Server thread/INFO]: Preparing level "world"
  213. [04:26:28] [Server thread/INFO]: -------- World Settings For [world] --------
  214. [04:26:28] [Server thread/INFO]: Mob Spawn Range: 6
  215. [04:26:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  216. [04:26:28] [Server thread/INFO]: Anti X-Ray: true
  217. [04:26:28] [Server thread/INFO]: Engine Mode: 1
  218. [04:26:28] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  219. [04:26:28] [Server thread/INFO]: Replace Blocks: [1, 5]
  220. [04:26:28] [Server thread/INFO]: Random Lighting Updates: false
  221. [04:26:28] [Server thread/INFO]: Structure Info Saving: true
  222. [04:26:28] [Server thread/INFO]: Sending up to 10 chunks per packet
  223. [04:26:28] [Server thread/INFO]: Max Entity Collisions: 8
  224. [04:26:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  225. [04:26:28] [Server thread/INFO]: Max TNT Explosions: 100
  226. [04:26:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  227. [04:26:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  228. [04:26:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  229. [04:26:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  230. [04:26:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  231. [04:26:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  232. [04:26:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  233. [04:26:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  234. [04:26:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  235. [04:26:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  236. [04:26:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  237. [04:26:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  238. [04:26:28] [Server thread/INFO]: Item Despawn Rate: 6000
  239. [04:26:28] [Server thread/INFO]: Item Merge Radius: 2.5
  240. [04:26:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  241. [04:26:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  242. [04:26:28] [Server thread/INFO]: View Distance: 7
  243. [04:26:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  244. [04:26:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  245. [04:26:28] [Server thread/INFO]: Chunks to Grow per Tick: 650
  246. [04:26:28] [Server thread/INFO]: Clear tick list: false
  247. [04:26:28] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  248. [04:26:28] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  249. [04:26:28] [Server thread/INFO]: Mob Spawn Range: 6
  250. [04:26:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  251. [04:26:28] [Server thread/INFO]: Anti X-Ray: true
  252. [04:26:28] [Server thread/INFO]: Engine Mode: 1
  253. [04:26:28] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  254. [04:26:28] [Server thread/INFO]: Replace Blocks: [1, 5]
  255. [04:26:28] [Server thread/INFO]: Random Lighting Updates: false
  256. [04:26:28] [Server thread/INFO]: Structure Info Saving: true
  257. [04:26:28] [Server thread/INFO]: Sending up to 10 chunks per packet
  258. [04:26:28] [Server thread/INFO]: Max Entity Collisions: 8
  259. [04:26:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  260. [04:26:28] [Server thread/INFO]: Max TNT Explosions: 100
  261. [04:26:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  262. [04:26:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  263. [04:26:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  264. [04:26:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  265. [04:26:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  266. [04:26:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  267. [04:26:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  268. [04:26:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  269. [04:26:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  270. [04:26:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  271. [04:26:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  272. [04:26:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  273. [04:26:28] [Server thread/INFO]: Item Despawn Rate: 6000
  274. [04:26:28] [Server thread/INFO]: Item Merge Radius: 2.5
  275. [04:26:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  276. [04:26:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  277. [04:26:28] [Server thread/INFO]: View Distance: 7
  278. [04:26:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  279. [04:26:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  280. [04:26:28] [Server thread/INFO]: Chunks to Grow per Tick: 650
  281. [04:26:28] [Server thread/INFO]: Clear tick list: false
  282. [04:26:28] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  283. [04:26:28] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2009995673247417630)
  284. [04:26:29] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2009995673247417630)
  285. [04:26:30] [Server thread/INFO]: [MineZip] Enabling MineZip v1.2.2
  286. [04:26:30] [Server thread/INFO]: [MineZip] Plugin v1.2.2 started.
  287. [04:26:30] [Server thread/INFO]: [HeroicDeathPlus] Enabling HeroicDeathPlus v2.5
  288. [04:26:30] [Server thread/INFO]: [HeroicDeathPlus] 2.5 enabled.
  289. [04:26:30] [Server thread/INFO]: [MysteriousHalloween] Enabling MysteriousHalloween v2.32
  290. [04:26:30] [Server thread/INFO]: [MysteriousHalloweenPlus] a Plugin by F_o_F_1092
  291. [04:26:30] [Server thread/ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
  292. java.lang.IllegalArgumentException: unknown world
  293. at org.bukkit.Location.deserialize(Location.java:595) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  294. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  295. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  296. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  297. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  298. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  299. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  300. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  301. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  302. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  303. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequenceStep2(BaseConstructor.java:275) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  304. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequence(BaseConstructor.java:246) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  305. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq.construct(SafeConstructor.java:470) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  306. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  307. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  308. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  309. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  310. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  311. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  312. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  313. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  314. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  315. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  316. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  317. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  318. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  319. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  320. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  321. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  322. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  323. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  324. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  325. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  326. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  327. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  328. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  329. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  330. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  331. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  332. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  333. at me.F_o_F_1092.MysteriousHalloween.Main.onEnable(Main.java:86) [MysterioutHalloweenPlus-2.3.2.jar:?]
  334. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  335. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  336. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  337. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  338. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  339. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  340. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  341. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  342. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  343. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  344. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  345. [04:26:30] [Server thread/ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
  346. java.lang.IllegalArgumentException: unknown world
  347. at org.bukkit.Location.deserialize(Location.java:595) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  348. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  349. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  350. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  351. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  352. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  353. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  354. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  355. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  356. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  357. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequenceStep2(BaseConstructor.java:275) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  358. at org.yaml.snakeyaml.constructor.BaseConstructor.constructSequence(BaseConstructor.java:246) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  359. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlSeq.construct(SafeConstructor.java:470) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  360. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  361. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  362. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  363. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  364. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  365. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  366. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  367. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  368. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  369. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  370. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  371. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  372. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  373. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  374. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  375. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  376. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  377. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  378. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  379. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  380. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  381. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  382. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  383. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  384. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  385. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  386. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  387. at me.F_o_F_1092.MysteriousHalloween.Main.onEnable(Main.java:86) [MysterioutHalloweenPlus-2.3.2.jar:?]
  388. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  389. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  390. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  391. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  392. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  393. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  394. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  395. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  396. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  397. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  398. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  399. [04:26:30] [Server thread/INFO]: [MysteriousHalloweenPlus] ServerType: Bukkit/Spigot, Version: v1_8_R3
  400. [04:26:30] [Server thread/INFO]: -------- World Settings For [MysteriousHalloweenPlusWorld] --------
  401. [04:26:30] [Server thread/INFO]: Mob Spawn Range: 6
  402. [04:26:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  403. [04:26:30] [Server thread/INFO]: Anti X-Ray: true
  404. [04:26:30] [Server thread/INFO]: Engine Mode: 1
  405. [04:26:30] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  406. [04:26:30] [Server thread/INFO]: Replace Blocks: [1, 5]
  407. [04:26:30] [Server thread/INFO]: Random Lighting Updates: false
  408. [04:26:30] [Server thread/INFO]: Structure Info Saving: true
  409. [04:26:30] [Server thread/INFO]: Sending up to 10 chunks per packet
  410. [04:26:30] [Server thread/INFO]: Max Entity Collisions: 8
  411. [04:26:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  412. [04:26:30] [Server thread/INFO]: Max TNT Explosions: 100
  413. [04:26:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  414. [04:26:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  415. [04:26:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  416. [04:26:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  417. [04:26:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  418. [04:26:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  419. [04:26:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  420. [04:26:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  421. [04:26:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  422. [04:26:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  423. [04:26:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  424. [04:26:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  425. [04:26:30] [Server thread/INFO]: Item Despawn Rate: 6000
  426. [04:26:30] [Server thread/INFO]: Item Merge Radius: 2.5
  427. [04:26:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  428. [04:26:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  429. [04:26:30] [Server thread/INFO]: View Distance: 7
  430. [04:26:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  431. [04:26:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  432. [04:26:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
  433. [04:26:30] [Server thread/INFO]: Clear tick list: false
  434. [04:26:30] [Server thread/INFO]: BukkitPlotGenerator does not fully support: me.F_o_F_1092.MysteriousHalloween.WorldGenerator.WorldGenerator@1e2a0934
  435. [04:26:30] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3815354166486668915)
  436. [04:26:31] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.7.11
  437. [04:26:31] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.7.11 has been enabled.
  438. [04:26:31] [Server thread/INFO]: [ChatColor] Current update: Bug Fixes!
  439. [04:26:31] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org
  440. [04:26:31] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.4
  441. [04:26:31] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  442. [04:26:31] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.23
  443. [04:26:31] [Server thread/INFO]: [Lockette] Version 1.8.23 is being enabled! Yay! (Core version 1.3.5)
  444. [04:26:31] [Server thread/INFO]: minor >
  445. [04:26:31] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
  446. [04:26:31] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  447. [04:26:31] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  448. [04:26:31] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  449. [04:26:31] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  450. [04:26:31] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  451. [04:26:31] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.8.0
  452. [04:26:31] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
  453. [04:26:31] [Server thread/INFO]: [ChatReaction] 241 words loaded!
  454. [04:26:31] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
  455. [04:26:31] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.3
  456. [04:26:31] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_8_R3, using UniversalSkinFactory.
  457. [04:26:31] [Server thread/INFO]: [SkinsRestorer] UseOldSkinHelp is missing in config.yml! Using default value.
  458. [04:26:31] [Server thread/INFO]: [SkinsRestorer] Verbose is missing in config.yml! Using default value.
  459. [04:26:31] [Server thread/INFO]: [SkinsRestorer] Connected to MySQL!
  460. [04:26:31] [Server thread/INFO]: [NoPlugins] Enabling NoPlugins v7.1
  461. [04:26:31] [Server thread/ERROR]: [NoPlugins] NoPlugins does not work on versions older than 1.13!
  462. [04:26:31] [Server thread/INFO]: [NoPlugins] Disabling NoPlugins v7.1
  463. [04:26:31] [Server thread/INFO]: [NoPlugins] disabled.
  464. [04:26:31] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
  465. [04:26:31] [Server thread/INFO]: [DeluxeTags] 200 tags loaded
  466. [04:26:31] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
  467. [04:26:31] [Server thread/INFO]: [DeluxeTags] You are not using DeluxeChat!
  468. [04:26:31] [Server thread/INFO]: [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
  469. [04:26:32] [Server thread/INFO]: ----------------------------
  470. [04:26:32] [Server thread/INFO]: DeluxeTags Updater
  471. [04:26:32] [Server thread/INFO]:
  472. [04:26:32] [Server thread/INFO]: Could not connect to spigotmc.org
  473. [04:26:32] [Server thread/INFO]: to check for updates!
  474. [04:26:32] [Server thread/INFO]:
  475. [04:26:32] [Server thread/INFO]: ----------------------------
  476. [04:26:32] [Server thread/INFO]: ----------------------------
  477. [04:26:32] [Server thread/INFO]: DeluxeTags Updater
  478. [04:26:32] [Server thread/INFO]:
  479. [04:26:32] [Server thread/INFO]: You are running 1.7.1
  480. [04:26:32] [Server thread/INFO]: The latest version
  481. [04:26:32] [Server thread/INFO]: of DeluxeTags!
  482. [04:26:32] [Server thread/INFO]:
  483. [04:26:32] [Server thread/INFO]: ----------------------------
  484. [04:26:32] [Server thread/INFO]: [WeatherVote] Enabling WeatherVote v1.42
  485. [04:26:32] [Server thread/INFO]: [WeatherVote] a Plugin by F_o_F_1092
  486. [04:26:32] [Server thread/INFO]: [WeatherVote] ServerType: Bukkit/Spigot, Version: v1_8_R3
  487. [04:26:32] [Server thread/INFO]: [Quests] Enabling Quests v2.0.8-beta
  488. [04:26:32] [Server thread/INFO]: [Quests] Your server is running version v1_8_R3
  489. [04:26:32] [Server thread/INFO]: [Quests] Task type blockbreak has been registered.
  490. [04:26:32] [Server thread/INFO]: [Quests] Task type blockbreakcertain has been registered.
  491. [04:26:32] [Server thread/INFO]: [Quests] Task type blockplace has been registered.
  492. [04:26:32] [Server thread/INFO]: [Quests] Task type blockplacecertain has been registered.
  493. [04:26:32] [Server thread/INFO]: [Quests] Task type mobkilling has been registered.
  494. [04:26:32] [Server thread/INFO]: [Quests] Task type mobkillingcertain has been registered.
  495. [04:26:32] [Server thread/INFO]: [Quests] Task type playerkilling has been registered.
  496. [04:26:32] [Server thread/INFO]: [Quests] Task type fishing has been registered.
  497. [04:26:32] [Server thread/INFO]: [Quests] Task type inventory has been registered.
  498. [04:26:32] [Server thread/INFO]: [Quests] Task type walking has been registered.
  499. [04:26:32] [Server thread/INFO]: [Quests] Task type taming has been registered.
  500. [04:26:32] [Server thread/INFO]: [Quests] Task type milking has been registered.
  501. [04:26:32] [Server thread/INFO]: [Quests] Task type shearing has been registered.
  502. [04:26:32] [Server thread/INFO]: [Quests] Task type position has been registered.
  503. [04:26:32] [Server thread/INFO]: [Quests] Task type playtime has been registered.
  504. [04:26:32] [Server thread/INFO]: [Quests] Metrics started. This can be disabled at /plugins/bStats/config.yml.
  505. [04:26:32] [Server thread/INFO]: [BossBarMessage] Enabling BossBarMessage v1.3
  506. [04:26:32] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.4.4
  507. [04:26:32] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.0.1
  508. [04:26:32] [Server thread/INFO]: [CraftingStore] Enabling CraftingStore v2.1.5
  509. [04:26:32] [Server thread/INFO]: [CraftingStore] Hooked with PlaceholderAPI
  510. [04:26:32] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v5.1.0-SNAPSHOT
  511. [04:26:32] [Server thread/INFO]: [PlayerHeads] NoCheatPlus not detected.
  512. [04:26:32] [Server thread/INFO]: [PlayerHeads] Current plugin compatibility version: craftbukkit 1.8
  513. [04:26:32] [Server thread/INFO]: [VoteRoulette] Enabling VoteRoulette v3.2.3
  514. [04:26:32] [Server thread/INFO]: [VoteRoulette] Hooked into Votifier!
  515. [04:26:32] [Server thread/INFO]: [VoteRoulette] Hooked into Vault!
  516. [04:26:32] [Server thread/INFO]: [VoteRoulette] Loading all files and data...
  517. [04:26:32] [Server thread/INFO]: [VoteRoulette] Setting default command alias: vr
  518. [04:26:32] [Server thread/INFO]: [VoteRoulette] Added Reward: Vote key
  519. [04:26:32] [Server thread/INFO]: [VoteRoulette] "Vote key" saved as default reward.
  520. [04:26:32] [Server thread/INFO]: [VoteRoulette] Added Milestone: My First Milestone
  521. [04:26:32] [Server thread/INFO]: [VoteRoulette] ...finished loading files and data!
  522. [04:26:32] [Server thread/WARN]: [VoteRoulette] Your server is in offline mode but VoteRoulette is set to use UUIDs. Players with illegitimate copies of Minecraft will not get their stats tracked. The use of UUIDs has been automatically disabled. You can set "useUUIDs" to "always" to override this.
  523. [04:26:32] [Server thread/INFO]: [VoteRoulette] Enabled!
  524. [04:26:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
  525. [04:26:32] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  526. [04:26:32] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  527. [04:26:32] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
  528. [04:26:32] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
  529. [04:26:32] [Server thread/INFO]: [ClearLag] Loading modules...
  530. [04:26:32] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  531. [04:26:32] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  532. [04:26:32] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  533. [04:26:32] [Thread-24/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
  534. [04:26:32] [Server thread/INFO]: [Chairs] Enabling Chairs v4.9
  535. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: WOOD_STAIRS => 0.7
  536. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: SPRUCE_WOOD_STAIRS => 0.7
  537. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: JUNGLE_WOOD_STAIRS => 0.7
  538. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: BIRCH_WOOD_STAIRS => 0.7
  539. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: SANDSTONE_STAIRS => 0.7
  540. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: COBBLESTONE_STAIRS => 0.7
  541. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: BRICK_STAIRS => 0.7
  542. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: SMOOTH_STAIRS => 0.7
  543. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: NETHER_BRICK_STAIRS => 0.7
  544. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: QUARTZ_STAIRS => 0.7
  545. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: ACACIA_STAIRS => 0.7
  546. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: DARK_OAK_STAIRS => 0.7
  547. [04:26:32] [Server thread/INFO]: [Chairs] Allowed block: RED_SANDSTONE_STAIRS => 0.7
  548. [04:26:32] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.10.0
  549. [04:26:32] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
  550. [04:26:32] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.10.1
  551. [04:26:32] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  552. [04:26:32] [Server thread/WARN]: [Votifier] No listeners loaded! Cannot find listener directory 'plugins/Votifier/listeners'
  553. [04:26:32] [Server thread/INFO]: [Votifier] Votifier enabled.
  554. [04:26:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
  555. [04:26:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
  556. [04:26:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
  557. [04:26:32] [Server thread/INFO]: [Minepacks] Enabling Minepacks v2.0.10-Release
  558. [04:26:32] [Server thread/INFO]: [Minepacks] Starting Minepacks in standalone mode!
  559. [04:26:32] [Server thread/INFO]: [Minepacks] Config file successfully loaded.
  560. [04:26:32] [Server thread/INFO]: [Minepacks] Language file successfully loaded. Language: english Author: GeorgH93
  561. [04:26:32] [Server thread/INFO]: Minepacks-Connection-Pool - Starting...
  562. [04:26:32] [Server thread/INFO]: Minepacks-Connection-Pool - Driver does not support get/set network timeout for connections. (org.sqlite.Conn.getNetworkTimeout()I)
  563. [04:26:32] [Server thread/INFO]: Minepacks-Connection-Pool - Start completed.
  564. [04:26:32] [Server thread/INFO]: [Minepacks] Item name language file successfully loaded. Language: english Author: GeorgH93
  565. [04:26:32] [Server thread/INFO]: [Minepacks] Loading item translations ...
  566. [04:26:32] [Server thread/INFO]: [Minepacks] Finished loading item translations for 634 items.
  567. [04:26:32] [Server thread/INFO]: [Minepacks]  Minepacks has been enabled!  :) 
  568. [04:26:32] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.9.2
  569. [04:26:32] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
  570. [04:26:33] [Server thread/INFO]: [DeluxeMenus] 4 GUI menus loaded!
  571. [04:26:33] [Server thread/INFO]: [DeluxeMenus] Failed to check for a update on spigot.
  572. [04:26:33] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
  573. [04:26:33] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
  574. [04:26:33] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  575. [04:26:33] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  576. [04:26:33] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  577. [04:26:33] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.23.4
  578. [04:26:33] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  579. [04:26:33] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  580. [04:26:33] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  581. [04:26:33] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.91
  582. [04:26:33] [Server thread/INFO]: [TreeAssist] debugging: off
  583. [04:26:33] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib vv1.6.1
  584. [04:26:33] [Server thread/INFO]: [ColoredAnvils] Enabling ColoredAnvils v1.08
  585. [04:26:33] [Server thread/INFO]: [ColoredAnvils] ColoredAnvils v1.08 has been enabled!
  586. [04:26:33] [Server thread/INFO]: [ColoredAnvils] Permissions for ColoredAnvils are disabled.
  587. [04:26:33] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.8
  588. [04:26:33] [Server thread/INFO]: Starting FakaHedaMinequery server on 82.208.17.37:28928
  589. [04:26:33] [Server thread/INFO]: [TimeVote] Enabling TimeVote v1.42
  590. [04:26:33] [Server thread/INFO]: [TimeVote] a Plugin by F_o_F_1092
  591. [04:26:33] [Server thread/INFO]: [TimeVote] ServerType: Bukkit/Spigot, Version: v1_8_R3
  592. [04:26:33] [Server thread/INFO]: [PingTab] Enabling PingTab v1.3.5
  593. [04:26:33] [Server thread/INFO]: [PingTab] Plugin metrics enabled!
  594. [04:26:33] [Server thread/INFO]: [PingTab] Checking for new versions...
  595. [04:26:33] [Thread-24/INFO]: [ClearLag] No updates found!
  596. [04:26:33] [Server thread/INFO]: [PingTab] Plugin is up to date.
  597. [04:26:33] [Server thread/INFO]: [ChatGames] Enabling ChatGames v1.0
  598. [04:26:33] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.8.3
  599. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
  600. [04:26:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
  601. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
  602. [04:26:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
  603. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
  604. [04:26:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
  605. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
  606. [04:26:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
  607. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loading custom files.
  608. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Emerald.yml.
  609. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Vote.yml.
  610. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Diamond.yml.
  611. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Spawners.yml.
  612. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Gold.yml.
  613. [04:26:33] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
  614. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
  615. [04:26:33] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
  616. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
  617. [04:26:33] [Server thread/INFO]: [CrazyCrates] Loaded 9 physical crate locations.
  618. [04:26:33] [Server thread/INFO]: [CrazyCrates] Failed to load 8 physical crate locations.
  619. [04:26:33] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
  620. [04:26:33] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
  621. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@4ae404ef}
  622. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@4ae404ef_physical}
  623. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@4ae404ef_total}
  624. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@41af3e02}
  625. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@41af3e02_physical}
  626. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@41af3e02_total}
  627. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5882f83a}
  628. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5882f83a_physical}
  629. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5882f83a_total}
  630. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5decb9d8}
  631. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5decb9d8_physical}
  632. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@5decb9d8_total}
  633. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@60a4537c}
  634. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@60a4537c_physical}
  635. [04:26:33] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@60a4537c_total}
  636. [04:26:33] [Server thread/INFO]: [Item2Chat] Enabling Item2Chat v1.15.2
  637. [04:26:33] [Server thread/INFO]: [Item2Chat] Item2Chat version 1.15.2 is Enabled
  638. [04:26:33] [Server thread/INFO]: [Trading] Enabling Trading v3.2
  639. [04:26:33] [Server thread/INFO]: [Trading] Trading has been enabled
  640. [04:26:33] [Server thread/INFO]: [Trading] Vault and Economy have been found!
  641. [04:26:33] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.14.0
  642. [04:26:33] [Server thread/INFO]: [CreativeGates 2.14.0] === ENABLE START ===
  643. [04:26:33] [Server thread/INFO]: [CreativeGates 2.14.0] === ENABLE COMPLETE (Took 40ms) ===
  644. [04:26:33] [Server thread/INFO]: [PrestigeStats] Enabling PrestigeStats v1.0.0 Dev Build
  645. [04:26:33] [Server thread/INFO]: PrestigeStats Has Been Enabled! Copyright Rishk 2015
  646. [04:26:33] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  647. [04:26:33] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  648. [04:26:33] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  649. [04:26:33] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  650. [04:26:33] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  651. [04:26:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  652. [04:26:33] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  653. [04:26:33] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  654. [04:26:33] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  655. [04:26:33] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  656. [04:26:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  657. [04:26:33] [Server thread/INFO]: [WorldGuard] (MysteriousHalloweenPlusWorld) TNT ignition is PERMITTED.
  658. [04:26:33] [Server thread/INFO]: [WorldGuard] (MysteriousHalloweenPlusWorld) Lighters are PERMITTED.
  659. [04:26:33] [Server thread/INFO]: [WorldGuard] (MysteriousHalloweenPlusWorld) Lava fire is blocked.
  660. [04:26:33] [Server thread/INFO]: [WorldGuard] (MysteriousHalloweenPlusWorld) Fire spread is UNRESTRICTED.
  661. [04:26:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MysteriousHalloweenPlusWorld'
  662. [04:26:33] [Server thread/INFO]: [WorldGuard] Loading region data...
  663. [04:26:34] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
  664. [04:26:34] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  665. [04:26:34] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
  666. [04:26:34] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.6.7-b${env.TRAVIS_BUILD_NUMBER}
  667. [04:26:34] [Server thread/INFO]: | Command file(s) found : 1
  668. [04:26:34] [Server thread/INFO]: | Config : Ready.
  669. [04:26:34] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  670. [04:26:34] [Server thread/INFO]: | Custom commands loaded : 5
  671. [04:26:34] [Server thread/INFO]: | Version: 5.3.4
  672. [04:26:34] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  673. [04:26:34] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  674. [04:26:34] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.17
  675. [04:26:34] [Server thread/INFO]: [Essentials] Using legacy item data provider as mob spawner provider.
  676. [04:26:34] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  677. [04:26:34] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
  678. [04:26:34] [Server thread/INFO]: Loaded 852 items from items.csv.
  679. [04:26:34] [Server thread/INFO]: Using locale cs
  680. [04:26:34] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  681. [04:26:34] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  682. [04:26:34] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  683. [04:26:34] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  684. [04:26:34] [Server thread/INFO]: [NamelessMC] Enabling NamelessMC vPre-1.1.0
  685. [04:26:34] [Server thread/INFO]: [NamelessMC] [Info] Loaded NamelessMC configuration file...
  686. [04:26:34] [Server thread/INFO]: [NamelessMC] [Info] Loaded The Commands File!
  687. [04:26:34] [Server thread/INFO]: [NamelessMC] [Info] Loaded Messages file!
  688. [04:26:34] [Server thread/INFO]: [MVdWPlaceholderAPI] NamelessMC added custom placeholder {nameless_alerts}
  689. [04:26:34] [Server thread/INFO]: [MVdWPlaceholderAPI] NamelessMC added custom placeholder {nameless_messages}
  690. [04:26:34] [Server thread/INFO]: [NamelessMC] [Info] Found no new updates!
  691. [04:26:34] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v2.0.0
  692. [04:26:34] [Server thread/INFO]: [PlayerWarps] Initialized 5 Warps!
  693. [04:26:34] [Server thread/INFO]: [PlayerWarps] Plugin successfully loaded.
  694. [04:26:34] [Server thread/INFO]: [AnimatedNames] Enabling AnimatedNames v7.0.1b
  695. [04:26:34] [Server thread/INFO]: [AnimatedNames] Cracked by t0R
  696. [04:26:34] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  697. [04:26:34] [Server thread/INFO]: [AnimatedNames] Plugin: AnimatedNames v7.0.1b
  698. [04:26:34] [Server thread/INFO]: [AnimatedNames] Framework version: 2018-06
  699. [04:26:34] [Server thread/INFO]: [AnimatedNames] Author: Maximvdw (Maxim Van de Wynckel)
  700. [04:26:34] [Server thread/INFO]: [AnimatedNames] Site: https://www.mvdw-software.com/
  701. [04:26:34] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  702. [04:26:34] [Server thread/INFO]: You are using a BETA plugin. Keep in mind this build might
  703. [04:26:34] [Server thread/INFO]: contain bugs and the configuration is most likely to get
  704. [04:26:34] [Server thread/INFO]: a reset when new features are added.
  705. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  706. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholders and event triggers ...
  707. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading internal placeholders ...
  708. [04:26:34] [Server thread/INFO]: [AnimatedNames] Fetching available placeholders from server ...
  709. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Armor] ...
  710. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Bukkit] ...
  711. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [BungeeCord] ...
  712. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [ChatReaction] ...
  713. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading event hook: ChatReaction start event ...
  714. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading event hook: ChatReaction start event ...
  715. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Color] ...
  716. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [CommandPlaceholderPack] ...
  717. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Compass placeholders] ...
  718. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [CustomList] ...
  719. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [DeluxeTags] ...
  720. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Economy] ...
  721. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Effects] ...
  722. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Entities] ...
  723. [04:26:34] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Essentials] ...
  724. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Facebook] ...
  725. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [FireworkEffect] ...
  726. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Geographical] ...
  727. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading City database ...
  728. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoLiteCity.dat updated
  729. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading Country database ...
  730. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIP.dat updated
  731. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] Downloading IPV6 database ...
  732. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] ./plugins/MVdWPlugin/db/GeoIPv6.dat updated
  733. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] Updater disabled.
  734. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Hotbar] ...
  735. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [JavaInfo] ...
  736. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [JobsReborn] ...
  737. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Memory] ...
  738. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Multiverse-Core] ...
  739. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Permissions] ...
  740. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [PlaceholderAPI] ...
  741. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Player] ...
  742. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [PlotSquared] ...
  743. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: PlotSquared Plot ...
  744. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: PlotSquared Plot ...
  745. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Previous Names] ...
  746. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Quests] ...
  747. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [RedisBungee] ...
  748. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [ServerPinger] ...
  749. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Sound Effects] ...
  750. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Statistics] ...
  751. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [TicksPerSecond] ...
  752. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Twitter] ...
  753. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Unicode Characters] ...
  754. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [VanillaEvents] ...
  755. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  756. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  757. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  758. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  759. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  760. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  761. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  762. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  763. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  764. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  765. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  766. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  767. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  768. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  769. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  770. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  771. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [VoteRoulette] ...
  772. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [World] ...
  773. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading placeholder [WorldGuard] ...
  774. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: WorldGuard Region ...
  775. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loading event hook: WorldGuard Region ...
  776. [04:26:35] [Server thread/INFO]: [AnimatedNames] Checking for placeholder updates ...
  777. [04:26:35] [Server thread/INFO]: [AnimatedNames] Loaded 2382 of the 2382 placholders
  778. [04:26:35] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: AnimatedNames
  779. [04:26:36] [Server thread/INFO]: [AnimatedNames] Loading custom effect 'example3' ...
  780. [04:26:36] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: example3
  781. [04:26:36] [Server thread/INFO]: [AnimatedNames] Loading custom effect 'example1' ...
  782. [04:26:36] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: example1
  783. [04:26:36] [Server thread/INFO]: [AnimatedNames] Loading custom effect 'example2' ...
  784. [04:26:36] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: example2
  785. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'hrac' ...
  786. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'ultra' ...
  787. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'hero' ...
  788. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'legend' ...
  789. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'titan' ...
  790. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'helper' ...
  791. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'admin' ...
  792. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding team name group 'majitel' ...
  793. [04:26:36] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  794. [04:26:36] [Server thread/INFO]: [AnimatedNames] Loading messages ...
  795. [04:26:36] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_temp
  796. [04:26:36] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_en
  797. [04:26:36] [Server thread/INFO]: [AnimatedNames] Adding command 'animatednames'
  798. [04:26:36] [Server thread/INFO]: [Jobs] Enabling Jobs v4.13.1
  799. [04:26:37] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked.
  800. [04:26:37] [Server thread/INFO]: PlaceholderAPI was found - Enabling capabilities.
  801. [04:26:37] [Server thread/INFO]: [Jobs] Loaded 8 titles!
  802. [04:26:37] [Server thread/INFO]: [Jobs] Loaded 48 protected blocks timers!
  803. [04:26:37] [Server thread/INFO]: [Jobs] Loaded 893 custom item names!
  804. [04:26:37] [Server thread/INFO]: [Jobs] Loaded 34 custom entity names!
  805. [04:26:37] [Server thread/INFO]: [Jobs] Loaded 8 custom enchant names!
  806. [04:26:37] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  807. [04:26:37] [Server thread/ERROR]: [Jobs] Shop item SuperPickAxe has an invalid Icon name property. Skipping!
  808. [04:26:37] [Server thread/ERROR]: [Jobs] Shop item WoodenShovel has an invalid Icon name property. Skipping!
  809. [04:26:37] [Server thread/ERROR]: [Jobs] Shop item LureEnchantBook has an invalid Icon name property. Skipping!
  810. [04:26:37] [Server thread/ERROR]: [Jobs] Shop item Elytra has an invalid Icon name property. Skipping!
  811. [04:26:37] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CHORUS_PLANT!
  812. [04:26:37] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: CHORUS_FLOWER!
  813. [04:26:37] [Server thread/WARN]: [Jobs] Job Farmer has an invalid Break type property: BEETROOT_BLOCK-3!
  814. [04:26:37] [Server thread/WARN]: [Jobs] Job Hunter has an invalid Kill type property: SHULKER!
  815. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 324!
  816. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: OAK_DOOR!
  817. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 379!
  818. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: BREWING_STAND!
  819. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 380!
  820. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: CAULDRON!
  821. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 427!
  822. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: SPRUCE_DOOR!
  823. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 428!
  824. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: BIRCH_DOOR!
  825. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 429!
  826. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: JUNGLE_DOOR!
  827. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 430!
  828. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: ACACIA_DOOR!
  829. [04:26:37] [Server thread/WARN]: [Jobs] Job Crafter Craft is using ID: 431!
  830. [04:26:37] [Server thread/WARN]: [Jobs] Please use the Material name instead: DARK_OAK_DOOR!
  831. [04:26:38] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
  832. [04:26:38] [Server thread/INFO]: [Jobs] Explorer job manager registered!
  833. [04:26:38] [Server thread/INFO]: [Jobs] Loaded 3 furnaces and 1 brewing stands for reassigning.
  834. [04:26:38] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  835. [04:26:38] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  836. [04:26:38] [Server thread/INFO]: [Jobs] Preloaded 882 players data in 0.02
  837. [04:26:38] [Server thread/INFO]: [Jobs] WorldGuard detected.
  838. [04:26:38] [Server thread/INFO]: [Jobs] Loaded 8 block protection entries. 0
  839. [04:26:38] [Server thread/INFO]: [Jobs] Loading explorer data
  840. [04:26:38] [Server thread/INFO]: [Jobs] Loaded explorer data (79694)
  841. [04:26:38] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
  842. [04:26:39] [Server thread/INFO]: [Elevator] Enabling Elevator v3.7.11
  843. [04:26:39] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
  844. [04:26:39] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  845. [04:26:39] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
  846. [04:26:39] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  847. [04:26:39] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  848. [04:26:39] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  849. [04:26:39] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  850. [04:26:39] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  851. [04:26:39] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  852. [04:26:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 2009995673247417630
  853. [04:26:39] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Plots' - Env: NORMAL - Type: NORMAL & seed: -784359926465869679 & generator: PlotSquared:size=42,gap=13,w=44:7,f=2
  854. [04:26:39] [Server thread/INFO]: -------- World Settings For [Plots] --------
  855. [04:26:39] [Server thread/INFO]: Mob Spawn Range: 6
  856. [04:26:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  857. [04:26:39] [Server thread/INFO]: Anti X-Ray: true
  858. [04:26:39] [Server thread/INFO]: Engine Mode: 1
  859. [04:26:39] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  860. [04:26:39] [Server thread/INFO]: Replace Blocks: [1, 5]
  861. [04:26:39] [Server thread/INFO]: Random Lighting Updates: false
  862. [04:26:39] [Server thread/INFO]: Structure Info Saving: true
  863. [04:26:39] [Server thread/INFO]: Sending up to 10 chunks per packet
  864. [04:26:39] [Server thread/INFO]: Max Entity Collisions: 8
  865. [04:26:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  866. [04:26:39] [Server thread/INFO]: Max TNT Explosions: 100
  867. [04:26:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  868. [04:26:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
  869. [04:26:39] [Server thread/INFO]: Cane Growth Modifier: 100%
  870. [04:26:39] [Server thread/INFO]: Melon Growth Modifier: 100%
  871. [04:26:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  872. [04:26:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  873. [04:26:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
  874. [04:26:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
  875. [04:26:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  876. [04:26:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  877. [04:26:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  878. [04:26:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  879. [04:26:39] [Server thread/INFO]: Item Despawn Rate: 6000
  880. [04:26:39] [Server thread/INFO]: Item Merge Radius: 2.5
  881. [04:26:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
  882. [04:26:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  883. [04:26:39] [Server thread/INFO]: View Distance: 7
  884. [04:26:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  885. [04:26:39] [Server thread/INFO]: Experience Merge Radius: 3.0
  886. [04:26:39] [Server thread/INFO]: Chunks to Grow per Tick: 650
  887. [04:26:39] [Server thread/INFO]: Clear tick list: false
  888. [04:26:39] [Server thread/INFO]: Plots » Detected world load for 'Plots'
  889. [04:26:39] [Server thread/INFO]: Plots »  - generator: PlotSquared>PlotSquared
  890. [04:26:39] [Server thread/INFO]: Plots »  - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  891. [04:26:39] [Server thread/INFO]: Plots »  - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  892. [04:26:39] [Server thread/INFO]: World possibly already loaded: Plots
  893. [04:26:39] [Server thread/INFO]: Preparing start region for level 3 (Seed: -784359926465869679)
  894. [04:26:40] [Server thread/INFO]: [CrazyCrates] Fixed 0 broken crate locations.
  895. [04:26:40] [Server thread/INFO]: [WorldGuard] (Plots) TNT ignition is PERMITTED.
  896. [04:26:40] [Server thread/INFO]: [WorldGuard] (Plots) Lighters are PERMITTED.
  897. [04:26:40] [Server thread/INFO]: [WorldGuard] (Plots) Lava fire is blocked.
  898. [04:26:40] [Server thread/INFO]: [WorldGuard] (Plots) Fire spread is UNRESTRICTED.
  899. [04:26:40] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Plots'
  900. [04:26:40] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival' - Env: NORMAL - Type: NORMAL & seed: 7334574213492927011
  901. [04:26:40] [Server thread/INFO]: -------- World Settings For [Survival] --------
  902. [04:26:40] [Server thread/INFO]: Mob Spawn Range: 6
  903. [04:26:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  904. [04:26:40] [Server thread/INFO]: Anti X-Ray: true
  905. [04:26:40] [Server thread/INFO]: Engine Mode: 1
  906. [04:26:40] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  907. [04:26:40] [Server thread/INFO]: Replace Blocks: [1, 5]
  908. [04:26:40] [Server thread/INFO]: Random Lighting Updates: false
  909. [04:26:40] [Server thread/INFO]: Structure Info Saving: true
  910. [04:26:40] [Server thread/INFO]: Sending up to 10 chunks per packet
  911. [04:26:40] [Server thread/INFO]: Max Entity Collisions: 8
  912. [04:26:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  913. [04:26:40] [Server thread/INFO]: Max TNT Explosions: 100
  914. [04:26:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  915. [04:26:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  916. [04:26:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  917. [04:26:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  918. [04:26:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  919. [04:26:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  920. [04:26:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  921. [04:26:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  922. [04:26:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  923. [04:26:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  924. [04:26:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  925. [04:26:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  926. [04:26:40] [Server thread/INFO]: Item Despawn Rate: 6000
  927. [04:26:40] [Server thread/INFO]: Item Merge Radius: 2.5
  928. [04:26:40] [Server thread/INFO]: Arrow Despawn Rate: 1200
  929. [04:26:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  930. [04:26:40] [Server thread/INFO]: View Distance: 7
  931. [04:26:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  932. [04:26:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  933. [04:26:40] [Server thread/INFO]: Chunks to Grow per Tick: 650
  934. [04:26:40] [Server thread/INFO]: Clear tick list: false
  935. [04:26:40] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  936. [04:26:40] [Server thread/INFO]: Preparing start region for level 4 (Seed: 7334574213492927011)
  937. [04:26:41] [Server thread/INFO]: Preparing spawn area for Survival, 77%
  938. [04:26:41] [Server thread/INFO]: [CrazyCrates] Fixed 8 broken crate locations.
  939. [04:26:41] [Server thread/INFO]: [CrazyCrates] All broken crate locations have been fixed.
  940. [04:26:41] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
  941. [04:26:41] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
  942. [04:26:41] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
  943. [04:26:41] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
  944. [04:26:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
  945. [04:26:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival_the_end' - Env: THE_END - Type: NORMAL & seed: -1671683271429631834
  946. [04:26:42] [Server thread/INFO]: -------- World Settings For [Survival_the_end] --------
  947. [04:26:42] [Server thread/INFO]: Mob Spawn Range: 6
  948. [04:26:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  949. [04:26:42] [Server thread/INFO]: Anti X-Ray: true
  950. [04:26:42] [Server thread/INFO]: Engine Mode: 1
  951. [04:26:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  952. [04:26:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  953. [04:26:42] [Server thread/INFO]: Random Lighting Updates: false
  954. [04:26:42] [Server thread/INFO]: Structure Info Saving: true
  955. [04:26:42] [Server thread/INFO]: Sending up to 10 chunks per packet
  956. [04:26:42] [Server thread/INFO]: Max Entity Collisions: 8
  957. [04:26:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  958. [04:26:42] [Server thread/INFO]: Max TNT Explosions: 100
  959. [04:26:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  960. [04:26:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  961. [04:26:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  962. [04:26:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  963. [04:26:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  964. [04:26:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  965. [04:26:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  966. [04:26:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  967. [04:26:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  968. [04:26:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  969. [04:26:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  970. [04:26:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  971. [04:26:42] [Server thread/INFO]: Item Despawn Rate: 6000
  972. [04:26:42] [Server thread/INFO]: Item Merge Radius: 2.5
  973. [04:26:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  974. [04:26:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  975. [04:26:42] [Server thread/INFO]: View Distance: 7
  976. [04:26:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  977. [04:26:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  978. [04:26:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  979. [04:26:42] [Server thread/INFO]: Clear tick list: false
  980. [04:26:42] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  981. [04:26:42] [Server thread/INFO]: Preparing start region for level 5 (Seed: -1671683271429631834)
  982. [04:26:42] [Server thread/INFO]: [WorldGuard] (Survival_the_end) TNT ignition is PERMITTED.
  983. [04:26:42] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lighters are PERMITTED.
  984. [04:26:42] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Lava fire is blocked.
  985. [04:26:42] [Server thread/INFO]: [WorldGuard] (Survival_the_end) Fire spread is UNRESTRICTED.
  986. [04:26:42] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_the_end'
  987. [04:26:42] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival_nether' - Env: NETHER - Type: NORMAL & seed: -1784888226040181980
  988. [04:26:42] [Server thread/INFO]: -------- World Settings For [Survival_nether] --------
  989. [04:26:42] [Server thread/INFO]: Mob Spawn Range: 6
  990. [04:26:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  991. [04:26:42] [Server thread/INFO]: Anti X-Ray: true
  992. [04:26:42] [Server thread/INFO]: Engine Mode: 1
  993. [04:26:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  994. [04:26:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  995. [04:26:42] [Server thread/INFO]: Random Lighting Updates: false
  996. [04:26:42] [Server thread/INFO]: Structure Info Saving: true
  997. [04:26:42] [Server thread/INFO]: Sending up to 10 chunks per packet
  998. [04:26:42] [Server thread/INFO]: Max Entity Collisions: 8
  999. [04:26:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1000. [04:26:42] [Server thread/INFO]: Max TNT Explosions: 100
  1001. [04:26:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1002. [04:26:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1003. [04:26:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  1004. [04:26:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  1005. [04:26:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1006. [04:26:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1007. [04:26:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1008. [04:26:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1009. [04:26:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1010. [04:26:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1011. [04:26:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1012. [04:26:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1013. [04:26:42] [Server thread/INFO]: Item Despawn Rate: 6000
  1014. [04:26:42] [Server thread/INFO]: Item Merge Radius: 2.5
  1015. [04:26:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1016. [04:26:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1017. [04:26:42] [Server thread/INFO]: View Distance: 7
  1018. [04:26:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1019. [04:26:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  1020. [04:26:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1021. [04:26:42] [Server thread/INFO]: Clear tick list: false
  1022. [04:26:42] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  1023. [04:26:42] [Server thread/INFO]: Preparing start region for level 6 (Seed: -1784888226040181980)
  1024. [04:26:43] [Server thread/INFO]: [WorldGuard] (Survival_nether) TNT ignition is PERMITTED.
  1025. [04:26:43] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lighters are PERMITTED.
  1026. [04:26:43] [Server thread/INFO]: [WorldGuard] (Survival_nether) Lava fire is blocked.
  1027. [04:26:43] [Server thread/INFO]: [WorldGuard] (Survival_nether) Fire spread is UNRESTRICTED.
  1028. [04:26:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival_nether'
  1029. [04:26:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: FLAT & seed: 2009995673247417630
  1030. [04:26:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: FLAT & seed: 2009995673247417630
  1031. [04:26:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  1032. [04:26:43] [Server thread/INFO]: Mob Spawn Range: 6
  1033. [04:26:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1034. [04:26:43] [Server thread/INFO]: Anti X-Ray: true
  1035. [04:26:43] [Server thread/INFO]: Engine Mode: 1
  1036. [04:26:43] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1037. [04:26:43] [Server thread/INFO]: Replace Blocks: [1, 5]
  1038. [04:26:43] [Server thread/INFO]: Random Lighting Updates: false
  1039. [04:26:43] [Server thread/INFO]: Structure Info Saving: true
  1040. [04:26:43] [Server thread/INFO]: Sending up to 10 chunks per packet
  1041. [04:26:43] [Server thread/INFO]: Max Entity Collisions: 8
  1042. [04:26:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1043. [04:26:43] [Server thread/INFO]: Max TNT Explosions: 100
  1044. [04:26:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1045. [04:26:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1046. [04:26:43] [Server thread/INFO]: Cane Growth Modifier: 100%
  1047. [04:26:43] [Server thread/INFO]: Melon Growth Modifier: 100%
  1048. [04:26:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1049. [04:26:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1050. [04:26:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1051. [04:26:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1052. [04:26:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1053. [04:26:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1054. [04:26:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1055. [04:26:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1056. [04:26:43] [Server thread/INFO]: Item Despawn Rate: 6000
  1057. [04:26:43] [Server thread/INFO]: Item Merge Radius: 2.5
  1058. [04:26:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1059. [04:26:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1060. [04:26:43] [Server thread/INFO]: View Distance: 7
  1061. [04:26:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1062. [04:26:43] [Server thread/INFO]: Experience Merge Radius: 3.0
  1063. [04:26:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1064. [04:26:43] [Server thread/INFO]: Clear tick list: false
  1065. [04:26:43] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  1066. [04:26:43] [Server thread/INFO]: Preparing start region for level 7 (Seed: 2009995673247417630)
  1067. [04:26:43] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1068. [04:26:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1069. [04:26:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1070. [04:26:43] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1071. [04:26:43] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1072. [04:26:43] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'eventy' - Env: NORMAL - Type: FLAT & seed: 5339520173360917303
  1073. [04:26:43] [Server thread/INFO]: -------- World Settings For [eventy] --------
  1074. [04:26:43] [Server thread/INFO]: Mob Spawn Range: 6
  1075. [04:26:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1076. [04:26:43] [Server thread/INFO]: Anti X-Ray: true
  1077. [04:26:43] [Server thread/INFO]: Engine Mode: 1
  1078. [04:26:43] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1079. [04:26:43] [Server thread/INFO]: Replace Blocks: [1, 5]
  1080. [04:26:43] [Server thread/INFO]: Random Lighting Updates: false
  1081. [04:26:43] [Server thread/INFO]: Structure Info Saving: true
  1082. [04:26:43] [Server thread/INFO]: Sending up to 10 chunks per packet
  1083. [04:26:43] [Server thread/INFO]: Max Entity Collisions: 8
  1084. [04:26:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1085. [04:26:43] [Server thread/INFO]: Max TNT Explosions: 100
  1086. [04:26:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1087. [04:26:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1088. [04:26:43] [Server thread/INFO]: Cane Growth Modifier: 100%
  1089. [04:26:43] [Server thread/INFO]: Melon Growth Modifier: 100%
  1090. [04:26:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1091. [04:26:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1092. [04:26:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1093. [04:26:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1094. [04:26:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1095. [04:26:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1096. [04:26:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1097. [04:26:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1098. [04:26:43] [Server thread/INFO]: Item Despawn Rate: 6000
  1099. [04:26:43] [Server thread/INFO]: Item Merge Radius: 2.5
  1100. [04:26:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1101. [04:26:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1102. [04:26:43] [Server thread/INFO]: View Distance: 7
  1103. [04:26:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1104. [04:26:43] [Server thread/INFO]: Experience Merge Radius: 3.0
  1105. [04:26:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1106. [04:26:43] [Server thread/INFO]: Clear tick list: false
  1107. [04:26:43] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  1108. [04:26:43] [Server thread/INFO]: Preparing start region for level 8 (Seed: 5339520173360917303)
  1109. [04:26:44] [Server thread/INFO]: [WorldGuard] (eventy) TNT ignition is PERMITTED.
  1110. [04:26:44] [Server thread/INFO]: [WorldGuard] (eventy) Lighters are PERMITTED.
  1111. [04:26:44] [Server thread/INFO]: [WorldGuard] (eventy) Lava fire is blocked.
  1112. [04:26:44] [Server thread/INFO]: [WorldGuard] (eventy) Fire spread is UNRESTRICTED.
  1113. [04:26:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'eventy'
  1114. [04:26:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'BuildBattle' - Env: NORMAL - Type: FLAT & seed: -4562207706305907169
  1115. [04:26:44] [Server thread/INFO]: -------- World Settings For [BuildBattle] --------
  1116. [04:26:44] [Server thread/INFO]: Mob Spawn Range: 6
  1117. [04:26:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1118. [04:26:44] [Server thread/INFO]: Anti X-Ray: true
  1119. [04:26:44] [Server thread/INFO]: Engine Mode: 1
  1120. [04:26:44] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1121. [04:26:44] [Server thread/INFO]: Replace Blocks: [1, 5]
  1122. [04:26:44] [Server thread/INFO]: Random Lighting Updates: false
  1123. [04:26:44] [Server thread/INFO]: Structure Info Saving: true
  1124. [04:26:44] [Server thread/INFO]: Sending up to 10 chunks per packet
  1125. [04:26:44] [Server thread/INFO]: Max Entity Collisions: 8
  1126. [04:26:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1127. [04:26:44] [Server thread/INFO]: Max TNT Explosions: 100
  1128. [04:26:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1129. [04:26:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1130. [04:26:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  1131. [04:26:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  1132. [04:26:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1133. [04:26:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1134. [04:26:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1135. [04:26:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1136. [04:26:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1137. [04:26:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1138. [04:26:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1139. [04:26:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1140. [04:26:44] [Server thread/INFO]: Item Despawn Rate: 6000
  1141. [04:26:44] [Server thread/INFO]: Item Merge Radius: 2.5
  1142. [04:26:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1143. [04:26:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1144. [04:26:44] [Server thread/INFO]: View Distance: 7
  1145. [04:26:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1146. [04:26:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  1147. [04:26:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1148. [04:26:44] [Server thread/INFO]: Clear tick list: false
  1149. [04:26:44] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  1150. [04:26:44] [Server thread/INFO]: Preparing start region for level 9 (Seed: -4562207706305907169)
  1151. [04:26:44] [Server thread/INFO]: [WorldGuard] (BuildBattle) TNT ignition is PERMITTED.
  1152. [04:26:44] [Server thread/INFO]: [WorldGuard] (BuildBattle) Lighters are PERMITTED.
  1153. [04:26:44] [Server thread/INFO]: [WorldGuard] (BuildBattle) Lava fire is blocked.
  1154. [04:26:44] [Server thread/INFO]: [WorldGuard] (BuildBattle) Fire spread is UNRESTRICTED.
  1155. [04:26:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BuildBattle'
  1156. [04:26:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'survivalspawn' - Env: NORMAL - Type: NORMAL & seed: -9199799649619519202
  1157. [04:26:44] [Server thread/INFO]: -------- World Settings For [survivalspawn] --------
  1158. [04:26:44] [Server thread/INFO]: Mob Spawn Range: 6
  1159. [04:26:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1160. [04:26:44] [Server thread/INFO]: Anti X-Ray: true
  1161. [04:26:44] [Server thread/INFO]: Engine Mode: 1
  1162. [04:26:44] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1163. [04:26:44] [Server thread/INFO]: Replace Blocks: [1, 5]
  1164. [04:26:44] [Server thread/INFO]: Random Lighting Updates: false
  1165. [04:26:44] [Server thread/INFO]: Structure Info Saving: true
  1166. [04:26:44] [Server thread/INFO]: Sending up to 10 chunks per packet
  1167. [04:26:44] [Server thread/INFO]: Max Entity Collisions: 8
  1168. [04:26:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1169. [04:26:44] [Server thread/INFO]: Max TNT Explosions: 100
  1170. [04:26:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1171. [04:26:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1172. [04:26:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  1173. [04:26:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  1174. [04:26:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1175. [04:26:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1176. [04:26:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1177. [04:26:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1178. [04:26:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1179. [04:26:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1180. [04:26:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1181. [04:26:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1182. [04:26:44] [Server thread/INFO]: Item Despawn Rate: 6000
  1183. [04:26:44] [Server thread/INFO]: Item Merge Radius: 2.5
  1184. [04:26:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1185. [04:26:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1186. [04:26:44] [Server thread/INFO]: View Distance: 7
  1187. [04:26:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1188. [04:26:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  1189. [04:26:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1190. [04:26:44] [Server thread/INFO]: Clear tick list: false
  1191. [04:26:44] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  1192. [04:26:44] [Server thread/INFO]: Preparing start region for level 10 (Seed: -9199799649619519202)
  1193. [04:26:45] [Server thread/INFO]: [WorldGuard] (survivalspawn) TNT ignition is PERMITTED.
  1194. [04:26:45] [Server thread/INFO]: [WorldGuard] (survivalspawn) Lighters are PERMITTED.
  1195. [04:26:45] [Server thread/INFO]: [WorldGuard] (survivalspawn) Lava fire is blocked.
  1196. [04:26:45] [Server thread/INFO]: [WorldGuard] (survivalspawn) Fire spread is UNRESTRICTED.
  1197. [04:26:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survivalspawn'
  1198. [04:26:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'parkour' - Env: NORMAL - Type: FLAT & seed: -721560989690231496
  1199. [04:26:45] [Server thread/INFO]: -------- World Settings For [parkour] --------
  1200. [04:26:45] [Server thread/INFO]: Mob Spawn Range: 6
  1201. [04:26:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1202. [04:26:45] [Server thread/INFO]: Anti X-Ray: true
  1203. [04:26:45] [Server thread/INFO]: Engine Mode: 1
  1204. [04:26:45] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1205. [04:26:45] [Server thread/INFO]: Replace Blocks: [1, 5]
  1206. [04:26:45] [Server thread/INFO]: Random Lighting Updates: false
  1207. [04:26:45] [Server thread/INFO]: Structure Info Saving: true
  1208. [04:26:45] [Server thread/INFO]: Sending up to 10 chunks per packet
  1209. [04:26:45] [Server thread/INFO]: Max Entity Collisions: 8
  1210. [04:26:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1211. [04:26:45] [Server thread/INFO]: Max TNT Explosions: 100
  1212. [04:26:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1213. [04:26:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1214. [04:26:45] [Server thread/INFO]: Cane Growth Modifier: 100%
  1215. [04:26:45] [Server thread/INFO]: Melon Growth Modifier: 100%
  1216. [04:26:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1217. [04:26:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1218. [04:26:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1219. [04:26:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1220. [04:26:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1221. [04:26:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1222. [04:26:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1223. [04:26:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1224. [04:26:45] [Server thread/INFO]: Item Despawn Rate: 6000
  1225. [04:26:45] [Server thread/INFO]: Item Merge Radius: 2.5
  1226. [04:26:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1227. [04:26:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1228. [04:26:45] [Server thread/INFO]: View Distance: 7
  1229. [04:26:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1230. [04:26:45] [Server thread/INFO]: Experience Merge Radius: 3.0
  1231. [04:26:45] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1232. [04:26:45] [Server thread/INFO]: Clear tick list: false
  1233. [04:26:45] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null
  1234. [04:26:45] [Server thread/INFO]: Preparing start region for level 11 (Seed: -721560989690231496)
  1235. [04:26:45] [Server thread/INFO]: [WorldGuard] (parkour) TNT ignition is PERMITTED.
  1236. [04:26:45] [Server thread/INFO]: [WorldGuard] (parkour) Lighters are PERMITTED.
  1237. [04:26:45] [Server thread/INFO]: [WorldGuard] (parkour) Lava fire is blocked.
  1238. [04:26:45] [Server thread/INFO]: [WorldGuard] (parkour) Fire spread is UNRESTRICTED.
  1239. [04:26:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'parkour'
  1240. [04:26:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'MysteriousHalloweenPlusWorld' - Env: NORMAL - Type: NORMAL & seed: -3815354166486668915
  1241. [04:26:45] [Server thread/INFO]: [Multiverse-Core] 12 - World(s) loaded.
  1242. [04:26:45] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  1243. [04:26:46] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
  1244. [04:26:46] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
  1245. [04:26:46] [Server thread/INFO]: [Residence] Found WorldEdit
  1246. [04:26:46] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
  1247. [04:26:46] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.11-RELEASE
  1248. [04:26:46] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
  1249. [04:26:46] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
  1250. [04:26:46] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml
  1251. [04:26:46] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml
  1252. [04:26:46] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml
  1253. [04:26:46] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml
  1254. [04:26:46] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.1.17
  1255. [04:26:46] [Server thread/INFO]: [BannerBoard_Skills] Enabling BannerBoard_Skills v2.0.1
  1256. [04:26:46] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer JOBSREBORN for plugin BannerBoard_Skills...
  1257. [04:26:46] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard_Skills:JOBSREBORN for plugin BannerBoard_Skills...
  1258. [04:26:46] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.8.7
  1259. [04:26:46] [Server thread/INFO]: [FramePicture] Configuration loaded!
  1260. [04:26:46] [Server thread/INFO]: [FramePicture] Loaded 3 frames!
  1261. [04:26:46] [Server thread/INFO]: [FramePicture] Caching frames ...
  1262. [04:26:46] [Server thread/INFO]: [FramePicture] Cached 3 frames!
  1263. [04:26:46] [Server thread/INFO]: [FramePicture] The frame cache use 5mb memory!
  1264. [04:26:46] [Server thread/INFO]: [FramePicture] Plugin enabled!
  1265. [04:26:46] [Server thread/INFO]: [Parkour] Enabling Parkour v5.3
  1266. [04:26:46] [Server thread/INFO]: [Parkour] [Vault] Successfully linked. Version: 1.6.7-b${env.TRAVIS_BUILD_NUMBER}
  1267. [04:26:46] [Server thread/INFO]: [Parkour] [PlaceholderAPI] Successfully linked. Version: 2.10.4
  1268. [04:26:46] [Server thread/INFO]: [Parkour] Enabled Parkour v5.3
  1269. [04:26:46] [Server thread/INFO]: [BetterEnchants] Enabling BetterEnchants v3.0
  1270. [04:26:46] [Server thread/INFO]: [BetterEnchants] ==== Handling Defaults ====
  1271. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Global Defaults
  1272. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Antitoxin
  1273. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Blazing Touch
  1274. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Cranial Strike
  1275. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Decapitation
  1276. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Frostbite
  1277. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Highlander
  1278. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Infusion
  1279. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Lifesteal
  1280. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Meditation
  1281. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Multishot
  1282. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Paralyze
  1283. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Poison
  1284. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Saturation
  1285. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Shellshock
  1286. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Staggering Blow
  1287. [04:26:46] [Server thread/INFO]: [BetterEnchants] Handled Defaults for Wither Aspect
  1288. [04:26:46] [Server thread/INFO]: [BetterEnchants] ==== Finished Handling Defaults ====
  1289. [04:26:46] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.7.2
  1290. [04:26:46] [Server thread/INFO]: [MoreTP] Enabling MoreTP v0.3.3
  1291. [04:26:46] [Server thread/INFO]: [Debug] [MoreTP]Only premium version can change prefix
  1292. [04:26:46] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.9.1-1.8.8-hotfix (build 68)
  1293. [04:26:47] [Server thread/INFO]: [ChestShop] Lockette version 1.8.23 loaded.
  1294. [04:26:47] [Server thread/ERROR]: [ChestShop] You are using an old version of Residence! Please update to the newest one, which supports UUIDs: http://ci.drtshock.net/job/Residence/
  1295. [04:26:47] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
  1296. [04:26:47] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  1297. [04:26:47] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  1298. [04:26:47] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  1299. [04:26:47] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  1300. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Enabling UltimateDrugs v1.1.1
  1301. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Failed to load sound effect ENTITY_TNT_PRIMED for drug file weed.yml: java.lang.IllegalArgumentException
  1302. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Failed to load sound effect ENTITY_CAT_HISS for drug file weed.yml: java.lang.IllegalArgumentException
  1303. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Failed to load sound effect BLOCK_FIRE_AMBIENT for drug file weed.yml: java.lang.IllegalArgumentException
  1304. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: weed.yml
  1305. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: cigarette.yml
  1306. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Failed to load sound effect ENTITY_GENERIC_DRINK for drug file xanax.yml: java.lang.IllegalArgumentException
  1307. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: xanax.yml
  1308. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Failed to load sound effect ENTITY_GENERIC_EAT for drug file strawberry.yml: java.lang.IllegalArgumentException
  1309. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: strawberry.yml
  1310. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: gunslinger.yml
  1311. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: painkillers.yml
  1312. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Failed to load sound effect ENTITY_GENERIC_DRINK for drug file anti-toxin.yml: java.lang.IllegalArgumentException
  1313. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: anti-toxin.yml
  1314. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: muscle-relaxant.yml
  1315. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: haemophage.yml
  1316. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: crystal-meth.yml
  1317. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Failed to load sound effect ENTITY_GENERIC_DRINK for drug file alcohol.yml: java.lang.IllegalArgumentException
  1318. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: alcohol.yml
  1319. [04:26:47] [Server thread/INFO]: [UltimateDrugs] Drug file loaded: bouncer.yml
  1320. [04:26:48] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
  1321. [04:26:48] [Server thread/INFO]: Injecting command info into Citizens.
  1322. [04:26:48] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.1.17
  1323. [04:26:48] [Server thread/INFO]: [AFKTabList] Enabling AFKTabList v0.1.0
  1324. [04:26:48] [Server thread/INFO]: [AFKTabList] Enabled AFKTabList version 0.1.0.
  1325. [04:26:48] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.6.5
  1326. [04:26:48] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
  1327. [04:26:48] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1328. [04:26:48] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
  1329. [04:26:48] [Server thread/INFO]: [ShopGUIPlus] SilkSpawners support enabled.
  1330. [04:26:48] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading armorweapons > 7 (shops.yml), item not loaded
  1331. [04:26:48] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading armorweapons > 8 (shops.yml), item not loaded
  1332. [04:26:48] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
  1333. [04:26:48] [Server thread/INFO]: [ShopGUIPlus] Cracked by t0r@BlackSpigotMC
  1334. [04:26:48] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.1.3
  1335. [04:26:48] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v1.7.9.3.7
  1336. [04:26:48] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1337. [04:26:48] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
  1338. [04:26:48] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta1-b2226
  1339. [04:26:49] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
  1340. [04:26:49] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
  1341. [04:26:49] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase - AuthMeMYSQLPool - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
  1342. [04:26:49] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Start completed.
  1343. [04:26:49] [Server thread/INFO]: [AuthMe] MySQL setup finished
  1344. [04:26:49] [Server thread/INFO]: [AuthMe] Hooked into PermissionsEx!
  1345. [04:26:49] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
  1346. [04:26:49] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
  1347. [04:26:49] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite2 data created by MaxMind, available at https://www.maxmind.com
  1348. [04:26:49] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta1 build n.2226 correctly enabled!
  1349. [04:26:49] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.18
  1350. [04:26:50] [Server thread/INFO]: [LiteBans] Using default database drivers.
  1351. [04:26:50] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.cj.jdbc.Driver)
  1352. [04:26:50] [Server thread/INFO]: [LiteBans] Connecting to database...
  1353. [04:26:50] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://82.208.17.37:3306/295006_mysql_db;useSSL=false&serverTimezone=UTC] (122.3 ms).
  1354. [04:26:50] [Server thread/INFO]: [LiteBans] [Sync] Server name: litebans
  1355. [04:26:50] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: 6c53aa1e2d9547c988e705d0f9303f5a <1>
  1356. [04:26:50] [Server thread/INFO]: [LiteBans] Database connection fully initialized (145.4 ms).
  1357. [04:26:50] [Server thread/INFO]: [LiteBans] v2.3.18 enabled. Startup took 284 ms.
  1358. [04:26:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1359. [04:26:50] [Server thread/INFO]: Done (21.782s)! For help, type "help" or "?"
  1360. [04:26:50] [Server thread/INFO]: Starting GS4 status listener
  1361. [04:26:50] [Query Listener #1/INFO]: Query running on 82.208.17.37:27928
  1362. [04:26:50] [Server thread/INFO]: 
  1363. [04:26:50] [Server thread/INFO]: 
  1364. [04:26:50] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1365. [04:26:50] [Server thread/INFO]: 
  1366. [04:26:50] [Server thread/INFO]: 
  1367. [04:26:50] [Server thread/WARN]: [CS-CoreLib] Task #71 for CS-CoreLib vv1.6.1 generated an exception
  1368. java.lang.NoClassDefFoundError: com/sk89q/worldguard/WorldGuard
  1369. at me.mrCookieSlime.CSCoreLibPlugin.protection.modules.WorldGuardProtectionModule.<clinit>(WorldGuardProtectionModule.java:18) ~[?:?]
  1370. at me.mrCookieSlime.CSCoreLibPlugin.protection.ProtectionManager.<init>(ProtectionManager.java:37) ~[?:?]
  1371. at me.mrCookieSlime.CSCoreLibPlugin.CSCoreLib$2.run(CSCoreLib.java:115) ~[?:?]
  1372. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1373. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1374. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1375. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1376. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1377. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1378. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  1379. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.WorldGuard
  1380. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_191]
  1381. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1382. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  1383. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_191]
  1384. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_191]
  1385. ... 10 more
  1386. [04:26:50] [Craft Scheduler Thread - 6/INFO]: [DeluxeMenus] Failed to check for a update on spigot.
  1387. [04:26:50] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  1388. [04:26:51] [Craft Scheduler Thread - 8/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1389. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest1 with 1 tasks.
  1390. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest2 with 1 tasks.
  1391. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest3 with 1 tasks.
  1392. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest4 with 1 tasks.
  1393. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest5 with 1 tasks.
  1394. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest6 with 1 tasks.
  1395. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest7 with 1 tasks.
  1396. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest8 with 1 tasks.
  1397. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest9 with 1 tasks.
  1398. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest10 with 1 tasks.
  1399. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest11 with 1 tasks.
  1400. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest12 with 1 tasks.
  1401. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest13 with 1 tasks.
  1402. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest14 with 1 tasks.
  1403. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest15 with 1 tasks.
  1404. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest16 with 1 tasks.
  1405. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest17 with 1 tasks.
  1406. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest18 with 1 tasks.
  1407. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest19 with 1 tasks.
  1408. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest20 with 1 tasks.
  1409. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest21 with 1 tasks.
  1410. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest22 with 1 tasks.
  1411. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest23 with 1 tasks.
  1412. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest24 with 1 tasks.
  1413. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest25 with 1 tasks.
  1414. [04:26:51] [Server thread/INFO]: [Quests] Registering quest farmingquest26 with 1 tasks.
  1415. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest1 with 1 tasks.
  1416. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest2 with 1 tasks.
  1417. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest3 with 1 tasks.
  1418. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest4 with 1 tasks.
  1419. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest5 with 1 tasks.
  1420. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest6 with 1 tasks.
  1421. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest7 with 1 tasks.
  1422. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest8 with 1 tasks.
  1423. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest9 with 1 tasks.
  1424. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest10 with 1 tasks.
  1425. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest11 with 1 tasks.
  1426. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest12 with 1 tasks.
  1427. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest13 with 1 tasks.
  1428. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest14 with 1 tasks.
  1429. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest15 with 1 tasks.
  1430. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest16 with 1 tasks.
  1431. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest17 with 1 tasks.
  1432. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest18 with 1 tasks.
  1433. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest19 with 1 tasks.
  1434. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest20 with 1 tasks.
  1435. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest21 with 1 tasks.
  1436. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest22 with 1 tasks.
  1437. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest23 with 1 tasks.
  1438. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest24 with 1 tasks.
  1439. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest25 with 1 tasks.
  1440. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest26 with 1 tasks.
  1441. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest27 with 1 tasks.
  1442. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest28 with 1 tasks.
  1443. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest29 with 1 tasks.
  1444. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest30 with 1 tasks.
  1445. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miningquest31 with 1 tasks.
  1446. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest1 with 1 tasks.
  1447. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest2 with 1 tasks.
  1448. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest3 with 1 tasks.
  1449. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest4 with 1 tasks.
  1450. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest5 with 1 tasks.
  1451. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest6 with 1 tasks.
  1452. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest7 with 1 tasks.
  1453. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest8 with 1 tasks.
  1454. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest9 with 1 tasks.
  1455. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest10 with 1 tasks.
  1456. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest11 with 1 tasks.
  1457. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest12 with 1 tasks.
  1458. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest13 with 1 tasks.
  1459. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest14 with 1 tasks.
  1460. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest15 with 1 tasks.
  1461. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest16 with 1 tasks.
  1462. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest17 with 1 tasks.
  1463. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest18 with 1 tasks.
  1464. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest19 with 1 tasks.
  1465. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest20 with 1 tasks.
  1466. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest21 with 1 tasks.
  1467. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest22 with 1 tasks.
  1468. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest23 with 1 tasks.
  1469. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest24 with 1 tasks.
  1470. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest25 with 1 tasks.
  1471. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest26 with 1 tasks.
  1472. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest27 with 1 tasks.
  1473. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest28 with 1 tasks.
  1474. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest29 with 1 tasks.
  1475. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest30 with 1 tasks.
  1476. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest31 with 1 tasks.
  1477. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest32 with 1 tasks.
  1478. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest33 with 1 tasks.
  1479. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest34 with 1 tasks.
  1480. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest35 with 1 tasks.
  1481. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest36 with 1 tasks.
  1482. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest37 with 1 tasks.
  1483. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest38 with 1 tasks.
  1484. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest39 with 1 tasks.
  1485. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest40 with 1 tasks.
  1486. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest41 with 1 tasks.
  1487. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest42 with 1 tasks.
  1488. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest43 with 1 tasks.
  1489. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest44 with 1 tasks.
  1490. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest45 with 1 tasks.
  1491. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest46 with 1 tasks.
  1492. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest47 with 1 tasks.
  1493. [04:26:51] [Server thread/INFO]: [Quests] Registering quest combatquest48 with 1 tasks.
  1494. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miscquest6 with 1 tasks.
  1495. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miscquest7 with 1 tasks.
  1496. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miscquest8 with 1 tasks.
  1497. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miscquest9 with 1 tasks.
  1498. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miscquest10 with 1 tasks.
  1499. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miscquest11 with 1 tasks.
  1500. [04:26:51] [Server thread/INFO]: [Quests] Registering quest miscquest12 with 1 tasks.
  1501. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest1 with 1 tasks.
  1502. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest2 with 1 tasks.
  1503. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest3 with 1 tasks.
  1504. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest4 with 1 tasks.
  1505. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest5 with 1 tasks.
  1506. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest6 with 1 tasks.
  1507. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest7 with 1 tasks.
  1508. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest8 with 1 tasks.
  1509. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest9 with 1 tasks.
  1510. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest10 with 1 tasks.
  1511. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest11 with 1 tasks.
  1512. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest12 with 1 tasks.
  1513. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest13 with 1 tasks.
  1514. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest14 with 1 tasks.
  1515. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest15 with 1 tasks.
  1516. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest16 with 1 tasks.
  1517. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest17 with 1 tasks.
  1518. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest18 with 1 tasks.
  1519. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest19 with 1 tasks.
  1520. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest20 with 1 tasks.
  1521. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest21 with 1 tasks.
  1522. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest22 with 1 tasks.
  1523. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest23 with 1 tasks.
  1524. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest24 with 1 tasks.
  1525. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest25 with 1 tasks.
  1526. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest26 with 1 tasks.
  1527. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest27 with 1 tasks.
  1528. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest28 with 1 tasks.
  1529. [04:26:51] [Server thread/INFO]: [Quests] Registering quest gatheringquest29 with 1 tasks.
  1530. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest1 with 1 tasks.
  1531. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest2 with 1 tasks.
  1532. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest3 with 1 tasks.
  1533. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest4 with 1 tasks.
  1534. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest5 with 1 tasks.
  1535. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest6 with 1 tasks.
  1536. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest7 with 1 tasks.
  1537. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest8 with 1 tasks.
  1538. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest9 with 1 tasks.
  1539. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest10 with 1 tasks.
  1540. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest11 with 1 tasks.
  1541. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest12 with 1 tasks.
  1542. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest13 with 1 tasks.
  1543. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest14 with 1 tasks.
  1544. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest15 with 1 tasks.
  1545. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest16 with 1 tasks.
  1546. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest17 with 1 tasks.
  1547. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest18 with 1 tasks.
  1548. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest19 with 1 tasks.
  1549. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest20 with 1 tasks.
  1550. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest21 with 1 tasks.
  1551. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest22 with 1 tasks.
  1552. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest23 with 1 tasks.
  1553. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest24 with 1 tasks.
  1554. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest25 with 1 tasks.
  1555. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest26 with 1 tasks.
  1556. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest27 with 1 tasks.
  1557. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest28 with 1 tasks.
  1558. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest29 with 1 tasks.
  1559. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest30 with 1 tasks.
  1560. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest31 with 1 tasks.
  1561. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest32 with 1 tasks.
  1562. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest33 with 1 tasks.
  1563. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest34 with 1 tasks.
  1564. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest35 with 1 tasks.
  1565. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest36 with 1 tasks.
  1566. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest37 with 1 tasks.
  1567. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest38 with 1 tasks.
  1568. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest39 with 1 tasks.
  1569. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest40 with 1 tasks.
  1570. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest41 with 1 tasks.
  1571. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest42 with 1 tasks.
  1572. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest43 with 1 tasks.
  1573. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest44 with 1 tasks.
  1574. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest45 with 1 tasks.
  1575. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest46 with 1 tasks.
  1576. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest47 with 1 tasks.
  1577. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest48 with 1 tasks.
  1578. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest49 with 1 tasks.
  1579. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest50 with 1 tasks.
  1580. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest51 with 1 tasks.
  1581. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest52 with 1 tasks.
  1582. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest53 with 1 tasks.
  1583. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest54 with 1 tasks.
  1584. [04:26:51] [Server thread/INFO]: [Quests] Registering quest extremequest55 with 1 tasks.
  1585. [04:26:51] [Server thread/INFO]: [Quests] Registering quest buildingquest1 with 3 tasks.
  1586. [04:26:51] [Server thread/INFO]: [Quests] Registering quest buildingquest2 with 2 tasks.
  1587. [04:26:51] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  1588. [04:26:51] [Craft Scheduler Thread - 11/INFO]: You are running the latest version of PlotSquared!
  1589. [04:26:51] [Craft Scheduler Thread - 6/INFO]: [Quests] A new version 2.6 was found on Spigot (your version: 2.0.8-beta). Please update me! <3 - Link: https://www.spigotmc.org/resources/23696
  1590. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer] ----------------------------------------------
  1591. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer]  +===============+
  1592. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer]  | SkinsRestorer |
  1593. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer]  +===============+
  1594. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer] ----------------------------------------------
  1595. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer]  Current version: 13.7.3
  1596. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer]  This is the latest version!
  1597. [04:26:51] [Craft Scheduler Thread - 17/INFO]: [SkinsRestorer] ----------------------------------------------
  1598. [04:26:52] [Thread-40/INFO]: [CS-CoreLib - Updater] CS-CoreLib is up to date!
  1599. [04:26:52] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 163 placeholder expansions are available on the cloud.
  1600. [04:26:52] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
  1601. [04:26:52] [Server thread/INFO]: [INFO] [BannerBoard] Loading images...
  1602. [04:26:52] [Server thread/INFO]: [INFO] [BannerBoard] Succesfully loaded 0 image(s).
  1603. [04:26:52] [Server thread/INFO]: [INFO] [BannerBoard] Loading color cache table color_palette_v1_10_R1.bc...
  1604. [04:26:52] [Server thread/INFO]: [INFO] [BannerBoard] Connecting to skinrender.com with key ***********EY_HERE...
  1605. [04:26:52] [pool-11-thread-1/INFO]: [CraftingStore] Please download the latest version from the website!
  1606. [04:26:52] [Server thread/INFO]: [Citizens] Loaded 29 NPCs.
  1607. [04:26:52] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  1608. [04:26:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobs
  1609. [04:26:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voteroulette
  1610. [04:26:53] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.factions.FactionsExpansion
  1611. [04:26:53] [Server thread/ERROR]: [PlaceholderAPI] com/massivecraft/factions/iface/RelationParticipator
  1612. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  1613. [04:26:53] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.factions.MCoreFactionsExpansion
  1614. [04:26:53] [Server thread/ERROR]: [PlaceholderAPI] com/massivecraft/factions/RelationParticipator
  1615. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  1616. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mvdw
  1617. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: chatreaction
  1618. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_tp% has been loaded!
  1619. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_is_staff% has been loaded!
  1620. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Javascript string placeholder %javascript_math% has been loaded!
  1621. [04:26:53] [Server thread/WARN]: [PlaceholderAPI] Javascript string placeholder staff_online is invalid!
  1622. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
  1623. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plotsquared
  1624. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
  1625. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  1626. [04:26:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  1627. [04:26:53] [Server thread/INFO]: [PlayerWarps] You currently have update checks disabled
  1628. [04:26:53] [Server thread/INFO]: [PlayerWarps] You currently have update checks disabled
  1629. [04:26:55] [Server thread/INFO]: Starting UUID caching
  1630. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Plots » Starting player data caching for: world
  1631. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Fast mode UUID caching enabled!
  1632. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Plots » Cached a total of: 66 UUIDs
  1633. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Failed to cache: 1 uuids - slowly processing all files
  1634. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Plots » Cached a total of: 870 UUIDs
  1635. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » NMS Version v1_8_R3 Detected
  1636. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » MoreTP Has Been Activated !
  1637. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » #--------- Depedency Loaded ---------#
  1638. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » Essentials:
  1639. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » - Warp
  1640. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » - Home
  1641. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » - Spawn
  1642. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » Vault:
  1643. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » - Economy
  1644. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » - Permissions
  1645. [04:26:55] [Craft Scheduler Thread - 19/INFO]: Teleport » #--------- Depedency Loaded ---------#
  1646. [04:26:56] [Server thread/ERROR]: [PlaceholderAPI] MyCommand is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [emmerrei a.k.a Ivanpro] and urge them to update it ASAP.
  1647. [04:26:56] [Server thread/ERROR]: [PlaceholderAPI] UltimateDrugs is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [Dexuby] and urge them to update it ASAP.
  1648. [04:26:56] [Server thread/ERROR]: [PlaceholderAPI] CrazyCrates is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [BadBones69] and urge them to update it ASAP.
  1649. [04:26:56] [Server thread/ERROR]: [PlaceholderAPI] NamelessMC is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [Samerton, IsS127, Lmmb74] and urge them to update it ASAP.
  1650. [04:36:54] [Server thread/INFO]: Chat Games // Vypocitej 686 + 599 pro ziskani odmeny!
  1651. [04:37:38] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1285!
  1652. [04:41:54] [Craft Scheduler Thread - 40/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1653. [04:45:25] [Server thread/INFO]: Saving...
  1654. [04:45:25] [Server thread/INFO]: Saved the world
  1655. [04:45:35] [Server thread/INFO]: Turned off world auto-saving
  1656. [04:45:41] [Server thread/INFO]: Turned on world auto-saving
  1657. [04:47:39] [Server thread/INFO]: Chat Games // Vypocitej 451 + 535 pro ziskani odmeny!
  1658. [04:48:23] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 986!
  1659. [04:56:54] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1660. [04:56:54] [Craft Scheduler Thread - 57/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1661. [04:58:23] [Server thread/INFO]: Chat Games // Vypocitej 742 + 18 pro ziskani odmeny!
  1662. [04:59:07] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 760!
  1663. [05:09:07] [Server thread/INFO]: Chat Games // Vypocitej 451 + 327 pro ziskani odmeny!
  1664. [05:09:51] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 778!
  1665. [05:11:54] [Server thread/INFO]: 
  1666. [05:11:54] [Server thread/INFO]: 
  1667. [05:11:54] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1668. [05:11:54] [Server thread/INFO]: 
  1669. [05:11:54] [Server thread/INFO]: 
  1670. [05:11:54] [Craft Scheduler Thread - 64/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1671. [05:19:51] [Server thread/INFO]: Chat Games // Vypocitej 444 + 719 pro ziskani odmeny!
  1672. [05:20:35] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1163!
  1673. [05:26:54] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1674. [05:26:54] [Craft Scheduler Thread - 94/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1675. [05:30:36] [Server thread/INFO]: Chat Games // Vypocitej 403 + 756 pro ziskani odmeny!
  1676. [05:31:20] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1159!
  1677. [05:41:20] [Server thread/INFO]: Chat Games // Vypocitej 82 + 417 pro ziskani odmeny!
  1678. [05:41:55] [Craft Scheduler Thread - 116/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1679. [05:42:04] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 499!
  1680. [05:52:04] [Server thread/INFO]: Chat Games // Vypocitej 624 + 150 pro ziskani odmeny!
  1681. [05:52:48] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 774!
  1682. [05:56:55] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1683. [05:56:55] [Server thread/INFO]: 
  1684. [05:56:55] [Server thread/INFO]: 
  1685. [05:56:55] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1686. [05:56:55] [Server thread/INFO]: 
  1687. [05:56:55] [Server thread/INFO]: 
  1688. [05:56:55] [Craft Scheduler Thread - 133/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1689. [06:02:48] [Server thread/INFO]: Chat Games // Vypocitej 173 + 686 pro ziskani odmeny!
  1690. [06:03:32] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 859!
  1691. [06:11:55] [Craft Scheduler Thread - 169/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1692. [06:13:32] [Server thread/INFO]: Chat Games // Vypocitej 489 + 153 pro ziskani odmeny!
  1693. [06:14:16] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 642!
  1694. [06:24:16] [Server thread/INFO]: Chat Games // Vypocitej 740 + 488 pro ziskani odmeny!
  1695. [06:25:00] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1228!
  1696. [06:26:55] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1697. [06:26:55] [Craft Scheduler Thread - 187/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1698. [06:35:01] [Server thread/INFO]: Chat Games // Vypocitej 920 + 337 pro ziskani odmeny!
  1699. [06:35:45] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1257!
  1700. [06:41:56] [Server thread/INFO]: 
  1701. [06:41:56] [Server thread/INFO]: 
  1702. [06:41:56] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1703. [06:41:56] [Server thread/INFO]: 
  1704. [06:41:56] [Server thread/INFO]: 
  1705. [06:41:56] [Craft Scheduler Thread - 211/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1706. [06:42:33] [Server thread/INFO]: Saving...
  1707. [06:42:33] [Server thread/INFO]: Saved the world
  1708. [06:42:43] [Server thread/INFO]: Turned off world auto-saving
  1709. [06:44:12] [Server thread/INFO]: Turned on world auto-saving
  1710. [06:45:45] [Server thread/INFO]: Chat Games // Vypocitej 358 + 189 pro ziskani odmeny!
  1711. [06:46:29] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 547!
  1712. [06:56:29] [Server thread/INFO]: Chat Games // Vypocitej 445 + 608 pro ziskani odmeny!
  1713. [06:56:56] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1714. [06:56:56] [Craft Scheduler Thread - 254/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1715. [06:57:13] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1053!
  1716. [07:07:13] [Server thread/INFO]: Chat Games // Vypocitej 956 + 689 pro ziskani odmeny!
  1717. [07:07:57] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1645!
  1718. [07:11:56] [Craft Scheduler Thread - 269/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1719. [07:17:57] [Server thread/INFO]: Chat Games // Vypocitej 826 + 902 pro ziskani odmeny!
  1720. [07:18:41] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1728!
  1721. [07:26:56] [Server thread/INFO]: 
  1722. [07:26:56] [Server thread/INFO]: 
  1723. [07:26:56] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1724. [07:26:56] [Server thread/INFO]: 
  1725. [07:26:56] [Server thread/INFO]: 
  1726. [07:26:56] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1727. [07:26:56] [Craft Scheduler Thread - 300/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1728. [07:28:41] [Server thread/INFO]: Chat Games // Vypocitej 488 + 459 pro ziskani odmeny!
  1729. [07:29:25] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 947!
  1730. [07:34:46] [Thread-1291/INFO]: [VoteRoulette] §3Hlasovani §8» §fx_KiLl §bhlasoval za server, odmena: §f§lVOTE KEY
  1731. [07:39:25] [Server thread/INFO]: Chat Games // Vypocitej 451 + 883 pro ziskani odmeny!
  1732. [07:40:09] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1334!
  1733. [07:41:56] [Craft Scheduler Thread - 314/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1734. [07:50:09] [Server thread/INFO]: Chat Games // Vypocitej 146 + 611 pro ziskani odmeny!
  1735. [07:50:53] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 757!
  1736. [07:56:56] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1737. [07:56:56] [Craft Scheduler Thread - 354/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1738. [08:00:53] [Server thread/INFO]: Chat Games // Vypocitej 582 + 124 pro ziskani odmeny!
  1739. [08:01:37] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 706!
  1740. [08:11:37] [Server thread/INFO]: Chat Games // Vypocitej 622 + 338 pro ziskani odmeny!
  1741. [08:11:56] [Server thread/INFO]: 
  1742. [08:11:56] [Server thread/INFO]: 
  1743. [08:11:56] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1744. [08:11:56] [Server thread/INFO]: 
  1745. [08:11:56] [Server thread/INFO]: 
  1746. [08:11:56] [Craft Scheduler Thread - 375/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1747. [08:12:21] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 960!
  1748. [08:22:21] [Server thread/INFO]: Chat Games // Vypocitej 171 + 786 pro ziskani odmeny!
  1749. [08:23:05] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 957!
  1750. [08:26:56] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1751. [08:26:57] [Craft Scheduler Thread - 390/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1752. [08:33:05] [Server thread/INFO]: Chat Games // Vypocitej 567 + 178 pro ziskani odmeny!
  1753. [08:33:49] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 745!
  1754. [08:41:57] [Craft Scheduler Thread - 409/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1755. [08:43:49] [Server thread/INFO]: Chat Games // Vypocitej 129 + 823 pro ziskani odmeny!
  1756. [08:44:33] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 952!
  1757. [08:45:36] [Server thread/INFO]: Saving...
  1758. [08:45:36] [Server thread/INFO]: Saved the world
  1759. [08:45:46] [Server thread/INFO]: Turned off world auto-saving
  1760. [08:47:16] [Server thread/INFO]: Turned on world auto-saving
  1761. [08:54:33] [Server thread/INFO]: Chat Games // Vypocitej 467 + 339 pro ziskani odmeny!
  1762. [08:55:17] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 806!
  1763. [08:56:56] [Server thread/INFO]: 
  1764. [08:56:56] [Server thread/INFO]: 
  1765. [08:56:56] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1766. [08:56:56] [Server thread/INFO]: 
  1767. [08:56:56] [Server thread/INFO]: 
  1768. [08:56:57] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1769. [08:56:57] [Craft Scheduler Thread - 426/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1770. [09:05:17] [Server thread/INFO]: Chat Games // Vypocitej 895 + 724 pro ziskani odmeny!
  1771. [09:06:01] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1619!
  1772. [09:11:57] [Craft Scheduler Thread - 449/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1773. [09:16:01] [Server thread/INFO]: Chat Games // Vypocitej 986 + 681 pro ziskani odmeny!
  1774. [09:16:45] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1667!
  1775. [09:26:46] [Server thread/INFO]: Chat Games // Vypocitej 645 + 85 pro ziskani odmeny!
  1776. [09:26:57] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1777. [09:26:57] [Craft Scheduler Thread - 474/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1778. [09:27:30] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 730!
  1779. [09:37:30] [Server thread/INFO]: Chat Games // Vypocitej 433 + 510 pro ziskani odmeny!
  1780. [09:38:14] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 943!
  1781. [09:38:52] [Thread-2120/INFO]: UUID of player x_KiLl is 3dbb116a-0202-3adf-bac5-bad24aa13fe9
  1782. [09:38:52] [Netty Epoll Server IO #3/WARN]: [ViaVersion] Ignoring plugin channel in outgoing REGISTER: WECUI
  1783. [09:38:52] [Netty Epoll Server IO #3/WARN]: [ViaVersion] Ignoring plugin channel in outgoing REGISTER: RedisBungee
  1784. [09:38:52] [Server thread/INFO]: x_KiLl[/46.135.18.150:11774] logged in with entity id 2809628 at ([Plots]-233.5, 65.0, -58.5)
  1785. [09:38:52] [Server thread/INFO]: [+] Z.Helper x_KiLl se pripojil do hry.
  1786. [09:38:54] [Server thread/INFO]: x_KiLl issued server command: /spawn
  1787. [09:38:55] [Server thread/INFO]: x_KiLl lost connection: Disconnected
  1788. [09:38:55] [Server thread/INFO]: [-] Z.Helper x_KiLl se odpojil ze hry.
  1789. [09:40:04] [Thread-2129/INFO]: UUID of player Cervik is 992ee88c-062e-3d88-a159-df47c00a0338
  1790. [09:40:04] [Server thread/INFO]: Cervik[/213.226.252.59:55186] logged in with entity id 2820619 at ([Survival]1293.854899795785, 104.0, -300.9316832425979)
  1791. [09:40:04] [Server thread/INFO]: [+] TITAN Cervik se pripojil do hry.
  1792. [09:40:14] [Craft Scheduler Thread - 499/INFO]: [AuthMe] Cervik logged in!
  1793. [09:40:27] [Server thread/INFO]:  TITAN Cervik » d
  1794. [09:40:57] [Server thread/INFO]: Cervik issued server command: /q
  1795. [09:41:42] [Server thread/INFO]: Cervik issued server command: /god
  1796. [09:41:53] [Server thread/INFO]:  TITAN Cervik » fly
  1797. [09:41:57] [Server thread/INFO]: Cervik issued server command: /fly
  1798. [09:41:57] [Server thread/INFO]: 
  1799. [09:41:57] [Server thread/INFO]: 
  1800. [09:41:57] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1801. [09:41:57] [Server thread/INFO]: 
  1802. [09:41:57] [Server thread/INFO]: 
  1803. [09:41:57] [Craft Scheduler Thread - 497/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1804. [09:42:32] [Server thread/INFO]: Cervik issued server command: /spawn
  1805. [09:42:48] [Server thread/INFO]: Cervik issued server command: /warps
  1806. [09:47:45] [Thread-2178/INFO]: UUID of player x_KiLl is 3dbb116a-0202-3adf-bac5-bad24aa13fe9
  1807. [09:47:45] [Netty Epoll Server IO #1/WARN]: [ViaVersion] Ignoring plugin channel in outgoing REGISTER: WECUI
  1808. [09:47:45] [Netty Epoll Server IO #1/WARN]: [ViaVersion] Ignoring plugin channel in outgoing REGISTER: RedisBungee
  1809. [09:47:45] [Server thread/INFO]: x_KiLl[/46.135.18.150:13040] logged in with entity id 2893107 at ([Plots]-233.5, 65.0, -58.5)
  1810. [09:47:45] [Server thread/INFO]: [+] Z.Helper x_KiLl se pripojil do hry.
  1811. [09:47:47] [Server thread/INFO]: x_KiLl issued server command: /spawn
  1812. [09:47:54] [Craft Scheduler Thread - 520/INFO]: [AuthMe] x_KiLl logged in!
  1813. [09:47:56] [Server thread/INFO]:  Z.Helper x_KiLl » Cc
  1814. [09:48:00] [Server thread/INFO]:  TITAN Cervik » co ty tady
  1815. [09:48:03] [Server thread/INFO]:  Z.Helper x_KiLl » Nic
  1816. [09:48:06] [Server thread/INFO]: Cervik issued server command: /home
  1817. [09:48:08] [Server thread/INFO]:  Z.Helper x_KiLl » Jsem ve škole
  1818. [09:48:13] [Server thread/INFO]:  Z.Helper x_KiLl » A na mobilu
  1819. [09:48:14] [Server thread/INFO]: Chat Games // Vypocitej 463 + 123 pro ziskani odmeny!
  1820. [09:48:17] [Server thread/INFO]:  Z.Helper x_KiLl » Takže cajk
  1821. [09:48:25] [Server thread/INFO]:  Z.Helper x_KiLl » Já mohu být 24/7 aktivní
  1822. [09:48:30] [Server thread/INFO]:  Z.Helper x_KiLl » 585
  1823. [09:48:34] [Async Chat Thread - #3/INFO]: Chat Games // x_KiLl vyhral hru!
  1824. [09:48:37] [Server thread/INFO]:  Z.Helper x_KiLl » Ups
  1825. [09:48:44] [Server thread/INFO]:  Z.Helper x_KiLl » No nic, jak se vede?
  1826. [09:48:59] [Server thread/INFO]:  TITAN Cervik » unuděně
  1827. [09:49:07] [Server thread/INFO]:  Z.Helper x_KiLl » Nedivím se ti
  1828. [09:49:34] [Server thread/INFO]:  Z.Helper x_KiLl » Já stejně za chvíli jdu
  1829. [09:49:37] [Server thread/INFO]: x_KiLl lost connection: Disconnected
  1830. [09:49:37] [Server thread/INFO]: [-] Z.Helper x_KiLl se odpojil ze hry.
  1831. [09:55:38] [Craft Scheduler Thread - 526/INFO]: CONSOLE issued server command: /eco give Cervik 200
  1832. [09:55:38] [Craft Scheduler Thread - 526/INFO]: $200 bylo pripsano na TITAN Cervik ucet. Nova hodnota: $2,336.92
  1833. [09:56:14] [Server thread/INFO]: Cervik issued server command: /fix
  1834. [09:56:57] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1835. [09:56:57] [Craft Scheduler Thread - 529/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1836. [09:58:35] [Server thread/INFO]: Chat Games // Vypocitej 426 + 685 pro ziskani odmeny!
  1837. [09:59:19] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1111!
  1838. [10:05:32] [Server thread/INFO]: Cervik issued server command: /fix
  1839. [10:09:19] [Server thread/INFO]: Chat Games // Vypocitej 646 + 321 pro ziskani odmeny!
  1840. [10:10:03] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 967!
  1841. [10:11:24] [Server thread/INFO]: Cervik issued server command: /fix
  1842. [10:11:57] [Craft Scheduler Thread - 542/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1843. [10:20:03] [Server thread/INFO]: Chat Games // Vypocitej 244 + 327 pro ziskani odmeny!
  1844. [10:20:47] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 571!
  1845. [10:25:19] [Server thread/INFO]: Cervik issued server command: /fix all
  1846. [10:26:00] [Server thread/INFO]: Cervik issued server command: /warps
  1847. [10:26:18] [Server thread/INFO]: Cervik issued server command: /ce
  1848. [10:26:58] [Server thread/INFO]: 
  1849. [10:26:58] [Server thread/INFO]: 
  1850. [10:26:58] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1851. [10:26:58] [Server thread/INFO]: 
  1852. [10:26:58] [Server thread/INFO]: 
  1853. [10:26:58] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1854. [10:26:58] [Craft Scheduler Thread - 557/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1855. [10:27:43] [Server thread/INFO]: Cervik issued server command: /shop
  1856. [10:28:04] [Server thread/INFO]: Cervik issued server command: /home
  1857. [10:28:33] [Server thread/INFO]: Cervik issued server command: /shop
  1858. [10:28:51] [Server thread/INFO]: [ShopGUIPlus] Cervik sold all 2304 x Stone for 576$ to blocks shop
  1859. [10:29:14] [Server thread/INFO]: Cervik issued server command: /shop
  1860. [10:29:22] [Server thread/INFO]: [ShopGUIPlus] Cervik sold all 2240 x Stone for 560$ to blocks shop
  1861. [10:29:41] [Server thread/INFO]: Cervik issued server command: /shop
  1862. [10:29:48] [Server thread/INFO]: [ShopGUIPlus] Cervik sold all 2304 x Stone for 576$ to blocks shop
  1863. [10:30:02] [Server thread/INFO]: Cervik issued server command: /shop
  1864. [10:30:07] [Server thread/INFO]: [ShopGUIPlus] Cervik sold all 1440 x Stone for 360$ to blocks shop
  1865. [10:30:48] [Server thread/INFO]: Chat Games // Vypocitej 972 + 854 pro ziskani odmeny!
  1866. [10:31:32] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1826!
  1867. [10:32:14] [Server thread/INFO]: Cervik issued server command: /shop
  1868. [10:32:22] [Server thread/INFO]: [ShopGUIPlus] Cervik sold all 512 x Sand for 160$ to blocks shop
  1869. [10:32:54] [Server thread/INFO]: Cervik issued server command: /lot
  1870. [10:32:57] [Server thread/INFO]: Cervik issued server command: /lot
  1871. [10:33:59] [Server thread/INFO]: Cervik issued server command: /home
  1872. [10:37:12] [Server thread/INFO]: Cervik issued server command: /shop
  1873. [10:37:29] [Server thread/INFO]: [ShopGUIPlus] Cervik sold all 32 x Log for 20$ to blocks shop
  1874. [10:39:07] [Server thread/WARN]: Cervik moved wrongly!
  1875. [10:41:34] [Server thread/INFO]: Chat Games // Vypocitej 813 + 263 pro ziskani odmeny!
  1876. [10:42:00] [Craft Scheduler Thread - 574/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1877. [10:42:18] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1076!
  1878. [10:42:40] [Server thread/INFO]: Saving...
  1879. [10:42:40] [Server thread/INFO]: Saved the world
  1880. [10:42:50] [Server thread/INFO]: Turned off world auto-saving
  1881. [10:44:19] [Server thread/INFO]: Turned on world auto-saving
  1882. [10:45:16] [Server thread/WARN]: Cervik moved wrongly!
  1883. [10:45:33] [Server thread/INFO]: Cervik issued server command: /fix
  1884. [10:46:07] [Thread-2572/INFO]: UUID of player x_KiLl is 3dbb116a-0202-3adf-bac5-bad24aa13fe9
  1885. [10:46:07] [Netty Epoll Server IO #3/WARN]: [ViaVersion] Ignoring plugin channel in outgoing REGISTER: WECUI
  1886. [10:46:07] [Netty Epoll Server IO #3/WARN]: [ViaVersion] Ignoring plugin channel in outgoing REGISTER: RedisBungee
  1887. [10:46:07] [Server thread/INFO]: x_KiLl[/46.135.18.150:5923] logged in with entity id 3457638 at ([Plots]-233.5, 65.0, -58.5)
  1888. [10:46:07] [Server thread/INFO]: [+] Z.Helper x_KiLl se pripojil do hry.
  1889. [10:46:08] [Server thread/INFO]: x_KiLl issued server command: /spawn
  1890. [10:46:09] [Server thread/INFO]: x_KiLl lost connection: Disconnected
  1891. [10:46:09] [Server thread/INFO]: [-] Z.Helper x_KiLl se odpojil ze hry.
  1892. [10:49:01] [Server thread/INFO]: Cervik issued server command: /fix
  1893. [10:52:18] [Server thread/INFO]: Chat Games // Vypocitej 974 + 591 pro ziskani odmeny!
  1894. [10:53:02] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1565!
  1895. [10:53:12] [Server thread/INFO]: Cervik issued server command: /fix
  1896. [10:54:37] [Thread-2629/INFO]: UUID of player GANO is 2183c0b7-0112-3587-b37e-5b364eeaade5
  1897. [10:54:37] [Server thread/INFO]: GANO[/91.103.167.86:49894] logged in with entity id 3545699 at ([Survival]2169.489740814554, 90.0, 249.5288131453365)
  1898. [10:54:37] [Server thread/INFO]: [+] Hrac GANO se pripojil do hry.
  1899. [10:54:42] [Craft Scheduler Thread - 604/INFO]: [AuthMe] GANO logged in!
  1900. [10:56:24] [Server thread/INFO]: Cervik issued server command: /fix
  1901. [10:57:00] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1902. [10:57:01] [Craft Scheduler Thread - 615/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1903. [11:00:07] [Server thread/INFO]:  TITAN Cervik » ahoj GANO
  1904. [11:00:10] [Server thread/INFO]:  Hrac GANO » cus cuus
  1905. [11:02:38] [Server thread/INFO]: Cervik issued server command: /fix all
  1906. [11:03:02] [Server thread/INFO]: Chat Games // Vypocitej 483 + 927 pro ziskani odmeny!
  1907. [11:03:18] [Server thread/INFO]:  Hrac GANO » co skola ?
  1908. [11:03:21] [Server thread/INFO]:  Hrac GANO » nemocny ?
  1909. [11:03:34] [Server thread/INFO]:  TITAN Cervik » já do školy už rok nechodim,
  1910. [11:03:45] [Server thread/INFO]:  Hrac GANO » jo takže už si vyšel
  1911. [11:03:46] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1410!
  1912. [11:03:57] [Server thread/INFO]:  TITAN Cervik » a co ty
  1913. [11:04:12] [Server thread/INFO]:  Hrac GANO » ja jsem v druhaku ale víš jak to je :D
  1914. [11:04:19] [Server thread/INFO]:  Hrac GANO » holt vubec se mi nechtělo rano :D
  1915. [11:04:27] [Server thread/INFO]:  TITAN Cervik » to znám
  1916. [11:05:15] [Server thread/INFO]:  TITAN Cervik » do háje už mě otravujou ty blbý mobky :D
  1917. [11:07:16] [Server thread/INFO]:  TITAN Cervik » co děláš za školu ?
  1918. [11:07:37] [Server thread/INFO]:  Hrac GANO » automechanik
  1919. [11:07:41] [Server thread/INFO]:  Hrac GANO » hej prosim te
  1920. [11:07:45] [Server thread/INFO]:  TITAN Cervik » aha já mám hotelovku
  1921. [11:07:47] [Server thread/INFO]:  Hrac GANO » jak se tu huli ta trava
  1922. [11:07:51] [Server thread/INFO]:  Hrac GANO » :D
  1923. [11:08:22] [Server thread/INFO]: Cervik issued server command: /home
  1924. [11:08:36] [Server thread/INFO]: GANO issued server command: /weed
  1925. [11:08:42] [Server thread/INFO]: Cervik issued server command: /fix all
  1926. [11:10:02] [Server thread/INFO]:  TITAN Cervik » chceš s něčím pomoct ,
  1927. [11:10:13] [Server thread/INFO]:  Hrac GANO » jojo tu travu ja vubec nevim jak se to konzumuje :D
  1928. [11:10:19] [Server thread/INFO]:  Hrac GANO » chci to pravě zkusit co to děla
  1929. [11:10:36] [Server thread/INFO]:  TITAN Cervik » TO nevim ani já :D :D
  1930. [11:11:04] [Server thread/INFO]: Cervik issued server command: /spawn
  1931. [11:11:16] [Server thread/INFO]: Cervik issued server command: /tp GANO
  1932. [11:11:24] [Server thread/INFO]: Cervik issued server command: /tpa GANO
  1933. [11:11:27] [Server thread/INFO]: GANO issued server command: /tpaccept
  1934. [11:11:41] [Server thread/INFO]:  Hrac GANO » pojd ted tpa
  1935. [11:11:45] [Server thread/INFO]: Cervik issued server command: /tpa GANO
  1936. [11:11:50] [Server thread/INFO]: GANO issued server command: /home
  1937. [11:11:51] [Server thread/INFO]: GANO issued server command: /tpaccept
  1938. [11:11:59] [Server thread/INFO]:  TITAN Cervik » to je tvoje ?
  1939. [11:12:01] [Server thread/INFO]: 
  1940. [11:12:01] [Server thread/INFO]: 
  1941. [11:12:01] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1942. [11:12:01] [Server thread/INFO]: 
  1943. [11:12:01] [Server thread/INFO]: 
  1944. [11:12:01] [Craft Scheduler Thread - 648/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1945. [11:12:07] [Server thread/INFO]:  Hrac GANO » jakoby s klukama hrajeme :D
  1946. [11:12:11] [Server thread/INFO]:  TITAN Cervik » aha
  1947. [11:12:18] [Server thread/INFO]:  Hrac GANO » kluci uz pracuji tak po praci tak vis jak :D
  1948. [11:12:24] [Server thread/INFO]:  TITAN Cervik » jo jo
  1949. [11:12:36] [Server thread/INFO]:  TITAN Cervik » chceš kámen ?
  1950. [11:12:40] [Server thread/INFO]:  Hrac GANO » mam mam
  1951. [11:12:53] [Server thread/INFO]:  TITAN Cervik » já taky dvojté truhly :D
  1952. [11:13:11] [Server thread/INFO]:  Hrac GANO » tu jsou i nejake webovky
  1953. [11:13:13] [Server thread/INFO]:  Hrac GANO » ?
  1954. [11:13:16] [Server thread/INFO]: GANO lost connection: Disconnected
  1955. [11:13:16] [Server thread/INFO]: [-] Hrac GANO se odpojil ze hry.
  1956. [11:13:20] [Server thread/INFO]:  TITAN Cervik » jo jo
  1957. [11:13:47] [Server thread/INFO]: Chat Games // Vypocitej 516 + 373 pro ziskani odmeny!
  1958. [11:14:06] [Server thread/INFO]: Cervik issued server command: /home
  1959. [11:14:31] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 889!
  1960. [11:18:56] [Server thread/INFO]: Cervik issued server command: /shop
  1961. [11:19:15] [Server thread/INFO]: Cervik issued server command: /shop
  1962. [11:19:20] [Server thread/INFO]: [ShopGUIPlus] Cervik bought 1 x Sponge for 10,000$ from blocks shop
  1963. [11:21:50] [Server thread/INFO]: Cervik has just earned the achievement [Hot Topic]
  1964. [11:24:31] [Server thread/INFO]: Chat Games // Vypocitej 214 + 681 pro ziskani odmeny!
  1965. [11:25:15] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 895!
  1966. [11:26:52] [Server thread/WARN]: Cervik moved wrongly!
  1967. [11:27:01] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1968. [11:27:01] [Craft Scheduler Thread - 675/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1969. [11:27:27] [Server thread/INFO]: Cervik issued server command: /ah
  1970. [11:30:24] [Server thread/INFO]: Cervik issued server command: /spawn
  1971. [11:30:31] [Server thread/INFO]: Cervik issued server command: /warp plotme
  1972. [11:35:15] [Server thread/INFO]: Chat Games // Vypocitej 266 + 867 pro ziskani odmeny!
  1973. [11:35:40] [Server thread/INFO]: Cervik issued server command: /home
  1974. [11:35:59] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1133!
  1975. [11:36:03] [Server thread/INFO]: Cervik issued server command: /back
  1976. [11:37:00] [Server thread/WARN]: Cervik moved wrongly!
  1977. [11:37:07] [Server thread/INFO]: Cervik issued server command: /home
  1978. [11:37:13] [Server thread/INFO]: Cervik lost connection: Disconnected
  1979. [11:37:13] [Server thread/INFO]: [-] TITAN Cervik se odpojil ze hry.
  1980. [11:42:01] [Craft Scheduler Thread - 701/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1981. [11:45:59] [Server thread/INFO]: Chat Games // Vypocitej 431 + 148 pro ziskani odmeny!
  1982. [11:46:43] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 579!
  1983. [11:56:43] [Server thread/INFO]: Chat Games // Vypocitej 689 + 771 pro ziskani odmeny!
  1984. [11:57:01] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1985. [11:57:01] [Server thread/INFO]: 
  1986. [11:57:01] [Server thread/INFO]: 
  1987. [11:57:01] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  1988. [11:57:01] [Server thread/INFO]: 
  1989. [11:57:01] [Server thread/INFO]: 
  1990. [11:57:01] [Craft Scheduler Thread - 741/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1991. [11:57:27] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1460!
  1992. [12:07:27] [Server thread/INFO]: Chat Games // Vypocitej 361 + 448 pro ziskani odmeny!
  1993. [12:08:11] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 809!
  1994. [12:12:01] [Craft Scheduler Thread - 764/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1995. [12:18:11] [Server thread/INFO]: Chat Games // Vypocitej 36 + 971 pro ziskani odmeny!
  1996. [12:18:55] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1007!
  1997. [12:27:02] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  1998. [12:27:02] [Craft Scheduler Thread - 788/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  1999. [12:28:55] [Server thread/INFO]: Chat Games // Vypocitej 276 + 961 pro ziskani odmeny!
  2000. [12:29:39] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1237!
  2001. [12:39:39] [Server thread/INFO]: Chat Games // Vypocitej 170 + 432 pro ziskani odmeny!
  2002. [12:40:23] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 602!
  2003. [12:42:01] [Server thread/INFO]: 
  2004. [12:42:01] [Server thread/INFO]: 
  2005. [12:42:01] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  2006. [12:42:01] [Server thread/INFO]: 
  2007. [12:42:01] [Server thread/INFO]: 
  2008. [12:42:02] [Craft Scheduler Thread - 805/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2009. [12:45:43] [Server thread/INFO]: Saving...
  2010. [12:45:43] [Server thread/INFO]: Saved the world
  2011. [12:45:53] [Server thread/INFO]: Turned off world auto-saving
  2012. [12:47:30] [Server thread/INFO]: Turned on world auto-saving
  2013. [12:50:23] [Server thread/INFO]: Chat Games // Vypocitej 407 + 781 pro ziskani odmeny!
  2014. [12:51:07] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1188!
  2015. [12:57:02] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  2016. [12:57:02] [Craft Scheduler Thread - 835/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2017. [13:01:07] [Server thread/INFO]: Chat Games // Vypocitej 827 + 137 pro ziskani odmeny!
  2018. [13:01:51] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 964!
  2019. [13:11:52] [Server thread/INFO]: Chat Games // Vypocitej 87 + 804 pro ziskani odmeny!
  2020. [13:12:02] [Craft Scheduler Thread - 842/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2021. [13:12:36] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 891!
  2022. [13:13:07] [Thread-3549/INFO]: UUID of player Cervik is 992ee88c-062e-3d88-a159-df47c00a0338
  2023. [13:13:07] [Server thread/INFO]: Cervik[/213.226.252.59:57004] logged in with entity id 4813123 at ([Survival]1288.5, 104.0, -301.5)
  2024. [13:13:07] [Server thread/INFO]: [+] TITAN Cervik se pripojil do hry.
  2025. [13:13:14] [Craft Scheduler Thread - 856/INFO]: [AuthMe] Cervik logged in!
  2026. [13:16:20] [Server thread/INFO]: Cervik issued server command: /god
  2027. [13:16:24] [Server thread/INFO]: Cervik issued server command: /fly
  2028. [13:16:52] [Server thread/WARN]: Cervik moved wrongly!
  2029. [13:20:40] [Server thread/INFO]: Cervik issued server command: /spawn
  2030. [13:20:49] [Server thread/INFO]: Cervik issued server command: /warps
  2031. [13:22:36] [Server thread/INFO]: Chat Games // Vypocitej 806 + 531 pro ziskani odmeny!
  2032. [13:23:20] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1337!
  2033. [13:23:35] [Server thread/INFO]: Cervik issued server command: /fix
  2034. [13:23:43] [Server thread/INFO]: Cervik issued server command: /shop
  2035. [13:24:01] [Server thread/INFO]: [ShopGUIPlus] Cervik sold all 320 x Obsidian for 1,280$ to blocks shop
  2036. [13:25:17] [Server thread/INFO]: Cervik issued server command: /home
  2037. [13:25:54] [Server thread/INFO]: Cervik lost connection: Disconnected
  2038. [13:25:54] [Server thread/INFO]: [-] TITAN Cervik se odpojil ze hry.
  2039. [13:27:02] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  2040. [13:27:02] [Server thread/INFO]: 
  2041. [13:27:02] [Server thread/INFO]: 
  2042. [13:27:02] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  2043. [13:27:02] [Server thread/INFO]: 
  2044. [13:27:02] [Server thread/INFO]: 
  2045. [13:27:02] [Craft Scheduler Thread - 896/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2046. [13:33:20] [Server thread/INFO]: Chat Games // Vypocitej 15 + 142 pro ziskani odmeny!
  2047. [13:34:04] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 157!
  2048. [13:42:02] [Craft Scheduler Thread - 892/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2049. [13:44:04] [Server thread/INFO]: Chat Games // Vypocitej 791 + 713 pro ziskani odmeny!
  2050. [13:44:48] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1504!
  2051. [13:46:19] [Thread-3772/INFO]: UUID of player L0Tox is 7d812df1-6f02-3d79-9d4d-a48188d96d89
  2052. [13:46:19] [Server thread/INFO]: L0Tox[/89.177.207.149:50244] logged in with entity id 5114932 at ([Survival]-7561.865439388948, 78.0, 3898.0661906281553)
  2053. [13:46:19] [Server thread/WARN]: [AuthMe] Task #36339 for AuthMe v5.6.0-beta1-b2226 generated an exception
  2054. java.util.ConcurrentModificationException
  2055. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_191]
  2056. at java.util.HashMap$KeyIterator.next(HashMap.java:1466) ~[?:1.8.0_191]
  2057. at net.minecraft.server.v1_8_R3.EntityTracker.a(EntityTracker.java:202) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2058. at net.minecraft.server.v1_8_R3.EntityPlayer.B(EntityPlayer.java:1041) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2059. at net.minecraft.server.v1_8_R3.EntityPlayer.updateAbilities(EntityPlayer.java:934) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2060. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.setAllowFlight(CraftPlayer.java:1165) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2061. at fr.xephi.authme.data.limbo.AllowFlightRestoreType.processPlayer(AllowFlightRestoreType.java:64) ~[?:?]
  2062. at fr.xephi.authme.data.limbo.LimboServiceHelper.revokeLimboStates(LimboServiceHelper.java:60) ~[?:?]
  2063. at fr.xephi.authme.data.limbo.LimboService.createLimboPlayer(LimboService.java:75) ~[?:?]
  2064. at fr.xephi.authme.process.join.AsynchronousJoin.lambda$processJoinSync$6(AsynchronousJoin.java:160) ~[?:?]
  2065. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2066. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2067. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2068. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2069. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2070. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2071. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  2072. [13:46:19] [Server thread/INFO]: [+] ETERNAL L0Tox se pripojil do hry.
  2073. [13:46:27] [Craft Scheduler Thread - 925/INFO]: [AuthMe] L0Tox logged in!
  2074. [13:46:48] [Server thread/INFO]: L0Tox lost connection: Disconnected
  2075. [13:46:48] [Server thread/INFO]: [-] ETERNAL L0Tox se odpojil ze hry.
  2076. [13:46:49] [Server thread/WARN]: handleDisconnection() called twice
  2077. [13:46:53] [Thread-3777/INFO]: UUID of player L0Tox is 7d812df1-6f02-3d79-9d4d-a48188d96d89
  2078. [13:46:53] [Server thread/INFO]: L0Tox[/89.177.207.149:50270] logged in with entity id 5120255 at ([Survival]-7575.004473217391, 73.5, 3893.826271206891)
  2079. [13:46:53] [Server thread/INFO]: [+] ETERNAL L0Tox se pripojil do hry.
  2080. [13:46:57] [Craft Scheduler Thread - 918/INFO]: [AuthMe] L0Tox logged in!
  2081. [13:47:08] [Server thread/INFO]: L0Tox issued server command: /fish shop
  2082. [13:47:09] [Server thread/INFO]: L0Tox issued server command: /fish shop
  2083. [13:47:10] [Server thread/INFO]: L0Tox issued server command: /fish shop
  2084. [13:47:10] [Server thread/INFO]: L0Tox issued server command: /fish shop
  2085. [13:47:12] [Server thread/INFO]: L0Tox issued server command: /jobs
  2086. [13:47:15] [Server thread/INFO]: L0Tox issued server command: /ah
  2087. [13:47:18] [Server thread/INFO]: L0Tox issued server command: /shop
  2088. [13:47:24] [Server thread/INFO]: L0Tox issued server command: /ce
  2089. [13:47:28] [Server thread/INFO]: L0Tox issued server command: /ce
  2090. [13:47:45] [Server thread/INFO]: L0Tox issued server command: /god
  2091. [13:47:46] [Server thread/INFO]: L0Tox issued server command: /Fly
  2092. [13:48:47] [Server thread/INFO]: L0Tox issued server command: /ip
  2093. [13:49:29] [Server thread/INFO]: L0Tox lost connection: Disconnected
  2094. [13:49:29] [Server thread/INFO]: [-] ETERNAL L0Tox se odpojil ze hry.
  2095. [13:49:43] [Thread-3796/INFO]: UUID of player L0Tox is 7d812df1-6f02-3d79-9d4d-a48188d96d89
  2096. [13:49:43] [Server thread/INFO]: L0Tox[/89.177.207.149:50328] logged in with entity id 5146317 at ([Survival]-7592.149583966439, 75.02919820977807, 3897.0901036588)
  2097. [13:49:43] [Server thread/WARN]: [AuthMe] Task #37021 for AuthMe v5.6.0-beta1-b2226 generated an exception
  2098. java.util.ConcurrentModificationException
  2099. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_191]
  2100. at java.util.HashMap$KeyIterator.next(HashMap.java:1466) ~[?:1.8.0_191]
  2101. at net.minecraft.server.v1_8_R3.EntityTracker.a(EntityTracker.java:202) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2102. at net.minecraft.server.v1_8_R3.EntityPlayer.B(EntityPlayer.java:1041) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2103. at net.minecraft.server.v1_8_R3.EntityPlayer.updateAbilities(EntityPlayer.java:934) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2104. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.setAllowFlight(CraftPlayer.java:1165) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2105. at fr.xephi.authme.data.limbo.AllowFlightRestoreType.processPlayer(AllowFlightRestoreType.java:64) ~[?:?]
  2106. at fr.xephi.authme.data.limbo.LimboServiceHelper.revokeLimboStates(LimboServiceHelper.java:60) ~[?:?]
  2107. at fr.xephi.authme.data.limbo.LimboService.createLimboPlayer(LimboService.java:75) ~[?:?]
  2108. at fr.xephi.authme.process.join.AsynchronousJoin.lambda$processJoinSync$6(AsynchronousJoin.java:160) ~[?:?]
  2109. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2110. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2111. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2112. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2113. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2114. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2115. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  2116. [13:49:43] [Server thread/INFO]: [+] ETERNAL L0Tox se pripojil do hry.
  2117. [13:49:48] [Craft Scheduler Thread - 932/INFO]: [AuthMe] L0Tox logged in!
  2118. [13:49:52] [Server thread/INFO]: L0Tox lost connection: Disconnected
  2119. [13:49:52] [Server thread/INFO]: [-] ETERNAL L0Tox se odpojil ze hry.
  2120. [13:49:57] [Thread-3799/INFO]: UUID of player L0Tox is 7d812df1-6f02-3d79-9d4d-a48188d96d89
  2121. [13:49:57] [Server thread/INFO]: L0Tox[/89.177.207.149:50342] logged in with entity id 5148932 at ([Survival]-7602.928423497192, 68.0, 3895.3223431104107)
  2122. [13:49:57] [Server thread/INFO]: [+] ETERNAL L0Tox se pripojil do hry.
  2123. [13:49:57] [Server thread/WARN]: [AuthMe] Task #37177 for AuthMe v5.6.0-beta1-b2226 generated an exception
  2124. java.util.ConcurrentModificationException
  2125. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_191]
  2126. at java.util.HashMap$KeyIterator.next(HashMap.java:1466) ~[?:1.8.0_191]
  2127. at net.minecraft.server.v1_8_R3.EntityTracker.a(EntityTracker.java:202) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2128. at net.minecraft.server.v1_8_R3.EntityPlayer.B(EntityPlayer.java:1041) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2129. at net.minecraft.server.v1_8_R3.EntityPlayer.updateAbilities(EntityPlayer.java:934) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2130. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.setAllowFlight(CraftPlayer.java:1165) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2131. at fr.xephi.authme.data.limbo.AllowFlightRestoreType.processPlayer(AllowFlightRestoreType.java:64) ~[?:?]
  2132. at fr.xephi.authme.data.limbo.LimboServiceHelper.revokeLimboStates(LimboServiceHelper.java:60) ~[?:?]
  2133. at fr.xephi.authme.data.limbo.LimboService.createLimboPlayer(LimboService.java:75) ~[?:?]
  2134. at fr.xephi.authme.process.join.AsynchronousJoin.lambda$processJoinSync$6(AsynchronousJoin.java:160) ~[?:?]
  2135. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2136. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2137. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2138. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2139. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2140. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2141. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  2142. [13:50:03] [Craft Scheduler Thread - 931/INFO]: [AuthMe] L0Tox logged in!
  2143. [13:50:05] [Server thread/INFO]: L0Tox issued server command: /god
  2144. [13:50:29] [Server thread/INFO]: L0Tox lost connection: Disconnected
  2145. [13:50:29] [Server thread/INFO]: [-] ETERNAL L0Tox se odpojil ze hry.
  2146. [13:50:33] [Thread-3804/INFO]: UUID of player L0Tox is 7d812df1-6f02-3d79-9d4d-a48188d96d89
  2147. [13:50:33] [Server thread/INFO]: L0Tox[/89.177.207.149:50361] logged in with entity id 5154679 at ([Survival]-7631.263358702019, 67.0, 3893.579050444139)
  2148. [13:50:33] [Server thread/INFO]: [+] ETERNAL L0Tox se pripojil do hry.
  2149. [13:50:38] [Craft Scheduler Thread - 943/INFO]: [AuthMe] L0Tox logged in!
  2150. [13:50:55] [Server thread/INFO]: L0Tox issued server command: /god
  2151. [13:50:56] [Server thread/INFO]: L0Tox issued server command: /fly
  2152. [13:51:40] [Server thread/INFO]: L0Tox issued server command: /afk
  2153. [13:54:48] [Server thread/INFO]: Chat Games // Vypocitej 340 + 592 pro ziskani odmeny!
  2154. [13:55:32] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 932!
  2155. [13:57:02] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  2156. [13:57:02] [Craft Scheduler Thread - 960/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2157. [14:01:45] [Server thread/INFO]: [ProtocolLib] The updater found an update: 4.4.0 (Running 4.3.0). Download at https://www.spigotmc.org/resources/protocollib.1997/
  2158. [14:02:41] [Thread-3887/INFO]: UUID of player OneMC_SK is 9711bcd1-b594-32e1-9a68-aa0cd561d10a
  2159. [14:02:41] [Server thread/INFO]: OneMC_SK[/78.99.227.106:50166] logged in with entity id 5266187 at ([Plots]27.095566415868475, 103.70344223453787, -258.8849802053628)
  2160. [14:02:41] [Server thread/INFO]: [+] TITAN OneMC_SK se pripojil do hry.
  2161. [14:02:55] [Craft Scheduler Thread - 966/INFO]: [AuthMe] OneMC_SK logged in!
  2162. [14:03:07] [Server thread/INFO]: OneMC_SK issued server command: /buy
  2163. [14:03:25] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox ?
  2164. [14:03:28] [Server thread/INFO]: OneMC_SK issued server command: /fly
  2165. [14:03:31] [Server thread/INFO]: OneMC_SK issued server command: /kit
  2166. [14:03:44] [Server thread/INFO]: OneMC_SK issued server command: /buy
  2167. [14:05:32] [Server thread/INFO]: Chat Games // Vypocitej 868 + 482 pro ziskani odmeny!
  2168. [14:06:08] [Server thread/INFO]:  ETERNAL L0Tox » ano
  2169. [14:06:16] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1350!
  2170. [14:07:16] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox ?
  2171. [14:07:19] [Server thread/INFO]:  ETERNAL L0Tox » ??? :D
  2172. [14:07:23] [Server thread/INFO]:  TITAN OneMC_SK » ako si si kupil Eternal ?
  2173. [14:07:31] [Server thread/INFO]:  ETERNAL L0Tox » Viděl si před spawnem něco? :D
  2174. [14:07:34] [Server thread/INFO]:  ETERNAL L0Tox » nekoupil
  2175. [14:07:35] [Server thread/INFO]: OneMC_SK issued server command: /spawn
  2176. [14:07:46] [Server thread/INFO]:  TITAN OneMC_SK » co som si mal vsimnut ?
  2177. [14:07:58] [Server thread/INFO]: OneMC_SK issued server command: /menu
  2178. [14:08:10] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox
  2179. [14:08:33] [Thread-3926/INFO]: UUID of player snowwhiteman is 8d7112f3-d2ac-34ab-9ce9-081769857df8
  2180. [14:08:33] [Server thread/INFO]: [Economy] Found player snowwhiteman by UUID 8d7112f3-d2ac-34ab-9ce9-081769857df8 but not by their actual name - they may have changed their username
  2181. [14:08:33] [Server thread/INFO]: snowwhiteman[/87.197.40.193:49352] logged in with entity id 5319912 at ([world]233.5, 67.0, 439.5)
  2182. [14:08:33] [Server thread/INFO]: [+] Hrac snowwhiteman se pripojil do hry.
  2183. [14:08:33] [pool-27-thread-1/INFO]: Vytvarim prazdny config: /hlserver/27928/plugins/Essentials/userdata/8d7112f3-d2ac-34ab-9ce9-081769857df8.yml
  2184. [14:08:33] [Craft Scheduler Thread - 974/INFO]: [NamelessMC] [WARNING] snowwhiteman is not contained in the Players Data File..
  2185. [14:08:33] [Craft Scheduler Thread - 974/INFO]: [NamelessMC] [Info] Added snowwhiteman to the Players Data File.
  2186. [14:08:50] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox
  2187. [14:08:54] [Server thread/INFO]:  ETERNAL L0Tox » no? :D
  2188. [14:08:55] [Server thread/INFO]:  TITAN OneMC_SK » jak si ho dostal ?
  2189. [14:08:57] [Server thread/INFO]: snowwhiteman has just earned the achievement [Taking Inventory]
  2190. [14:09:02] [Server thread/INFO]:  TITAN OneMC_SK » nebo koupil
  2191. [14:09:03] [Server thread/INFO]: snowwhiteman lost connection: §c§lAuthMe >> §cTvuj cas na prihlaseni vyprsel a byl jsi vyhozen ze serveru, prosim zkus to znovu!
  2192. [14:09:03] [Server thread/INFO]: [-] Hrac snowwhiteman se odpojil ze hry.
  2193. [14:09:03] [Server thread/WARN]: handleDisconnection() called twice
  2194. [14:09:04] [Thread-3931/INFO]: UUID of player GGrreggg is cd1d08f2-a755-39a0-9d31-7331e259232e
  2195. [14:09:04] [Server thread/INFO]: [Economy] Found player GGrreggg by UUID cd1d08f2-a755-39a0-9d31-7331e259232e but not by their actual name - they may have changed their username
  2196. [14:09:04] [Server thread/INFO]: GGrreggg[/89.203.220.170:51416] logged in with entity id 5324978 at ([world]235.5, 70.0, 432.5)
  2197. [14:09:04] [Server thread/INFO]: [+] Hrac GGrreggg se pripojil do hry.
  2198. [14:09:04] [pool-27-thread-1/INFO]: Vytvarim prazdny config: /hlserver/27928/plugins/Essentials/userdata/cd1d08f2-a755-39a0-9d31-7331e259232e.yml
  2199. [14:09:04] [Craft Scheduler Thread - 950/INFO]: [NamelessMC] [WARNING] GGrreggg is not contained in the Players Data File..
  2200. [14:09:04] [Craft Scheduler Thread - 950/INFO]: [NamelessMC] [Info] Added GGrreggg to the Players Data File.
  2201. [14:09:07] [Server thread/INFO]:  ETERNAL L0Tox » To se neříká :D=
  2202. [14:09:12] [Server thread/INFO]:  TITAN OneMC_SK » povedz
  2203. [14:09:15] [Server thread/INFO]:  ETERNAL L0Tox » Jdu jest :D
  2204. [14:09:17] [Server thread/INFO]: [AuthMe] GGrreggg registered 89.203.220.170
  2205. [14:09:17] [Craft Scheduler Thread - 972/INFO]: [AuthMe] GGrreggg logged in!
  2206. [14:09:18] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox
  2207. [14:09:20] [Server thread/INFO]:  Hrac GGrreggg » Je tu majitel ?
  2208. [14:09:23] [Server thread/INFO]:  TITAN OneMC_SK » boze odpovedz
  2209. [14:09:24] [Server thread/INFO]:  Hrac GGrreggg » jINAK ZDRAVÍM Xed
  2210. [14:09:26] [Server thread/INFO]:  TITAN OneMC_SK » nie neni
  2211. [14:09:30] [Server thread/INFO]:  ETERNAL L0Tox » Proč? :D
  2212. [14:09:37] [Server thread/INFO]:  Hrac GGrreggg » A JE TU KitPvP
  2213. [14:09:44] [Server thread/INFO]:  ETERNAL L0Tox » nn survivale pouze
  2214. [14:09:47] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox povedz ja viem ze to ma byt novy rank
  2215. [14:09:59] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox povedz ako si si ho kupil
  2216. [14:10:02] [Server thread/INFO]: OneMC_SK issued server command: /menu
  2217. [14:10:04] [Server thread/INFO]:  ETERNAL L0Tox » On tu byl ale odjakživa :D
  2218. [14:10:11] [Server thread/INFO]:  ETERNAL L0Tox » Jen ho nikdy nešlo koupit
  2219. [14:10:20] [Server thread/INFO]:  TITAN OneMC_SK » ne nebyl
  2220. [14:10:22] [Server thread/INFO]:  ETERNAL L0Tox » já ho nekoupil bože
  2221. [14:10:25] [Server thread/INFO]:  ETERNAL L0Tox » jo byl
  2222. [14:10:26] [Server thread/INFO]:  ETERNAL L0Tox » :)
  2223. [14:10:28] [Server thread/INFO]: CONSOLE issued server command: /eco give OneMC_SK 100
  2224. [14:10:28] [Server thread/INFO]: $100 bylo pripsano na TITAN OneMC_SK ucet. Nova hodnota: $2,108,200
  2225. [14:10:31] [Server thread/INFO]:  ETERNAL L0Tox » hraju tu od začátku :D
  2226. [14:10:39] [Server thread/INFO]:  Hrac GGrreggg » kadernice
  2227. [14:10:43] [Server thread/INFO]:  TITAN OneMC_SK » este DandyLP povedal ze bude nový Eternal
  2228. [14:10:51] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox ale pred tým si ho nemal
  2229. [14:10:52] [Server thread/INFO]:  Hrac GGrreggg » kadernice
  2230. [14:11:12] [Server thread/INFO]: GGrreggg lost connection: Disconnected
  2231. [14:11:12] [Server thread/INFO]: [-] Hrac GGrreggg se odpojil ze hry.
  2232. [14:11:19] [Server thread/INFO]:  TITAN OneMC_SK » L0Tox odpovedaj
  2233. [14:11:22] [Server thread/INFO]:  ETERNAL L0Tox » To je snad jedno ne :D
  2234. [14:11:30] [Server thread/INFO]:  ETERNAL L0Tox » Jdi si zabíjet specialn moby :D
  2235. [14:11:34] [Server thread/INFO]:  TITAN OneMC_SK » a jak si ho ziskal ?
  2236. [14:11:47] [Server thread/INFO]:  TITAN OneMC_SK » kdys si ho teda nekoupil
  2237. [14:12:02] [Server thread/INFO]: 
  2238. [14:12:02] [Server thread/INFO]: 
  2239. [14:12:02] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  2240. [14:12:02] [Server thread/INFO]: 
  2241. [14:12:02] [Server thread/INFO]: 
  2242. [14:12:03] [Craft Scheduler Thread - 987/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2243. [14:12:04] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2244. [14:12:07] [Server thread/INFO]:  ETERNAL L0Tox » Od dandyho prostě :D
  2245. [14:12:07] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2246. [14:12:08] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2247. [14:12:11] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2248. [14:12:14] [Server thread/INFO]: OneMC_SK issued server command: /top
  2249. [14:12:16] [Server thread/INFO]: OneMC_SK issued server command: /top
  2250. [14:12:27] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2251. [14:12:31] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2252. [14:12:34] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2253. [14:12:38] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2254. [14:12:40] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2255. [14:12:40] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2256. [14:12:41] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2257. [14:12:42] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2258. [14:12:42] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2259. [14:12:44] [Server thread/INFO]:  ETERNAL L0Tox » tam nic není :D
  2260. [14:12:45] [Server thread/INFO]:  TITAN OneMC_SK » lol
  2261. [14:12:47] [Server thread/INFO]:  ETERNAL L0Tox » :D
  2262. [14:12:49] [Server thread/INFO]:  TITAN OneMC_SK » lol
  2263. [14:12:50] [Server thread/INFO]:  ETERNAL L0Tox » hezký ne
  2264. [14:12:50] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2265. [14:12:51] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2266. [14:12:51] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2267. [14:12:53] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2268. [14:12:53] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2269. [14:12:54] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2270. [14:12:55] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2271. [14:12:56] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2272. [14:12:57] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2273. [14:12:58] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2274. [14:12:59] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2275. [14:13:00] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2276. [14:13:01] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2277. [14:13:02] [Server thread/INFO]: OneMC_SK issued server command: /jump
  2278. [14:13:05] [Server thread/INFO]: OneMC_SK issued server command: /spawn
  2279. [14:13:32] [Server thread/INFO]: OneMC_SK issued server command: /shop
  2280. [14:13:36] [Server thread/INFO]:  ETERNAL L0Tox » jdu zatím čauu :D
  2281. [14:13:41] [Server thread/INFO]:  TITAN OneMC_SK » mozes dat /kit eternal ?
  2282. [14:13:52] [Server thread/INFO]: L0Tox issued server command: /kit eternal
  2283. [14:13:54] [Server thread/INFO]:  TITAN OneMC_SK » co ?
  2284. [14:13:59] [Server thread/INFO]:  ETERNAL L0Tox » Však ani není :D
  2285. [14:14:12] [Server thread/INFO]:  TITAN OneMC_SK » cau
  2286. [14:14:13] [Server thread/INFO]:  TITAN OneMC_SK » di uz
  2287. [14:14:16] [Server thread/INFO]:  ETERNAL L0Tox » xd
  2288. [14:14:18] [Server thread/INFO]: L0Tox lost connection: Disconnected
  2289. [14:14:18] [Server thread/INFO]: [-] ETERNAL L0Tox se odpojil ze hry.
  2290. [14:15:13] [Thread-3972/INFO]: UUID of player ZorTik is 9791885f-9143-3518-b785-de2cdd87e193
  2291. [14:15:13] [Server thread/INFO]: [Economy] Found player ZorTik by UUID 9791885f-9143-3518-b785-de2cdd87e193 but not by their actual name - they may have changed their username
  2292. [14:15:13] [Server thread/INFO]: ZorTik[/92.62.232.65:53831] logged in with entity id 5381796 at ([world]220.5, 70.0, 438.5)
  2293. [14:15:13] [Server thread/INFO]: [+] Hrac ZorTik se pripojil do hry.
  2294. [14:15:13] [pool-27-thread-1/INFO]: Vytvarim prazdny config: /hlserver/27928/plugins/Essentials/userdata/9791885f-9143-3518-b785-de2cdd87e193.yml
  2295. [14:15:13] [Craft Scheduler Thread - 988/INFO]: [NamelessMC] [WARNING] ZorTik is not contained in the Players Data File..
  2296. [14:15:13] [Craft Scheduler Thread - 988/INFO]: [NamelessMC] [Info] Added ZorTik to the Players Data File.
  2297. [14:15:21] [Server thread/INFO]: [AuthMe] ZorTik registered 92.62.232.65
  2298. [14:15:21] [Craft Scheduler Thread - 984/INFO]: [AuthMe] ZorTik logged in!
  2299. [14:15:24] [Server thread/INFO]:  Hrac ZorTik » Zdar.
  2300. [14:15:31] [Thread-3975/INFO]: [VoteRoulette] §3Hlasovani §8» §fOneMC_SK §bhlasoval za server, odmena: §f§lVOTE KEY
  2301. [14:15:31] [Server thread/INFO]: Crates » You have given OneMC_SK 1 Keys.
  2302. [14:15:31] [Server thread/INFO]: You have sent OneMC_SK the titles "DIKY ZA HLASOVANI" "Ziskal jsi VOTE KEY".
  2303. [14:15:38] [Server thread/INFO]:  Hrac ZorTik » cc
  2304. [14:15:41] [Server thread/INFO]:  TITAN OneMC_SK » cs
  2305. [14:15:50] [Server thread/INFO]: OneMC_SK issued server command: /god
  2306. [14:15:52] [Server thread/INFO]: OneMC_SK issued server command: /home
  2307. [14:16:07] [Server thread/INFO]:  Hrac ZorTik » Tady teda nehrává moc lidí.. :D
  2308. [14:16:16] [Server thread/INFO]: Chat Games // Vypocitej 293 + 283 pro ziskani odmeny!
  2309. [14:16:18] [Server thread/INFO]:  TITAN OneMC_SK » ale včera tu bylo 12 :D
  2310. [14:16:30] [Server thread/INFO]:  Hrac ZorTik » max tu bylo 9 před týdnem (podle craftlist.org)
  2311. [14:16:31] [Async Chat Thread - #13/INFO]: Chat Games // OneMC_SK vyhral hru!
  2312. [14:16:42] [Server thread/INFO]:  TITAN OneMC_SK » klame :D
  2313. [14:16:53] [Server thread/INFO]:  TITAN OneMC_SK » budem afk
  2314. [14:16:54] [Server thread/INFO]:  TITAN OneMC_SK » cau
  2315. [14:16:55] [Server thread/INFO]: OneMC_SK issued server command: /afk
  2316. [14:17:17] [Server thread/INFO]: ZorTik lost connection: Disconnected
  2317. [14:17:17] [Server thread/INFO]: [-] Hrac ZorTik se odpojil ze hry.
  2318. [14:25:28] [Thread-4040/INFO]: UUID of player BrusziYT is 8c7074b3-4871-32e0-b1f9-54326c1b2dd0
  2319. [14:25:28] [Server thread/INFO]: [Economy] Found player BrusziYT by UUID 8c7074b3-4871-32e0-b1f9-54326c1b2dd0 but not by their actual name - they may have changed their username
  2320. [14:25:28] [Server thread/INFO]: BrusziYT[/89.203.220.170:52033] logged in with entity id 5474636 at ([world]229.5, 72.0, 438.5)
  2321. [14:25:28] [Server thread/INFO]: [+] Hrac BrusziYT se pripojil do hry.
  2322. [14:25:28] [pool-27-thread-1/INFO]: Vytvarim prazdny config: /hlserver/27928/plugins/Essentials/userdata/8c7074b3-4871-32e0-b1f9-54326c1b2dd0.yml
  2323. [14:25:28] [Server thread/WARN]: Teleportace noveho hrace selhala
  2324. java.util.ConcurrentModificationException
  2325. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_191]
  2326. at java.util.HashMap$KeyIterator.next(HashMap.java:1466) ~[?:1.8.0_191]
  2327. at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:32) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2328. at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2329. at net.minecraft.server.v1_8_R3.World.a(World.java:1066) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2330. at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2331. at net.minecraft.server.v1_8_R3.World.addEntity(World.java:1059) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2332. at net.minecraft.server.v1_8_R3.World.addEntity(World.java:987) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2333. at net.minecraft.server.v1_8_R3.PlayerList.moveToWorld(PlayerList.java:608) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2334. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.teleport(CraftPlayer.java:471) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2335. at com.earth2me.essentials.paperlib.features.asyncteleport.AsyncTeleportSync.teleportAsync(AsyncTeleportSync.java:13) ~[EssentialsX-2.17.1.17.jar:?]
  2336. at com.earth2me.essentials.paperlib.environments.Environment.teleport(Environment.java:79) ~[EssentialsX-2.17.1.17.jar:?]
  2337. at com.earth2me.essentials.paperlib.PaperLib.teleportAsync(PaperLib.java:86) ~[EssentialsX-2.17.1.17.jar:?]
  2338. at com.earth2me.essentials.Teleport.now(Teleport.java:143) ~[EssentialsX-2.17.1.17.jar:?]
  2339. at com.earth2me.essentials.Teleport.now(Teleport.java:108) ~[EssentialsX-2.17.1.17.jar:?]
  2340. at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$NewPlayerTeleport.run(EssentialsSpawnPlayerListener.java:141) [EssentialsXSpawn-2.17.1.17.jar:?]
  2341. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2342. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2343. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2344. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2345. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2346. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2347. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  2348. [14:25:28] [Craft Scheduler Thread - 1006/INFO]: [NamelessMC] [WARNING] BrusziYT is not contained in the Players Data File..
  2349. [14:25:28] [Craft Scheduler Thread - 1006/INFO]: [NamelessMC] [Info] Added BrusziYT to the Players Data File.
  2350. [14:25:32] [Server thread/INFO]: BrusziYT lost connection: Disconnected
  2351. [14:25:32] [Server thread/INFO]: [-] Hrac BrusziYT se odpojil ze hry.
  2352. [14:26:31] [Server thread/INFO]: Chat Games // Vypocitej 197 + 239 pro ziskani odmeny!
  2353. [14:27:03] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  2354. [14:27:03] [Craft Scheduler Thread - 1016/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2355. [14:27:15] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 436!
  2356. [14:35:52] [Thread-4113/INFO]: UUID of player Cervik is 992ee88c-062e-3d88-a159-df47c00a0338
  2357. [14:35:52] [Server thread/INFO]: Cervik[/213.226.252.59:58089] logged in with entity id 5568897 at ([Survival]1296.2689478078476, 104.0, -303.74788864970776)
  2358. [14:35:52] [Server thread/INFO]: [+] TITAN Cervik se pripojil do hry.
  2359. [14:36:01] [Craft Scheduler Thread - 1030/INFO]: [AuthMe] Cervik logged in!
  2360. [14:37:15] [Server thread/INFO]: Cervik issued server command: /god
  2361. [14:37:16] [Server thread/INFO]: Chat Games // Vypocitej 466 + 542 pro ziskani odmeny!
  2362. [14:37:20] [Server thread/INFO]: Cervik issued server command: /fly
  2363. [14:38:00] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1008!
  2364. [14:39:27] [Thread-4140/INFO]: UUID of player Danoprd123 is 92b17afa-796e-3711-8c4f-877628a27e1d
  2365. [14:39:27] [Server thread/INFO]: Danoprd123[/93.153.51.160:51653] logged in with entity id 5601833 at ([Survival]-7576.589531700809, 72.5, 3908.886139059359)
  2366. [14:39:27] [Server thread/WARN]: [AuthMe] Task #49040 for AuthMe v5.6.0-beta1-b2226 generated an exception
  2367. java.util.ConcurrentModificationException
  2368. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442) ~[?:1.8.0_191]
  2369. at java.util.HashMap$KeyIterator.next(HashMap.java:1466) ~[?:1.8.0_191]
  2370. at net.minecraft.server.v1_8_R3.EntityTracker.a(EntityTracker.java:202) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2371. at net.minecraft.server.v1_8_R3.EntityPlayer.B(EntityPlayer.java:1041) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2372. at net.minecraft.server.v1_8_R3.EntityPlayer.updateAbilities(EntityPlayer.java:934) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2373. at org.bukkit.craftbukkit.v1_8_R3.entity.CraftPlayer.setAllowFlight(CraftPlayer.java:1165) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2374. at fr.xephi.authme.data.limbo.AllowFlightRestoreType.processPlayer(AllowFlightRestoreType.java:64) ~[?:?]
  2375. at fr.xephi.authme.data.limbo.LimboServiceHelper.revokeLimboStates(LimboServiceHelper.java:60) ~[?:?]
  2376. at fr.xephi.authme.data.limbo.LimboService.createLimboPlayer(LimboService.java:75) ~[?:?]
  2377. at fr.xephi.authme.process.join.AsynchronousJoin.lambda$processJoinSync$6(AsynchronousJoin.java:160) ~[?:?]
  2378. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2379. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2380. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2381. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2382. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2383. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
  2384. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  2385. [14:39:27] [Server thread/INFO]: [+] Hrac Danoprd123 se pripojil do hry.
  2386. [14:39:30] [Server thread/INFO]: OneMC_SK lost connection: Disconnected
  2387. [14:39:30] [Server thread/INFO]: [-] TITAN OneMC_SK se odpojil ze hry.
  2388. [14:39:31] [Server thread/INFO]: Danoprd123 lost connection: Disconnected
  2389. [14:39:31] [Server thread/INFO]: [-] Hrac Danoprd123 se odpojil ze hry.
  2390. [14:39:57] [Server thread/WARN]: handleDisconnection() called twice
  2391. [14:42:03] [Craft Scheduler Thread - 1043/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2392. [14:42:48] [Server thread/INFO]: Saving...
  2393. [14:42:48] [Server thread/INFO]: Saved the world
  2394. [14:42:59] [Server thread/INFO]: Turned off world auto-saving
  2395. [14:44:26] [Server thread/INFO]: Turned on world auto-saving
  2396. [14:45:16] [Server thread/INFO]: Cervik lost connection: Disconnected
  2397. [14:45:16] [Server thread/INFO]: [-] TITAN Cervik se odpojil ze hry.
  2398. [14:45:27] [Thread-4177/INFO]: UUID of player Cervik is 992ee88c-062e-3d88-a159-df47c00a0338
  2399. [14:45:28] [Server thread/INFO]: Cervik[/213.226.252.59:58106] logged in with entity id 5656853 at ([Survival]1293.4279012949648, 104.0, -303.7045649801606)
  2400. [14:45:28] [Server thread/INFO]: [+] TITAN Cervik se pripojil do hry.
  2401. [14:45:35] [Craft Scheduler Thread - 1050/INFO]: [AuthMe] Cervik used the wrong password
  2402. [14:45:35] [Server thread/INFO]: Cervik lost connection: §c§lAuthMe >> §cSpatne heslo!
  2403. [14:45:35] [Server thread/INFO]: [-] TITAN Cervik se odpojil ze hry.
  2404. [14:45:35] [Server thread/WARN]: handleDisconnection() called twice
  2405. [14:45:43] [Thread-4180/INFO]: UUID of player Cervik is 992ee88c-062e-3d88-a159-df47c00a0338
  2406. [14:45:43] [Server thread/INFO]: Cervik[/213.226.252.59:58111] logged in with entity id 5659343 at ([Survival]1293.4279012949648, 104.0, -303.7045649801606)
  2407. [14:45:43] [Server thread/INFO]: [+] TITAN Cervik se pripojil do hry.
  2408. [14:45:52] [Craft Scheduler Thread - 1017/INFO]: [AuthMe] Cervik used the wrong password
  2409. [14:45:52] [Server thread/INFO]: Cervik lost connection: §c§lAuthMe >> §cSpatne heslo!
  2410. [14:45:52] [Server thread/INFO]: [-] TITAN Cervik se odpojil ze hry.
  2411. [14:45:52] [Server thread/WARN]: handleDisconnection() called twice
  2412. [14:46:04] [Thread-4185/INFO]: UUID of player Cervik is 992ee88c-062e-3d88-a159-df47c00a0338
  2413. [14:46:04] [Server thread/INFO]: Cervik[/213.226.252.59:58113] logged in with entity id 5662608 at ([Survival]1293.4279012949648, 104.0, -303.7045649801606)
  2414. [14:46:04] [Server thread/INFO]: [+] TITAN Cervik se pripojil do hry.
  2415. [14:46:12] [Craft Scheduler Thread - 1053/INFO]: [AuthMe] Cervik logged in!
  2416. [14:48:00] [Server thread/INFO]: Chat Games // Vypocitej 971 + 764 pro ziskani odmeny!
  2417. [14:48:44] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1735!
  2418. [14:49:05] [Server thread/INFO]: Cervik lost connection: Disconnected
  2419. [14:49:05] [Server thread/INFO]: [-] TITAN Cervik se odpojil ze hry.
  2420. [14:51:44] [Thread-4222/INFO]: UUID of player L0Tox is 7d812df1-6f02-3d79-9d4d-a48188d96d89
  2421. [14:51:44] [Server thread/INFO]: L0Tox[/89.177.207.149:51255] logged in with entity id 5713981 at ([Survival]-7662.6450920469615, 73.0, 3871.300000011921)
  2422. [14:51:44] [Server thread/INFO]: [+] ETERNAL L0Tox se pripojil do hry.
  2423. [14:51:51] [Craft Scheduler Thread - 1058/INFO]: [AuthMe] L0Tox logged in!
  2424. [14:51:57] [Server thread/INFO]: L0Tox issued server command: /god
  2425. [14:51:58] [Server thread/INFO]: L0Tox issued server command: /fly
  2426. [14:52:56] [Server thread/INFO]: L0Tox issued server command: /home
  2427. [14:55:55] [Server thread/INFO]: L0Tox issued server command: /shop
  2428. [14:57:03] [Server thread/INFO]: 
  2429. [14:57:03] [Server thread/INFO]: 
  2430. [14:57:03] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  2431. [14:57:03] [Server thread/INFO]: 
  2432. [14:57:03] [Server thread/INFO]: 
  2433. [14:57:03] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  2434. [14:57:03] [Craft Scheduler Thread - 1069/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2435. [14:58:44] [Server thread/INFO]: Chat Games // Vypocitej 685 + 815 pro ziskani odmeny!
  2436. [14:59:28] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1500!
  2437. [15:04:44] [Server thread/WARN]: L0Tox moved wrongly!
  2438. [15:09:25] [Thread-4338/INFO]: UUID of player Cervik is 992ee88c-062e-3d88-a159-df47c00a0338
  2439. [15:09:25] [Server thread/INFO]: Cervik[/213.226.252.59:58276] logged in with entity id 5880558 at ([Survival]1297.699999988079, 104.0, -305.1538202119328)
  2440. [15:09:25] [Server thread/INFO]: [+] TITAN Cervik se pripojil do hry.
  2441. [15:09:28] [Server thread/INFO]: Chat Games // Vypocitej 434 + 576 pro ziskani odmeny!
  2442. [15:09:32] [Craft Scheduler Thread - 1088/INFO]: [AuthMe] Cervik logged in!
  2443. [15:09:41] [Server thread/INFO]:  TITAN Cervik » Ahoj
  2444. [15:09:45] [Server thread/INFO]:  ETERNAL L0Tox » Ahoj
  2445. [15:10:07] [Server thread/INFO]: Cervik issued server command: /god
  2446. [15:10:12] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1010!
  2447. [15:10:18] [Server thread/INFO]:  TITAN Cervik » jak bylo ve škole
  2448. [15:10:24] [Server thread/INFO]:  ETERNAL L0Tox » Nechodím už do školy :D
  2449. [15:10:26] [Server thread/INFO]: Cervik issued server command: /fly
  2450. [15:10:44] [Server thread/INFO]:  ETERNAL L0Tox » Ale byl jsem u doktora -.- v čekárně tak dvě a půl hodiny.. :D
  2451. [15:10:47] [Server thread/INFO]:  TITAN Cervik » to já takyy ne ale 99% lidí tady chodí do školy
  2452. [15:10:55] [Server thread/INFO]:  ETERNAL L0Tox » To je pravda
  2453. [15:11:07] [Server thread/INFO]:  TITAN Cervik » to je dost dlouhá doba u doktora :D
  2454. [15:11:21] [Server thread/INFO]:  ETERNAL L0Tox » Ano je a pak když už jsem byl u něj tak to bylo jen na 5 minut ...
  2455. [15:11:40] [Server thread/INFO]:  TITAN Cervik » :D :D
  2456. [15:11:51] [Server thread/INFO]:  ETERNAL L0Tox » to víš on vykecává s lidmi a pak když už je před 12:00 tak pospíchá aby tam neměl lidi v čekárně :D
  2457. [15:11:58] [Server thread/INFO]:  ETERNAL L0Tox » hrozný
  2458. [15:12:03] [Craft Scheduler Thread - 1086/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2459. [15:12:09] [Server thread/INFO]:  TITAN Cervik » hovadina :D
  2460. [15:12:43] [Server thread/INFO]:  TITAN Cervik » škoda že se ze sněhu nedá nic vyrábět :D
  2461. [15:12:47] [Server thread/INFO]:  ETERNAL L0Tox » no ale jinak je v pohodě :D nasralo by mě kdyby řekl že už jde na oběd a pak už jsou jen objední pa.
  2462. [15:12:56] [Server thread/INFO]:  ETERNAL L0Tox » jak jako? :DD
  2463. [15:13:02] [Server thread/INFO]:  ETERNAL L0Tox » sněhuláka postav ez xd
  2464. [15:13:15] [Server thread/INFO]:  TITAN Cervik » toho mám udělal sem si z něj farmu na sníh
  2465. [15:13:29] [Server thread/INFO]:  ETERNAL L0Tox » Očividně je ti k ničemu když nevíš co s tím sněhem :D
  2466. [15:13:41] [Server thread/INFO]: Cervik issued server command: /shop
  2467. [15:14:03] [Server thread/INFO]:  TITAN Cervik » aspon mám co prodáva :D
  2468. [15:14:08] [Server thread/INFO]: L0Tox issued server command: /shop
  2469. [15:14:26] [Server thread/INFO]:  ETERNAL L0Tox » Jo ono to je v shopu :D
  2470. [15:14:27] [Server thread/INFO]: L0Tox issued server command: /shop
  2471. [15:14:43] [Server thread/INFO]:  ETERNAL L0Tox » ale zas tak výdělečný to není hele :D
  2472. [15:14:59] [Server thread/INFO]:  TITAN Cervik » aspon nějaká koruna :D
  2473. [15:15:01] [Server thread/INFO]: Cervik issued server command: /jobs
  2474. [15:15:09] [Server thread/INFO]:  ETERNAL L0Tox » To asi ano :D
  2475. [15:15:37] [Server thread/INFO]: Cervik issued server command: /jobs leave
  2476. [15:15:47] [Server thread/INFO]: Cervik issued server command: /jobs
  2477. [15:15:54] [Server thread/INFO]: Cervik issued server command: /jobs leave miner
  2478. [15:15:57] [Server thread/INFO]:  ETERNAL L0Tox » Nevím jestli to víš ale rank titan má backpack (i nižší ranky ho mají ale né tak veliký)
  2479. [15:15:57] [Server thread/INFO]: Cervik issued server command: /jobs
  2480. [15:16:10] [Server thread/INFO]:  ETERNAL L0Tox » tak já jen aby kdybys občas hledal item tak je možná tam :D
  2481. [15:16:31] [Server thread/INFO]:  TITAN Cervik » :D tak tam budou moje diamanty :D
  2482. [15:16:36] [Server thread/INFO]:  ETERNAL L0Tox » :DD
  2483. [15:16:48] [Server thread/INFO]:  TITAN Cervik » jak ho mám otevřít
  2484. [15:16:51] [Server thread/INFO]:  ETERNAL L0Tox » ./backpack
  2485. [15:17:00] [Server thread/INFO]: Cervik issued server command: /bp
  2486. [15:17:07] [Server thread/INFO]:  TITAN Cervik » jo 55 dia :D
  2487. [15:17:10] [Server thread/INFO]:  ETERNAL L0Tox » lol :DD
  2488. [15:17:22] [Server thread/INFO]:  ETERNAL L0Tox » CO sis říkal jako když si je neměl v invu? xd
  2489. [15:17:40] [Server thread/INFO]:  TITAN Cervik » nevim dia mám dost tak sem to moc neřešil :D
  2490. [15:17:45] [Server thread/INFO]:  ETERNAL L0Tox » Aha :DD
  2491. [15:18:01] [Server thread/INFO]: Cervik issued server command: /fix
  2492. [15:18:12] [Server thread/INFO]:  ETERNAL L0Tox » Tvl já upřímně třeba tyhle surky netěžím spíš dřevo apod na stavby :D nejhorší je že jsem ale zatím
  2493. [15:18:12] [Server thread/INFO]: Cervik issued server command: /tpa L0Tox
  2494. [15:18:16] [Server thread/INFO]:  ETERNAL L0Tox » nic nepostavil :D
  2495. [15:18:27] [Server thread/INFO]:  ETERNAL L0Tox » Jsem v jeskyni :D teďka ne :D
  2496. [15:18:34] [Server thread/INFO]:  TITAN Cervik » pomohu aspon :D
  2497. [15:18:52] [Server thread/INFO]:  ETERNAL L0Tox » nn mi to ukradeš vše :D potřebuju irony natěžit na beacon :D
  2498. [15:18:59] [Server thread/INFO]: L0Tox issued server command: /ec
  2499. [15:19:09] [Server thread/INFO]:  TITAN Cervik » neukradnu :D :D já rád pomáhám :D
  2500. [15:19:23] [Server thread/INFO]:  ETERNAL L0Tox » Jasně sám sobě :D
  2501. [15:19:31] [Server thread/INFO]: L0Tox issued server command: /backpack
  2502. [15:19:44] [Server thread/INFO]:  TITAN Cervik » to ne :) se portni na mě a co si vytěžíš tak je tvoje
  2503. [15:20:08] [Server thread/INFO]:  ETERNAL L0Tox » Ne klidně se portni :D ale irony mi nech vše je tvoje jinak :DD
  2504. [15:20:12] [Server thread/INFO]: Chat Games // Vypocitej 426 + 579 pro ziskani odmeny!
  2505. [15:20:21] [Server thread/INFO]: Cervik issued server command: /tpa L0Tox
  2506. [15:20:25] [Server thread/INFO]: L0Tox issued server command: /tpaccept
  2507. [15:20:56] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1005!
  2508. [15:21:24] [Server thread/INFO]:  TITAN Cervik » zabít kostlivce na jednu ránu krumpáčem :D
  2509. [15:21:30] [Server thread/INFO]:  ETERNAL L0Tox » jak? :D
  2510. [15:21:46] [Server thread/INFO]:  TITAN Cervik » nevim :D :D povedlo se mi to
  2511. [15:22:01] [Server thread/INFO]:  ETERNAL L0Tox » aha :D
  2512. [15:22:07] [Server thread/INFO]:  TITAN Cervik » hele železo
  2513. [15:22:13] [Server thread/INFO]:  ETERNAL L0Tox » daleko xd
  2514. [15:22:16] [Server thread/INFO]:  ETERNAL L0Tox » tak si ho vezmi
  2515. [15:22:25] [Server thread/INFO]:  ETERNAL L0Tox » kašli na to prostě ber vše :DD
  2516. [15:22:26] [Server thread/INFO]:  TITAN Cervik » ani nevim kde seš
  2517. [15:22:29] [Server thread/INFO]:  ETERNAL L0Tox » asi tak :D
  2518. [15:23:01] [Server thread/INFO]:  ETERNAL L0Tox » witchka na slimu :D
  2519. [15:23:12] [Server thread/INFO]:  TITAN Cervik » jo jo těch mám u baráku dost
  2520. [15:23:15] [Server thread/INFO]:  ETERNAL L0Tox » wtf on ten slime s witchkou skocil do lavy :D
  2521. [15:23:24] [Server thread/INFO]:  ETERNAL L0Tox » a ona si dala potion na resistenci :D
  2522. [15:23:34] [Server thread/INFO]:  TITAN Cervik » :D
  2523. [15:23:43] [Server thread/INFO]: Cervik issued server command: /fix
  2524. [15:23:46] [Server thread/INFO]:  ETERNAL L0Tox » tomu se říká AI :D
  2525. [15:24:30] [Server thread/INFO]: Cervik issued server command: /backpack
  2526. [15:24:38] [Server thread/INFO]:  TITAN Cervik » chceš diamanty ?
  2527. [15:24:47] [Server thread/INFO]:  ETERNAL L0Tox » nn nepotřebuji :D
  2528. [15:24:53] [Server thread/INFO]:  TITAN Cervik » chceš diamanty ?
  2529. [15:24:56] [Server thread/INFO]: Cervik issued server command: /backpack
  2530. [15:24:57] [Server thread/INFO]:  ETERNAL L0Tox » až bude potřeba ozvu se :D
  2531. [15:25:06] [Server thread/INFO]:  TITAN Cervik » dám ti 64 :D
  2532. [15:25:07] [Server thread/WARN]: L0Tox moved wrongly!
  2533. [15:25:12] [Server thread/INFO]: L0Tox issued server command: /backpack
  2534. [15:25:19] [Server thread/INFO]:  ETERNAL L0Tox » Kde si to našel?? :D
  2535. [15:25:30] [Server thread/INFO]:  TITAN Cervik » mám dobrý krumpáč
  2536. [15:25:42] [Server thread/INFO]:  ETERNAL L0Tox » Tam máš i ty enchanty z toho pluginu?
  2537. [15:25:47] [Server thread/INFO]:  TITAN Cervik » jo
  2538. [15:26:06] [Server thread/INFO]:  ETERNAL L0Tox » To já si tu jedu vanillu jsem línej se s tím mrdat :D
  2539. [15:26:13] [Server thread/INFO]:  ETERNAL L0Tox » někdy si na to udělám čas :D
  2540. [15:26:27] [Server thread/INFO]:  TITAN Cervik » to jám taky :D ale ono sse to hodí když se to povede
  2541. [15:26:30] [Server thread/INFO]: Cervik issued server command: /tpa L0Tox
  2542. [15:26:35] [Server thread/INFO]: L0Tox issued server command: /tpaccept
  2543. [15:27:03] [Server thread/INFO]:  ETERNAL L0Tox » si dal donate Optifinu jo :D
  2544. [15:27:03] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  2545. [15:27:04] [Craft Scheduler Thread - 1118/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2546. [15:27:17] [Server thread/INFO]:  TITAN Cervik » jo jo :D
  2547. [15:27:40] [Server thread/INFO]:  TITAN Cervik » god mode ?
  2548. [15:27:44] [Server thread/INFO]:  ETERNAL L0Tox » jop :D
  2549. [15:27:55] [Server thread/INFO]:  TITAN Cervik » až moc jednoduché
  2550. [15:28:04] [Server thread/INFO]:  ETERNAL L0Tox » však ty máš též :D
  2551. [15:28:09] [Server thread/INFO]:  TITAN Cervik » no a :D
  2552. [15:28:18] [Server thread/INFO]:  ETERNAL L0Tox » vole :D
  2553. [15:28:26] [Server thread/INFO]:  ETERNAL L0Tox » ok ten krump si udělám též
  2554. [15:28:29] [Server thread/INFO]:  ETERNAL L0Tox » ten je moc op :D
  2555. [15:28:36] [Server thread/INFO]:  TITAN Cervik » :D :D
  2556. [15:28:43] [Server thread/INFO]:  ETERNAL L0Tox » itemy se ti davají do invu ihned jo?
  2557. [15:28:55] [Server thread/INFO]:  TITAN Cervik » já sem plnej
  2558. [15:30:10] [Server thread/INFO]:  TITAN Cervik » trocha železa
  2559. [15:30:15] [Server thread/INFO]:  ETERNAL L0Tox » tvl mam rozbitý shadery :D
  2560. [15:30:23] [Server thread/INFO]:  TITAN Cervik » :D já ne
  2561. [15:30:24] [Server thread/INFO]:  ETERNAL L0Tox » tedka třeba nerozeznam stone od ironu :D
  2562. [15:30:31] [Server thread/INFO]:  ETERNAL L0Tox » ok je to stone :D
  2563. [15:30:47] [Server thread/INFO]:  ETERNAL L0Tox » Jaký máš?
  2564. [15:30:53] [Server thread/INFO]:  TITAN Cervik » kouknu
  2565. [15:30:56] [Server thread/INFO]: Chat Games // Vypocitej 114 + 835 pro ziskani odmeny!
  2566. [15:31:16] [Server thread/INFO]:  TITAN Cervik » sildurs
  2567. [15:31:40] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 949!
  2568. [15:31:49] [Server thread/INFO]:  ETERNAL L0Tox » Ty jsme si stahl taky ale asi špatnou verzi :D jelikož mi nefungují a teďka používám SEUS a ten
  2569. [15:31:52] [Server thread/INFO]:  ETERNAL L0Tox » funguje ale nějak divně :D
  2570. [15:32:10] [Server thread/INFO]:  ETERNAL L0Tox » Ale jsou tam cool efekty louží když je déšť :D
  2571. [15:32:17] [Server thread/INFO]:  ETERNAL L0Tox » Nevím zda to je i na jiných :d
  2572. [15:32:28] [Server thread/INFO]:  TITAN Cervik » seus má v problémy v týhle verzi
  2573. [15:32:38] [Server thread/INFO]: Cervik issued server command: /fix
  2574. [15:32:44] [Server thread/INFO]:  ETERNAL L0Tox » Aha tak proto
  2575. [15:32:45] [Server thread/INFO]:  ETERNAL L0Tox » :D
  2576. [15:32:56] [Server thread/INFO]:  TITAN Cervik » dia :D
  2577. [15:33:01] [Server thread/INFO]:  ETERNAL L0Tox » je to divný no prostě se ty blocky tak nějak ztracejí :D
  2578. [15:33:05] [Server thread/INFO]:  ETERNAL L0Tox » lol :D
  2579. [15:33:49] [Server thread/INFO]: Cervik issued server command: /backpack
  2580. [15:34:53] [Server thread/INFO]:  TITAN Cervik » sakra nevidim vodu :D
  2581. [15:34:59] [Server thread/INFO]:  ETERNAL L0Tox » lol :D
  2582. [15:35:26] [Server thread/INFO]:  TITAN Cervik » dia
  2583. [15:35:29] [Server thread/INFO]:  ETERNAL L0Tox » já si myslím že už mam dost železa :D
  2584. [15:35:38] [Server thread/INFO]:  ETERNAL L0Tox » si to vezmi :DD
  2585. [15:35:46] [Server thread/INFO]:  ETERNAL L0Tox » navíc z toho máš ještě víc dia :D
  2586. [15:36:01] [Server thread/INFO]:  TITAN Cervik » do háje tady je lávy
  2587. [15:36:48] [Server thread/INFO]:  TITAN Cervik » máme bazén
  2588. [15:37:01] [Server thread/INFO]:  ETERNAL L0Tox » absolutně nic nevidím :D
  2589. [15:37:06] [Server thread/INFO]:  TITAN Cervik » železo
  2590. [15:38:00] [Server thread/INFO]:  TITAN Cervik » ach jo
  2591. [15:38:05] [Server thread/INFO]:  ETERNAL L0Tox » co je :D
  2592. [15:38:09] [Server thread/INFO]:  TITAN Cervik » zase dia
  2593. [15:38:15] [Server thread/INFO]: Cervik issued server command: /bp
  2594. [15:38:15] [Server thread/INFO]:  ETERNAL L0Tox » Diamantu se ještě najde :D
  2595. [15:38:22] [Server thread/INFO]:  ETERNAL L0Tox » si je nech
  2596. [15:38:22] [Server thread/INFO]:  ETERNAL L0Tox » :D
  2597. [15:38:44] [Server thread/INFO]: L0Tox issued server command: /backpack
  2598. [15:38:45] [Server thread/INFO]:  TITAN Cervik » kolik toho ještě potřebuješ
  2599. [15:38:50] [Server thread/INFO]:  ETERNAL L0Tox » už stačí :D
  2600. [15:38:54] [Server thread/INFO]:  ETERNAL L0Tox » mam plnej backpack :D
  2601. [15:39:03] [Server thread/INFO]:  ETERNAL L0Tox » ne ironu
  2602. [15:39:08] [Server thread/INFO]:  ETERNAL L0Tox » ale i stonu apod ale to neva :D
  2603. [15:39:11] [Server thread/INFO]:  TITAN Cervik » ok za chvilku zas jdu si taky odloži
  2604. [15:39:26] [Server thread/INFO]:  ETERNAL L0Tox » Já už jdu oldožit a pro teď mi to stačí :D
  2605. [15:39:33] [Server thread/INFO]: Cervik issued server command: /home
  2606. [15:39:33] [Server thread/INFO]:  ETERNAL L0Tox » Pak si asi udělám svůj krump :D
  2607. [15:39:36] [Server thread/INFO]: L0Tox issued server command: /home
  2608. [15:39:48] [Server thread/INFO]:  TITAN Cervik » ok když budeš chít si zabojovat s mobkama tak se portni
  2609. [15:40:00] [Server thread/INFO]:  ETERNAL L0Tox » To jich tam máš tolik jo? :D
  2610. [15:40:12] [Server thread/INFO]:  TITAN Cervik » no něco mi tu leží
  2611. [15:40:12] [Server thread/INFO]: L0Tox issued server command: /backpack
  2612. [15:40:38] [Server thread/INFO]:  TITAN Cervik » nemám peníze na spawnery :D
  2613. [15:40:48] [Server thread/INFO]:  ETERNAL L0Tox » Jaký chceš? :D
  2614. [15:40:55] [Server thread/INFO]:  ETERNAL L0Tox » ja jich mam :D
  2615. [15:40:59] [Server thread/INFO]:  TITAN Cervik » se pod podíva :D
  2616. [15:41:04] [Server thread/INFO]: L0Tox issued server command: /tpa Cervik
  2617. [15:41:07] [Server thread/INFO]: Cervik issued server command: /tpaccept
  2618. [15:41:12] [Server thread/WARN]: Cervik moved wrongly!
  2619. [15:41:27] [Server thread/INFO]:  ETERNAL L0Tox » zajimavý :D
  2620. [15:41:38] [Server thread/INFO]:  TITAN Cervik » z toho udělám XP farmu :D
  2621. [15:41:41] [Server thread/INFO]: Chat Games // Vypocitej 377 + 39 pro ziskani odmeny!
  2622. [15:41:53] [Server thread/INFO]:  ETERNAL L0Tox » samej jockey
  2623. [15:42:04] [Server thread/INFO]: 
  2624. [15:42:04] [Server thread/INFO]: 
  2625. [15:42:04] [Server thread/INFO]: [MysteriouseHalloweenPlus] A new witch has been spawned.
  2626. [15:42:04] [Server thread/INFO]: 
  2627. [15:42:04] [Server thread/INFO]: 
  2628. [15:42:04] [Craft Scheduler Thread - 1140/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2629. [15:42:25] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 416!
  2630. [15:42:47] [Server thread/INFO]:  ETERNAL L0Tox » zajimavá base :D
  2631. [15:42:56] [Server thread/INFO]:  TITAN Cervik » nic to není :D
  2632. [15:43:01] [Server thread/INFO]:  ETERNAL L0Tox » ty nemáš ani resku jo? xd
  2633. [15:43:07] [Server thread/INFO]:  TITAN Cervik » ne :D
  2634. [15:43:17] [Server thread/INFO]:  ETERNAL L0Tox » tak to mam free loot dík :D
  2635. [15:43:20] [Server thread/INFO]:  TITAN Cervik » chceš luk
  2636. [15:43:23] [Server thread/INFO]:  ETERNAL L0Tox » ne :D
  2637. [15:43:36] [Server thread/INFO]:  TITAN Cervik » truhly mi nevyrabuješ to ani nejde
  2638. [15:43:47] [Server thread/INFO]:  ETERNAL L0Tox » jde :D
  2639. [15:43:51] [Server thread/INFO]:  TITAN Cervik » sakra :D
  2640. [15:43:51] [Server thread/INFO]:  ETERNAL L0Tox » musíš tam mít cedulku :D
  2641. [15:43:52] [Server thread/INFO]:  ETERNAL L0Tox » xd
  2642. [15:43:59] [Server thread/INFO]:  ETERNAL L0Tox » očividně nikdo tak zlej nebyl :D
  2643. [15:44:07] [Server thread/INFO]:  ETERNAL L0Tox » tak co si vezmu hmmm
  2644. [15:44:19] [Server thread/INFO]:  TITAN Cervik » nebo spíše nikdo neví že tu sem a drahé věci mám jinde
  2645. [15:44:30] [Server thread/INFO]:  ETERNAL L0Tox » A kde? :) :DDDDDDDDDDD
  2646. [15:44:36] [Server thread/INFO]: Cervik issued server command: /spawn
  2647. [15:44:43] [Server thread/INFO]: Cervik issued server command: /warp plot me
  2648. [15:44:49] [Server thread/INFO]: Cervik issued server command: /warp plotme
  2649. [15:44:53] [Server thread/WARN]: Cervik moved too quickly! -1.2692968032288832,-15.99842796999333,-0.88914704247955 (-1.2692968032288832, -15.99842796999333, -0.88914704247955)
  2650. [15:45:02] [Server thread/INFO]: L0Tox issued server command: /home
  2651. [15:45:06] [Server thread/INFO]: L0Tox issued server command: /back
  2652. [15:45:21] [Server thread/INFO]:  TITAN Cervik » pod tpa
  2653. [15:45:25] [Server thread/INFO]: L0Tox issued server command: /tpa Cervik
  2654. [15:45:30] [Server thread/INFO]: Cervik issued server command: /tpaccept
  2655. [15:45:42] [Server thread/INFO]:  ETERNAL L0Tox » To máš tu? :D
  2656. [15:45:56] [Server thread/INFO]:  TITAN Cervik » Jo to je moje a jednoho vola :D sem jeho strejda
  2657. [15:46:20] [Server thread/INFO]:  ETERNAL L0Tox » S tím volem souhlasím sorry :DD
  2658. [15:46:30] [Server thread/INFO]:  TITAN Cervik » pohoda a víš kdo to je ?
  2659. [15:46:39] [Server thread/INFO]:  ETERNAL L0Tox » Už jen dle jména parcely ano :D
  2660. [15:46:51] [Server thread/INFO]:  TITAN Cervik » chce bejt helper
  2661. [15:47:11] [Server thread/INFO]:  ETERNAL L0Tox » Jo on je akční uplně :D ale ať si je když mu to půjde xd
  2662. [15:47:37] [Server thread/INFO]:  TITAN Cervik » :D vsadim se že tomu serveru budu pomáhat víc jak on :D
  2663. [15:47:38] [Server thread/INFO]:  ETERNAL L0Tox » Vaše parcela aspoň vypadá k světu to já mam uplně shit :D
  2664. [15:47:45] [Server thread/INFO]:  TITAN Cervik » uka
  2665. [15:47:49] [Server thread/INFO]:  ETERNAL L0Tox » plus mam ještě s jednou parcelu taky no :D
  2666. [15:47:52] [Server thread/INFO]: L0Tox issued server command: /plot home
  2667. [15:47:53] [Server thread/INFO]:  ETERNAL L0Tox » tpa
  2668. [15:48:03] [Server thread/INFO]: Cervik issued server command: /tpa L0Tox
  2669. [15:48:04] [Server thread/INFO]: L0Tox issued server command: /tpaccept
  2670. [15:48:11] [Server thread/INFO]:  ETERNAL L0Tox » tady ty dvě jsou moje
  2671. [15:48:21] [Server thread/INFO]:  ETERNAL L0Tox » i když je to jakoby společné s tou kamojdou :D
  2672. [15:48:25] [Server thread/INFO]:  TITAN Cervik » si to propoj
  2673. [15:48:30] [Server thread/INFO]:  ETERNAL L0Tox » jsem línej :D
  2674. [15:48:43] [Server thread/INFO]:  TITAN Cervik » já taky proto využívám toho vola
  2675. [15:48:46] [Server thread/INFO]:  ETERNAL L0Tox » :DDD
  2676. [15:49:05] [Server thread/INFO]:  ETERNAL L0Tox » a pak tady mam další kde to vlastni ta kámoška a pak máme ještě sklad :D
  2677. [15:49:11] [Server thread/INFO]:  TITAN Cervik » kolik ti je ? :D
  2678. [15:49:15] [Server thread/INFO]:  ETERNAL L0Tox » 20xd
  2679. [15:49:21] [Server thread/INFO]:  TITAN Cervik » kopíráku :D
  2680. [15:49:30] [Server thread/INFO]:  ETERNAL L0Tox » jasně jasně :D
  2681. [15:49:40] [Server thread/INFO]:  TITAN Cervik » 18.12.1998 :D
  2682. [15:49:47] [Server thread/INFO]:  TITAN Cervik » můj rok narození
  2683. [15:49:47] [Server thread/INFO]:  ETERNAL L0Tox » tak to si dřív jak já :D
  2684. [15:49:54] [Server thread/INFO]:  ETERNAL L0Tox » já jsem až 99
  2685. [15:50:02] [Server thread/INFO]:  TITAN Cervik » nevadí hele
  2686. [15:50:21] [Server thread/INFO]:  ETERNAL L0Tox » Pojd tpa ukažu ti lagujicí chesty :D
  2687. [15:50:28] [Server thread/INFO]:  ETERNAL L0Tox » tedy aspoň mě to lehce sníží fps :D
  2688. [15:50:34] [Server thread/INFO]: L0Tox issued server command: /tpa Bankruption 2
  2689. [15:50:35] [Server thread/INFO]: Cervik issued server command: /tpa L0Tox
  2690. [15:50:40] [Server thread/INFO]: L0Tox issued server command: /plot tp Bankruption 2
  2691. [15:50:42] [Server thread/INFO]: L0Tox issued server command: /tpaccept
  2692. [15:50:59] [Server thread/INFO]:  ETERNAL L0Tox » ještě není dodělaný :D ten sklad
  2693. [15:51:05] [Server thread/INFO]:  ETERNAL L0Tox » ale tady by se mělo nacházet vše :D
  2694. [15:51:11] [Server thread/INFO]:  TITAN Cervik » to ani neotevřu :D
  2695. [15:51:21] [Server thread/INFO]:  TITAN Cervik » nemám práva
  2696. [15:51:22] [Server thread/INFO]:  ETERNAL L0Tox » To bude tím že na to ani nemáš mít práva :D
  2697. [15:51:39] [Server thread/INFO]:  ETERNAL L0Tox » na seznamu tu nejsi
  2698. [15:51:43] [Server thread/INFO]:  ETERNAL L0Tox » :DDD
  2699. [15:51:48] [Server thread/INFO]:  ETERNAL L0Tox » shame on you
  2700. [15:51:50] [Server thread/INFO]:  TITAN Cervik » já nejsem nikde
  2701. [15:52:15] [Server thread/INFO]:  TITAN Cervik » nikdo mě nemá rád :D
  2702. [15:52:16] [Server thread/INFO]:  ETERNAL L0Tox » tvl to bylo před asi 3 měsíci toto :D
  2703. [15:52:20] [Server thread/INFO]:  ETERNAL L0Tox » je to starý no :D
  2704. [15:52:25] [Server thread/INFO]: Chat Games // Vypocitej 832 + 390 pro ziskani odmeny!
  2705. [15:52:36] [Server thread/INFO]:  ETERNAL L0Tox » dokonce mi tam bylo 19 lol :D
  2706. [15:52:56] [Server thread/INFO]:  ETERNAL L0Tox » najs :D
  2707. [15:53:04] [Server thread/INFO]:  TITAN Cervik » :D
  2708. [15:53:09] [Server thread/INFO]: Chat Games // Nikdo nevyhral! Vysledek byl: 1222!
  2709. [15:53:36] [Server thread/INFO]:  ETERNAL L0Tox » už tam seš ey
  2710. [15:53:37] [Server thread/INFO]:  ETERNAL L0Tox » :D
  2711. [15:53:45] [Server thread/INFO]:  TITAN Cervik » :D aspon někde
  2712. [15:53:49] [Server thread/INFO]:  ETERNAL L0Tox » to je stejně píčřovina :D
  2713. [15:54:12] [Server thread/INFO]: Cervik issued server command: /kick
  2714. [15:54:20] [Server thread/INFO]:  ETERNAL L0Tox » ale měnit to nebudu radši ještě bych dostal zjeba že jsem jí to zničil :D
  2715. [15:54:34] [Server thread/INFO]:  TITAN Cervik » :D tak předělej i sebe
  2716. [15:55:00] [Server thread/INFO]:  ETERNAL L0Tox » předělal jsem :D
  2717. [15:55:06] [Server thread/INFO]:  TITAN Cervik » na kolik jedeš FPS
  2718. [15:55:13] [Server thread/INFO]:  ETERNAL L0Tox » zaleží kam koukám
  2719. [15:55:25] [Server thread/INFO]:  TITAN Cervik » aha :D můj max je 300
  2720. [15:55:26] [Server thread/INFO]:  ETERNAL L0Tox » když koukám takhle tak 240 ale mam to omezené kvůli monitoru
  2721. [15:55:37] [Server thread/INFO]:  ETERNAL L0Tox » tedˇmam 270
  2722. [15:55:39] [Server thread/INFO]:  TITAN Cervik » já jedu přes notas :D
  2723. [15:55:46] [Server thread/INFO]:  ETERNAL L0Tox » tak to je fajne notas :D
  2724. [15:55:55] [Server thread/INFO]:  ETERNAL L0Tox » ale když koukám na chesty tak mam 88
  2725. [15:56:05] [Server thread/INFO]:  TITAN Cervik » 33 :D
  2726. [15:56:08] [Server thread/INFO]:  ETERNAL L0Tox » lol
  2727. [15:56:13] [Server thread/INFO]:  ETERNAL L0Tox » zajimavý :DD
  2728. [15:56:41] [Server thread/INFO]: Cervik issued server command: /kit
  2729. [15:56:43] [Server thread/INFO]:  ETERNAL L0Tox » nojo teďka mam taky 300 :D
  2730. [15:56:47] [Server thread/INFO]: Cervik issued server command: /kit legend
  2731. [15:56:49] [Server thread/INFO]:  ETERNAL L0Tox » zaleží kam koukáš hold :D
  2732. [15:57:00] [Server thread/INFO]:  TITAN Cervik » to jo no :D
  2733. [15:57:04] [Server thread/INFO]: [PlayerWarps] Saved 5 Warps!
  2734. [15:57:04] [Craft Scheduler Thread - 1164/WARN]: [CrazyCrates] MassiveStats was unable to communicate with its API endpoint.
  2735. [15:57:13] [Server thread/INFO]:  ETERNAL L0Tox » a nebo si dej mc do mini okenka to pak znasobí uplně hodně fps
  2736. [15:57:17] [Server thread/INFO]:  ETERNAL L0Tox » aspoň to tak fungovalo :D
  2737. [15:57:27] [Server thread/INFO]:  TITAN Cervik » :D chceš brnění ?
  2738. [15:57:38] [Server thread/INFO]:  ETERNAL L0Tox » ne
  2739. [15:57:39] [Server thread/INFO]:  ETERNAL L0Tox » :
  2740. [15:57:40] [Server thread/INFO]:  ETERNAL L0Tox » D
  2741. [15:57:45] [Server thread/INFO]:  TITAN Cervik » :D
  2742. [15:57:55] [Server thread/INFO]:  TITAN Cervik » mě je k prdu
  2743. [15:57:56] [Server thread/INFO]:  ETERNAL L0Tox » To si strč někam :D
  2744. [15:58:00] [Server thread/INFO]:  ETERNAL L0Tox » napodobně :D
  2745. [15:58:18] [Server thread/INFO]: Cervik issued server command: /speed 1000
  2746. [15:58:21] [Server thread/INFO]:  ETERNAL L0Tox » Nehraješ rocket? :D
  2747. [15:58:30] [Server thread/INFO]:  TITAN Cervik » nn
  2748. [15:58:32] [Server thread/INFO]:  ETERNAL L0Tox » škoda
  2749. [15:58:38] [Server thread/INFO]:  TITAN Cervik » co to je
  2750. [15:58:54] [Server thread/INFO]:  ETERNAL L0Tox » Zadej si do ytb Rocket League
  2751. [15:59:02] [Server thread/INFO]:  ETERNAL L0Tox » takova hra s auty a míčem :DD
  2752. [15:59:08] [Server thread/INFO]:  TITAN Cervik » co hraješ za hry
  2753. [15:59:16] [Server thread/INFO]:  ETERNAL L0Tox » prakticky jen tohle a mc teď :D
  2754. [15:59:18] [Server thread/WARN]: L0Tox moved wrongly!
  2755. [15:59:34] [Server thread/INFO]:  TITAN Cervik » aha já MC Wowko a lolko občas :D
  2756. [15:59:38] [Server thread/WARN]: L0Tox moved wrongly!
  2757. [15:59:44] [Server thread/INFO]:  ETERNAL L0Tox » lolko fuj
  2758. [15:59:45] [Server thread/INFO]:  ETERNAL L0Tox » :D
  2759. [15:59:50] [Server thread/WARN]: L0Tox moved wrongly!
  2760. [15:59:54] [Server thread/WARN]: Cervik moved wrongly!
  2761. [15:59:55] [Server thread/WARN]: Cervik moved wrongly!
  2762. [15:59:55] [Server thread/WARN]: Cervik moved wrongly!
  2763. [15:59:56] [Server thread/WARN]: Cervik moved wrongly!
  2764. [15:59:56] [Server thread/WARN]: Cervik moved wrongly!
  2765. [15:59:56] [Server thread/WARN]: Cervik moved wrongly!
  2766. [16:00:05] [Server thread/INFO]:  TITAN Cervik » hraju jen tak z prdele
  2767. [16:00:07] [Server thread/INFO]:  ETERNAL L0Tox » Nejvíc toxic komunita :D
  2768. [16:00:20] [Server thread/INFO]:  TITAN Cervik » lolkaři sou namyšlený
  2769. [16:00:59] [Server thread/INFO]:  ETERNAL L0Tox » Hrajou denně cookie clicker a pak se vychlubaj jak umí rychle klikat na mapě s panáčkem no
  2770. [16:01:11] [Server thread/INFO]:  TITAN Cervik » :D :D
  2771. [16:01:24] [Server thread/INFO]:  ETERNAL L0Tox » Mě toto nikdy nebralo :D hrál jsem to ale nedostal jsem se do toho abych to hrál kompetetivněji
  2772. [16:01:44] [Server thread/INFO]:  TITAN Cervik » asi tak :D
  2773. [16:01:59] [Server thread/INFO]: Cervik issued server command: /speed 10000
  2774. [16:02:22] [Server thread/INFO]:  ETERNAL L0Tox » Ale ten Rocket to je jiná to se snažím docela i vyhrát ale nehraj uto denně a i tak se držím vysoko
  2775. [16:02:25] [Server thread/INFO]:  ETERNAL L0Tox » ale i tak jsem bad :D
  2776. [16:02:49] [Server thread/INFO]:  TITAN Cervik » tasi se na to kouknu alenapiš mi to na discord
  2777. [16:03:09] [Server thread/INFO]: Chat Games // Vypocitej 699 + 427 pro ziskani odmeny!
  2778. [16:03:17] [Server thread/WARN]: Cervik moved wrongly!
  2779. [16:03:17] [Server thread/WARN]: Cervik moved wrongly!
  2780. [16:03:17] [Server thread/WARN]: Cervik moved wrongly!
  2781. [16:03:17] [Server thread/WARN]: Cervik moved wrongly!
  2782. [16:03:17] [Server thread/WARN]: Cervik moved wrongly!
  2783. [16:03:17] [Server thread/WARN]: Cervik moved wrongly!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement