Advertisement
Kichiro

Untitled

Jul 31st, 2019
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 319.69 KB | None | 0 0
  1. [13:40:03] [main/INFO]: Loaded 0 recipes
  2. [13:40:03] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [13:40:03] [Server thread/INFO]: Loading properties
  4. [13:40:03] [Server thread/INFO]: Default game type: SURVIVAL
  5. [13:40:03] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1a3504a-dfa7583 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  6. [13:40:03] [Server thread/INFO]: Debug logging is disabled
  7. [13:40:03] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [13:40:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
  9. [13:40:03] [Server thread/INFO]: Generating keypair
  10. [13:40:03] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25561
  11. [13:40:03] [Server thread/INFO]: Using default channel type
  12. [13:40:04] [Server thread/ERROR]: Ambiguous plugin name `AsyncWorldEdit' for files `plugins\AsyncWorldEdit-3.6.9.jar' and `plugins\AsyncWorldEdit-3.6.8.jar' in `plugins'
  13. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Injector platform set to: InjectorBukkit
  14. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Injecting NMS classes...
  15. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class net.minecraft.server.v1_13_R2.ChunkProviderServer
  16. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Injecting WorldEdit classes...
  17. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.eventbus.EventBus
  18. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector2
  19. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.BlockVector3
  20. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector2
  21. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.math.Vector3
  22. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockStateHolder
  23. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BaseBlock
  24. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.block.BlockState
  25. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.entity.BaseEntity
  26. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.Location
  27. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.biome.BiomeType
  28. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.world.weather.WeatherType
  29. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.EditSession
  30. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.function.operation.Operations
  31. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard
  32. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.extension.platform.PlayerProxy
  33. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Modiffy class com.sk89q.worldedit.util.collection.LocatedBlockList
  34. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] ****************************
  35. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * CLASS INJECTION FAILED!! *
  36. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] ****************************
  37. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * AsyncWorldEdit won't work properly.
  38. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] *
  39. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * Exception: java.lang.IllegalStateException
  40. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * Error message: get not found
  41. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * Stack:
  42. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.utils.SimpleValidator.validate(SimpleValidator.java:70)
  43. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.visitors.worldedit.util.collection.LocatedBlockListVisitor.validate(LocatedBlockListVisitor.java:106)
  44. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.modiffyClasses(InjectorCore.java:316)
  45. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.modiffyClasses(InjectorCore.java:283)
  46. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.injectClasses(InjectorCore.java:204)
  47. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.core.InjectorCore.initialize(InjectorCore.java:175)
  48. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.injector.InjectorBukkit.onEnable(InjectorBukkit.java:89)
  49. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.AsyncWorldEditBukkit.inject(AsyncWorldEditBukkit.java:239)
  50. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.primesoft.asyncworldedit.AsyncWorldEditBukkit.<clinit>(AsyncWorldEditBukkit.java:96)
  51. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * java.lang.Class.forName0(Native Method)
  52. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * java.lang.Class.forName(Unknown Source)
  53. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:60)
  54. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
  55. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:332)
  56. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:252)
  57. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:325)
  58. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213)
  59. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698)
  60. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] * java.lang.Thread.run(Unknown Source)
  61. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] ****************************
  62. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] Unable to initialize injector.
  63. [13:40:14] [Server thread/INFO]: [AsyncWorldEdit] ERROR: Unable to enable the injector.
  64. [13:40:14] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.1.0
  65. [13:40:14] [Server thread/INFO]: [JDALibLoaderBukkit] Loading JDALibLoaderBukkit v1.0.0
  66. [13:40:14] [Server thread/INFO]: [NewbieAutoCommands] Loading NewbieAutoCommands v1.0
  67. [13:40:14] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
  68. [13:40:14] [Server thread/INFO]: [DeluxeJoin] Loading DeluxeJoin v2.6.1
  69. [13:40:14] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.6
  70. [13:40:14] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.0
  71. [13:40:14] [Server thread/INFO]: [SuperTrailsPro] Loading SuperTrailsPro vv1.1.1
  72. [13:40:14] [Server thread/INFO]: [FarmLimiter] Loading FarmLimiter v1.2
  73. [13:40:14] [Server thread/INFO]: [ChestSort] Loading ChestSort v6.4.2
  74. [13:40:14] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v13.7.1
  75. [13:40:14] [Server thread/INFO]: [TitleAPI] Loading TitleAPI v1.7.7
  76. [13:40:14] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.3
  77. [13:40:14] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v8.0.2
  78. [13:40:15] [Server thread/INFO]: [CommandSync] Loading CommandSync v2.5
  79. [13:40:15] [Server thread/INFO]: [AntiCraft] Loading AntiCraft v1.4
  80. [13:40:15] [Server thread/INFO]: [TreeFeller] Loading TreeFeller v2.4-RELEASE
  81. [13:40:15] [Server thread/INFO]: [JukeBox] Loading JukeBox v1.10.1
  82. [13:40:15] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0;214af8a
  83. [13:40:16] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1aa8461c]
  84. [13:40:16] [Server thread/INFO]: [Skript] Loading Skript v2.4-alpha4
  85. [13:40:16] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.7.3-SNAPSHOT
  86. [13:40:16] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
  87. [13:40:16] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
  88. [13:40:16] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
  89. [13:40:16] [Server thread/INFO]: Injected custom channel handlers.
  90. [13:40:16] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
  91. [13:40:16] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.5
  92. [13:40:16] [Server thread/INFO]: [GlowAPI] Loading GlowAPI v1.4.8-SNAPSHOT
  93. [13:40:16] [Server thread/INFO]: [SkQuery] Loading SkQuery v4.1.1
  94. [13:40:16] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.9 (beta)
  95. [13:40:16] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v3.0.0-SNAPSHOT-b760
  96. [13:40:16] [Server thread/INFO]: [CustomDeathMessages] Loading CustomDeathMessages v1.0.0
  97. [13:40:16] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v3.6.9
  98. [13:40:16] [Server thread/ERROR]: null initializing AsyncWorldEdit v3.6.9 (Is it up to date?)
  99. java.lang.NullPointerException: null
  100. at org.primesoft.asyncworldedit.AsyncWorldEditBukkit.onLoad(AsyncWorldEditBukkit.java:288) ~[?:?]
  101. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:330) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  102. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:213) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  103. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  104. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  105. [13:40:16] [Server thread/INFO]: [AdvancedCustomItemAPI] Loading AdvancedCustomItemAPI v1.6.3
  106. [13:40:16] [Server thread/INFO]: [EnchantLimit] Loading EnchantLimit v2.2
  107. [13:40:16] [Server thread/INFO]: [BlocksHub] Loading BlocksHub v3.1.0
  108. [13:40:16] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  109. [13:40:16] [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*!
  110. [13:40:16] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  111. [13:40:16] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
  112. [13:40:16] [Server thread/INFO]: [WESV] Loading WorldEditSelectionVisualizer v2.0.2
  113. [13:40:16] [Server thread/INFO]: [Coins] Loading Coins v2.2.2
  114. [13:40:16] [Server thread/INFO]: [Coins] Identified the following dependencies: [HIKARI]
  115. [13:40:16] [Server thread/INFO]: [Scavenger] Loading Scavenger v1.8-4
  116. [13:40:16] [Server thread/INFO]: [TradePlus] Loading TradePlus v3.58
  117. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v2.1.3
  118. [13:40:16] [Server thread/INFO]: [ViaVersion] ViaVersion 2.1.3 is now loaded, injecting!
  119. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 block mapping...
  120. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 item mapping...
  121. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading new 1.13 tags...
  122. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 enchantment mapping...
  123. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading 1.12.2 -> 1.13 sound mapping...
  124. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading translation mappping
  125. [13:40:16] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 blockstate mapping...
  126. [13:40:17] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 block mapping...
  127. [13:40:17] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 item mapping...
  128. [13:40:17] [Server thread/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 sound mapping...
  129. [13:40:17] [Server thread/INFO]: [ViaVersion] Loading 1.14 blockstates...
  130. [13:40:17] [Server thread/INFO]: [ViaVersion] Loading 1.14 heightmap data...
  131. [13:40:17] [Server thread/INFO]: [BungeeTabListPlus] Loading BungeeTabListPlus v2.8.10
  132. [13:40:17] [Server thread/INFO]: [TryMe] Loading TryMe v4.0
  133. [13:40:17] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.167
  134. [13:40:17] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.9.1
  135. [13:40:17] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
  136. [13:40:17] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
  137. [13:40:17] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.8.2
  138. [13:40:17] [Server thread/INFO]: [AdvancedCustomMenu] Loading AdvancedCustomMenu v4.2.1
  139. [13:40:17] [Server thread/INFO]: [UltimateChat] Loading UltimateChat v1.8.9
  140. [13:40:17] [Server thread/INFO]: [LiteBoard] Loading LiteBoard v5.2.4
  141. [13:40:17] [Server thread/INFO]: [Command Blocker] Loading TreysCommandBlocker v1.1.1
  142. [13:40:17] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.2
  143. [13:40:17] [Server thread/INFO]: [Spartan] Loading Spartan vBuild 250
  144. [13:40:17] [Server thread/INFO]: [MessageFilter] Loading MessageFilter v0.3.3
  145. [13:40:17] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.16.1.167
  146. [13:40:17] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.15
  147. [13:40:17] [Server thread/INFO]: [PvpTitles] Loading PvpTitles v2.8.10
  148. [13:40:17] [Server thread/INFO]: [Repuska] Loading Repuska v14.11
  149. [13:40:17] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0;02b731f
  150. [13:40:17] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.7.0-SNAPSHOT-2874
  151. [13:40:17] [Server thread/INFO]: [MoreFish] Loading MoreFish v3.0.2
  152. [13:40:17] [Server thread/INFO]: [JupiterCore] Loading JupiterCore v1.2.3
  153. [13:40:17] [Server thread/INFO]: [AuroraCore] Loading AuroraCore v1.0.0
  154. [13:40:17] [Server thread/INFO]: [MyPet] Loading MyPet v3.5
  155. [13:40:17] [Server thread/INFO]: [MyPet] Error-Reporter ENABLED
  156. [13:40:18] [Server thread/INFO]: [Skills] Loading Skills v12.3.3
  157. [13:40:18] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.3.1
  158. [13:40:18] [Server thread/INFO]: [YourAuction] Loading YourAuction v1.8g
  159. [13:40:18] [Server thread/INFO]: [ECore] Loading ECore v1.0f
  160. [13:40:18] [Server thread/INFO]: [MoreVaultPlus] Loading MoreVaultPlus v3.9.3n
  161. [13:40:18] [Server thread/INFO]: [MoneyHunters] Loading MoneyHunters v5.6.1
  162. [13:40:18] [Server thread/INFO]: [WGExtender] Loading WGExtender v2.1
  163. [13:40:18] [Server thread/INFO]: [NeoMoreTPPlus] Loading NeoMoreTPPlus v1.0n
  164. [13:40:18] [Server thread/INFO]: [Duels] Loading Duels v3.2.3
  165. [13:40:18] [Server thread/INFO]: [QuantumRPG] Loading QuantumRPG v4.2.2-BETA
  166. [13:40:18] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.1.0
  167. [13:40:18] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.1.0 enabled
  168. [13:40:18] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v8.0.2
  169. [13:40:18] [Server thread/INFO]:
  170. [13:40:18] [Server thread/INFO]:
  171. [13:40:18] [Server thread/INFO]:  _ __
  172. [13:40:18] [Server thread/INFO]:  |_ ._ o _ \ / _ ._ | _| /__ _ ._ _ ._ _. _|_ _ ._ 
  173. [13:40:18] [Server thread/INFO]:  |_ |_) | (_ \/\/ (_) | | (_| \_| (/_ | | (/_ | (_| |_ (_) | 
  174. [13:40:18] [Server thread/INFO]:  | 
  175. [13:40:18] [Server thread/INFO]:
  176. [13:40:18] [Server thread/INFO]: Version 8.0.2 | Licensed to 134761
  177. [13:40:18] [Server thread/INFO]:
  178. [13:40:18] [Server thread/INFO]: Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
  179. [13:40:18] [Server thread/INFO]:
  180. [13:40:18] [Server thread/INFO]:
  181. [13:40:18] [Server thread/INFO]: > Loading structures (.EWG schematics)
  182. [13:40:19] [Server thread/INFO]: - DECO_desert_tower
  183. [13:40:19] [Server thread/INFO]: - DECO_forest_house
  184. [13:40:19] [Server thread/INFO]: - DECO_jungle_tower
  185. [13:40:19] [Server thread/INFO]: - DECO_portals_204
  186. [13:40:19] [Server thread/INFO]: - DECO_rock_01
  187. [13:40:19] [Server thread/INFO]: - DECO_rock_02
  188. [13:40:19] [Server thread/INFO]: - DECO_rock_03
  189. [13:40:19] [Server thread/INFO]: - DECO_rock_04
  190. [13:40:19] [Server thread/INFO]: - DECO_rock_10
  191. [13:40:19] [Server thread/INFO]: - DECO_rock_17
  192. [13:40:19] [Server thread/INFO]: - DECO_rock_18
  193. [13:40:19] [Server thread/INFO]: - DECO_rock_19
  194. [13:40:19] [Server thread/INFO]: - DECO_rock_20
  195. [13:40:19] [Server thread/INFO]: - DECO_rock_21
  196. [13:40:19] [Server thread/INFO]: - DECO_rock_22
  197. [13:40:19] [Server thread/INFO]: - DECO_rock_23
  198. [13:40:19] [Server thread/INFO]: - DECO_rock_24
  199. [13:40:19] [Server thread/INFO]: - DECO_rock_25
  200. [13:40:19] [Server thread/INFO]: - DECO_swampBush_1
  201. [13:40:19] [Server thread/INFO]: - DECO_swampPlants_1
  202. [13:40:19] [Server thread/INFO]: - DECO_swampPlants_2
  203. [13:40:19] [Server thread/INFO]: - DECO_swampPlants_3
  204. [13:40:19] [Server thread/INFO]: - DECO_swampPlants_4
  205. [13:40:19] [Server thread/INFO]: - DECO_swampRocks_1
  206. [13:40:19] [Server thread/INFO]: - DECO_swampRootSmall_1
  207. [13:40:19] [Server thread/INFO]: - DECO_swampRootSmall_2
  208. [13:40:19] [Server thread/INFO]: - DECO_swampRootSmall_3
  209. [13:40:19] [Server thread/INFO]: - DECO_swampRootSmall_4
  210. [13:40:19] [Server thread/INFO]: - DECO_swampRootSmall_5
  211. [13:40:19] [Server thread/INFO]: - DECO_swampRootSmall_6
  212. [13:40:19] [Server thread/INFO]: - DECO_swampRoot_1
  213. [13:40:19] [Server thread/INFO]: - DECO_swampRoot_2
  214. [13:40:19] [Server thread/INFO]: - DECO_swampRoot_3
  215. [13:40:19] [Server thread/INFO]: - DECO_swampRoot_4
  216. [13:40:19] [Server thread/INFO]: - DECO_swampRoot_5
  217. [13:40:19] [Server thread/INFO]: - DECO_swampRoot_6
  218. [13:40:19] [Server thread/INFO]: - DECO_swampRoot_7
  219. [13:40:19] [Server thread/INFO]: - TREES_birch_normal
  220. [13:40:19] [Server thread/INFO]: - TREES_birch_normal_2
  221. [13:40:19] [Server thread/INFO]: - TREES_birch_normal_3
  222. [13:40:19] [Server thread/INFO]: - TREES_birch_normal_4
  223. [13:40:19] [Server thread/INFO]: - TREES_bonsai_big
  224. [13:40:19] [Server thread/INFO]: - TREES_bonsai_big_2
  225. [13:40:19] [Server thread/INFO]: - TREES_bonsai_big_3
  226. [13:40:19] [Server thread/INFO]: - TREES_bonsai_huge
  227. [13:40:19] [Server thread/INFO]: - TREES_bonsai_medium
  228. [13:40:19] [Server thread/INFO]: - TREES_bonsai_medium_2
  229. [13:40:19] [Server thread/INFO]: - TREES_bonsai_normal
  230. [13:40:19] [Server thread/INFO]: - TREES_bonsai_normal_2
  231. [13:40:19] [Server thread/INFO]: - TREES_bonsai_small
  232. [13:40:19] [Server thread/INFO]: - TREES_bonsai_tiny
  233. [13:40:19] [Server thread/INFO]: - TREES_dead_big
  234. [13:40:19] [Server thread/INFO]: - TREES_dead_huge
  235. [13:40:19] [Server thread/INFO]: - TREES_dead_medium
  236. [13:40:19] [Server thread/INFO]: - TREES_dead_medium_2
  237. [13:40:19] [Server thread/INFO]: - TREES_dead_normal
  238. [13:40:19] [Server thread/INFO]: - TREES_dead_normal_2
  239. [13:40:19] [Server thread/INFO]: - TREES_fantasy_normal
  240. [13:40:19] [Server thread/INFO]: - TREES_fantasy_normal_2
  241. [13:40:19] [Server thread/INFO]: - TREES_fantasy_small
  242. [13:40:19] [Server thread/INFO]: - TREES_fantasy_small_2
  243. [13:40:19] [Server thread/INFO]: - TREES_fantasy_small_3
  244. [13:40:19] [Server thread/INFO]: - TREES_forgottenForest_medium
  245. [13:40:19] [Server thread/INFO]: - TREES_forgottenForest_medium_4
  246. [13:40:19] [Server thread/INFO]: - TREES_forgottenForest_medium_5
  247. [13:40:19] [Server thread/INFO]: - TREES_forgottenForest_normal_2
  248. [13:40:19] [Server thread/INFO]: - TREES_forgottenForest_normal_3
  249. [13:40:19] [Server thread/INFO]: - TREES_jungle_big
  250. [13:40:19] [Server thread/INFO]: - TREES_jungle_huge
  251. [13:40:19] [Server thread/INFO]: - TREES_jungle_medium
  252. [13:40:20] [Server thread/INFO]: - TREES_jungle_normal
  253. [13:40:20] [Server thread/INFO]: - TREES_jungle_normal_2
  254. [13:40:20] [Server thread/INFO]: - TREES_jungle_normal_3
  255. [13:40:20] [Server thread/INFO]: - TREES_jungle_normal_4
  256. [13:40:20] [Server thread/INFO]: - TREES_jungle_small
  257. [13:40:20] [Server thread/INFO]: - TREES_jungle_small_2
  258. [13:40:20] [Server thread/INFO]: - TREES_jungle_small_3
  259. [13:40:20] [Server thread/INFO]: - TREES_nether_normal
  260. [13:40:20] [Server thread/INFO]: - TREES_oakTree_huge_1
  261. [13:40:20] [Server thread/INFO]: - TREES_oakTree_huge_2
  262. [13:40:20] [Server thread/INFO]: - TREES_oakTree_huge_3
  263. [13:40:20] [Server thread/INFO]: - TREES_oakTree_normal_4
  264. [13:40:20] [Server thread/INFO]: - TREES_oldtree_normal_1
  265. [13:40:20] [Server thread/INFO]: - TREES_oldtree_normal_2
  266. [13:40:20] [Server thread/INFO]: - TREES_pineLong_huge_4
  267. [13:40:20] [Server thread/INFO]: - TREES_pineLong_normal_1
  268. [13:40:20] [Server thread/INFO]: - TREES_pineLong_normal_2
  269. [13:40:20] [Server thread/INFO]: - TREES_pineLong_normal_3
  270. [13:40:20] [Server thread/INFO]: - TREES_pine_big
  271. [13:40:20] [Server thread/INFO]: - TREES_pine_huge
  272. [13:40:20] [Server thread/INFO]: - TREES_pine_medium
  273. [13:40:20] [Server thread/INFO]: - TREES_pine_normal
  274. [13:40:20] [Server thread/INFO]: - TREES_pine_normal_2
  275. [13:40:20] [Server thread/INFO]: - TREES_pine_small
  276. [13:40:20] [Server thread/INFO]: - TREES_pine_small_2
  277. [13:40:20] [Server thread/INFO]: - TREES_pine_small_3
  278. [13:40:20] [Server thread/INFO]: - TREES_pine_tiny
  279. [13:40:20] [Server thread/INFO]: - TREES_pine_tiny_2
  280. [13:40:20] [Server thread/INFO]: - TREES_scotsPine_normal_10
  281. [13:40:20] [Server thread/INFO]: - TREES_scotsPine_normal_11
  282. [13:40:20] [Server thread/INFO]: - TREES_scotsPine_normal_12
  283. [13:40:20] [Server thread/INFO]: - TREES_scotsPine_normal_6
  284. [13:40:20] [Server thread/INFO]: - TREES_scotsPine_normal_8
  285. [13:40:20] [Server thread/INFO]: - TREES_scotsPine_normal_9
  286. [13:40:20] [Server thread/INFO]: - TREES_snowyPine_normal_01
  287. [13:40:20] [Server thread/INFO]: - TREES_snowyPine_normal_02
  288. [13:40:20] [Server thread/INFO]: - TREES_snowyPine_normal_03
  289. [13:40:20] [Server thread/INFO]: - TREES_stoneForest_normal
  290. [13:40:20] [Server thread/INFO]: - TREES_stoneForest_normal_2
  291. [13:40:20] [Server thread/INFO]: - TREES_stoneForest_normal_3
  292. [13:40:20] [Server thread/INFO]: - TREES_swamp_huge_1
  293. [13:40:20] [Server thread/INFO]: - TREES_swamp_huge_2
  294. [13:40:20] [Server thread/INFO]: - TREES_swamp_medium_1
  295. [13:40:20] [Server thread/INFO]: - TREES_swamp_medium_2
  296. [13:40:20] [Server thread/INFO]: - TREES_swamp_medium_3
  297. [13:40:20] [Server thread/INFO]: - TREES_swamp_small_1
  298. [13:40:20] [Server thread/INFO]: - TREES_tropicalForest_medium_1
  299. [13:40:20] [Server thread/INFO]: - TREES_tropicalForest_medium_2
  300. [13:40:20] [Server thread/INFO]: - TREES_tropicalForest_medium_3
  301. [13:40:20] [Server thread/INFO]: - TREES_tropicalForest_medium_4
  302. [13:40:20] [Server thread/INFO]: - TREES_tropicalForest_small_1
  303. [13:40:20] [Server thread/INFO]: - TREES_willow_big
  304. [13:40:20] [Server thread/INFO]: - TREES_willow_big_2
  305. [13:40:20] [Server thread/INFO]: - TREES_willow_huge
  306. [13:40:20] [Server thread/INFO]: - TREES_willow_medium
  307. [13:40:20] [Server thread/INFO]: - TREES_willow_medium_2
  308. [13:40:20] [Server thread/INFO]: - TREES_willow_normal
  309. [13:40:20] [Server thread/INFO]: - TREES_willow_small
  310. [13:40:20] [Server thread/INFO]: - TREES_willow_tiny
  311. [13:40:20] [Server thread/INFO]: - TREES_willow_tiny_2
  312. [13:40:20] [Server thread/INFO]: - TREES_willow_tiny_3
  313. [13:40:20] [Server thread/INFO]:
  314. [13:40:20] [Server thread/INFO]: > Loading configuration
  315. [13:40:20] [Server thread/INFO]:
  316. [13:40:20] [Server thread/INFO]: Done
  317. [13:40:20] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0;214af8a
  318. [13:40:20] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  319. [13:40:20] [Server thread/WARN]: [WorldEdit] ====================================================
  320. [13:40:20] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
  321. [13:40:20] [Server thread/WARN]: [WorldEdit] as your server software.
  322. [13:40:20] [Server thread/WARN]: [WorldEdit]
  323. [13:40:20] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
  324. [13:40:20] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
  325. [13:40:20] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
  326. [13:40:20] [Server thread/WARN]: [WorldEdit]
  327. [13:40:20] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
  328. [13:40:20] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
  329. [13:40:20] [Server thread/WARN]: [WorldEdit]
  330. [13:40:20] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
  331. [13:40:20] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
  332. [13:40:20] [Server thread/WARN]: [WorldEdit]
  333. [13:40:20] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
  334. [13:40:20] [Server thread/WARN]: [WorldEdit] ====================================================
  335. [13:40:20] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v3.6.9
  336. [13:40:20] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  337. [13:40:20] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  338. [13:40:20] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  339. [13:40:20] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  340. [13:40:20] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  341. [13:40:20] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  342. [13:40:20] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  343. [13:40:20] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
  344. [13:40:20] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  345. [13:40:20] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  346. [13:40:20] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  347. [13:40:20] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  348. [13:40:20] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  349. [13:40:20] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  350. [13:40:20] [Server thread/INFO]: Preparing level "world"
  351. [13:40:20] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  352. [13:40:21] [Server thread/INFO]: Loaded 524 recipes
  353. [13:40:21] [Server thread/INFO]: -------- World Settings For [world] --------
  354. [13:40:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  355. [13:40:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
  356. [13:40:21] [Server thread/INFO]: Item Merge Radius: 2.5
  357. [13:40:21] [Server thread/INFO]: Item Despawn Rate: 6000
  358. [13:40:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  359. [13:40:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  360. [13:40:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  361. [13:40:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  362. [13:40:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  363. [13:40:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  364. [13:40:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  365. [13:40:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  366. [13:40:21] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  367. [13:40:21] [Server thread/INFO]: Carrot Growth Modifier: 100%
  368. [13:40:21] [Server thread/INFO]: Potato Growth Modifier: 100%
  369. [13:40:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  370. [13:40:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  371. [13:40:21] [Server thread/INFO]: Vine Growth Modifier: 100%
  372. [13:40:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  373. [13:40:21] [Server thread/INFO]: Mob Spawn Range: 6
  374. [13:40:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  375. [13:40:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  376. [13:40:21] [Server thread/INFO]: Random Lighting Updates: false
  377. [13:40:21] [Server thread/INFO]: Max TNT Explosions: 100
  378. [13:40:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  379. [13:40:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  380. [13:40:21] [Server thread/INFO]: View Distance: 10
  381. [13:40:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  382. [13:40:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  383. [13:40:21] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2_2 as the Bukkit adapter
  384. [13:40:21] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  385. [13:40:22] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest
  386. [13:40:22] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for world ]~~~~~~~~~~~~
  387. [13:40:22] [Server thread/INFO]: 
  388. [13:40:22] [Server thread/INFO]: Biomes that will generated;
  389. [13:40:22] [Server thread/INFO]:  * Birch Forest
  390. [13:40:22] [Server thread/INFO]:  * Bonsai Forest
  391. [13:40:22] [Server thread/INFO]:  * Volcano
  392. [13:40:22] [Server thread/INFO]:  * Dark forest
  393. [13:40:22] [Server thread/INFO]:  * Desert
  394. [13:40:22] [Server thread/INFO]:  * Deep Ocean
  395. [13:40:22] [Server thread/INFO]:  * Deciduous Forest
  396. [13:40:22] [Server thread/INFO]:  * Fantasy Forest
  397. [13:40:22] [Server thread/INFO]:  * Farmland
  398. [13:40:22] [Server thread/INFO]:  * Forgotten Forest
  399. [13:40:22] [Server thread/INFO]:  * Frozen Ocean
  400. [13:40:22] [Server thread/INFO]:  * Scots pine forest
  401. [13:40:22] [Server thread/INFO]:  * Jungle
  402. [13:40:22] [Server thread/INFO]:  * Jungle Edge
  403. [13:40:22] [Server thread/INFO]:  * Lukewarm Ocean
  404. [13:40:22] [Server thread/INFO]:  * Mesa
  405. [13:40:22] [Server thread/INFO]:  * Mega Spruce Taiga
  406. [13:40:22] [Server thread/INFO]:  * Mega Taiga
  407. [13:40:22] [Server thread/INFO]:  * Ocean
  408. [13:40:22] [Server thread/INFO]:  * Pine Forest
  409. [13:40:22] [Server thread/INFO]:  * Plains
  410. [13:40:22] [Server thread/INFO]:  * River
  411. [13:40:22] [Server thread/INFO]:  * Stone Forest
  412. [13:40:22] [Server thread/INFO]:  * Swamp
  413. [13:40:22] [Server thread/INFO]:  * Snowy Pine
  414. [13:40:22] [Server thread/INFO]:  * Savanna
  415. [13:40:22] [Server thread/INFO]:  * Swamp Edge
  416. [13:40:22] [Server thread/INFO]:  * Swampland
  417. [13:40:22] [Server thread/INFO]:  * Tropical Forest
  418. [13:40:22] [Server thread/INFO]:  * Warm Ocean
  419. [13:40:22] [Server thread/INFO]: 
  420. [13:40:22] [Server thread/INFO]: Generator version: 8.0.2
  421. [13:40:22] [Server thread/INFO]: 
  422. [13:40:22] [Server thread/INFO]: Biomes in total: 30
  423. [13:40:22] [Server thread/INFO]: Preparing world injection
  424. [13:40:22] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  425. [13:40:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  426. [13:40:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
  427. [13:40:22] [Server thread/INFO]: Item Merge Radius: 2.5
  428. [13:40:22] [Server thread/INFO]: Item Despawn Rate: 6000
  429. [13:40:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  430. [13:40:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  431. [13:40:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  432. [13:40:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  433. [13:40:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  434. [13:40:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  435. [13:40:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  436. [13:40:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  437. [13:40:22] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  438. [13:40:22] [Server thread/INFO]: Carrot Growth Modifier: 100%
  439. [13:40:22] [Server thread/INFO]: Potato Growth Modifier: 100%
  440. [13:40:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  441. [13:40:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  442. [13:40:22] [Server thread/INFO]: Vine Growth Modifier: 100%
  443. [13:40:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  444. [13:40:22] [Server thread/INFO]: Mob Spawn Range: 6
  445. [13:40:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  446. [13:40:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  447. [13:40:22] [Server thread/INFO]: Random Lighting Updates: false
  448. [13:40:22] [Server thread/INFO]: Max TNT Explosions: 100
  449. [13:40:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  450. [13:40:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  451. [13:40:22] [Server thread/INFO]: View Distance: 10
  452. [13:40:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  453. [13:40:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  454. [13:40:22] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  455. [13:40:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  456. [13:40:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
  457. [13:40:22] [Server thread/INFO]: Item Merge Radius: 2.5
  458. [13:40:22] [Server thread/INFO]: Item Despawn Rate: 6000
  459. [13:40:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  460. [13:40:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  461. [13:40:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  462. [13:40:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  463. [13:40:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  464. [13:40:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  465. [13:40:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  466. [13:40:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  467. [13:40:22] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  468. [13:40:22] [Server thread/INFO]: Carrot Growth Modifier: 100%
  469. [13:40:22] [Server thread/INFO]: Potato Growth Modifier: 100%
  470. [13:40:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  471. [13:40:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  472. [13:40:22] [Server thread/INFO]: Vine Growth Modifier: 100%
  473. [13:40:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  474. [13:40:22] [Server thread/INFO]: Mob Spawn Range: 6
  475. [13:40:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  476. [13:40:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  477. [13:40:22] [Server thread/INFO]: Random Lighting Updates: false
  478. [13:40:22] [Server thread/INFO]: Max TNT Explosions: 100
  479. [13:40:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  480. [13:40:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  481. [13:40:22] [Server thread/INFO]: View Distance: 10
  482. [13:40:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  483. [13:40:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  484. [13:40:22] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 8478155331906184694)
  485. [13:40:22] [Server thread/INFO]: Preparing spawn area: 4%
  486. [13:40:23] [Server thread/INFO]: Preparing spawn area: 8%
  487. [13:40:23] [Server thread/INFO]: Preparing spawn area: 12%
  488. [13:40:23] [Server thread/INFO]: Preparing spawn area: 16%
  489. [13:40:23] [Server thread/INFO]: Preparing spawn area: 20%
  490. [13:40:23] [Server thread/INFO]: Preparing spawn area: 24%
  491. [13:40:23] [Server thread/INFO]: Preparing spawn area: 28%
  492. [13:40:23] [Server thread/INFO]: Preparing spawn area: 32%
  493. [13:40:23] [Server thread/INFO]: Preparing spawn area: 36%
  494. [13:40:23] [Server thread/INFO]: Preparing spawn area: 40%
  495. [13:40:23] [Server thread/INFO]: Preparing spawn area: 44%
  496. [13:40:23] [Server thread/INFO]: Preparing spawn area: 48%
  497. [13:40:23] [Server thread/INFO]: Preparing spawn area: 52%
  498. [13:40:23] [Server thread/INFO]: Preparing spawn area: 56%
  499. [13:40:23] [Server thread/INFO]: Preparing spawn area: 60%
  500. [13:40:23] [Server thread/INFO]: Preparing spawn area: 64%
  501. [13:40:23] [Server thread/INFO]: Preparing spawn area: 68%
  502. [13:40:23] [Server thread/INFO]: Preparing spawn area: 72%
  503. [13:40:23] [Server thread/INFO]: Preparing spawn area: 76%
  504. [13:40:23] [Server thread/INFO]: Preparing spawn area: 80%
  505. [13:40:23] [Server thread/INFO]: Preparing spawn area: 84%
  506. [13:40:23] [Server thread/INFO]: Preparing spawn area: 88%
  507. [13:40:23] [Server thread/INFO]: Preparing spawn area: 92%
  508. [13:40:23] [Server thread/INFO]: Preparing spawn area: 96%
  509. [13:40:23] [Server thread/INFO]: Preparing spawn area: 100%
  510. [13:40:23] [Server thread/INFO]: Preparing start region for level minecraft:the_nether (Seed: 5697406436392054561)
  511. [13:40:23] [Server thread/INFO]: Preparing spawn area: 4%
  512. [13:40:23] [Server thread/INFO]: Preparing spawn area: 8%
  513. [13:40:23] [Server thread/INFO]: Preparing spawn area: 12%
  514. [13:40:23] [Server thread/INFO]: Preparing spawn area: 16%
  515. [13:40:23] [Server thread/INFO]: Preparing spawn area: 20%
  516. [13:40:23] [Server thread/INFO]: Preparing spawn area: 24%
  517. [13:40:23] [Server thread/INFO]: Preparing spawn area: 28%
  518. [13:40:23] [Server thread/INFO]: Preparing spawn area: 32%
  519. [13:40:23] [Server thread/INFO]: Preparing spawn area: 36%
  520. [13:40:23] [Server thread/INFO]: Preparing spawn area: 40%
  521. [13:40:23] [Server thread/INFO]: Preparing spawn area: 44%
  522. [13:40:23] [Server thread/INFO]: Preparing spawn area: 48%
  523. [13:40:23] [Server thread/INFO]: Preparing spawn area: 52%
  524. [13:40:23] [Server thread/INFO]: Preparing spawn area: 56%
  525. [13:40:23] [Server thread/INFO]: Preparing spawn area: 60%
  526. [13:40:23] [Server thread/INFO]: Preparing spawn area: 64%
  527. [13:40:23] [Server thread/INFO]: Preparing spawn area: 68%
  528. [13:40:23] [Server thread/INFO]: Preparing spawn area: 72%
  529. [13:40:23] [Server thread/INFO]: Preparing spawn area: 76%
  530. [13:40:23] [Server thread/INFO]: Preparing spawn area: 80%
  531. [13:40:23] [Server thread/INFO]: Preparing spawn area: 84%
  532. [13:40:24] [Server thread/INFO]: Preparing spawn area: 88%
  533. [13:40:24] [Server thread/INFO]: Preparing spawn area: 92%
  534. [13:40:24] [Server thread/INFO]: Preparing spawn area: 96%
  535. [13:40:24] [Server thread/INFO]: Preparing spawn area: 100%
  536. [13:40:24] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: 5697406436392054561)
  537. [13:40:24] [Server thread/INFO]: Preparing spawn area: 4%
  538. [13:40:24] [Server thread/INFO]: Preparing spawn area: 8%
  539. [13:40:24] [Server thread/INFO]: Preparing spawn area: 12%
  540. [13:40:24] [Server thread/INFO]: Preparing spawn area: 16%
  541. [13:40:24] [Server thread/INFO]: Preparing spawn area: 20%
  542. [13:40:24] [Server thread/INFO]: Preparing spawn area: 24%
  543. [13:40:24] [Server thread/INFO]: Preparing spawn area: 28%
  544. [13:40:24] [Server thread/INFO]: Preparing spawn area: 32%
  545. [13:40:24] [Server thread/INFO]: Preparing spawn area: 36%
  546. [13:40:24] [Server thread/INFO]: Preparing spawn area: 40%
  547. [13:40:24] [Server thread/INFO]: Preparing spawn area: 44%
  548. [13:40:24] [Server thread/INFO]: Preparing spawn area: 48%
  549. [13:40:24] [Server thread/INFO]: Preparing spawn area: 52%
  550. [13:40:24] [Server thread/INFO]: Preparing spawn area: 56%
  551. [13:40:24] [Server thread/INFO]: Preparing spawn area: 60%
  552. [13:40:24] [Server thread/INFO]: Preparing spawn area: 64%
  553. [13:40:24] [Server thread/INFO]: Preparing spawn area: 68%
  554. [13:40:24] [Server thread/INFO]: Preparing spawn area: 72%
  555. [13:40:24] [Server thread/INFO]: Preparing spawn area: 76%
  556. [13:40:24] [Server thread/INFO]: Preparing spawn area: 80%
  557. [13:40:24] [Server thread/INFO]: Preparing spawn area: 84%
  558. [13:40:24] [Server thread/INFO]: Preparing spawn area: 88%
  559. [13:40:24] [Server thread/INFO]: Preparing spawn area: 92%
  560. [13:40:24] [Server thread/INFO]: Preparing spawn area: 96%
  561. [13:40:24] [Server thread/INFO]: Preparing spawn area: 100%
  562. [13:40:24] [Server thread/INFO]: Time elapsed: 1316 ms
  563. [13:40:24] [Server thread/INFO]: [JDALibLoaderBukkit] Enabling JDALibLoaderBukkit v1.0.0
  564. [13:40:24] [Server thread/INFO]: [NewbieAutoCommands] Enabling NewbieAutoCommands v1.0
  565. [13:40:24] [Server thread/INFO]: [INFO] NewbieAutoCommands: Loaded 1 groups!
  566. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
  567. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  568. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  569. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  570. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: skript
  571. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
  572. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  573. [13:40:24] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  574. [13:40:24] [Server thread/INFO]: [DeluxeJoin] Enabling DeluxeJoin v2.6.1
  575. [13:40:24] [Server thread/INFO]: [DeluxeJoin] 7 DeluxeJoinFormats loaded!
  576. [13:40:24] [Server thread/INFO]: [DeluxeJoin] First join message is enabled!
  577. [13:40:24] [Server thread/INFO]: [DeluxeJoin] Succesfully hooked into PlaceholderAPI for placeholders!
  578. [13:40:24] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.6
  579. [13:40:24] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.0
  580. [13:40:24] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
  581. [13:40:24] [Server thread/INFO]: [SuperTrailsPro] Enabling SuperTrailsPro vv1.1.1
  582. [13:40:25] [Server thread/INFO]: ======
  583. [13:40:25] [Server thread/INFO]: SuperTrailsPro v1.1.1 loaded! (For MC 1.13)
  584. [13:40:25] [Server thread/INFO]: Take me to the Mars!
  585. [13:40:25] [Server thread/INFO]: ======
  586. [13:40:25] [Server thread/INFO]: [FarmLimiter] Enabling FarmLimiter v1.2
  587. [13:40:25] [Server thread/INFO]: [ChestSort] Enabling ChestSort v6.4.2
  588. [13:40:25] [Server thread/WARN]: [ChestSort] ==============================================
  589. [13:40:25] [Server thread/WARN]: [ChestSort] You were using an old config file. ChestSort
  590. [13:40:25] [Server thread/WARN]: [ChestSort] has updated the file to the newest version.
  591. [13:40:25] [Server thread/WARN]: [ChestSort] Your changes have been kept.
  592. [13:40:25] [Server thread/WARN]: [ChestSort] ==============================================
  593. [13:40:25] [Server thread/INFO]: [ChestSort] Current sorting method: {category},{itemsFirst},{name},{color}
  594. [13:40:25] [Server thread/INFO]: [ChestSort] Sorting enabled by default: false
  595. [13:40:25] [Server thread/INFO]: [ChestSort] Auto generate category files: true
  596. [13:40:25] [Server thread/INFO]: [ChestSort] Sort time: close
  597. [13:40:25] [Server thread/INFO]: [ChestSort] Allow hotkeys: true
  598. [13:40:25] [Server thread/INFO]: [ChestSort] |- Middle-Click: true
  599. [13:40:25] [Server thread/INFO]: [ChestSort] |- Shift-Click: true
  600. [13:40:25] [Server thread/INFO]: [ChestSort] |- Double-Click: true
  601. [13:40:25] [Server thread/INFO]: [ChestSort] |- Shift-Right-Click: true
  602. [13:40:25] [Server thread/INFO]: [ChestSort] Check for updates: true
  603. [13:40:25] [Server thread/INFO]: [ChestSort] Categories: 900-weapons (6), 905-common-tools (4), 907-other-tools (6), 909-food (32), 910-valuables (47), 920-armor-and-arrows (12), 930-brewing (18), 950-redstone (23), 960-wood (60), 970-stone (38), 980-plants (50), 981-corals (1)
  604. [13:40:25] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v13.7.1
  605. [13:40:25] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_13_R2, using UniversalSkinFactory.
  606. [13:40:25] [Server thread/INFO]: [TitleAPI] Enabling TitleAPI v1.7.7
  607. [13:40:25] [Server thread/INFO]: TitleAPI V1.7.7 has been enabled!
  608. [13:40:25] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.3
  609. [13:40:25] [Server thread/INFO]: [CommandSync] Enabling CommandSync v2.5
  610. [13:40:25] [Server thread/INFO]: Файл конфигурации загружен.
  611. [13:40:25] [Server thread/INFO]: Коннект на 127.0.0.1:9190 с именем rpg.
  612. [13:40:25] [Server thread/INFO]: Все данные загружены.
  613. [13:40:25] [Server thread/INFO]: [AntiCraft] Enabling AntiCraft v1.4
  614. [13:40:25] [Server thread/INFO]: [TreeFeller] Enabling TreeFeller v2.4-RELEASE
  615. [13:40:25] [Server thread/INFO]: [JukeBox] Enabling JukeBox v1.10.1
  616. [13:40:25] [Server thread/INFO]: [JukeBox] Loaded language file en.yml
  617. [13:40:28] [Server thread/INFO]: [JukeBox] 109 songs loadeds. Sorting by name...
  618. [13:40:28] [Server thread/INFO]: [JukeBox] Songs sorted ! 109 songs. Number of pages : 3
  619. [13:40:28] [Server thread/INFO]: [Skript] Enabling Skript v2.4-alpha4
  620. [13:40:28] [Server thread/INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed.
  621. [13:40:31] [Server thread/INFO]: [Skript] Loaded 93106 aliases in 2786ms
  622. [13:40:31] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  623. [13:40:31] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.7.3-SNAPSHOT
  624. [13:40:31] [Server thread/INFO]: Adding channels for online players...
  625. [13:40:31] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
  626. [13:40:31] [Server thread/INFO]: [ClearLag] Loading modules...
  627. [13:40:31] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  628. [13:40:31] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="chunk-entity-limiter.entities" value=Wich
  629. [13:40:31] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  630. [13:40:31] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  631. [13:40:31] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.5
  632. [13:40:31] [Server thread/INFO]: [GlowAPI] Enabling GlowAPI v1.4.8-SNAPSHOT
  633. [13:40:31] [Server thread/INFO]: [SkQuery] Enabling SkQuery v4.1.1
  634. [13:40:31] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
  635. [13:40:31] [Server thread/INFO]: [skQuery] Beginning to process a total of 139 from SkQuery
  636. [13:40:31] [Server thread/INFO]: [skQuery] Out of 139 classes, 137 classes were loaded from SkQuery
  637. [13:40:31] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.9 (beta)
  638. [13:40:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  639. [13:40:31] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  640. [13:40:31] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 12500 at X: -4,5 Z: 30,5
  641. [13:40:31] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -5,0 Y: 85,0 Z: 30,0
  642. [13:40:31] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v3.0.0-SNAPSHOT-b760
  643. [13:40:31] [Server thread/INFO]: -------- World Settings For [build] --------
  644. [13:40:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  645. [13:40:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  646. [13:40:31] [Server thread/INFO]: Item Merge Radius: 2.5
  647. [13:40:31] [Server thread/INFO]: Item Despawn Rate: 6000
  648. [13:40:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  649. [13:40:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  650. [13:40:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  651. [13:40:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  652. [13:40:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  653. [13:40:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  654. [13:40:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  655. [13:40:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  656. [13:40:31] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  657. [13:40:31] [Server thread/INFO]: Carrot Growth Modifier: 100%
  658. [13:40:31] [Server thread/INFO]: Potato Growth Modifier: 100%
  659. [13:40:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  660. [13:40:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  661. [13:40:31] [Server thread/INFO]: Vine Growth Modifier: 100%
  662. [13:40:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  663. [13:40:31] [Server thread/INFO]: Mob Spawn Range: 6
  664. [13:40:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  665. [13:40:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  666. [13:40:31] [Server thread/INFO]: Random Lighting Updates: false
  667. [13:40:31] [Server thread/INFO]: Max TNT Explosions: 100
  668. [13:40:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  669. [13:40:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  670. [13:40:31] [Server thread/INFO]: View Distance: 10
  671. [13:40:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  672. [13:40:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  673. [13:40:31] [Server thread/INFO]: Preparing start region for level 3 (Seed: -3423010524909479433)
  674. [13:40:32] [Server thread/INFO]: -------- World Settings For [pvp] --------
  675. [13:40:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  676. [13:40:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
  677. [13:40:32] [Server thread/INFO]: Item Merge Radius: 2.5
  678. [13:40:32] [Server thread/INFO]: Item Despawn Rate: 6000
  679. [13:40:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  680. [13:40:32] [Server thread/INFO]: Experience Merge Radius: 3.0
  681. [13:40:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
  682. [13:40:32] [Server thread/INFO]: Cane Growth Modifier: 100%
  683. [13:40:32] [Server thread/INFO]: Melon Growth Modifier: 100%
  684. [13:40:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  685. [13:40:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  686. [13:40:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
  687. [13:40:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  688. [13:40:32] [Server thread/INFO]: Carrot Growth Modifier: 100%
  689. [13:40:32] [Server thread/INFO]: Potato Growth Modifier: 100%
  690. [13:40:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
  691. [13:40:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  692. [13:40:32] [Server thread/INFO]: Vine Growth Modifier: 100%
  693. [13:40:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  694. [13:40:32] [Server thread/INFO]: Mob Spawn Range: 6
  695. [13:40:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  696. [13:40:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  697. [13:40:32] [Server thread/INFO]: Random Lighting Updates: false
  698. [13:40:32] [Server thread/INFO]: Max TNT Explosions: 100
  699. [13:40:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  700. [13:40:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  701. [13:40:32] [Server thread/INFO]: View Distance: 10
  702. [13:40:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  703. [13:40:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  704. [13:40:32] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1625352291000495674)
  705. [13:40:32] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  706. [13:40:32] [Server thread/INFO]: [Multiverse-Core] Version 3.0.0-SNAPSHOT-b760 (API v22) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  707. [13:40:32] [Server thread/INFO]: [CustomDeathMessages] Enabling CustomDeathMessages v1.0.0
  708. [13:40:32] [Server thread/INFO]: [AdvancedCustomItemAPI] Enabling AdvancedCustomItemAPI v1.6.3
  709. [13:40:32] [Server thread/INFO]: [EnchantLimit] Enabling EnchantLimit v2.2
  710. [13:40:32] [Server thread/INFO]: [BlocksHub] Enabling BlocksHub v3.1.0
  711. [13:40:32] [Server thread/INFO]: Initializing access controllers
  712. [13:40:32] [Server thread/INFO]: Initializing block loggers
  713. [13:40:32] [Server thread/INFO]: [BlocksHub] Enabled
  714. [13:40:32] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  715. [13:40:32] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  716. [13:40:32] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  717. [13:40:32] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  718. [13:40:32] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  719. [13:40:32] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
  720. [13:40:32] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3
  721. [13:40:32] [Server thread/INFO]: [WESV] Enabling WorldEditSelectionVisualizer v2.0.2
  722. [13:40:32] [Server thread/INFO]: [WESV] Using WorldEdit 7 api
  723. [13:40:32] [Server thread/INFO]: [Coins] Enabling Coins v2.2.2
  724. [13:40:32] [Server thread/INFO]: [Coins] Enabled to use MySQL.
  725. [13:40:32] [Server thread/INFO]: Coins MySQL Connection Pool - Starting...
  726. [13:40:32] [Server thread/INFO]: Coins MySQL Connection Pool - Start completed.
  727. [13:40:32] [Server thread/INFO]: [Coins] Plugin conected sucesful to the MySQL.
  728. [13:40:32] [Server thread/INFO]: [Coins] PlaceholderAPI found, hooking into it.
  729. [13:40:32] [Server thread/INFO]: [Scavenger] Enabling Scavenger v1.8-4
  730. [13:40:32] [Server thread/INFO]: [Scavenger] Configuration loaded.
  731. [13:40:33] [Server thread/INFO]: [Scavenger] Loading language file: D:\rpg\plugins\Scavenger\Languages\russian.yml
  732. [13:40:33] [Server thread/INFO]: [Scavenger] Economy disabled. Item recovery will be free.
  733. [13:40:33] [Server thread/INFO]: [Scavenger] Loaded ignore list. (Count = 0)
  734. [13:40:33] [Server thread/INFO]: [Scavenger] Offline-mode is set to false, no Authenticator Hook
  735. [13:40:33] [Server thread/INFO]: [TradePlus] Enabling TradePlus v3.58
  736. [13:40:33] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v2.1.3
  737. [13:40:33] [Server thread/INFO]: [BungeeTabListPlus] Enabling BungeeTabListPlus v2.8.10
  738. [13:40:33] [TaskChainAsyncQueue Thread 0/INFO]: You appear to be running version 113
  739. [13:40:33] [Server thread/INFO]: [TryMe] Enabling TryMe v4.0
  740. [13:40:33] [Server thread/INFO]: TryMe 4.0 has been enabled. [Edition by Dementia Software 2016]
  741. [13:40:33] [Server thread/INFO]: [TryMe] Hooked with Vault.
  742. [13:40:33] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.167
  743. [13:40:33] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  744. [13:40:33] [Server thread/INFO]: No kits found to migrate.
  745. [13:40:33] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  746. [13:40:33] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  747. [13:40:33] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  748. [13:40:33] [Server thread/INFO]: Loaded 19702 items from items.json.
  749. [13:40:33] [Server thread/INFO]: Using locale ru_RU
  750. [13:40:33] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  751. [13:40:33] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  752. [13:40:33] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  753. [13:40:33] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
  754. [13:40:33] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: Coins version: 1.7.2-b107)
  755. [13:40:33] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.9.1
  756. [13:40:33] [Server thread/INFO]: [HeadDatabase] §bUsing §3"ru_Ru.lang" §btranslated by §6MenaR
  757. [13:40:33] [Server thread/INFO]: [HeadDatabase] Economy succesfully setup!
  758. [13:40:33] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.8.2
  759. [13:40:33] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_13_R2
  760. [13:40:33] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #282
  761. [13:40:33] [Server thread/INFO]: [LibsDisguises] Build Date: 18/05/2019 06:10
  762. [13:40:34] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  763. [13:40:34] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
  764. [13:40:34] [Server thread/INFO]: [AdvancedCustomMenu] Enabling AdvancedCustomMenu v4.2.1
  765. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "tools_kit"!
  766. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "vaults"!
  767. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "fishing"!
  768. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "vip"!
  769. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "BoostXP"!
  770. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "BoostSouls"!
  771. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty18"!
  772. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty18"!
  773. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ClassesSelect"!
  774. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ClassesChange"!
  775. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ClassesStats"!
  776. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ClassesSkills"!
  777. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ClassesMastery"!
  778. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  779. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  780. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "FreeChange"!
  781. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "SafeChange"!
  782. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "VIPChange"!
  783. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  784. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  785. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "GuildsJoin"!
  786. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "GuildsCreate"!
  787. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "KingdomsHelp"!
  788. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Back"!
  789. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Back"!
  790. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ItemsInfo"!
  791. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "GemsInfo"!
  792. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  793. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  794. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty18"!
  795. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty18"!
  796. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Auction"!
  797. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  798. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  799. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Classes"!
  800. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Guilds"!
  801. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Pets"!
  802. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "staffroom"!
  803. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Teleport"!
  804. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ItemsRPG"!
  805. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Auction"!
  806. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Library"!
  807. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Places"!
  808. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Capability"!
  809. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Heads"!
  810. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Effects"!
  811. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "FreeArena"!
  812. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ReatingArena"!
  813. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Purgatory"!
  814. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  815. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  816. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "FreeArena"!
  817. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "ReatingArena"!
  818. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Purgatory"!
  819. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  820. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  821. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "arrows"!
  822. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty46"!
  823. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  824. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  825. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "FreeChange"!
  826. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "SafeChange"!
  827. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Other"!
  828. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  829. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Empty4"!
  830. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "TPMenu"!
  831. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Device"!
  832. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "TPHelp"!
  833. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Back"!
  834. [13:40:34] [Server thread/INFO]: - Click handlers loaded for item "Back"!
  835. [13:40:34] [Server thread/INFO]: [UltimateChat] Enabling UltimateChat v1.8.9
  836. [13:40:35] [Server thread/INFO]: [UltimateChat] All configurations loaded!
  837. [13:40:35] [Server thread/INFO]: [UltimateChat] Language file loaded - Using: RU
  838. [13:40:35] [Server thread/INFO]: [UltimateChat] ProtocolLib found. Hooked.
  839. [13:40:35] [Server thread/INFO]: [UltimateChat] PlaceHolderAPI found. Hooked and registered some chat placeholders with relational tag feature.
  840. [13:40:35] [Server thread/INFO]: [UltimateChat] Vault economy found. Hooked.
  841. [13:40:35] [Server thread/INFO]: [UltimateChat] Vault chat found. Hooked.
  842. [13:40:35] [Server thread/INFO]: [UltimateChat] Vault perms found. Hooked.
  843. [13:40:35] [Server thread/INFO]: [UltimateChat] Init API module...
  844. [13:40:35] [Server thread/INFO]: [UltimateChat] JDA LibLoader is present...
  845. [13:40:36] [Server thread/INFO]: [UltimateChat] - Discord Sync in use!
  846. [13:40:36] [Server thread/INFO]: [UltimateChat] JDA connected and ready to use!
  847. [13:40:36] [Server thread/INFO]: [UltimateChat] Server Version: 1.13.2-R0.1-SNAPSHOT
  848. [13:40:36] [Server thread/INFO]:
  849.  _ _ _ _ _ _ _____ _ _
  850. | | | | | | (_) | | / ____| | | |
  851. | | | | | |_ _ _ __ ___ __ _| |_ ___| | | |__ __ _| |_
  852. | | | | | __| | '_ ` _ \ / _` | __/ _ \ | | '_ \ / _` | __|
  853. | |__| | | |_| | | | | | | (_| | || __/ |____| | | | (_| | |_
  854. \____/|_|\__|_|_| |_| |_|\__,_|\__\___|\_____|_| |_|\__,_|\__|
  855.  
  856. UltimateChat v1.8.9 enabled!
  857. 
  858. [13:40:36] [Server thread/INFO]: [LiteBoard] Enabling LiteBoard v5.2.4
  859. [13:40:36] [Server thread/INFO]: Version: 1.13
  860. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | -------------------------------------------------------
  861. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | 
  862. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Detected PlaceholderAPI
  863. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | [YAML] Readed File: config.yml
  864. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Loaded Board: admin.yml
  865. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Loaded Board: bonus.yml
  866. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Loaded Board: main.yml
  867. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Loaded Board: pvp.yml
  868. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Loaded 4 Boards
  869. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Loaded all config files
  870. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Enabled BoardManager Core
  871. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Loaded all compatibility modules
  872. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | Registered Listeners
  873. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | LiteBoard loaded,used 39ms
  874. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | 
  875. [13:40:36] [Server thread/INFO]: (LiteBoard/INFO) | -------------------------------------------------------
  876. [13:40:36] [Server thread/INFO]: [Command Blocker] Enabling TreysCommandBlocker v1.1.1
  877. [13:40:36] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.2
  878. [13:40:36] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  879. [13:40:36] [Server thread/INFO]: [Spartan] Enabling Spartan vBuild 250
  880. [13:40:37] [Server thread/INFO]: [MessageFilter] Enabling MessageFilter v0.3.3
  881. [13:40:37] [Server thread/INFO]: [MessageFilter] ProtocolLib found and connected!
  882. [13:40:37] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.16.1.167
  883. [13:40:37] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.15
  884. [13:40:38] [Server thread/INFO]: [LiteBans] Using default database drivers.
  885. [13:40:38] [Server thread/INFO]: [LiteBans] Loading SQL driver: mariadb (org.mariadb.jdbc.Driver)
  886. [13:40:38] [Server thread/INFO]: [LiteBans] Connecting to database...
  887. [13:40:38] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mariadb://localhost:3306/litebans;useSSL=false] (575,2 ms).
  888. [13:40:38] [Server thread/INFO]: [LiteBans] [Sync] Server name: litebans
  889. [13:40:38] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: b527424118264ad3a15ab4612fd3d6c3 <1>
  890. [13:40:38] [Server thread/INFO]: [LiteBans] Database connection fully initialized (587 ms).
  891. [13:40:38] [Server thread/INFO]: [LiteBans] v2.3.15 enabled. Startup took 701 ms.
  892. [13:40:38] [Server thread/INFO]: [PvpTitles] Enabling PvpTitles v2.8.10
  893. [13:40:38] [Server thread/INFO]: [Боевой ранг] MYSQL database loaded correctly.
  894. [13:40:38] [Server thread/INFO]: [Боевой ранг] Locales loaded correctly.
  895. [13:40:38] [Server thread/INFO]: [Боевой ранг] 3 models loaded correctly.
  896. [13:40:38] [Server thread/INFO]: [Боевой ранг] 0 scoreboards per signs loaded correctly.
  897. [13:40:38] [Server thread/INFO]: [Боевой ранг] 0 rewards loaded correctly.
  898. [13:40:38] [Server thread/INFO]: [Боевой ранг] 3 servers combined loaded correctly.
  899. [13:40:38] [Server thread/INFO]: [Боевой ранг] Refresh event [1 min] loaded correctly.
  900. [13:40:38] [Server thread/INFO]: [Боевой ранг] Rank Checker event [30 sec] loaded correctly.
  901. [13:40:38] [Server thread/INFO]: [PvpTitles] Плагин успешно активирован
  902. [13:40:38] [Server thread/INFO]: [Repuska] Enabling Repuska v14.11
  903. [13:40:38] [Server thread/INFO]: [Repuska] ~ Created by RepublicanSensei
  904. [13:40:38] [Server thread/INFO]: [Repuska] ~ Thanks to @Sashie, @LimeGlass, @Tuke_Nuke, @btk5h, @tim740, @TheBukor and @Nicofisi.
  905. [13:40:38] [Server thread/INFO]: [Repuska] ~ Version: 14.11 ~
  906. [13:40:38] [Server thread/INFO]: [Repuska] Skript hooked!
  907. [13:40:38] [Server thread/INFO]: [Repuska] <Conditions> Loaded.
  908. [13:40:38] [Server thread/INFO]: [Repuska] <Effects> Loaded.
  909. [13:40:39] [Server thread/INFO]: [Repuska] <Events> Loaded.
  910. [13:40:39] [Server thread/INFO]: [Repuska] <Expressions> Loaded.
  911. [13:40:39] [Server thread/INFO]: [Repuska] <Types> Loaded.
  912. [13:40:39] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0;02b731f
  913. [13:40:39] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  914. [13:40:39] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  915. [13:40:39] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  916. [13:40:39] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  917. [13:40:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  918. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  919. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  920. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  921. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  922. [13:40:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  923. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  924. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  925. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  926. [13:40:39] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  927. [13:40:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  928. [13:40:39] [Server thread/INFO]: [WorldGuard] (build) TNT ignition is PERMITTED.
  929. [13:40:39] [Server thread/INFO]: [WorldGuard] (build) Lighters are PERMITTED.
  930. [13:40:39] [Server thread/INFO]: [WorldGuard] (build) Lava fire is blocked.
  931. [13:40:39] [Server thread/INFO]: [WorldGuard] (build) Fire spread is UNRESTRICTED.
  932. [13:40:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'build'
  933. [13:40:39] [Server thread/WARN]: [WorldGuard] Could not parse a block/item heading: Unknown block or item name: chorus_fruit_popped
  934. [13:40:39] [Server thread/INFO]: [WorldGuard] (pvp) Blacklist loaded with 3 entries.
  935. [13:40:39] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
  936. [13:40:39] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
  937. [13:40:39] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
  938. [13:40:39] [Server thread/INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
  939. [13:40:39] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
  940. [13:40:39] [Server thread/INFO]: [WorldGuard] Loading region data...
  941. [13:40:39] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.7.0-SNAPSHOT-2874
  942. [13:40:39] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_13_R2 (Minecraft 1.13)...
  943. [13:40:39] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
  944. [13:40:39] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled!
  945. [13:40:39] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
  946. [13:40:39] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  947. [13:40:39] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  948. [13:40:39] [Server thread/INFO]: [LumineUtils] (io.lumine.utils.) is bound to plugin MythicMobs - io.lumine.xikage.mythicmobs.MythicMobs
  949. [13:40:39] [Server thread/INFO]: Reflections took 55 ms to scan 1 urls, producing 10 keys and 247 values
  950. [13:40:39] [Server thread/INFO]: Reflections took 16 ms to scan 1 urls, producing 23 keys and 480 values
  951. [13:40:39] [Server thread/INFO]: Reflections took 6 ms to scan 1 urls, producing 5 keys and 52 values
  952. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  953. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  954. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  955. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  956. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  957. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  958. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  959. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  960. [13:40:40] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  961. [13:40:40] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  962. [13:40:40] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs Premium v4.7.0 (build 2874) has been successfully loaded!
  963. [13:40:40] [Server thread/INFO]: [MoreFish] Enabling MoreFish v3.0.2
  964. [13:40:40] [Server thread/INFO]: [MoreFish] Loaded 6 rarities and 28 fish types
  965. [13:40:40] [Server thread/INFO]: [ACF] Minecraft Version: 1.13
  966. [13:40:40] [Server thread/INFO]: [MoreFish] Plugin has been enabled.
  967. [13:40:40] [Server thread/INFO]: [JupiterCore] Enabling JupiterCore v1.2.3
  968. [13:40:40] [Server thread/INFO]: 
  969. [13:40:40] [Server thread/INFO]: 
  970. [13:40:40] [Server thread/INFO]: 
  971. [13:40:40] [Server thread/INFO]: -=-=-=-=-=-=-[  Plugin Startup ]-=-=-=-=-=-=-
  972. [13:40:40] [Server thread/INFO]: > Plugin: JupiterCore
  973. [13:40:40] [Server thread/INFO]: > Author: Fogus-M
  974. [13:40:40] [Server thread/INFO]: > Version: 1.2.3
  975. [13:40:40] [Server thread/INFO]: > Server version: V1_13_R2 / OK!
  976. [13:40:40] [Server thread/INFO]: -=-=-=-=-=-=-[  Searching Hooks ]-=-=-=-=-=-=-
  977. [13:40:40] [Server thread/INFO]: > MythicMobs: Success!
  978. [13:40:40] [Server thread/INFO]: > WorldGuard: Success!
  979. [13:40:40] [Server thread/INFO]: > Vault: Success!
  980. [13:40:40] [Server thread/INFO]: -=-=-=-=-=-=-[  Done in 30 ms! ]-=-=-=-=-=-=-
  981. [13:40:40] [Server thread/INFO]: 
  982. [13:40:40] [Server thread/INFO]: 
  983. [13:40:40] [Server thread/INFO]: 
  984. [13:40:40] [Server thread/INFO]: [AuroraCore] Enabling AuroraCore v1.0.0
  985. [13:40:40] [Server thread/INFO]: [AuroraCore] Hooked with WorldGuard
  986. [13:40:40] [Server thread/INFO]: [AuroraCore] Hooked with MythicMobs
  987. [13:40:40] [Server thread/INFO]: [MyPet] Enabling MyPet v3.5
  988. [13:40:40] [Server thread/INFO]: [MyPet] #################################################
  989. [13:40:40] [Server thread/INFO]: [MyPet] # A new build is available: 3.6-SNAPSHOT #1483 #
  990. [13:40:40] [Server thread/INFO]: [MyPet] # https://mypet-plugin.de/download #
  991. [13:40:40] [Server thread/INFO]: [MyPet] #################################################
  992. [13:40:40] [Server thread/INFO]: [MyPet] Compat mode for v1_13_R2 loaded.
  993. [13:40:41] [Server thread/INFO]: [MyPet] Exp calculation mode: JavaScript
  994. [13:40:41] [Server thread/INFO]: [MyPet] Loading WorldGroups...
  995. [13:40:41] [Server thread/INFO]: [MyPet]  disabled MyPet in 'build'
  996. [13:40:41] [Server thread/INFO]: [MyPet]  disabled MyPet in 'pvp'
  997. [13:40:41] [Server thread/INFO]: [MyPet]  added 'world' to 'default'
  998. [13:40:41] [Server thread/INFO]: [MyPet]  added 'world_nether' to 'default'
  999. [13:40:41] [Server thread/INFO]: [MyPet]  added 'world_the_end' to 'default'
  1000. [13:40:41] [Server thread/INFO]: [MyPet] Connect to MySQL database...
  1001. [13:40:41] [Server thread/INFO]: [MyPet] MySQL connection successful.
  1002. [13:40:41] [Server thread/INFO]: [MyPet] MythicMobs (4.7.0-SNAPSHOT-2874) hook activated.
  1003. [13:40:41] [Server thread/INFO]: [MyPet] PlaceholderAPI (2.9.2) hook activated.
  1004. [13:40:41] [Server thread/INFO]: [MyPet] ProtocolLib (4.4.0) hook activated.
  1005. [13:40:41] [Server thread/INFO]: [MyPet] Vault (1.7.2-b107) (Economy: Coins) (Permissions: PermissionsEx) hook activated.
  1006. [13:40:41] [Server thread/INFO]: [MyPet] WorldGuard (7.0.0;02b731f) hook activated.
  1007. [13:40:41] [Server thread/INFO]: [MyPet] version 3.5-SNAPSHOT-b1471 ENABLED
  1008. [13:40:41] [Server thread/INFO]: [Skills] Enabling Skills v12.3.3
  1009. [13:40:42] [Server thread/INFO]: [Skills]: Loaded 0 language statements
  1010. [13:40:42] [JDA MainWS-ReadThread/INFO]: [Дискорд] [VIP] Scorpion_MK » гоооуу
  1011. [13:40:42] [Server thread/INFO]: [Skills] ActionBarAPI not found.
  1012. [13:40:42] [Server thread/INFO]: [Skills] Citizens not found.
  1013. [13:40:42] [Server thread/INFO]: [Skills] Factions not found.
  1014. [13:40:42] [Server thread/INFO]: [Skills] Kingdoms not found.
  1015. [13:40:42] [Server thread/INFO]: [Skills] Residence not found.
  1016. [13:40:42] [Server thread/INFO]: [Skills] PlaceholderAPI found and hooked.
  1017. [13:40:42] [Server thread/INFO]: [Skills] MVdWPlaceholderAPI not found.
  1018. [13:40:42] [Server thread/INFO]: [Skills] ParticleLIBManager not found.
  1019. [13:40:42] [Server thread/INFO]: [Skills] Spartan found and hooked.
  1020. [13:40:42] [Server thread/INFO]: [Skills] MythicMobs found and hooked.
  1021. [13:40:42] [Server thread/INFO]: [Skills] MyPet found and hooked.
  1022. [13:40:42] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.3.1
  1023. [13:40:42] [Server thread/INFO]: [YourAuction] Enabling YourAuction v1.8g
  1024. [13:40:42] [Server thread/INFO]: |YourAuction> Connecting to SQLite Database...
  1025. [13:40:42] [Server thread/INFO]: |YourAuction> Connected to SQLite
  1026. [13:40:42] [Server thread/INFO]: |YourAuction> WorldGuard Flag Registered Already...
  1027. [13:40:42] [Server thread/INFO]: [ECore] Enabling ECore v1.0f
  1028. [13:40:42] [Server thread/INFO]: |ECore> You are running on 'v1_13_R2' version
  1029. [13:40:42] [Server thread/INFO]: |ECore> NMS support 'MC1_13_R2' loaded!
  1030. [13:40:42] [Server thread/INFO]: [MoreVaultPlus] Enabling MoreVaultPlus v3.9.3n
  1031. [13:40:43] [Server thread/INFO]: |MoreVaultPlus> Unknown material: LONG_GRASS Contact dev if you think you type correct material.
  1032. [13:40:43] [Server thread/INFO]: |MoreVaultPlus> You are running on 'v1_13_R2' version
  1033. [13:40:43] [Server thread/INFO]: |MoreVaultPlus> NMS support 'MC1_13_R2' loaded!
  1034. [13:40:43] [Server thread/INFO]: |MoreVaultPlus> Using MySQL
  1035. [13:40:43] [Server thread/INFO]: |MoreVaultPlus> WorldGuard Flag Registered Already...
  1036. [13:40:43] [Server thread/INFO]: |MoreVaultPlus> Using new Particle Protocol
  1037. [13:40:43] [Server thread/INFO]: |MoreVaultPlus> Starting Metrics...
  1038. [13:40:43] [Server thread/INFO]: [MoneyHunters] Enabling MoneyHunters v5.6.1
  1039. [13:40:43] [Server thread/INFO]: 
  1040. [13:40:43] [Server thread/INFO]: 
  1041. [13:40:43] [Server thread/INFO]: 
  1042. [13:40:43] [Server thread/INFO]: -=-=-=-=-=-=-[  Plugin Startup ]-=-=-=-=-=-=-
  1043. [13:40:43] [Server thread/INFO]: > Plugin: MoneyHunters
  1044. [13:40:43] [Server thread/INFO]: > Author: NightExpress
  1045. [13:40:43] [Server thread/INFO]: > Version: 5.6.1
  1046. [13:40:43] [Server thread/INFO]: > Powered by: Jupiter-Core
  1047. [13:40:43] [Server thread/INFO]: -=-=-=-=-=-=-[  Searching Hooks ]-=-=-=-=-=-=-
  1048. [13:40:43] [Server thread/INFO]: > AdvancedMobArena: Not found.
  1049. [13:40:43] [Server thread/INFO]: -=-=-=-=-=-=-[  Loading Data ]-=-=-=-=-=-=-
  1050. [13:40:43] [Server thread/INFO]: > Economy: Coins
  1051. [13:40:43] [Server thread/INFO]: > Jobs Loaded: 3
  1052. [13:40:43] [Server thread/INFO]: [MoneyHunters/INFO] Storage type: MySQL
  1053. [13:40:43] [Server thread/INFO]: -=-=-=-=-=-=-[  Done in 42 ms! ]-=-=-=-=-=-=-
  1054. [13:40:43] [Server thread/INFO]: 
  1055. [13:40:43] [Server thread/INFO]: 
  1056. [13:40:43] [Server thread/INFO]: 
  1057. [13:40:43] [Server thread/INFO]: [WGExtender] Enabling WGExtender v2.1
  1058. [13:40:43] [Server thread/INFO]: [NeoMoreTPPlus] Enabling NeoMoreTPPlus v1.0n
  1059. [13:40:44] [Server thread/INFO]: |ECore> Connecting to SQLite Database...
  1060. [13:40:44] [Server thread/INFO]: |ECore> Connected to SQLite
  1061. [13:40:44] [Server thread/INFO]: Public Warps Loaded: 1
  1062. [13:40:44] [Server thread/INFO]: |ECore> WorldGuard Flag Registered Already...
  1063. [13:40:44] [Server thread/INFO]: [Duels] Enabling Duels v3.2.3
  1064. [13:40:44] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
  1065. [13:40:44] [Server thread/INFO]: [Duels] Successfully hooked into 'MyPet'!
  1066. [13:40:44] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
  1067. [13:40:44] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
  1068. [13:40:44] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
  1069. [13:40:44] [Server thread/INFO]: [Duels] ArenaManager: Loaded 5 arena(s).
  1070. [13:40:44] [Server thread/INFO]: [Duels] KitManager: Loaded 0 kit(s).
  1071. [13:40:44] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
  1072. [13:40:44] [Server thread/INFO]: [Duels] QueueSignManager: Loaded 0 queue sign(s).
  1073. [13:40:44] [Server thread/INFO]: [Duels] ExtensionManager: Extension 'Placeholders' is now enabled.
  1074. [13:40:44] [Server thread/INFO]: [QuantumRPG] Enabling QuantumRPG v4.2.2-BETA
  1075. [13:40:44] [Server thread/INFO]: 
  1076. [13:40:44] [Server thread/INFO]: 
  1077. [13:40:44] [Server thread/INFO]: 
  1078. [13:40:44] [Server thread/INFO]: -=-=-=-=-=-=-[  Plugin Startup ]-=-=-=-=-=-=-
  1079. [13:40:44] [Server thread/INFO]: > Plugin: QuantumRPG
  1080. [13:40:44] [Server thread/INFO]: > Author: NightExpress
  1081. [13:40:44] [Server thread/INFO]: > Version: 4.2.2-BETA
  1082. [13:40:44] [Server thread/INFO]: > Powered by: Jupiter-Core
  1083. [13:40:44] [Server thread/INFO]: -=-=-=-=-=-=-[  Searching Hooks ]-=-=-=-=-=-=-
  1084. [13:40:44] [Server thread/INFO]: > SkillAPI: Not found.
  1085. [13:40:44] [Server thread/INFO]: > RacesOfThana: Not found.
  1086. [13:40:44] [Server thread/INFO]: > HolographicDisplays: Success!
  1087. [13:40:44] [Server thread/INFO]: > PlayerLevels: Not found.
  1088. [13:40:44] [Server thread/INFO]: > PlaceholderAPI: Success!
  1089. [13:40:44] [Server thread/INFO]: > Residence: Not found.
  1090. [13:40:44] [Server thread/INFO]: > Citizens: Not found.
  1091. [13:40:44] [Server thread/INFO]: > BattleLevels: Not found.
  1092. [13:40:44] [Server thread/INFO]: > MythicMobs: Success!
  1093. [13:40:44] [Server thread/INFO]: > Heroes: Not found.
  1094. [13:40:44] [Server thread/INFO]: > PvPLevels: Not found.
  1095. [13:40:44] [Server thread/INFO]: > Skills: Success!
  1096. [13:40:44] [Server thread/INFO]: > mcMMO: Not found.
  1097. [13:40:44] [Server thread/INFO]: > RPGInventory: Not found.
  1098. [13:40:44] [Server thread/INFO]: -=-=-=-=-=-=-[  Loading Data ]-=-=-=-=-=-=-
  1099. [13:40:44] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
  1100. [13:40:44] [Server thread/INFO]: Injected custom channel handlers.
  1101. [13:40:44] [Server thread/INFO]: Adding channels for online players...
  1102. [13:40:44] [Server thread/INFO]: [QuantumRPG/INFO] Storage type: MySQL
  1103. [13:40:45] [Server thread/INFO]: [QuantumRPG/INFO] Drop Mobs Loaded: 3
  1104. [13:40:45] [Server thread/INFO]: [QuantumRPG/INFO] Drop Tables Loaded: 34
  1105. [13:40:45] [Server thread/INFO]: [QuantumRPG/WARN] Loot: No command aliases found!
  1106. [13:40:45] [Server thread/INFO]: [QuantumRPG/INFO] Buffs: Loaded 3 buffs!
  1107. [13:40:45] [Server thread/INFO]: -=-=-=-=-=-=-[  Modules Initialize ]-=-=-=-=-=-=-
  1108. [13:40:45] [Server thread/INFO]: > Gems v1.7.0: Да | 3 Items
  1109. [13:40:45] [Server thread/INFO]: > Essences v2.0.0: Да | 2 Items
  1110. [13:40:45] [Server thread/INFO]: > Runes v1.2.0: Да | 3 Items
  1111. [13:40:45] [Server thread/INFO]: > Consumables v1.7.0: Да | 3 Items
  1112. [13:40:45] [Server thread/INFO]: > Arrows v2.0.0: Да | 3 Items
  1113. [13:40:45] [Server thread/INFO]: > Sets v1.3.0: Да
  1114. [13:40:45] [Server thread/INFO]: > Active Items v1.3.0: Да | 3 Items
  1115. [13:40:45] [Server thread/INFO]: > Custom Items v1.3.0: Да | 2 Items
  1116. [13:40:45] [Server thread/INFO]: > Tiers v1.5.0: Да | 50 Items
  1117. [13:40:45] [Server thread/INFO]: > Refine v1.7.0: Да | 5 Items
  1118. [13:40:45] [Server thread/INFO]: > Fortify v1.0.0: Да | 4 Items
  1119. [13:40:45] [Server thread/INFO]: > Identify v1.2.0: Да | 26 Items
  1120. [13:40:45] [Server thread/INFO]: > Magic Dust v1.8.0: Да | 2 Items
  1121. [13:40:45] [Server thread/INFO]: > Soulbound v1.5.0: Да
  1122. [13:40:45] [Server thread/INFO]: > Repair v1.6.0: Да | 1 Items
  1123. [13:40:45] [Server thread/INFO]: > Resolve v1.8.0: Да | 1 Items
  1124. [13:40:45] [Server thread/INFO]: > Extractor v1.2.0: Да | 2 Items
  1125. [13:40:45] [Server thread/INFO]: > Party v2.0.0: Да
  1126. [13:40:45] [Server thread/INFO]: > Item Hints v1.0.1: Да
  1127. [13:40:45] [Server thread/INFO]: > Drops v2 v2.0.0: Да
  1128. [13:40:45] [Server thread/INFO]: > Loot v1.0.0: Да
  1129. [13:40:45] [Server thread/INFO]: > Sell v1.3.0: Нет
  1130. [13:40:45] [Server thread/INFO]: > Buffs v2.0.0: Да
  1131. [13:40:45] [Server thread/INFO]: > Combat Log v1.2.0: Да
  1132. [13:40:45] [Server thread/INFO]: > Notifications v1.0.0: Да
  1133. [13:40:45] [Server thread/INFO]: -=-=-=-=-=-=-[  Done in 757 ms! ]-=-=-=-=-=-=-
  1134. [13:40:45] [Server thread/INFO]: 
  1135. [13:40:45] [Server thread/INFO]: 
  1136. [13:40:45] [Server thread/INFO]: 
  1137. [13:40:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1138. [13:40:45] [Server thread/INFO]: Done (25.006s)! For help, type "help"
  1139. [13:40:45] [Server thread/INFO]: [Skript] Loading variables...
  1140. [13:40:46] [Server thread/INFO]: [Skript] Loaded 998 variables in 0.0 seconds
  1141. [13:40:46] [Server thread/ERROR]: [Skript] indentation error: expected 2 tabs, but found 4 spaces (SUPERGUILDS_0main.sk, line 1805: else:')
  1142. [13:40:46] [Server thread/ERROR]: [Skript] indentation error: expected 2 tabs, but found 8 spaces (SUPERGUILDS_0main.sk, line 1806: repuska format gui slot 8 of {_p} with {SG::Messages::Menu_PreviousMenu_Item} named "%{SG::Messages::Menu_PreviousMenu_Name}%" to close then run function guildSelectGUI({_p})')
  1143. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer] ----------------------------------------------
  1144. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]  +===============+
  1145. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]  | SkinsRestorer |
  1146. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]  |---------------|
  1147. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]  | Bungee Mode |
  1148. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]  +===============+
  1149. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer] ----------------------------------------------
  1150. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]  Current version: 13.7.1
  1151. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer]  This is the latest version!
  1152. [13:40:46] [Craft Scheduler Thread - 4/INFO]: [SkinsRestorer] ----------------------------------------------
  1153. [13:40:48] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 150 placeholder expansions are available on the cloud.
  1154. [13:40:48] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 3 installed expansions have updates available.
  1155. [13:40:52] [Skript variable save thread/WARN]: [Skript] Cannot write variables to the database 'default' at sufficient speed; server performance may suffer and many variables will be lost if the server crashes. (this warning will be repeated at most once every 10 seconds)
  1156. [13:40:52] [Server thread/INFO]: 
  1157. [13:40:52] [Server thread/INFO]: 
  1158. [13:40:52] [Server thread/INFO]: [SUPERGUILDS] If you are having trouble with SUPERGUILDS, send console logs to 'RepublicanSensei' on SpigotMC.
  1159. [13:40:52] [Server thread/INFO]: [SUPERGUILDS] Getting 'Possible conflict warnings' spam on console? Set 'disable variable conflict warnings: true' in 'plugins/Skript/config.sk'.
  1160. [13:40:52] [Server thread/INFO]: 
  1161. [13:40:52] [Server thread/INFO]: 
  1162. [13:40:52] [Server thread/INFO]: [SUPERGUILDS] Preparing ru_RU.yml locale file...
  1163. [13:40:53] [Server thread/INFO]: [SUPERGUILDS] ru_RU is ready! (0.4 seconds)
  1164. [13:40:55] [Server thread/INFO]: [SUPERGUILDS] 1.13 NBT has been loaded.
  1165. [13:40:56] [Server thread/INFO]: [Skript] Loaded 4 scripts with a total of 32 triggers and 7 commands in 10.88 seconds
  1166. [13:40:56] [Server thread/INFO]: [Skript] Finished loading.
  1167. [13:40:56] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.13.2(404)
  1168. [13:40:57] [Server thread/INFO]: [MythicMobs] ✓Using HolographicDisplays plugin for holograms
  1169. [13:40:57] [Server thread/INFO]: |YourAuction> Database successfuly load in 14.0s
  1170. [13:40:57] [Server thread/INFO]: |YourAuction> Total Data:
  1171. [13:40:57] [Server thread/INFO]: |YourAuction> YOURAUCTION_ITEM_SOLD: 54 data
  1172. [13:40:57] [Server thread/INFO]: |YourAuction> YOURAUCTION_ITEM_SALE: 2 data
  1173. [13:40:57] [Server thread/INFO]: |YourAuction> YOURAUCTION_PLAYER_CONFIG: 3 data
  1174. [13:40:57] [Server thread/INFO]: |YourAuction> YOURAUCTION_ITEM_EXPIRED: 2 data
  1175. [13:40:57] [Server thread/INFO]: |MoreVaultPlus> Start Load Database
  1176. [13:40:57] [Server thread/INFO]: |MoreVaultPlus> Checking for PlayerVaultX Data
  1177. [13:40:57] [Server thread/INFO]: |MoreVaultPlus> Checking for PlayerVault Data
  1178. [13:40:57] [Server thread/INFO]: [BlocksHub] Loading plugins...
  1179. [13:40:57] [Server thread/INFO]: [BlocksHub] Factions: plugin not found.
  1180. [13:40:57] [Server thread/INFO]: [BlocksHub] BlocksHub plugin Factions...disabled
  1181. [13:40:57] [Server thread/INFO]: [BlocksHub] GriefPrevention: plugin not found.
  1182. [13:40:57] [Server thread/INFO]: [BlocksHub] BlocksHub plugin GriefPrevention...disabled
  1183. [13:40:57] [Server thread/INFO]: [BlocksHub] CoreProtect: plugin not found.
  1184. [13:40:57] [Server thread/INFO]: [BlocksHub] BlocksHub plugin CoreProtect...disabled
  1185. [13:40:57] [Server thread/INFO]: [BlocksHub] LogBlock: plugin not found.
  1186. [13:40:57] [Server thread/INFO]: [BlocksHub] BlocksHub plugin LogBlock...disabled
  1187. [13:40:57] [Server thread/INFO]: [TitleAPI] No update was found, you are running the latest version.
  1188. [13:40:57] [Server thread/INFO]: |MoreVaultPlus> Loading 13 Vault Data...
  1189. [13:40:57] [Server thread/INFO]: |MoreVaultPlus> Please wait...
  1190. [13:40:57] [Server thread/INFO]: |MoreVaultPlus> 13 Data Loaded
  1191. [13:40:57] [Server thread/INFO]: |MoreVaultPlus> Load Database Completed in 0.043s
  1192. [13:40:57] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ...
  1193. [13:40:57] [Craft Scheduler Thread - 13/INFO]: [ChestSort] Checking for available updates...
  1194. [13:40:57] [Server thread/INFO]: Database successfuly load in 12.0s
  1195. [13:40:57] [Server thread/INFO]: Total Data:
  1196. [13:40:57] [Server thread/INFO]: MORETPPLUS_HOME: 44 data
  1197. [13:40:57] [Server thread/INFO]: MORETPPLUS_PLAYER_SETTING: 85 data
  1198. [13:40:57] [Server thread/INFO]: MORETPPLUS_PLAYER_WARP: 0 data
  1199. [13:40:57] [User Authenticator #1/INFO]: UUID of player Murzik666 is 0917df61-6eb3-3b4d-a23d-65ea471c0717
  1200. [13:40:57] [User Authenticator #2/INFO]: UUID of player Scorpion_MK is 4f4dea0d-e5e4-31e1-ae05-33ad4e862f7b
  1201. [13:40:57] [Craft Scheduler Thread - 2/INFO]: [PacketListenerApi] Plugin is up-to-date
  1202. [13:40:57] [Craft Scheduler Thread - 15/INFO]: [Duels] ===============================================
  1203. [13:40:57] [Craft Scheduler Thread - 15/INFO]: [Duels] An update for Duels is available!
  1204. [13:40:57] [Craft Scheduler Thread - 15/INFO]: [Duels] Download Duels v3.3.0 here:
  1205. [13:40:57] [Craft Scheduler Thread - 15/INFO]: [Duels] https://spigotmc.org/resources/duels.20171/download?version=286374
  1206. [13:40:57] [Craft Scheduler Thread - 15/INFO]: [Duels] ===============================================
  1207. [13:40:57] [Craft Scheduler Thread - 13/INFO]: [ChestSort] You are using the latest version of ChestSort.
  1208. [13:40:57] [Craft Scheduler Thread - 9/INFO]: You are using the newest LiteBoard <3
  1209. [13:40:58] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
  1210. [13:40:58] [Craft Scheduler Thread - 3/INFO]: [HeadDatabase] Succesfully loaded 24129 heads!
  1211. [13:40:58] [Craft Scheduler Thread - 3/INFO]: [HeadDatabase] Succesfully loaded 15 featured tags!
  1212. [13:40:58] [Server thread/INFO]: [ReflectionHelper] I am loaded from package org.inventivetalent.glow.reflection.minecraft
  1213. [13:40:58] [Server thread/INFO]: [ReflectionHelper] Version is v1_13_R2 (11302)
  1214. [13:40:59] [Server thread/INFO]: Murzik666[/46.173.175.2:51813] logged in with entity id 265 at ([world]-4.082638039006416, 84.53292827534491, 58.36031522971645)
  1215. [13:41:00] [Server thread/INFO]: Scorpion_MK[/2.94.42.213:51814] logged in with entity id 266 at ([world]1527.6772967191894, 54.0, 1499.699999988079)
  1216. [13:41:00] [Server thread/INFO]: [Anti-Xray] Version 1.3.6 has been loaded...
  1217. [13:41:00] [Server thread/INFO]: [Anti-Xray] Please leave a 5 star review!
  1218. [13:41:01] [Server thread/INFO]: [Боевой ранг] No update was found.
  1219. [13:41:01] [Server thread/INFO]: [Боевой ранг] # STARTING INTEGRATION MODULE #
  1220. [13:41:01] [Server thread/INFO]: [Боевой ранг] Placeholder API integrated correctly
  1221. [13:41:01] [Server thread/INFO]: [Боевой ранг] (Vault)Permissions integrated correctly
  1222. [13:41:01] [Server thread/INFO]: [Боевой ранг] (Vault)ChatManager integrated correctly
  1223. [13:41:01] [Server thread/INFO]: [Боевой ранг] (Vault)Economy integrated correctly
  1224. [13:41:01] [Server thread/INFO]: [Боевой ранг] HolographicDisplays (0 loaded) integrated correctly
  1225. [13:41:01] [Server thread/INFO]: [Боевой ранг] # ENDING INTEGRATION MODULE #
  1226. [13:41:01] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1227. [13:41:01] [Server thread/INFO]: [MoneyHunters/INFO] Auto-save: Saved 2 online users | 0 offline users.
  1228. [13:41:02] [Server thread/INFO]: 
  1229. [13:41:02] [Server thread/INFO]: SUPERGUILDS WARNING(S)
  1230. [13:41:02] [Server thread/INFO]: 
  1231. [13:41:02] [Server thread/INFO]: [!!!] This version (6.5.4_2) is outdated. Download the new version from http://bit.ly/2kPLZap
  1232. [13:41:02] [Server thread/INFO]: 
  1233. [13:41:02] [Server thread/INFO]: 
  1234. [13:41:09] [Timer-2/INFO]: [WorldGuard] Region data changes made in 'world' have been background saved
  1235. [13:41:10] [Craft Scheduler Thread - 15/INFO]: [NoteBlockAPI] New update available!
  1236. [13:41:11] [Server thread/INFO]: [Викторина] Викторина началась!
  1237. [13:41:11] [Server thread/INFO]: [Викторина] Сколько будет 2+2-2?
  1238. [13:41:12] [User Authenticator #3/INFO]: UUID of player big_Vikker is 751dc1f5-d9cc-3510-aa64-5001bc7cfdce
  1239. [13:41:13] [Server thread/INFO]: big_Vikker[/37.79.99.143:51829] logged in with entity id 1824 at ([world]518.1276204270255, 64.0, -3094.6591681354807)
  1240. [13:41:14] [Server thread/INFO]: [Л] [Architects] [Вампир] Scorpion_MK » 2
  1241. [13:41:14] [Server thread/INFO]: [Викторина] Scorpion_MK выиграл спустя 2.76 секунд! Ответ: 2
  1242. [13:41:14] [Server thread/INFO]: ٩(◕‿◕)۶ Scorpion_MK получил Железный слиток
  1243. [13:41:31] [Server thread/INFO]: Murzik666 issued server command: /party create bee-swarm-simulator-one-love-xd
  1244. [13:41:33] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Кича
  1245. [13:41:42] [User Authenticator #4/INFO]: UUID of player Kichiro is 55f653ff-baec-34a6-8445-ae218c9d0af9
  1246. [13:41:43] [Server thread/INFO]: Kichiro[/212.76.181.69:51838] logged in with entity id 2658 at ([world]-1642.9994762061788, 65.0, -1379.2618606593796)
  1247. [13:41:44] [Server thread/INFO]: Murzik666 issued server command: /party join shmurzik
  1248. [13:41:48] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » а
  1249. [13:41:50] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Кич
  1250. [13:41:58] [Server thread/INFO]: Murzik666 issued server command: /party join 123123213
  1251. [13:42:02] [Server thread/INFO]: Murzik666 issued server command: /party join
  1252. [13:42:16] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Ну давай бартер, 10 серых вещей на хеленую мотыгу.
  1253. [13:42:22] [Server thread/INFO]: |YourAuction> You are running on 'v1_13_R2' version
  1254. [13:42:22] [Server thread/INFO]: |YourAuction> NMS support 'MC1_13_R2' loaded!
  1255. [13:42:22] [Server thread/INFO]: [Г] [Нет гильдии] [Пожиратель] Murzik666 »  ты ради пати рестарт делал ?
  1256. [13:42:30] [Server thread/INFO]: [Г] [Безупречные] [Пожиратель] Kichiro » Нет
  1257. [13:43:14] [Server thread/INFO]: [Г] [Нет гильдии] [Пожиратель] Murzik666 »  кст, а ты говорил, что всем 10+ лвлам будешь давать шмотки на их лвл, после обновы той).
  1258. [13:43:25] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1259. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1260. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1261. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1262. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1263. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1264. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1265. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1266. [13:43:25] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1267. [13:43:25] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1268. [13:43:31] [Server thread/INFO]: Kichiro issued server command: /spawnmob ContraBee
  1269. [13:43:36] [Server thread/INFO]: Kichiro issued server command: /spawnmob ContraBee
  1270. [13:43:57] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1271. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1272. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1273. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1274. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1275. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1276. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1277. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1278. [13:43:57] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1279. [13:43:57] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1280. [13:43:58] [Server thread/INFO]: Kichiro issued server command: /spawnmob ContraBee
  1281. [13:44:16] [Server thread/WARN]: big_Vikker moved too quickly! 15.560664779039257,0.0,10.222657527551746
  1282. [13:44:32] [Server thread/INFO]: [Г] [Безупречные] [Пожиратель] Kichiro » Позже
  1283. [13:44:39] [Server thread/INFO]: [Г] [Безупречные] [Пожиратель] Kichiro » Кстати пати так ин е заработало?
  1284. [13:45:24] [Server thread/INFO]: Murzik666 issued server command: /party join
  1285. [13:45:26] [Server thread/INFO]: Murzik666 issued server command: /party create
  1286. [13:45:29] [Server thread/INFO]: Murzik666 issued server command: /party
  1287. [13:45:36] [Server thread/INFO]: Murzik666 issued server command: /party help
  1288. [13:45:37] [Server thread/INFO]: Scorpion_MK issued server command: /pv
  1289. [13:45:57] [Server thread/INFO]: Murzik666 issued server command: /party leave
  1290. [13:45:57] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Чё делать будим?
  1291. [13:46:00] [Server thread/INFO]: Murzik666 issued server command: /party kick
  1292. [13:46:11] [Server thread/INFO]: [Г] [Architects] [Вампир] Scorpion_MK » Интересно, я смогу скрафтить арбалет? 0_о.
  1293. [13:46:14] [Server thread/INFO]: [Викторина] Решите 1/2/1-4-2*4 первым, чтобы получить награду!
  1294. [13:46:25] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Ммм нет
  1295. [13:47:20] [Server thread/INFO]: Scorpion_MK issued server command: /petc
  1296. [13:47:30] [Server thread/INFO]: Kichiro issued server command: /qrpg reload
  1297. [13:47:30] [Server thread/INFO]: [QuantumRPG/INFO] Auto-save: Saved 4 online users | 0 offline users.
  1298. [13:47:30] [Server thread/INFO]: -=-=-=-=-=-=-[  Searching Hooks ]-=-=-=-=-=-=-
  1299. [13:47:30] [Server thread/INFO]: > mcMMO: Not found.
  1300. [13:47:30] [Server thread/INFO]: > SkillAPI: Not found.
  1301. [13:47:30] [Server thread/INFO]: > HolographicDisplays: Success!
  1302. [13:47:30] [Server thread/INFO]: > PlayerLevels: Not found.
  1303. [13:47:30] [Server thread/INFO]: > PlaceholderAPI: Error!
  1304. [13:47:30] [Server thread/INFO]: > Heroes: Not found.
  1305. [13:47:30] [Server thread/INFO]: > PvPLevels: Not found.
  1306. [13:47:30] [Server thread/INFO]: > Citizens: Not found.
  1307. [13:47:30] [Server thread/INFO]: > RPGInventory: Not found.
  1308. [13:47:30] [Server thread/INFO]: > BattleLevels: Not found.
  1309. [13:47:30] [Server thread/INFO]: > Residence: Not found.
  1310. [13:47:30] [Server thread/INFO]: > RacesOfThana: Not found.
  1311. [13:47:30] [Server thread/INFO]: > MythicMobs: Success!
  1312. [13:47:30] [Server thread/INFO]: > Skills: Success!
  1313. [13:47:30] [Server thread/INFO]: -=-=-=-=-=-=-[  Loading Data ]-=-=-=-=-=-=-
  1314. [13:47:30] [Server thread/INFO]: Injected custom channel handlers.
  1315. [13:47:30] [Server thread/INFO]: [QuantumRPG/INFO] Storage type: MySQL
  1316. [13:47:30] [Server thread/INFO]: [QuantumRPG/INFO] Drop Mobs Loaded: 3
  1317. [13:47:30] [Server thread/INFO]: [QuantumRPG/INFO] Drop Tables Loaded: 34
  1318. [13:47:30] [Server thread/INFO]: [QuantumRPG/WARN] Loot: No command aliases found!
  1319. [13:47:30] [Server thread/INFO]: [QuantumRPG/INFO] Buffs: Loaded 3 buffs!
  1320. [13:47:30] [Server thread/INFO]: -=-=-=-=-=-=-[  Modules Initialize ]-=-=-=-=-=-=-
  1321. [13:47:30] [Server thread/INFO]: > Gems v1.7.0: Да | 3 Items
  1322. [13:47:30] [Server thread/INFO]: > Essences v2.0.0: Да | 2 Items
  1323. [13:47:30] [Server thread/INFO]: > Runes v1.2.0: Да | 3 Items
  1324. [13:47:30] [Server thread/INFO]: > Consumables v1.7.0: Да | 3 Items
  1325. [13:47:30] [Server thread/INFO]: > Arrows v2.0.0: Да | 3 Items
  1326. [13:47:30] [Server thread/INFO]: > Sets v1.3.0: Да
  1327. [13:47:30] [Server thread/INFO]: > Active Items v1.3.0: Да | 3 Items
  1328. [13:47:30] [Server thread/INFO]: > Custom Items v1.3.0: Да | 2 Items
  1329. [13:47:30] [Server thread/INFO]: > Tiers v1.5.0: Да | 50 Items
  1330. [13:47:30] [Server thread/INFO]: > Refine v1.7.0: Да | 5 Items
  1331. [13:47:30] [Server thread/INFO]: > Fortify v1.0.0: Да | 4 Items
  1332. [13:47:30] [Server thread/INFO]: > Identify v1.2.0: Да | 26 Items
  1333. [13:47:30] [Server thread/INFO]: > Magic Dust v1.8.0: Да | 2 Items
  1334. [13:47:30] [Server thread/INFO]: > Soulbound v1.5.0: Да
  1335. [13:47:30] [Server thread/INFO]: > Repair v1.6.0: Да | 1 Items
  1336. [13:47:30] [Server thread/INFO]: > Resolve v1.8.0: Да | 1 Items
  1337. [13:47:30] [Server thread/INFO]: > Extractor v1.2.0: Да | 2 Items
  1338. [13:47:30] [Server thread/INFO]: > Party v2.0.0: Да
  1339. [13:47:30] [Server thread/INFO]: > Item Hints v1.0.1: Да
  1340. [13:47:30] [Server thread/INFO]: > Drops v2 v2.0.0: Да
  1341. [13:47:30] [Server thread/INFO]: > Loot v1.0.0: Да
  1342. [13:47:30] [Server thread/INFO]: > Sell v1.3.0: Нет
  1343. [13:47:30] [Server thread/INFO]: > Buffs v2.0.0: Да
  1344. [13:47:30] [Server thread/INFO]: > Combat Log v1.2.0: Да
  1345. [13:47:30] [Server thread/INFO]: > Notifications v1.0.0: Да
  1346. [13:47:33] [Server thread/INFO]: Murzik666 issued server command: /party joun
  1347. [13:47:34] [Server thread/INFO]: Murzik666 issued server command: /party join
  1348. [13:47:38] [Server thread/INFO]: Murzik666 issued server command: /party roll
  1349. [13:47:43] [Server thread/INFO]: Murzik666 issued server command: /party drop
  1350. [13:47:44] [Server thread/INFO]: Murzik666 issued server command: /party roll
  1351. [13:47:54] [Server thread/INFO]: Murzik666 issued server command: /party join
  1352. [13:47:56] [Server thread/INFO]: Scorpion_MK issued server command: /classes
  1353. [13:48:01] [Server thread/INFO]: Murzik666 issued server command: /party create bitch
  1354. [13:48:32] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1355. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1356. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1357. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1358. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1359. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1360. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1361. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1362. [13:48:32] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1363. [13:48:33] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1364. [13:49:02] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1365. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1366. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1367. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1368. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1369. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1370. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1371. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1372. [13:49:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1373. [13:49:02] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!SkeletalMinion}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1374. [13:49:02] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1375. [13:49:03] [Server thread/INFO]: Kichiro issued server command: /qrpg reload
  1376. [13:49:03] [Server thread/INFO]: [QuantumRPG/INFO] Auto-save: Saved 4 online users | 0 offline users.
  1377. [13:49:03] [Server thread/INFO]: -=-=-=-=-=-=-[  Searching Hooks ]-=-=-=-=-=-=-
  1378. [13:49:03] [Server thread/INFO]: > Heroes: Not found.
  1379. [13:49:03] [Server thread/INFO]: > PlayerLevels: Not found.
  1380. [13:49:03] [Server thread/INFO]: > HolographicDisplays: Success!
  1381. [13:49:03] [Server thread/INFO]: > PvPLevels: Not found.
  1382. [13:49:03] [Server thread/INFO]: > mcMMO: Not found.
  1383. [13:49:03] [Server thread/INFO]: > PlaceholderAPI: Error!
  1384. [13:49:03] [Server thread/INFO]: > BattleLevels: Not found.
  1385. [13:49:03] [Server thread/INFO]: > Citizens: Not found.
  1386. [13:49:03] [Server thread/INFO]: > Residence: Not found.
  1387. [13:49:03] [Server thread/INFO]: > RacesOfThana: Not found.
  1388. [13:49:03] [Server thread/INFO]: > RPGInventory: Not found.
  1389. [13:49:03] [Server thread/INFO]: > Skills: Success!
  1390. [13:49:03] [Server thread/INFO]: > MythicMobs: Success!
  1391. [13:49:03] [Server thread/INFO]: > SkillAPI: Not found.
  1392. [13:49:03] [Server thread/INFO]: -=-=-=-=-=-=-[  Loading Data ]-=-=-=-=-=-=-
  1393. [13:49:03] [Server thread/INFO]: Injected custom channel handlers.
  1394. [13:49:03] [Server thread/INFO]: [QuantumRPG/INFO] Storage type: MySQL
  1395. [13:49:03] [Server thread/INFO]: [QuantumRPG/INFO] Drop Mobs Loaded: 3
  1396. [13:49:03] [Server thread/INFO]: [QuantumRPG/INFO] Drop Tables Loaded: 34
  1397. [13:49:03] [Server thread/INFO]: [QuantumRPG/WARN] Loot: No command aliases found!
  1398. [13:49:03] [Server thread/INFO]: [QuantumRPG/INFO] Buffs: Loaded 3 buffs!
  1399. [13:49:03] [Server thread/INFO]: -=-=-=-=-=-=-[  Modules Initialize ]-=-=-=-=-=-=-
  1400. [13:49:03] [Server thread/INFO]: > Gems v1.7.0: Да | 3 Items
  1401. [13:49:03] [Server thread/INFO]: > Essences v2.0.0: Да | 2 Items
  1402. [13:49:03] [Server thread/INFO]: > Runes v1.2.0: Да | 3 Items
  1403. [13:49:03] [Server thread/INFO]: > Consumables v1.7.0: Да | 3 Items
  1404. [13:49:03] [Server thread/INFO]: > Arrows v2.0.0: Да | 3 Items
  1405. [13:49:03] [Server thread/INFO]: > Sets v1.3.0: Да
  1406. [13:49:03] [Server thread/INFO]: > Active Items v1.3.0: Да | 3 Items
  1407. [13:49:03] [Server thread/INFO]: > Custom Items v1.3.0: Да | 2 Items
  1408. [13:49:03] [Server thread/INFO]: > Tiers v1.5.0: Да | 50 Items
  1409. [13:49:03] [Server thread/INFO]: > Refine v1.7.0: Да | 5 Items
  1410. [13:49:03] [Server thread/INFO]: > Fortify v1.0.0: Да | 4 Items
  1411. [13:49:03] [Server thread/INFO]: > Identify v1.2.0: Да | 26 Items
  1412. [13:49:03] [Server thread/INFO]: > Magic Dust v1.8.0: Да | 2 Items
  1413. [13:49:03] [Server thread/INFO]: > Soulbound v1.5.0: Да
  1414. [13:49:03] [Server thread/INFO]: > Repair v1.6.0: Да | 1 Items
  1415. [13:49:03] [Server thread/INFO]: > Resolve v1.8.0: Да | 1 Items
  1416. [13:49:03] [Server thread/INFO]: > Extractor v1.2.0: Да | 2 Items
  1417. [13:49:03] [Server thread/INFO]: > Party v2.0.0: Да
  1418. [13:49:03] [Server thread/INFO]: > Item Hints v1.0.1: Да
  1419. [13:49:03] [Server thread/INFO]: > Drops v2 v2.0.0: Да
  1420. [13:49:03] [Server thread/INFO]: > Loot v1.0.0: Да
  1421. [13:49:03] [Server thread/INFO]: > Sell v1.3.0: Нет
  1422. [13:49:03] [Server thread/INFO]: > Buffs v2.0.0: Да
  1423. [13:49:03] [Server thread/INFO]: > Combat Log v1.2.0: Да
  1424. [13:49:03] [Server thread/INFO]: > Notifications v1.0.0: Да
  1425. [13:49:04] [User Authenticator #5/INFO]: UUID of player GreenLor is a6da675a-a917-3796-b637-9a4fadbc7dfa
  1426. [13:49:05] [Server thread/INFO]: GreenLor has made the advancement [Acquire Hardware]
  1427. [13:49:05] [Server thread/INFO]: GreenLor has made the advancement [Getting an Upgrade]
  1428. [13:49:05] [Server thread/INFO]: GreenLor[/89.232.72.87:51893] logged in with entity id 8746 at ([world_nether]99.38084605298144, 67.0, -358.487282845114)
  1429. [13:49:05] [Server thread/INFO]: GreenLor has made the advancement [A Terrible Fortress]
  1430. [13:49:13] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1431. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1432. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1433. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1434. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1435. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1436. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1437. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1438. [13:49:13] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1439. [13:49:13] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!SkeletalMinion}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1440. [13:49:13] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1441. [13:49:37] [Server thread/INFO]: GreenLor has made the advancement [Ice Bucket Challenge]
  1442. [13:49:44] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to QuantumRPG v4.2.2-BETA
  1443. org.bukkit.event.EventException: null
  1444. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1445. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1446. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1447. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1448. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1449. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:640) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1450. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1451. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1452. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1453. at net.minecraft.server.v1_13_R2.Explosion.a(Explosion.java:140) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1454. at net.minecraft.server.v1_13_R2.World.createExplosion(World.java:1615) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1455. at net.minecraft.server.v1_13_R2.WorldServer.createExplosion(WorldServer.java:1028) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1456. at net.minecraft.server.v1_13_R2.World.createExplosion(World.java:1605) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1457. at net.minecraft.server.v1_13_R2.EntityCreeper.dE(EntityCreeper.java:203) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1458. at net.minecraft.server.v1_13_R2.EntityCreeper.tick(EntityCreeper.java:112) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1459. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1460. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1461. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1462. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1463. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1464. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1465. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1466. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1467. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1468. Caused by: java.lang.NullPointerException
  1469. at su.nightexpress.quantumrpg.types.ItemGroup.isItemOfThis(ItemGroup.java:51) ~[?:?]
  1470. at su.nightexpress.quantumrpg.utils.ItemUtils.isArmor(ItemUtils.java:183) ~[?:?]
  1471. at su.nightexpress.quantumrpg.api.EntityStats.getEquipment(EntityStats.java:91) ~[?:?]
  1472. at su.nightexpress.quantumrpg.api.EntityStats.updateGems(EntityStats.java:135) ~[?:?]
  1473. at su.nightexpress.quantumrpg.api.EntityStats.update(EntityStats.java:63) ~[?:?]
  1474. at su.nightexpress.quantumrpg.api.EntityAPI.getEntityStats(EntityAPI.java:420) ~[?:?]
  1475. at su.nightexpress.quantumrpg.api.EntityAPI.getBaseStat(EntityAPI.java:338) ~[?:?]
  1476. at su.nightexpress.quantumrpg.api.EntityAPI.getItemStat(EntityAPI.java:317) ~[?:?]
  1477. at su.nightexpress.quantumrpg.manager.damage.DamageManager.procDmg(DamageManager.java:95) ~[?:?]
  1478. at su.nightexpress.quantumrpg.manager.damage.DamageManager.onDamageMain(DamageManager.java:550) ~[?:?]
  1479. at sun.reflect.GeneratedMethodAccessor275.invoke(Unknown Source) ~[?:?]
  1480. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  1481. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  1482. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1483. ... 23 more
  1484. [13:49:44] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to QuantumRPG v4.2.2-BETA
  1485. org.bukkit.event.EventException: null
  1486. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1487. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1488. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1489. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1490. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1491. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:640) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1492. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1493. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1494. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1495. at net.minecraft.server.v1_13_R2.Explosion.a(Explosion.java:140) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1496. at net.minecraft.server.v1_13_R2.World.createExplosion(World.java:1615) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1497. at net.minecraft.server.v1_13_R2.WorldServer.createExplosion(WorldServer.java:1028) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1498. at net.minecraft.server.v1_13_R2.World.createExplosion(World.java:1605) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1499. at net.minecraft.server.v1_13_R2.EntityCreeper.dE(EntityCreeper.java:203) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1500. at net.minecraft.server.v1_13_R2.EntityCreeper.tick(EntityCreeper.java:112) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1501. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1502. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1503. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1504. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1505. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1506. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1507. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1508. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1509. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1510. Caused by: java.lang.NullPointerException
  1511. at su.nightexpress.quantumrpg.types.ItemGroup.isItemOfThis(ItemGroup.java:51) ~[?:?]
  1512. at su.nightexpress.quantumrpg.utils.ItemUtils.isArmor(ItemUtils.java:183) ~[?:?]
  1513. at su.nightexpress.quantumrpg.api.EntityStats.getEquipment(EntityStats.java:91) ~[?:?]
  1514. at su.nightexpress.quantumrpg.api.EntityAPI.getEquipment(EntityAPI.java:405) ~[?:?]
  1515. at su.nightexpress.quantumrpg.manager.listener.DurabilityListener.onDuraArmor(DurabilityListener.java:71) ~[?:?]
  1516. at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source) ~[?:?]
  1517. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  1518. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  1519. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1520. ... 23 more
  1521. [13:49:58] [Server thread/INFO]: Murzik666 issued server command: /party
  1522. [13:50:00] [Server thread/INFO]: Murzik666 issued server command: /party join
  1523. [13:50:03] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Так
  1524. [13:50:04] [Server thread/INFO]: Murzik666 issued server command: /party create 123
  1525. [13:50:06] [Server thread/INFO]: Murzik666 issued server command: /party create
  1526. [13:50:09] [Server thread/INFO]: Murzik666 issued server command: /party create Murzik666
  1527. [13:50:11] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Зачем была перезагрузка?
  1528. [13:50:35] [Server thread/INFO]: [AuroraCraft] Земля будет очищена через 30 секунд!
  1529. [13:50:42] [Server thread/INFO]: Scorpion_MK issued server command: /зм
  1530. [13:50:43] [Server thread/INFO]: Scorpion_MK issued server command: /pv
  1531. [13:50:53] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic remove @MIR{r=32;name=!SkeletalMinion} ~onTimer:20
  1532. [13:50:53] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  1533. [13:50:53] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor90.newInstance(Unknown Source)
  1534. [13:50:53] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  1535. [13:50:53] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  1536. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
  1537. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MythicMob.<init>(MythicMob.java:344)
  1538. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MobManager.loadMobs(MobManager.java:144)
  1539. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
  1540. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.commands.ReloadCommand.onCommand(ReloadCommand.java:29)
  1541. [13:50:53] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:69)
  1542. [13:50:53] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:60)
  1543. [13:50:53] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  1544. [13:50:53] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  1545. [13:50:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:704)
  1546. [13:50:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchServerCommand(CraftServer.java:689)
  1547. [13:50:53] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.handleCommandQueue(DedicatedServer.java:459)
  1548. [13:50:53] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:418)
  1549. [13:50:53] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
  1550. [13:50:53] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
  1551. [13:50:53] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1552. [13:50:53] [Server thread/WARN]: Caused by: java.lang.NullPointerException
  1553. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.targeters.MTMobsInRadius.<init>(MTMobsInRadius.java:31)
  1554. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillTargeter.getMythicTargeter(SkillTargeter.java:95)
  1555. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.AbstractSkill.parseSkillTargeter(AbstractSkill.java:351)
  1556. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.init(SkillMechanic.java:95)
  1557. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.<init>(SkillMechanic.java:48)
  1558. [13:50:53] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RemoveMechanic.<init>(RemoveMechanic.java:14)
  1559. [13:50:53] [Server thread/WARN]: ... 19 more
  1560. [13:50:53] [Server thread/WARN]: [MythicMobs] Failed to load skill line due to bad syntax: remove @MIR{r=32;name=!SkeletalMinion} ~onTimer:20 
  1561. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1562. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1563. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1564. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1565. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1566. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1567. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1568. [13:50:53] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1569. [13:50:53] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  1570. [13:50:53] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1571. [13:50:55] [Server thread/INFO]: [AuroraCraft] Земля будет очищена через 10 секунд!
  1572. [13:51:00] [Server thread/INFO]: [AuroraCraft] Земля будет очищена через 5 секунд!
  1573. [13:51:03] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1574. [13:51:03] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic remove @MIR{r=32;name=!SkeletalMinion} ~onTimer:20
  1575. [13:51:03] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  1576. [13:51:03] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor90.newInstance(Unknown Source)
  1577. [13:51:03] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  1578. [13:51:03] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  1579. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
  1580. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MythicMob.<init>(MythicMob.java:344)
  1581. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MobManager.loadMobs(MobManager.java:144)
  1582. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
  1583. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.commands.ReloadCommand.onCommand(ReloadCommand.java:29)
  1584. [13:51:03] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:69)
  1585. [13:51:03] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:60)
  1586. [13:51:03] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  1587. [13:51:03] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  1588. [13:51:03] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:704)
  1589. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1621)
  1590. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1461)
  1591. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45)
  1592. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1)
  1593. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9)
  1594. [13:51:03] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  1595. [13:51:03] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(Unknown Source)
  1596. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199)
  1597. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896)
  1598. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
  1599. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
  1600. [13:51:03] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
  1601. [13:51:03] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  1602. [13:51:03] [Server thread/WARN]: Caused by: java.lang.NullPointerException
  1603. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.targeters.MTMobsInRadius.<init>(MTMobsInRadius.java:31)
  1604. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillTargeter.getMythicTargeter(SkillTargeter.java:95)
  1605. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.AbstractSkill.parseSkillTargeter(AbstractSkill.java:351)
  1606. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.init(SkillMechanic.java:95)
  1607. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.<init>(SkillMechanic.java:48)
  1608. [13:51:03] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RemoveMechanic.<init>(RemoveMechanic.java:14)
  1609. [13:51:03] [Server thread/WARN]: ... 26 more
  1610. [13:51:03] [Server thread/WARN]: [MythicMobs] Failed to load skill line due to bad syntax: remove @MIR{r=32;name=!SkeletalMinion} ~onTimer:20 
  1611. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1612. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1613. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1614. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1615. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1616. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1617. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1618. [13:51:03] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1619. [13:51:03] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1620. [13:51:05] [Server thread/INFO]: [AuroraCraft] Удалено 5 предметов с земли!
  1621. [13:51:11] [Server thread/INFO]: Kichiro issued server command: /spawnmob ZombieKing
  1622. [13:51:14] [Server thread/INFO]: [Викторина] Время ответа закончилось. Правильный ответ был: -11.5
  1623. [13:51:17] [Server thread/INFO]: [Викторина] Решите 1+3-1+3 первым, чтобы получить награду!
  1624. [13:51:22] [Server thread/INFO]: Scorpion_MK issued server command: /pv
  1625. [13:51:26] [Server thread/INFO]: Kichiro issued server command: /spawnmob SkeletonKing
  1626. [13:51:26] [Server thread/INFO]: [Л] [Нет гильдии] [Эйдолон] GreenLor » 6
  1627. [13:51:26] [Server thread/INFO]: [Викторина] GreenLor выиграл спустя 8.98 секунд! Ответ: 6
  1628. [13:51:26] [Server thread/INFO]: ٩(◕‿◕)۶ GreenLor получил Железный слиток
  1629. [13:51:30] [Server thread/INFO]: Kichiro issued server command: /gm 0
  1630. [13:51:43] [Server thread/INFO]: Scorpion_MK issued server command: /pv
  1631. [13:51:44] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to QuantumRPG v4.2.2-BETA
  1632. org.bukkit.event.EventException: null
  1633. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1634. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1635. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1636. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1637. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1638. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1639. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:661) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1640. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1641. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1642. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1643. at net.minecraft.server.v1_13_R2.EntityInsentient.B(EntityInsentient.java:1221) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1644. at net.minecraft.server.v1_13_R2.EntityZombie.B(EntityZombie.java:291) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1645. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.a(SourceFile:124) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1646. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.e(SourceFile:116) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1647. at net.minecraft.server.v1_13_R2.PathfinderGoalSelector.doTick(SourceFile:129) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1648. at net.minecraft.server.v1_13_R2.EntityInsentient.doTick(EntityInsentient.java:659) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1649. at net.minecraft.server.v1_13_R2.EntityLiving.movementTick(EntityLiving.java:2254) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1650. at net.minecraft.server.v1_13_R2.EntityInsentient.movementTick(EntityInsentient.java:510) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1651. at net.minecraft.server.v1_13_R2.EntityMonster.movementTick(SourceFile:35) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1652. at net.minecraft.server.v1_13_R2.EntityZombie.movementTick(EntityZombie.java:202) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1653. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1654. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1655. at net.minecraft.server.v1_13_R2.EntityMonster.tick(SourceFile:40) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1656. at net.minecraft.server.v1_13_R2.EntityZombie.tick(EntityZombie.java:176) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1657. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1658. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1659. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1660. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1661. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1662. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1663. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1664. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1665. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1666. Caused by: java.lang.NullPointerException
  1667. at su.nightexpress.quantumrpg.types.ItemGroup.isItemOfThis(ItemGroup.java:51) ~[?:?]
  1668. at su.nightexpress.quantumrpg.utils.ItemUtils.isArmor(ItemUtils.java:183) ~[?:?]
  1669. at su.nightexpress.quantumrpg.api.EntityStats.getEquipment(EntityStats.java:91) ~[?:?]
  1670. at su.nightexpress.quantumrpg.api.EntityAPI.getEquipment(EntityAPI.java:405) ~[?:?]
  1671. at su.nightexpress.quantumrpg.modules.sets.SetManager.getPartsOf(SetManager.java:378) ~[?:?]
  1672. at su.nightexpress.quantumrpg.modules.sets.SetManager.getActiveSetBonuses(SetManager.java:164) ~[?:?]
  1673. at su.nightexpress.quantumrpg.api.EntityStats.updateSets(EntityStats.java:199) ~[?:?]
  1674. at su.nightexpress.quantumrpg.api.EntityStats.getSetBonus(EntityStats.java:186) ~[?:?]
  1675. at su.nightexpress.quantumrpg.api.EntityAPI.getBaseStat(EntityAPI.java:341) ~[?:?]
  1676. at su.nightexpress.quantumrpg.api.EntityAPI.getItemStat(EntityAPI.java:317) ~[?:?]
  1677. at su.nightexpress.quantumrpg.manager.damage.DamageManager.procDmg(DamageManager.java:95) ~[?:?]
  1678. at su.nightexpress.quantumrpg.manager.damage.DamageManager.onDamageMain(DamageManager.java:550) ~[?:?]
  1679. at sun.reflect.GeneratedMethodAccessor275.invoke(Unknown Source) ~[?:?]
  1680. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  1681. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  1682. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1683. ... 32 more
  1684. [13:51:44] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to QuantumRPG v4.2.2-BETA
  1685. org.bukkit.event.EventException: null
  1686. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1687. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1688. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1689. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1690. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1691. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1692. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:661) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1693. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1694. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1695. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1696. at net.minecraft.server.v1_13_R2.EntityInsentient.B(EntityInsentient.java:1221) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1697. at net.minecraft.server.v1_13_R2.EntityZombie.B(EntityZombie.java:291) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1698. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.a(SourceFile:124) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1699. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.e(SourceFile:116) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1700. at net.minecraft.server.v1_13_R2.PathfinderGoalSelector.doTick(SourceFile:129) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1701. at net.minecraft.server.v1_13_R2.EntityInsentient.doTick(EntityInsentient.java:659) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1702. at net.minecraft.server.v1_13_R2.EntityLiving.movementTick(EntityLiving.java:2254) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1703. at net.minecraft.server.v1_13_R2.EntityInsentient.movementTick(EntityInsentient.java:510) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1704. at net.minecraft.server.v1_13_R2.EntityMonster.movementTick(SourceFile:35) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1705. at net.minecraft.server.v1_13_R2.EntityZombie.movementTick(EntityZombie.java:202) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1706. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1707. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1708. at net.minecraft.server.v1_13_R2.EntityMonster.tick(SourceFile:40) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1709. at net.minecraft.server.v1_13_R2.EntityZombie.tick(EntityZombie.java:176) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1710. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1711. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1712. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1713. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1714. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1715. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1716. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1717. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1718. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1719. Caused by: java.lang.NullPointerException
  1720. at su.nightexpress.quantumrpg.types.ItemGroup.isItemOfThis(ItemGroup.java:51) ~[?:?]
  1721. at su.nightexpress.quantumrpg.utils.ItemUtils.isArmor(ItemUtils.java:183) ~[?:?]
  1722. at su.nightexpress.quantumrpg.api.EntityStats.getEquipment(EntityStats.java:91) ~[?:?]
  1723. at su.nightexpress.quantumrpg.api.EntityAPI.getEquipment(EntityAPI.java:405) ~[?:?]
  1724. at su.nightexpress.quantumrpg.manager.listener.DurabilityListener.onDuraArmor(DurabilityListener.java:71) ~[?:?]
  1725. at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source) ~[?:?]
  1726. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  1727. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  1728. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1729. ... 32 more
  1730. [13:51:45] [Server thread/INFO]: Kichiro issued server command: /spawnmob ZombieC
  1731. [13:51:45] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  1732. org.bukkit.event.EventException: null
  1733. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1734. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1735. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1736. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1737. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1738. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1739. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1740. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1741. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1742. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1743. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1744. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1745. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1746. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1747. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1748. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1749. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1750. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1751. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1752. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1753. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1754. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1755. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1756. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1757. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1758. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1759. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1760. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1761. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1762. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1763. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1764. Caused by: java.lang.NullPointerException
  1765. at su.nightexpress.quantumrpg.types.ItemGroup.isItemOfThis(ItemGroup.java:51) ~[?:?]
  1766. at su.nightexpress.quantumrpg.utils.ItemUtils.isArmor(ItemUtils.java:183) ~[?:?]
  1767. at su.nightexpress.quantumrpg.api.EntityStats.getEquipment(EntityStats.java:91) ~[?:?]
  1768. at su.nightexpress.quantumrpg.api.EntityStats.updateGems(EntityStats.java:135) ~[?:?]
  1769. at su.nightexpress.quantumrpg.api.EntityStats.update(EntityStats.java:63) ~[?:?]
  1770. at su.nightexpress.quantumrpg.api.EntityAPI.getEntityStats(EntityAPI.java:420) ~[?:?]
  1771. at su.nightexpress.quantumrpg.api.EntityAPI.getDefenseTypes(EntityAPI.java:206) ~[?:?]
  1772. at su.nightexpress.quantumrpg.manager.damage.DamageManager.onDamageMain(DamageManager.java:559) ~[?:?]
  1773. at sun.reflect.GeneratedMethodAccessor275.invoke(Unknown Source) ~[?:?]
  1774. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  1775. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  1776. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1777. ... 30 more
  1778. [13:51:45] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  1779. org.bukkit.event.EventException: null
  1780. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1781. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1782. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1783. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1784. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1785. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1786. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1787. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1788. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1789. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1790. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1791. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1792. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1793. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1794. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1795. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1796. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1797. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1798. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1799. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1800. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1801. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  1802. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1803. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1804. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1805. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1806. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1807. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1808. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1809. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1810. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1811. Caused by: java.lang.NullPointerException
  1812. at su.nightexpress.quantumrpg.types.ItemGroup.isItemOfThis(ItemGroup.java:51) ~[?:?]
  1813. at su.nightexpress.quantumrpg.utils.ItemUtils.isArmor(ItemUtils.java:183) ~[?:?]
  1814. at su.nightexpress.quantumrpg.api.EntityStats.getEquipment(EntityStats.java:91) ~[?:?]
  1815. at su.nightexpress.quantumrpg.api.EntityAPI.getEquipment(EntityAPI.java:405) ~[?:?]
  1816. at su.nightexpress.quantumrpg.manager.listener.DurabilityListener.onDuraArmor(DurabilityListener.java:71) ~[?:?]
  1817. at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source) ~[?:?]
  1818. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_211]
  1819. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_211]
  1820. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1821. ... 30 more
  1822. [13:51:54] [Server thread/INFO]: Murzik666 issued server command: /rtp
  1823. [13:51:55] [Server thread/INFO]: |ECore> Using new Particle Protocol
  1824. [13:52:02] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1825. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1826. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1827. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1828. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1829. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1830. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1831. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1832. [13:52:02] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1833. [13:52:02] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1834. [13:52:07] [Craft Scheduler Thread - 20/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  1835. java.util.ConcurrentModificationException: null
  1836. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  1837. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  1838. at io.lumine.xikage.mythicmobs.skills.targeters.MTLivingEntitiesInRadius.getEntities(MTLivingEntitiesInRadius.java:26) ~[?:?]
  1839. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  1840. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  1841. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  1842. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  1843. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  1844. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  1845. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1846. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1847. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  1848. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  1849. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1850. [13:52:08] [Server thread/INFO]: Murzik666 issued server command: /rtp
  1851. [13:52:08] [Server thread/INFO]: Scorpion_MK lost connection: Disconnected
  1852. [13:52:09] [Craft Scheduler Thread - 28/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  1853. java.util.ConcurrentModificationException: null
  1854. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  1855. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  1856. at io.lumine.xikage.mythicmobs.skills.targeters.MTLivingEntitiesInRadius.getEntities(MTLivingEntitiesInRadius.java:26) ~[?:?]
  1857. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  1858. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  1859. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  1860. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  1861. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  1862. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  1863. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1864. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1865. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  1866. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  1867. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1868. [13:52:17] [Server thread/INFO]: Murzik666 issued server command: /rtp
  1869. [13:52:29] [Server thread/INFO]: Kichiro issued server command: /spawnmob ZombieC
  1870. [13:52:32] [Server thread/INFO]: [Г] [Нет гильдии] [Пожиратель] Murzik666 »  у кого есть равнина ?
  1871. [13:52:37] [Craft Scheduler Thread - 22/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  1872. java.util.ConcurrentModificationException: null
  1873. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  1874. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  1875. at io.lumine.xikage.mythicmobs.skills.targeters.MTLivingEntitiesInRadius.getEntities(MTLivingEntitiesInRadius.java:26) ~[?:?]
  1876. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  1877. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  1878. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  1879. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  1880. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  1881. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  1882. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1883. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1884. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  1885. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  1886. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1887. [13:52:39] [Craft Scheduler Thread - 29/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  1888. java.util.ConcurrentModificationException: null
  1889. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  1890. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  1891. at io.lumine.xikage.mythicmobs.skills.targeters.MTLivingEntitiesInRadius.getEntities(MTLivingEntitiesInRadius.java:26) ~[?:?]
  1892. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  1893. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  1894. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  1895. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  1896. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  1897. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  1898. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1899. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1900. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  1901. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  1902. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1903. [13:52:52] [Server thread/INFO]: Kichiro issued server command: /mm reload
  1904. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  1905. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  1906. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  1907. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  1908. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  1909. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  1910. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  1911. [13:52:52] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  1912. [13:52:52] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  1913. [13:52:54] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Неа
  1914. [13:52:57] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » А зачем?
  1915. [13:52:59] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to QuantumRPG v4.2.2-BETA
  1916. org.bukkit.event.EventException: null
  1917. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1918. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1919. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1920. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1921. at net.minecraft.server.v1_13_R2.EntityLiving.heal(EntityLiving.java:872) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1922. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.handlePlayerInteraction(EntityMyPet.java:506) ~[?:?]
  1923. at de.Keyle.MyPet.compat.v1_13_R2.entity.types.EntityMyBlaze.handlePlayerInteraction(EntityMyBlaze.java:54) ~[?:?]
  1924. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:883) ~[?:?]
  1925. at net.minecraft.server.v1_13_R2.EntityInsentient.b(EntityInsentient.java:1033) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1926. at net.minecraft.server.v1_13_R2.EntityHuman.a(EntityHuman.java:939) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1927. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1820) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1928. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1929. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1930. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1931. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_211]
  1932. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_211]
  1933. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1934. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1935. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1936. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1937. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1938. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1939. Caused by: java.lang.NullPointerException
  1940. [13:53:05] [Server thread/INFO]: [Г] [Нет гильдии] [Пожиратель] Murzik666 »  либо лес.
  1941. [13:53:07] [Craft Scheduler Thread - 31/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  1942. java.util.ConcurrentModificationException: null
  1943. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  1944. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  1945. at io.lumine.xikage.mythicmobs.skills.targeters.MTLivingEntitiesInRadius.getEntities(MTLivingEntitiesInRadius.java:26) ~[?:?]
  1946. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  1947. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  1948. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  1949. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  1950. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  1951. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  1952. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1953. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1954. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  1955. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  1956. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1957. [13:53:09] [Craft Scheduler Thread - 22/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  1958. java.util.ConcurrentModificationException: null
  1959. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  1960. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  1961. at io.lumine.xikage.mythicmobs.skills.targeters.MTLivingEntitiesInRadius.getEntities(MTLivingEntitiesInRadius.java:26) ~[?:?]
  1962. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  1963. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  1964. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  1965. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  1966. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  1967. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  1968. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1969. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1970. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  1971. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  1972. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1973. [13:53:16] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to QuantumRPG v4.2.2-BETA
  1974. org.bukkit.event.EventException: null
  1975. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1976. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1977. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1978. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1979. at net.minecraft.server.v1_13_R2.EntityLiving.heal(EntityLiving.java:872) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1980. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.handlePlayerInteraction(EntityMyPet.java:506) ~[?:?]
  1981. at de.Keyle.MyPet.compat.v1_13_R2.entity.types.EntityMyBlaze.handlePlayerInteraction(EntityMyBlaze.java:54) ~[?:?]
  1982. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:883) ~[?:?]
  1983. at net.minecraft.server.v1_13_R2.EntityInsentient.b(EntityInsentient.java:1033) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1984. at net.minecraft.server.v1_13_R2.EntityHuman.a(EntityHuman.java:939) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1985. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1820) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1986. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1987. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1988. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  1989. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_211]
  1990. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_211]
  1991. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1992. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1993. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1994. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1995. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  1996. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  1997. Caused by: java.lang.NullPointerException
  1998. [13:53:16] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to QuantumRPG v4.2.2-BETA
  1999. org.bukkit.event.EventException: null
  2000. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2001. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2002. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2003. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2004. at net.minecraft.server.v1_13_R2.EntityLiving.heal(EntityLiving.java:872) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2005. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.handlePlayerInteraction(EntityMyPet.java:506) ~[?:?]
  2006. at de.Keyle.MyPet.compat.v1_13_R2.entity.types.EntityMyBlaze.handlePlayerInteraction(EntityMyBlaze.java:54) ~[?:?]
  2007. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:883) ~[?:?]
  2008. at net.minecraft.server.v1_13_R2.EntityInsentient.b(EntityInsentient.java:1033) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2009. at net.minecraft.server.v1_13_R2.EntityHuman.a(EntityHuman.java:939) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2010. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1820) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2011. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2012. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2013. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2014. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_211]
  2015. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_211]
  2016. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2017. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2018. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2019. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2020. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2021. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2022. Caused by: java.lang.NullPointerException
  2023. [13:53:16] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to QuantumRPG v4.2.2-BETA
  2024. org.bukkit.event.EventException: null
  2025. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2026. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2027. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2028. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2029. at net.minecraft.server.v1_13_R2.EntityLiving.heal(EntityLiving.java:872) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2030. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.handlePlayerInteraction(EntityMyPet.java:506) ~[?:?]
  2031. at de.Keyle.MyPet.compat.v1_13_R2.entity.types.EntityMyBlaze.handlePlayerInteraction(EntityMyBlaze.java:54) ~[?:?]
  2032. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:883) ~[?:?]
  2033. at net.minecraft.server.v1_13_R2.EntityInsentient.b(EntityInsentient.java:1033) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2034. at net.minecraft.server.v1_13_R2.EntityHuman.a(EntityHuman.java:939) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2035. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1820) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2036. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2037. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2038. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2039. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_211]
  2040. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_211]
  2041. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2042. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2043. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2044. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2045. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2046. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2047. Caused by: java.lang.NullPointerException
  2048. [13:53:16] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » но
  2049. [13:53:18] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » у
  2050. [13:53:26] [Server thread/INFO]: Murzik666 issued server command: /rtp
  2051. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2052. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2053. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2054. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2055. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2056. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2057. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2058. [13:53:27] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2059. [13:53:27] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2060. [13:53:27] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MIR{r=32;types=!ZombieMin}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  2061. [13:53:33] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to QuantumRPG v4.2.2-BETA
  2062. org.bukkit.event.EventException: null
  2063. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2064. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2065. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2066. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2067. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2068. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2069. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:661) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2070. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2071. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2072. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2073. at net.minecraft.server.v1_13_R2.EntityInsentient.B(EntityInsentient.java:1221) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2074. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.a(SourceFile:124) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2075. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.e(SourceFile:116) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2076. at net.minecraft.server.v1_13_R2.PathfinderGoalSelector.doTick(SourceFile:129) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2077. at net.minecraft.server.v1_13_R2.EntityInsentient.doTick(EntityInsentient.java:659) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2078. at net.minecraft.server.v1_13_R2.EntityLiving.movementTick(EntityLiving.java:2254) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2079. at net.minecraft.server.v1_13_R2.EntityInsentient.movementTick(EntityInsentient.java:510) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2080. at net.minecraft.server.v1_13_R2.EntityMonster.movementTick(SourceFile:35) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2081. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2082. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2083. at net.minecraft.server.v1_13_R2.EntityMonster.tick(SourceFile:40) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2084. at net.minecraft.server.v1_13_R2.EntitySpider.tick(EntitySpider.java:45) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2085. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2086. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2087. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2088. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2089. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2090. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2091. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2092. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2093. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2094. Caused by: java.lang.NullPointerException
  2095. [13:53:33] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to QuantumRPG v4.2.2-BETA
  2096. org.bukkit.event.EventException: null
  2097. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2098. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2099. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2100. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2101. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2102. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2103. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:661) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2104. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2105. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2106. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2107. at net.minecraft.server.v1_13_R2.EntityInsentient.B(EntityInsentient.java:1221) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2108. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.a(SourceFile:124) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2109. at net.minecraft.server.v1_13_R2.PathfinderGoalMeleeAttack.e(SourceFile:116) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2110. at net.minecraft.server.v1_13_R2.PathfinderGoalSelector.doTick(SourceFile:129) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2111. at net.minecraft.server.v1_13_R2.EntityInsentient.doTick(EntityInsentient.java:659) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2112. at net.minecraft.server.v1_13_R2.EntityLiving.movementTick(EntityLiving.java:2254) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2113. at net.minecraft.server.v1_13_R2.EntityInsentient.movementTick(EntityInsentient.java:510) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2114. at net.minecraft.server.v1_13_R2.EntityMonster.movementTick(SourceFile:35) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2115. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2116. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2117. at net.minecraft.server.v1_13_R2.EntityMonster.tick(SourceFile:40) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2118. at net.minecraft.server.v1_13_R2.EntitySpider.tick(EntitySpider.java:45) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2119. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2120. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2121. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2122. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2123. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2124. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2125. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2126. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2127. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2128. Caused by: java.lang.NullPointerException
  2129. [13:53:35] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to QuantumRPG v4.2.2-BETA
  2130. org.bukkit.event.EventException: null
  2131. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2132. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2133. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2134. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2135. at net.minecraft.server.v1_13_R2.EntityLiving.heal(EntityLiving.java:872) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2136. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.handlePlayerInteraction(EntityMyPet.java:506) ~[?:?]
  2137. at de.Keyle.MyPet.compat.v1_13_R2.entity.types.EntityMyBlaze.handlePlayerInteraction(EntityMyBlaze.java:54) ~[?:?]
  2138. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:883) ~[?:?]
  2139. at net.minecraft.server.v1_13_R2.EntityInsentient.b(EntityInsentient.java:1033) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2140. at net.minecraft.server.v1_13_R2.EntityHuman.a(EntityHuman.java:939) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2141. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1820) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2142. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2143. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2144. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2145. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_211]
  2146. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_211]
  2147. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2148. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2149. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2150. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2151. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2152. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2153. Caused by: java.lang.NullPointerException
  2154. [13:53:36] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to QuantumRPG v4.2.2-BETA
  2155. org.bukkit.event.EventException: null
  2156. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2157. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2158. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2159. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2160. at net.minecraft.server.v1_13_R2.EntityLiving.heal(EntityLiving.java:872) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2161. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.handlePlayerInteraction(EntityMyPet.java:506) ~[?:?]
  2162. at de.Keyle.MyPet.compat.v1_13_R2.entity.types.EntityMyBlaze.handlePlayerInteraction(EntityMyBlaze.java:54) ~[?:?]
  2163. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:883) ~[?:?]
  2164. at net.minecraft.server.v1_13_R2.EntityInsentient.b(EntityInsentient.java:1033) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2165. at net.minecraft.server.v1_13_R2.EntityHuman.a(EntityHuman.java:939) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2166. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1820) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2167. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2168. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2169. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2170. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_211]
  2171. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_211]
  2172. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2173. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2174. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2175. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2176. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2177. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2178. Caused by: java.lang.NullPointerException
  2179. [13:53:46] [Server thread/INFO]: [Г] [Нет гильдии] [Пожиратель] Murzik666 »  на ртп тпнулся в лес.
  2180. [13:53:54] [Server thread/INFO]: Kichiro issued server command: /mm reload
  2181. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2182. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2183. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2184. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2185. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2186. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2187. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2188. [13:53:54] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2189. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2190. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2191. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2192. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2193. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2194. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2195. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2196. [13:54:14] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2197. [13:54:14] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2198. [13:54:22] [Server thread/INFO]: Kichiro issued server command: /mm reload
  2199. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2200. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2201. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2202. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2203. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2204. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2205. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2206. [13:54:22] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2207. [13:55:19] [Server thread/INFO]: Murzik666 issued server command: /kit start
  2208. [13:55:38] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Не у кого рядом нету босса?
  2209. [13:55:46] [Server thread/INFO]: Kichiro issued server command: /mm reload
  2210. [13:55:46] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic remove @MobsNearOrigin{r=32} ~onTimer:20
  2211. [13:55:46] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  2212. [13:55:46] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor90.newInstance(Unknown Source)
  2213. [13:55:46] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  2214. [13:55:46] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  2215. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
  2216. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MythicMob.<init>(MythicMob.java:344)
  2217. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MobManager.loadMobs(MobManager.java:144)
  2218. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
  2219. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.commands.ReloadCommand.onCommand(ReloadCommand.java:29)
  2220. [13:55:46] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:69)
  2221. [13:55:46] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:60)
  2222. [13:55:46] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  2223. [13:55:46] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  2224. [13:55:46] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:704)
  2225. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1621)
  2226. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1461)
  2227. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45)
  2228. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:1)
  2229. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9)
  2230. [13:55:46] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  2231. [13:55:46] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(Unknown Source)
  2232. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199)
  2233. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896)
  2234. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
  2235. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
  2236. [13:55:46] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
  2237. [13:55:46] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  2238. [13:55:46] [Server thread/WARN]: Caused by: java.lang.NullPointerException
  2239. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.<init>(MTOriginMobsNear.java:32)
  2240. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillTargeter.getMythicTargeter(SkillTargeter.java:147)
  2241. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.AbstractSkill.parseSkillTargeter(AbstractSkill.java:351)
  2242. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.init(SkillMechanic.java:95)
  2243. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.<init>(SkillMechanic.java:48)
  2244. [13:55:46] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RemoveMechanic.<init>(RemoveMechanic.java:14)
  2245. [13:55:46] [Server thread/WARN]: ... 26 more
  2246. [13:55:46] [Server thread/WARN]: [MythicMobs] Failed to load skill line due to bad syntax: remove @MobsNearOrigin{r=32} ~onTimer:20 
  2247. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2248. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2249. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2250. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2251. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2252. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2253. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2254. [13:55:46] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2255. [13:55:47] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Cкучно жесть
  2256. [13:55:52] [Server thread/INFO]: big_Vikker issued server command: /home 1
  2257. [13:55:53] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Поэтому я и говорю.
  2258. [13:56:02] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Нужно создать призываемого босса.
  2259. [13:56:03] [Server thread/WARN]: big_Vikker moved too quickly! 3.708750618959016,0.0,9.56175051926948
  2260. [13:56:08] [Server thread/INFO]: [MoneyHunters/INFO] Auto-save: Saved 4 online users | 1 offline users.
  2261. [13:56:12] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic remove @MobsNearOrigin{r=32} ~onTimer:20
  2262. [13:56:12] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  2263. [13:56:12] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor90.newInstance(Unknown Source)
  2264. [13:56:12] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  2265. [13:56:12] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  2266. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
  2267. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MythicMob.<init>(MythicMob.java:344)
  2268. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MobManager.loadMobs(MobManager.java:144)
  2269. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
  2270. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.commands.ReloadCommand.onCommand(ReloadCommand.java:29)
  2271. [13:56:12] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:69)
  2272. [13:56:12] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:60)
  2273. [13:56:12] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  2274. [13:56:12] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  2275. [13:56:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:704)
  2276. [13:56:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchServerCommand(CraftServer.java:689)
  2277. [13:56:12] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.handleCommandQueue(DedicatedServer.java:459)
  2278. [13:56:12] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:418)
  2279. [13:56:12] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
  2280. [13:56:12] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
  2281. [13:56:12] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  2282. [13:56:12] [Server thread/WARN]: Caused by: java.lang.NullPointerException
  2283. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.<init>(MTOriginMobsNear.java:32)
  2284. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillTargeter.getMythicTargeter(SkillTargeter.java:147)
  2285. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.AbstractSkill.parseSkillTargeter(AbstractSkill.java:351)
  2286. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.init(SkillMechanic.java:95)
  2287. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.<init>(SkillMechanic.java:48)
  2288. [13:56:12] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RemoveMechanic.<init>(RemoveMechanic.java:14)
  2289. [13:56:12] [Server thread/WARN]: ... 19 more
  2290. [13:56:12] [Server thread/WARN]: [MythicMobs] Failed to load skill line due to bad syntax: remove @MobsNearOrigin{r=32} ~onTimer:20 
  2291. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2292. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2293. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2294. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2295. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2296. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2297. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2298. [13:56:12] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2299. [13:56:12] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2300. [13:56:20] [Server thread/INFO]: [Викторина] Решите 2-1/2+3+3+2 первым, чтобы получить награду!
  2301. [13:56:22] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » И мы бы тратили время чтобы собрать вещи для его призыва.
  2302. [13:56:24] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic remove @MobsNearOrigin{r=32} ~onTimer:20
  2303. [13:56:24] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  2304. [13:56:24] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor90.newInstance(Unknown Source)
  2305. [13:56:24] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  2306. [13:56:24] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  2307. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillManager.getSkillMechanic(SkillManager.java:215)
  2308. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MythicMob.<init>(MythicMob.java:344)
  2309. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.mobs.MobManager.loadMobs(MobManager.java:144)
  2310. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.io.ConfigManager.LoadAll(ConfigManager.java:97)
  2311. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.commands.ReloadCommand.onCommand(ReloadCommand.java:29)
  2312. [13:56:24] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:69)
  2313. [13:56:24] [Server thread/WARN]: at io.lumine.utils.commands.Command.onCommand(Command.java:60)
  2314. [13:56:24] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  2315. [13:56:24] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  2316. [13:56:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:704)
  2317. [13:56:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchServerCommand(CraftServer.java:689)
  2318. [13:56:24] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.handleCommandQueue(DedicatedServer.java:459)
  2319. [13:56:24] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:418)
  2320. [13:56:24] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
  2321. [13:56:24] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
  2322. [13:56:24] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  2323. [13:56:24] [Server thread/WARN]: Caused by: java.lang.NullPointerException
  2324. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.<init>(MTOriginMobsNear.java:32)
  2325. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillTargeter.getMythicTargeter(SkillTargeter.java:147)
  2326. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.AbstractSkill.parseSkillTargeter(AbstractSkill.java:351)
  2327. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.init(SkillMechanic.java:95)
  2328. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.SkillMechanic.<init>(SkillMechanic.java:48)
  2329. [13:56:24] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.skills.mechanics.RemoveMechanic.<init>(RemoveMechanic.java:14)
  2330. [13:56:24] [Server thread/WARN]: ... 19 more
  2331. [13:56:24] [Server thread/WARN]: [MythicMobs] Failed to load skill line due to bad syntax: remove @MobsNearOrigin{r=32} ~onTimer:20 
  2332. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2333. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2334. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2335. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2336. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2337. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2338. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2339. [13:56:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2340. [13:56:24] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2341. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2342. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2343. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2344. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2345. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2346. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2347. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2348. [13:56:47] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2349. [13:56:47] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2350. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2351. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2352. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2353. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2354. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2355. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2356. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2357. [13:56:49] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2358. [13:56:49] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2359. [13:56:54] [Craft Scheduler Thread - 38/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2360. java.util.ConcurrentModificationException: null
  2361. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2362. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2363. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2364. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2365. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2366. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2367. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2368. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2369. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2370. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2371. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2372. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2373. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2374. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2375. [13:56:55] [Server thread/INFO]: Kichiro issued server command: /mm reload
  2376. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2377. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2378. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2379. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2380. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2381. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2382. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2383. [13:56:55] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2384. [13:56:55] [Craft Scheduler Thread - 39/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2385. java.util.ConcurrentModificationException: null
  2386. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2387. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2388. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2389. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2390. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2391. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2392. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2393. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2394. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2395. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2396. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2397. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2398. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2399. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2400. [13:56:56] [Craft Scheduler Thread - 39/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2401. java.util.ConcurrentModificationException: null
  2402. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2403. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2404. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2405. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2406. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2407. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2408. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2409. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2410. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2411. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2412. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2413. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2414. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2415. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2416. [13:57:00] [Server thread/INFO]: Kichiro issued server command: /spawnmob ZombieC
  2417. [13:57:09] [Craft Scheduler Thread - 38/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2418. java.util.ConcurrentModificationException: null
  2419. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2420. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2421. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2422. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2423. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2424. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2425. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2426. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2427. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2428. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2429. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2430. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2431. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2432. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2433. [13:57:11] [Craft Scheduler Thread - 38/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2434. java.util.ConcurrentModificationException: null
  2435. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2436. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2437. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2438. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2439. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2440. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2441. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2442. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2443. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2444. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2445. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2446. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2447. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2448. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2449. [13:57:40] [Craft Scheduler Thread - 31/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2450. java.util.ConcurrentModificationException: null
  2451. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2452. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2453. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2454. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2455. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2456. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2457. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2458. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2459. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2460. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2461. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2462. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2463. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2464. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2465. [13:57:42] [Craft Scheduler Thread - 38/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2466. java.util.ConcurrentModificationException: null
  2467. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2468. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2469. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2470. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2471. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2472. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2473. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2474. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2475. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2476. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2477. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2478. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2479. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2480. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2481. [13:57:42] [Server thread/INFO]: GreenLor has made the advancement [Monster Hunter]
  2482. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2483. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2484. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2485. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2486. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2487. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2488. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2489. [13:58:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2490. [13:58:00] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2491. [13:58:01] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MobsNearOrigin{r=32;t=!SkeletalMinion}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  2492. [13:58:10] [Craft Scheduler Thread - 40/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2493. java.util.ConcurrentModificationException: null
  2494. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2495. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2496. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2497. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2498. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2499. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2500. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2501. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2502. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2503. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2504. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2505. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2506. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2507. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2508. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2509. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2510. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2511. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2512. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2513. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2514. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2515. [13:58:11] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2516. [13:58:11] [Server thread/INFO]: [MythicMobs] MythicMobs has been reloaded!
  2517. [13:58:11] [Craft Scheduler Thread - 31/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2518. java.util.ConcurrentModificationException: null
  2519. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2520. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2521. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2522. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2523. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2524. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2525. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2526. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2527. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2528. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2529. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2530. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2531. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2532. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2533. [13:58:11] [Server thread/WARN]: [MythicMobs] ✗ Config Error for Targeter line 'MobsNearOrigin{r=32;types=!SkeletalMinion}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  2534. [13:58:12] [Craft Scheduler Thread - 45/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2535. java.util.ConcurrentModificationException: null
  2536. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2537. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2538. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2539. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2540. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2541. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2542. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2543. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2544. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2545. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2546. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2547. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2548. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2549. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2550. [13:58:13] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Что с пчелой делать.
  2551. [13:58:24] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Убей
  2552. [13:58:25] [Craft Scheduler Thread - 38/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2553. java.util.ConcurrentModificationException: null
  2554. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2555. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2556. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2557. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2558. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2559. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2560. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2561. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2562. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2563. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2564. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2565. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2566. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2567. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2568. [13:58:26] [Server thread/INFO]: [Г] [Нет гильдии] [Пожиратель] Murzik666 »  рыжий тюльпан дать.
  2569. [13:58:26] [Craft Scheduler Thread - 40/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2570. java.util.ConcurrentModificationException: null
  2571. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2572. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2573. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2574. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2575. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2576. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2577. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2578. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2579. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2580. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2581. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2582. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2583. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2584. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2585. [13:58:26] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Мурз я пчелу нашел.
  2586. [13:58:27] [Craft Scheduler Thread - 40/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2587. java.util.ConcurrentModificationException: null
  2588. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2589. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2590. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2591. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2592. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2593. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2594. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2595. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2596. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2597. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2598. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2599. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2600. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2601. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2602. [13:58:30] [Server thread/INFO]: Murzik666 issued server command: /tpa big_Vikker
  2603. [13:58:33] [Server thread/INFO]: big_Vikker issued server command: /tpyes Murzik666
  2604. [13:58:38] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Какая пчела?
  2605. [13:58:38] [Server thread/INFO]: Murzik666 issued server command: /tpa big_Vikker
  2606. [13:58:40] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Вы шо
  2607. [13:58:41] [Server thread/INFO]: big_Vikker issued server command: /tpyes Murzik666
  2608. [13:58:51] [Server thread/INFO]: Murzik666 issued server command: /tpa big_Vikker
  2609. [13:58:53] [Server thread/INFO]: big_Vikker issued server command: /tpyes Murzik666
  2610. [13:58:56] [Server thread/INFO]: Murzik666 issued server command: /tpa big_Vikker
  2611. [13:58:56] [Craft Scheduler Thread - 40/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2612. java.util.ConcurrentModificationException: null
  2613. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2614. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2615. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2616. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2617. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2618. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2619. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2620. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2621. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2622. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2623. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2624. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2625. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2626. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2627. [13:58:57] [Craft Scheduler Thread - 38/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2628. java.util.ConcurrentModificationException: null
  2629. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2630. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2631. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2632. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2633. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2634. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2635. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2636. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2637. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2638. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2639. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2640. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2641. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2642. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2643. [13:58:59] [Server thread/INFO]: Murzik666 issued server command: /spawn
  2644. [13:59:00] [Server thread/INFO]: big_Vikker issued server command: /tpyes Murzik666
  2645. [13:59:06] [User Authenticator #6/INFO]: UUID of player Diamondik1237 is 846bf73b-6cee-3287-9023-67ef4fdaed4a
  2646. [13:59:06] [Server thread/INFO]: CONSOLE issued server command: /kit start Diamondik1237
  2647. [13:59:06] [Server thread/INFO]: Выдан набор start игроку Diamondik1237.
  2648. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Шлем новобранца игроку Diamondik1237!
  2649. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Нагрудник новобранца игроку Diamondik1237!
  2650. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Поножи новобранца игроку Diamondik1237!
  2651. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Ботинки новобранца игроку Diamondik1237!
  2652. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Топор новобранца игроку Diamondik1237!
  2653. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Лопата новобранца игроку Diamondik1237!
  2654. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Кирка новобранца игроку Diamondik1237!
  2655. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Мотыга новобранца игроку Diamondik1237!
  2656. [13:59:06] [Server thread/INFO]: Предметы RPG ›› Вы дали x1 шт. Меч новобранца игроку Diamondik1237!
  2657. [13:59:06] [Server thread/INFO]: [QuantumRPG/INFO] Created new data for user '846bf73b-6cee-3287-9023-67ef4fdaed4a'.
  2658. [13:59:06] [Server thread/INFO]: [QuantumRPG/INFO] Setup default profile for 846bf73b-6cee-3287-9023-67ef4fdaed4a
  2659. [13:59:07] [Server thread/INFO]: Diamondik1237[/84.18.121.152:51974] logged in with entity id 19143 at ([world]-4.5, 86.0, 30.5)
  2660. [13:59:07] [pool-18-thread-1/INFO]: Создаю пустой конфигурационный файл: D:\rpg\plugins\Essentials\userdata\846bf73b-6cee-3287-9023-67ef4fdaed4a.yml
  2661. [13:59:08] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Дай
  2662. [13:59:16] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » оо
  2663. [13:59:24] [Server thread/INFO]: Diamondik1237 issued server command: /g home
  2664. [13:59:24] [Server thread/INFO]: Diamondik1237 [846bf73b-6cee-3287-9023-67ef4fdaed4a]: /g home
  2665. [13:59:25] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Она хлити
  2666. [13:59:27] [Craft Scheduler Thread - 37/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2667. java.util.ConcurrentModificationException: null
  2668. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2669. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2670. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2671. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2672. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2673. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2674. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2675. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2676. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2677. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2678. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2679. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2680. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2681. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2682. [13:59:28] [Craft Scheduler Thread - 49/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2683. java.util.ConcurrentModificationException: null
  2684. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2685. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2686. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2687. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2688. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2689. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2690. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2691. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2692. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2693. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2694. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2695. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2696. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2697. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2698. [13:59:28] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » А ко мне(.
  2699. [13:59:43] [Server thread/INFO]: Diamondik1237 issued server command: /pv
  2700. [13:59:44] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Чё с ней.
  2701. [13:59:49] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » А понял
  2702. [13:59:53] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Что за пчела.
  2703. [13:59:56] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Если её накормить слишком много рыжим.
  2704. [13:59:58] [Craft Scheduler Thread - 49/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2705. java.util.ConcurrentModificationException: null
  2706. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2707. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2708. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2709. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2710. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2711. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2712. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2713. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2714. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2715. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2716. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2717. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2718. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2719. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2720. [14:00:04] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Её стошнит и она захочет белый.
  2721. [14:00:08] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Если её не дать белый.
  2722. [14:00:10] [Server thread/INFO]: [Г] [Distant] [Волшебник] Diamondik1237 » Мои вещи((((
  2723. [14:00:10] [Server thread/INFO]: [Рыбалка] Конкурс по рыбной ловле! Хватайте ваши удочки и скорее на рыбалку!
  2724. [14:00:10] [Server thread/INFO]: [Рыбалка] Этот конкурс завершится через 10м 0с.
  2725. [14:00:11] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Она начнёт тебя жалить.
  2726. [14:00:17] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » 20 минут хожу по аду.
  2727. [14:00:21] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Нету песка душ.
  2728. [14:00:26] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Мурз
  2729. [14:00:28] [Craft Scheduler Thread - 45/WARN]: [MythicMobs] Plugin MythicMobs v4.7.0-SNAPSHOT-2874 generated an exception while executing task 153
  2730. java.util.ConcurrentModificationException: null
  2731. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_211]
  2732. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_211]
  2733. at io.lumine.xikage.mythicmobs.skills.targeters.MTOriginMobsNear.getEntities(MTOriginMobsNear.java:60) ~[?:?]
  2734. at io.lumine.xikage.mythicmobs.skills.AbstractSkill.evaluateTargets(AbstractSkill.java:380) ~[?:?]
  2735. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.executeSkills(SkillMechanic.java:298) ~[?:?]
  2736. at io.lumine.xikage.mythicmobs.skills.SkillMechanic.execute(SkillMechanic.java:264) ~[?:?]
  2737. at io.lumine.xikage.mythicmobs.skills.SkillManager.executeMobTimerSkills(SkillManager.java:349) ~[?:?]
  2738. at io.lumine.xikage.mythicmobs.skills.SkillManager.runTimerSkills(SkillManager.java:331) ~[?:?]
  2739. at io.lumine.xikage.mythicmobs.clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:21) ~[?:?]
  2740. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:81) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2741. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2742. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_211]
  2743. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_211]
  2744. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2745. [14:00:30] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » ?
  2746. [14:00:32] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Давай на тебе тестану силу пета.
  2747. [14:00:33] [Server thread/INFO]: [Г] [Distant] [Волшебник] Diamondik1237 » Блин
  2748. [14:00:35] [Server thread/INFO]: Kichiro issued server command: /mm reload
  2749. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 76 mobs.
  2750. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 16 vanilla mob overrides.
  2751. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  2752. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 90 skills.
  2753. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 81 random spawns.
  2754. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 38 mythic items.
  2755. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 1 drop tables.
  2756. [14:00:35] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  2757. [14:00:37] [Server thread/INFO]: [Г] [Distant] [Волшебник] Diamondik1237 » А как мне фармить?
  2758. [14:00:38] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Давай
  2759. [14:00:39] [Server thread/INFO]: Kichiro issued server command: /MM MOBS KILLALL
  2760. [14:00:40] [Server thread/INFO]: [AuroraCraft] Земля будет очищена через 30 секунд!
  2761. [14:00:44] [Server thread/INFO]: [Г] [Нет гильдии] [Пожиратель] Murzik666 »  серый потом должен дать.
  2762. [14:00:45] [Server thread/INFO]: Diamondik1237 issued server command: /home
  2763. [14:00:48] [Server thread/INFO]: Kichiro issued server command: /tp Diamondik1237
  2764. [14:00:51] [Server thread/INFO]: [Scavenger] Ваш инвентарь будет сохранен.
  2765. [14:00:51] [Server thread/INFO]: [☠] Игрок Murzik666 был застрелен
  2766. [14:00:56] [Server thread/INFO]: Kichiro issued server command: /tp Diamondik1237
  2767. [14:00:58] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » Tp мурз
  2768. [14:01:01] [Server thread/INFO]: [AuroraCraft] Земля будет очищена через 10 секунд!
  2769. [14:01:01] [Server thread/INFO]: Murzik666 issued server command: /tpa big_Vikker
  2770. [14:01:02] [Server thread/INFO]: [Л] [Distant] [Волшебник] Diamondik1237 » а
  2771. [14:01:03] [Server thread/INFO]: big_Vikker issued server command: /tpyes Murzik666
  2772. [14:01:06] [Server thread/INFO]: [AuroraCraft] Земля будет очищена через 5 секунд!
  2773. [14:01:06] [Server thread/INFO]: Kichiro issued server command: /clear
  2774. [14:01:11] [Server thread/INFO]: [AuroraCraft] Удалено 8 предметов с земли!
  2775. [14:01:15] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Ну как?
  2776. [14:01:18] [Server thread/INFO]: Kichiro issued server command: /tiers get qualit_hoe 29
  2777. [14:01:19] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Жёстко
  2778. [14:01:19] [Server thread/INFO]: [Викторина] Время ответа закончилось. Правильный ответ был: 9.5
  2779. [14:01:20] [Server thread/INFO]: Kichiro issued server command: /tiers get qualit_hoe 29
  2780. [14:01:20] [Server thread/INFO]: Kichiro issued server command: /tiers get qualit_hoe 29
  2781. [14:01:20] [Server thread/INFO]: Kichiro issued server command: /tiers get qualit_hoe 29
  2782. [14:01:21] [Server thread/INFO]: Kichiro issued server command: /tiers get qualit_hoe 29
  2783. [14:01:21] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Ага
  2784. [14:01:22] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Больше сносит, чем я xd.
  2785. [14:01:23] [Server thread/INFO]: [Викторина] Расшифруйте вподо первым, чтобы получить награду!
  2786. [14:01:27] [Server thread/INFO]: [Л] [Distant] [Волшебник] Diamondik1237 » Повод
  2787. [14:01:28] [Server thread/INFO]: [Викторина] Diamondik1237 выиграл спустя 4.75 секунд! Ответ: повод
  2788. [14:01:28] [Server thread/INFO]: ٩(◕‿◕)۶ Diamondik1237 получил Изумруд
  2789. [14:01:29] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » А когда будет 30 вооще огонь.
  2790. [14:01:33] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to QuantumRPG v4.2.2-BETA
  2791. org.bukkit.event.EventException: null
  2792. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2793. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2794. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2795. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2796. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2797. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2798. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:661) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2799. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2800. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2801. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2802. at net.minecraft.server.v1_13_R2.EntityLargeFireball.a(EntityLargeFireball.java:22) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2803. at net.minecraft.server.v1_13_R2.EntityFireball.tick(EntityFireball.java:72) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2804. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2805. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2806. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2807. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2808. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2809. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2810. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2811. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2812. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2813. Caused by: java.lang.NullPointerException
  2814. [14:01:36] [Server thread/INFO]: GreenLor has completed the challenge [Return to Sender]
  2815. [14:01:44] [Server thread/INFO]: Kichiro issued server command: /tp Diamondik1237
  2816. [14:01:50] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Я буду рыбу ловить.
  2817. [14:01:52] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Чертт
  2818. [14:01:53] [Server thread/INFO]: [Л] [Distant] [Волшебник] Diamondik1237 » Пасиб
  2819. [14:01:59] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Надо было гаста приручить.
  2820. [14:02:04] [Server thread/INFO]: Kichiro issued server command: /tp Murzik666
  2821. [14:02:10] [Server thread/INFO]: [Г] [Distant] [Волшебник] Diamondik1237 » Вот теперь можно фармить [Качественная Мотыга Ночного неба].
  2822. [14:02:19] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » В торговый
  2823. [14:02:24] [Server thread/INFO]: [Г] [Нет гильдии] [Эйдолон] GreenLor » Отправь
  2824. [14:02:26] [Server thread/INFO]: [Г] [DesertLords] [Волшебник] big_Vikker » =D
  2825. [14:02:45] [Server thread/INFO]: Murzik666 issued server command: /зфкен
  2826. [14:02:47] [Server thread/INFO]: Murzik666 issued server command: /party
  2827. [14:02:48] [Server thread/INFO]: Murzik666 issued server command: /party create
  2828. [14:02:49] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Мурз, сзади
  2829. [14:02:50] [Server thread/INFO]: [Торговля] Diamondik1237 » [Качественная Мотыга Ночного неба]
  2830. [14:02:59] [Server thread/INFO]: [Г] [Distant] [Волшебник] Diamondik1237 » Не моя +10 кнш.
  2831. [14:02:59] [Server thread/INFO]: Murzik666 issued server command: /party join
  2832. [14:03:25] [Server thread/INFO]: Incorrect argument for command
  2833. [14:03:25] [Server thread/INFO]: /effect big_Vikker minecraft:poison 3 1<--[HERE]
  2834. [14:03:27] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  2835. org.bukkit.event.EventException: null
  2836. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2837. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2838. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2839. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2840. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2841. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2842. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2843. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2844. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2845. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2846. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2847. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2848. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2849. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2850. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2851. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2852. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2853. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2854. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2855. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2856. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2857. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2858. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2859. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2860. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2861. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2862. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2863. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2864. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2865. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2866. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2867. Caused by: java.lang.NullPointerException
  2868. [14:03:27] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  2869. org.bukkit.event.EventException: null
  2870. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2871. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2872. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2873. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2874. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2875. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2876. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2877. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2878. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2879. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2880. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2881. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2882. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2883. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2884. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2885. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2886. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2887. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2888. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2889. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2890. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2891. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2892. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2893. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2894. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2895. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2896. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2897. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2898. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2899. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2900. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2901. Caused by: java.lang.NullPointerException
  2902. [14:03:35] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  2903. org.bukkit.event.EventException: null
  2904. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2905. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2906. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2907. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2908. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2909. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2910. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2911. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2912. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2913. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2914. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2915. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2916. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2917. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2918. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2919. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2920. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2921. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2922. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2923. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2924. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2925. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2926. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2927. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2928. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2929. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2930. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2931. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2932. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2933. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2934. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2935. Caused by: java.lang.NullPointerException
  2936. [14:03:35] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  2937. org.bukkit.event.EventException: null
  2938. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2939. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2940. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2941. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2942. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2943. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2944. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2945. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2946. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2947. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2948. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2949. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2950. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2951. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2952. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2953. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2954. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2955. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2956. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2957. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2958. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2959. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2960. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2961. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2962. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2963. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2964. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2965. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2966. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2967. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2968. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  2969. Caused by: java.lang.NullPointerException
  2970. [14:03:43] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Кста
  2971. [14:03:50] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  2972. org.bukkit.event.EventException: null
  2973. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2974. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  2975. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2976. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2977. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2978. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2979. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2980. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2981. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2982. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2983. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2984. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2985. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2986. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2987. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2988. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2989. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2990. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2991. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2992. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2993. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2994. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  2995. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2996. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2997. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2998. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  2999. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3000. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3001. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3002. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3003. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3004. Caused by: java.lang.NullPointerException
  3005. [14:03:50] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  3006. org.bukkit.event.EventException: null
  3007. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3008. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3009. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3010. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3011. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3012. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3013. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3014. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3015. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3016. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3017. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3018. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3019. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3020. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3021. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3022. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3023. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3024. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3025. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3026. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3027. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3028. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3029. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3030. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3031. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3032. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3033. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3034. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3035. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3036. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3037. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3038. Caused by: java.lang.NullPointerException
  3039. [14:03:50] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » А сколько времени пчёлка будет приставать к игроку ?
  3040. [14:03:50] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  3041. org.bukkit.event.EventException: null
  3042. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3043. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3044. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3045. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3046. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3047. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3048. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3049. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3050. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3051. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3052. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3053. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3054. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3055. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3056. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3057. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3058. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3059. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3060. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3061. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3062. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3063. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3064. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3065. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3066. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3067. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3068. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3069. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3070. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3071. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3072. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3073. Caused by: java.lang.NullPointerException
  3074. [14:03:50] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  3075. org.bukkit.event.EventException: null
  3076. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3077. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3078. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3079. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3080. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3081. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3082. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3083. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3084. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3085. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3086. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3087. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3088. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3089. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3090. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3091. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3092. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3093. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3094. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3095. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3096. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3097. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3098. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3099. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3100. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3101. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3102. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3103. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3104. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3105. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3106. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3107. Caused by: java.lang.NullPointerException
  3108. [14:03:53] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Буль буль
  3109. [14:04:09] [Server thread/INFO]: Diamondik1237 issued server command: /pv
  3110. [14:04:12] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  3111. org.bukkit.event.EventException: null
  3112. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3113. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3114. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3115. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3116. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3117. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3118. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3119. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3120. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3121. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3122. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3123. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3124. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3125. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3126. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3127. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3128. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3129. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3130. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3131. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3132. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3133. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3134. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3135. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3136. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3137. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3138. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3139. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3140. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3141. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3142. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3143. Caused by: java.lang.NullPointerException
  3144. [14:04:12] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  3145. org.bukkit.event.EventException: null
  3146. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3147. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3148. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3149. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3150. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3151. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3152. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3153. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3154. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3155. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3156. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3157. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3158. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3159. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3160. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3161. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3162. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3163. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3164. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3165. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3166. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3167. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3168. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3169. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3170. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3171. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3172. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3173. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3174. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3175. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3176. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3177. Caused by: java.lang.NullPointerException
  3178. [14:04:13] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Смори я вылавливаю кичиро.
  3179. [14:04:14] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  3180. org.bukkit.event.EventException: null
  3181. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3182. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3183. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3184. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3185. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3186. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3187. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3188. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3189. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3190. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3191. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3192. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3193. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3194. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3195. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3196. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3197. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3198. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3199. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3200. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3201. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3202. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3203. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3204. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3205. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3206. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3207. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3208. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3209. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3210. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3211. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3212. Caused by: java.lang.NullPointerException
  3213. [14:04:14] [Server thread/ERROR]: Could not pass event EntityDamageEvent to QuantumRPG v4.2.2-BETA
  3214. org.bukkit.event.EventException: null
  3215. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3216. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot.jar:git-Spigot-1a3504a-dfa7583]
  3217. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3218. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3219. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:102) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3220. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:762) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3221. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:748) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3222. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:794) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3223. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity0(EntityLiving.java:1445) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3224. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:967) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3225. at net.minecraft.server.v1_13_R2.EntityLiving.c(EntityLiving.java:1300) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3226. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.c(EntityMyPet.java:1137) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3227. at net.minecraft.server.v1_13_R2.Block.fallOn(Block.java:571) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3228. at net.minecraft.server.v1_13_R2.Entity.a(Entity.java:1073) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3229. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:201) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3230. at net.minecraft.server.v1_13_R2.Entity.move(Entity.java:793) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3231. at net.minecraft.server.v1_13_R2.EntityLiving.a(EntityLiving.java:1951) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3232. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.a(EntityMyPet.java:1143) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3233. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.movementTick(EntityMyPet.java:1002) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3234. at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2098) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3235. at net.minecraft.server.v1_13_R2.EntityInsentient.tick(EntityInsentient.java:248) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3236. at de.Keyle.MyPet.compat.v1_13_R2.entity.EntityMyPet.tick(EntityMyPet.java:1291) [MyPet-3.5-SNAPSHOT-B1471.jar:?]
  3237. at net.minecraft.server.v1_13_R2.World.entityJoinedWorld(World.java:1331) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3238. at net.minecraft.server.v1_13_R2.World.g(World.java:1298) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3239. at net.minecraft.server.v1_13_R2.World.tickEntities(World.java:1132) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3240. at net.minecraft.server.v1_13_R2.WorldServer.tickEntities(WorldServer.java:583) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3241. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:968) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3242. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3243. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3244. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-1a3504a-dfa7583]
  3245. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  3246. Caused by: java.lang.NullPointerException
  3247. [14:04:24] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » Это рыба самая редкая хd.
  3248. [14:04:36] [Server thread/INFO]: Diamondik1237 issued server command: /skill mastery
  3249. [14:04:45] [Server thread/INFO]: Diamondik1237 issued server command: /skill improve
  3250. [14:04:58] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Селёдка щас будет.
  3251. [14:05:03] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Вот
  3252. [14:05:13] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » А сейчас рыба клону.
  3253. [14:05:15] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Клоун
  3254. [14:05:24] [Server thread/INFO]: [Л] [DesertLords] [Волшебник] big_Vikker » ха
  3255. [14:05:24] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » (
  3256. [14:05:28] [Server thread/INFO]: [Л] [Нет гильдии] [Пожиратель] Murzik666 » Не вышло
  3257. [14:05:49] [Server thread/INFO]: Diamondik1237 issued server command: /ah
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement