Advertisement
Guest User

latest.log

a guest
Jul 16th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 166.75 KB | None | 0 0
  1. [20:07:10] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [20:07:10] [Server thread/INFO]: Loading properties
  3. [20:07:10] [Server thread/WARN]: resource-pack-hash is deprecated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
  4. [20:07:10] [Server thread/INFO]: Default game type: SURVIVAL
  5. [20:07:10] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-642f6d2-ab13683 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  6. [20:07:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [20:07:10] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [20:07:10] [Server thread/INFO]: Debug logging is disabled
  9. [20:07:10] [Server thread/INFO]: Generating keypair
  10. [20:07:11] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25566
  11. [20:07:11] [Server thread/INFO]: Using default channel type
  12. [20:07:11] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  13. [20:07:11] [Server thread/ERROR]: Could not load 'plugins/LuckPerms-Bukkit-4.2.17.jar' in folder 'plugins'
  14. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/lucko/luckperms/bukkit/messaging/BukkitMessagingFactory
  15. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:327) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [custom.jar:git-Spigot-642f6d2-ab13683]
  18. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:305) [custom.jar:git-Spigot-642f6d2-ab13683]
  19. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [custom.jar:git-Spigot-642f6d2-ab13683]
  20. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [custom.jar:git-Spigot-642f6d2-ab13683]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  22. Caused by: java.lang.NoClassDefFoundError: me/lucko/luckperms/bukkit/messaging/BukkitMessagingFactory
  23. at me.lucko.luckperms.bukkit.LPBukkitBootstrap.<init>(LPBukkitBootstrap.java:89) ~[?:?]
  24. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
  25. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_171]
  26. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_171]
  27. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_171]
  28. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_171]
  29. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  30. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  31. ... 6 more
  32. Caused by: java.lang.ClassNotFoundException: me.lucko.luckperms.bukkit.messaging.BukkitMessagingFactory
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:124) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  34. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_171]
  36. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_171]
  37. at me.lucko.luckperms.bukkit.LPBukkitBootstrap.<init>(LPBukkitBootstrap.java:89) ~[?:?]
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_171]
  40. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_171]
  41. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_171]
  42. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_171]
  43. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  44. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  45. ... 6 more
  46. Caused by: java.util.zip.ZipException: invalid LOC header (bad signature)
  47. at java.util.zip.ZipFile.read(Native Method) ~[?:1.8.0_171]
  48. at java.util.zip.ZipFile.access$1400(ZipFile.java:60) ~[?:1.8.0_171]
  49. at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:734) ~[?:1.8.0_171]
  50. at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:434) ~[?:1.8.0_171]
  51. at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) ~[?:1.8.0_171]
  52. at java.io.FilterInputStream.read(FilterInputStream.java:107) ~[?:1.8.0_171]
  53. at com.google.common.io.ByteStreams.copy(ByteStreams.java:106) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  54. at com.google.common.io.ByteStreams.toByteArray(ByteStreams.java:166) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  55. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:122) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  57. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_171]
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_171]
  59. at me.lucko.luckperms.bukkit.LPBukkitBootstrap.<init>(LPBukkitBootstrap.java:89) ~[?:?]
  60. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
  61. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_171]
  62. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_171]
  63. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_171]
  64. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_171]
  65. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:90) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  66. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  67. ... 6 more
  68. [20:07:13] [Server thread/INFO]: [CommandLogger] Loading CommandLogger v2.2
  69. [20:07:13] [Server thread/INFO]: [BlockLocker] Loading BlockLocker v1.3.4
  70. [20:07:13] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.4
  71. [20:07:13] [Server thread/INFO]: [ProRecipes] Loading ProRecipes v2.1.2
  72. [20:07:13] [Server thread/INFO]: [AdditionsAPI] Loading AdditionsAPI v1.2.9
  73. [20:07:13] [Server thread/INFO]: [AutomaticInventory] Loading AutomaticInventory v2.7.1
  74. [20:07:13] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.6.5
  75. [20:07:13] [Server thread/INFO]: [SuperTrails] Loading SuperTrails v9.6.7
  76. [20:07:13] [Server thread/INFO]: [VanillaAdditions] Loading VanillaAdditions v1.2.9
  77. [20:07:13] [Server thread/INFO]: [MobFarmManager] Loading MobFarmManager v1.4.2.0
  78. [20:07:13] [Server thread/INFO]: [xpfly] Loading xpfly v1.1
  79. [20:07:13] [Server thread/INFO]: [CreeperHeal] Loading CreeperHeal v7.0.4
  80. [20:07:13] [Server thread/INFO]: [TipAnnouncer] Loading TipAnnouncer v1.0
  81. [20:07:13] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v7.0.0.2
  82. [20:07:13] [Server thread/INFO]: [BeaconEffects] Loading BeaconEffects v1.0
  83. [20:07:13] [Server thread/INFO]: [Backpacks] Loading Backpacks v2.0.1
  84. [20:07:13] [Server thread/INFO]: [ReflexAPI] Loading ReflexAPI v1.0
  85. [20:07:13] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
  86. [20:07:13] [Server thread/INFO]: [FlyingCarpet] Loading FlyingCarpet v1.3.4
  87. [20:07:13] [Server thread/INFO]: [FastCraft] Loading FastCraft v2.0.2
  88. [20:07:13] [Server thread/INFO]: [XRayDetector] Loading XRayDetector v1.0
  89. [20:07:13] [Server thread/INFO]: [AntiSpawner] Loading AntiSpawner v2.0
  90. [20:07:13] [Server thread/INFO]: [AntiLaby/INFO] Loading AntiLaby v1.11
  91. [20:07:13] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  92. [20:07:13] [Server thread/INFO]: [HeadDrop] Loading HeadDrop v2.3.3
  93. [20:07:13] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  94. [20:07:13] [Server thread/INFO]: [RandomStuff] Loading RandomStuff v1.2
  95. [20:07:13] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0-SNAPSHOT-b392
  96. [20:07:13] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
  97. [20:07:13] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.5.1
  98. [20:07:13] [Server thread/INFO]: [GuiRedeemMCMMO] Loading GuiRedeemMCMMO v1.6.1
  99. [20:07:13] [Server thread/INFO]: [eZProtector] Loading eZProtector v4.2.5
  100. [20:07:13] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.13.4
  101. [20:07:13] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v18.01.25-7136fb4-992-18.4.7
  102. [20:07:13] [Server thread/INFO]: [FairPlayMinecraft] Loading FairPlayMinecraft v6.0.1
  103. [20:07:13] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.10
  104. [20:07:13] [Server thread/INFO]: [CustomXPBoosts] Loading CustomXPBoosts v1.0
  105. [20:07:13] [Server thread/INFO]: [StaffChat] Loading StaffChat v2.3
  106. [20:07:13] [Server thread/INFO]: [Vault] Loading Vault v1.6.1
  107. [20:07:13] [Server thread/INFO]: [ElytraPlus] Loading ElytraPlus v1.8
  108. [20:07:13] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.8.1
  109. [20:07:13] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  110. [20:07:13] [Server thread/INFO]: [CMIEInjector] Loading CMIEInjector v1.0.1.0
  111. [20:07:13] [Server thread/INFO]: [CraftBay] Loading CraftBay v2.1
  112. [20:07:13] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
  113. [20:07:13] [Server thread/INFO]: [Bank] Loading Bank v1.0
  114. [20:07:13] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.7;dd00bb1
  115. [20:07:13] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
  116. [20:07:13] [Server thread/INFO]: [ChatControl] Loading ChatControl v7.8.21
  117. [20:07:13] [Server thread/INFO]: [mcMMOAction] Loading mcMMOAction v2.3.2
  118. [20:07:13] [Server thread/INFO]: [AutoSell] Loading AutoSell v2.0.10
  119. [20:07:13] [Server thread/INFO]: [VanishNoPacket] Loading VanishNoPacket v3.20
  120. [20:07:13] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.1
  121. [20:07:13] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.4.3
  122. [20:07:13] [Server thread/INFO]: [CMI] Loading CMI v7.7.1.1
  123. [20:07:13] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  124. [20:07:13] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v4.3.3-SNAPSHOT
  125. [20:07:13] [Server thread/INFO]: [CreativeSecurity] Loading CreativeSecurity v1.4r3
  126. [20:07:13] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.1
  127. [20:07:13] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v3.0.4
  128. [20:07:13] [Server thread/INFO]: [RandomCoords] Loading RandomCoords v0.6.2-RELEASE
  129. [20:07:13] [Server thread/INFO]: [mcjobs] Loading mcjobs v3.1.9
  130. [20:07:13] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
  131. [20:07:13] [Server thread/INFO]: [HopeItems] Loading HopeItems v3_BETA1.3
  132. [20:07:13] [Server thread/WARN]: 21 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HopeItemsSQlitePool - Starting...
  133.  
  134. [20:07:13] [Server thread/WARN]: 78 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HopeItemsSQlitePool - Start completed.
  135.  
  136. [20:07:13] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.8.dev
  137. [20:07:13] [Server thread/INFO]: [SilkSpawnersShopAddon] Loading SilkSpawnersShopAddon v2.1.1
  138. [20:07:13] [Server thread/INFO]: [MythicArtifacts] Loading MythicArtifacts v0.1.14-SNAPSHOT
  139. [20:07:13] [Server thread/INFO]: [BossShopPro] Loading BossShopPro v1.9.8
  140. [20:07:13] [Server thread/INFO]: [GriefPreventionFlags] Loading GriefPreventionFlags v4.5.2
  141. [20:07:13] [Server thread/INFO]: [MyPet] Loading MyPet v2.3.9
  142. [20:07:13] [Server thread/INFO]: [ClaimslistClassifier] Loading ClaimslistClassifier v1.2.6
  143. [20:07:13] [Server thread/INFO]: [TradeMe] Loading TradeMe v5.1.4.8
  144. [20:07:13] [Server thread/INFO]: [SafariNet] Loading SafariNet v1.12.77
  145. [20:07:13] [Server thread/INFO]: [ShopChest] Loading ShopChest v1.12.3
  146. [20:07:13] [Server thread/INFO]: [ShopChest] Using locale "en_US"
  147. [20:07:13] [Server thread/INFO]: [BlockLocker] Enabling BlockLocker v1.3.4
  148. [20:07:13] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0-SNAPSHOT-b392
  149. [20:07:13] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  150. [20:07:13] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v18.01.25-7136fb4-992-18.4.7
  151. [20:07:14] [Server thread/INFO]: ====== USE PAPER ======
  152. [20:07:14] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  153. [20:07:14] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  154. [20:07:14] [Server thread/INFO]: - This is only a recommendation
  155. [20:07:14] [Server thread/INFO]: ==============================
  156. [20:07:14] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.10
  157. [20:07:15] [Server thread/INFO]: [mcMMO] Killing orphans
  158. [20:07:16] [Server thread/INFO]: [Vault] Enabling Vault v1.6.1
  159. [20:07:16] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  160. [20:07:16] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  161. [20:07:16] [Server thread/INFO]: [Vault] Plugin enabled (70ms)
  162. [20:07:16] [Server thread/INFO]: [CMIEInjector] Enabling CMIEInjector v1.0.1.0
  163. [20:07:16] [Server thread/INFO]: [CMIEInjector] CMI Economy is disabled in config file
  164. [20:07:16] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  165. [20:07:16] [Server thread/INFO]: Preparing level "world"
  166. [20:07:16] [Server thread/INFO]: -------- World Settings For [world] --------
  167. [20:07:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  168. [20:07:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  169. [20:07:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  170. [20:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  171. [20:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  172. [20:07:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  173. [20:07:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  174. [20:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  175. [20:07:16] [Server thread/INFO]: Vine Growth Modifier: 100%
  176. [20:07:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  177. [20:07:16] [Server thread/INFO]: Mob Spawn Range: 3
  178. [20:07:16] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 24 / Mi 6 / Tiv true
  179. [20:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  180. [20:07:16] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  181. [20:07:16] [Server thread/INFO]: Random Lighting Updates: false
  182. [20:07:16] [Server thread/INFO]: Structure Info Saving: true
  183. [20:07:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  184. [20:07:16] [Server thread/INFO]: Max TNT Explosions: 100
  185. [20:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  186. [20:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
  187. [20:07:16] [Server thread/INFO]: Item Merge Radius: 3.5
  188. [20:07:16] [Server thread/INFO]: Arrow Despawn Rate: 600
  189. [20:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
  190. [20:07:16] [Server thread/INFO]: View Distance: 8
  191. [20:07:16] [Server thread/INFO]: Experience Merge Radius: 6.0
  192. [20:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  193. [20:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  194. [20:07:16] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  195. [20:07:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  196. [20:07:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  197. [20:07:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  198. [20:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  199. [20:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  200. [20:07:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  201. [20:07:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  202. [20:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  203. [20:07:16] [Server thread/INFO]: Vine Growth Modifier: 100%
  204. [20:07:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  205. [20:07:16] [Server thread/INFO]: Mob Spawn Range: 3
  206. [20:07:16] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 24 / Mi 6 / Tiv true
  207. [20:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  208. [20:07:16] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  209. [20:07:16] [Server thread/INFO]: Random Lighting Updates: false
  210. [20:07:16] [Server thread/INFO]: Structure Info Saving: true
  211. [20:07:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  212. [20:07:16] [Server thread/INFO]: Max TNT Explosions: 100
  213. [20:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  214. [20:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
  215. [20:07:16] [Server thread/INFO]: Item Merge Radius: 3.5
  216. [20:07:16] [Server thread/INFO]: Arrow Despawn Rate: 600
  217. [20:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
  218. [20:07:16] [Server thread/INFO]: View Distance: 8
  219. [20:07:16] [Server thread/INFO]: Experience Merge Radius: 6.0
  220. [20:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  221. [20:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  222. [20:07:16] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  223. [20:07:16] [Server thread/INFO]: Cactus Growth Modifier: 100%
  224. [20:07:16] [Server thread/INFO]: Cane Growth Modifier: 100%
  225. [20:07:16] [Server thread/INFO]: Melon Growth Modifier: 100%
  226. [20:07:16] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  227. [20:07:16] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  228. [20:07:16] [Server thread/INFO]: Sapling Growth Modifier: 100%
  229. [20:07:16] [Server thread/INFO]: Wheat Growth Modifier: 100%
  230. [20:07:16] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  231. [20:07:16] [Server thread/INFO]: Vine Growth Modifier: 100%
  232. [20:07:16] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  233. [20:07:16] [Server thread/INFO]: Mob Spawn Range: 3
  234. [20:07:16] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 24 / Mi 6 / Tiv true
  235. [20:07:16] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  236. [20:07:16] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  237. [20:07:16] [Server thread/INFO]: Random Lighting Updates: false
  238. [20:07:16] [Server thread/INFO]: Structure Info Saving: true
  239. [20:07:16] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  240. [20:07:16] [Server thread/INFO]: Max TNT Explosions: 100
  241. [20:07:16] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  242. [20:07:16] [Server thread/INFO]: Item Despawn Rate: 6000
  243. [20:07:16] [Server thread/INFO]: Item Merge Radius: 3.5
  244. [20:07:16] [Server thread/INFO]: Arrow Despawn Rate: 600
  245. [20:07:16] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
  246. [20:07:16] [Server thread/INFO]: View Distance: 8
  247. [20:07:16] [Server thread/INFO]: Experience Merge Radius: 6.0
  248. [20:07:16] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  249. [20:07:16] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  250. [20:07:16] [Server thread/INFO]: Preparing start region for level 0 (Seed: -267843535632274722)
  251. [20:07:17] [Server thread/INFO]: Preparing spawn area: 38%
  252. [20:07:18] [Server thread/INFO]: Preparing spawn area: 79%
  253. [20:07:18] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3581812364044255636)
  254. [20:07:19] [Server thread/INFO]: Preparing spawn area: 68%
  255. [20:07:20] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3581812364044255636)
  256. [20:07:20] [Server thread/INFO]: [CommandLogger] Enabling CommandLogger v2.2
  257. [20:07:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.4
  258. [20:07:20] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  259. [20:07:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list...
  260. [20:07:20] [Server thread/INFO]: [ProRecipes] Enabling ProRecipes v2.1.2
  261. [20:07:20] [Server thread/INFO]: [ProRecipes] Version detected for NBTTag support!: v1_12_R1
  262. [20:07:20] [Server thread/INFO]: [ProRecipes] Checking for updates...
  263. [20:07:21] [Server thread/INFO]: [ProRecipes] Up to date!
  264. [20:07:21] [Server thread/INFO]: Thank you for purchasing ProRecipes!
  265. Any comments or concerns message me on spigot!
  266. [20:07:22] [Server thread/INFO]: [ProRecipes] Loaded 4 shapeless recipes, 31 shaped recipes, 0 furnace recipes, and 0 multi-craft recipes!
  267. [20:07:22] [Server thread/INFO]: [ProRecipes] Loading recipe packs...
  268. [20:07:22] [Server thread/INFO]: [AdditionsAPI] Enabling AdditionsAPI v1.2.9
  269. [20:07:22] [Server thread/INFO]: [AutomaticInventory] Enabling AutomaticInventory v2.7.1
  270. [20:07:22] [Server thread/INFO]: AutomaticInventory: AutomaticInventory enabled.
  271. [20:07:22] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.6.5
  272. [20:07:22] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.6.5 has been enabled
  273. [20:07:22] [Server thread/INFO]: [SuperTrails] Enabling SuperTrails v9.6.7
  274. [20:07:22] [Server thread/INFO]:
  275. [20:07:22] [Server thread/INFO]: === Super Trails ===
  276. [20:07:22] [Server thread/INFO]: SuperTrails 9.6.7 for MC 1.12 enabled
  277. [20:07:22] [Server thread/INFO]: Thank you for using !
  278. [20:07:22] [Server thread/INFO]: =====================
  279. [20:07:22] [Server thread/INFO]:
  280. [20:07:22] [Server thread/INFO]: [VanillaAdditions] Enabling VanillaAdditions v1.2.9
  281. [20:07:22] [Server thread/INFO]: [MobFarmManager] Enabling MobFarmManager v1.4.2.0
  282. [20:07:23] [Server thread/INFO]: MobFarmManager Version 1.4.2.0 has been enabled
  283. [20:07:23] [Server thread/INFO]: [xpfly] Enabling xpfly v1.1
  284. [20:07:23] [Server thread/INFO]: [xpfly] Config.yml found, loading!
  285. [20:07:23] [Server thread/INFO]: [CreeperHeal] Enabling CreeperHeal v7.0.4
  286. [20:07:23] [Server thread/INFO]: debug: false
  287. [20:07:23] [Server thread/INFO]: [TipAnnouncer] Enabling TipAnnouncer v1.0
  288. [20:07:23] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v7.0.0.2
  289. [20:07:23] [Server thread/INFO]: [BeaconEffects] Enabling BeaconEffects v1.0
  290. [20:07:23] [Server thread/INFO]: [Backpacks] Enabling Backpacks v2.0.1
  291. [20:07:23] [Server thread/INFO]: [ReflexAPI] Enabling ReflexAPI v1.0
  292. [20:07:23] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
  293. [20:07:23] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  294. [20:07:23] [Server thread/INFO]: [CoreProtect] Using MySQL for data storage.
  295. [20:07:23] [Server thread/INFO]: [FlyingCarpet] Enabling FlyingCarpet v1.3.4
  296. [20:07:23] [Server thread/INFO]: [FlyingCarpet] Hooked WorldGuard
  297. [20:07:23] [Server thread/INFO]: [FlyingCarpet] Loaded 0 blacklisted WorldGuard regions
  298. [20:07:23] [Server thread/INFO]: [FastCraft] Enabling FastCraft v2.0.2
  299. [20:07:23] [Server thread/WARN]: java.lang.NoClassDefFoundError: mc/mcgrizzz/prorecipes/ProRecipes
  300. [20:07:23] [Server thread/WARN]: at co.kepler.fastcraft.compat.Compat_ProRecipes.init(Compat_ProRecipes.java:36)
  301. [20:07:23] [Server thread/WARN]: at co.kepler.fastcraft.compat.RecipeCompatManager.loadCompat(RecipeCompatManager.java:47)
  302. [20:07:23] [Server thread/WARN]: at co.kepler.fastcraft.compat.RecipeCompatManager.<init>(RecipeCompatManager.java:29)
  303. [20:07:23] [Server thread/WARN]: at co.kepler.fastcraft.FastCraft.onEnable(FastCraft.java:48)
  304. [20:07:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  305. [20:07:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  306. [20:07:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  307. [20:07:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381)
  308. [20:07:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330)
  309. [20:07:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
  310. [20:07:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
  311. [20:07:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
  312. [20:07:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
  313. [20:07:23] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  314. [20:07:23] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  315. [20:07:23] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: mc.mcgrizzz.prorecipes.ProRecipes
  316. [20:07:23] [Server thread/WARN]: at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  317. [20:07:23] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:152)
  318. [20:07:23] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
  319. [20:07:23] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  320. [20:07:23] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  321. [20:07:23] [Server thread/WARN]: ... 15 more
  322. [20:07:23] [Server thread/INFO]: [XRayDetector] Enabling XRayDetector v1.0
  323. [20:07:23] [Server thread/INFO]: [AntiSpawner] Enabling AntiSpawner v2.0
  324. [20:07:23] [Server thread/INFO]: [AntiLaby/INFO] Enabling AntiLaby v1.11
  325. [20:07:23] [Server thread/INFO]: [AntiLaby/INFO] Your NMS-version: v1_12_R1
  326. [20:07:23] [Server thread/INFO]: [AntiLaby/INFO] Your server is compatible with AntiLaby!
  327. [20:07:23] [Thread-14/INFO]: [AntiLaby/INFO] Checking for updates on spigotmc.org...
  328. [20:07:23] [Server thread/INFO]: [AntiLaby/INFO] Enabled AntiLaby by NathanNr version 1.11 sucsessfully!
  329. [20:07:23] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  330. [20:07:23] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
  331. [20:07:23] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
  332. [20:07:23] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
  333. java.net.BindException: Cannot assign requested address (Bind failed)
  334. at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.8.0_171]
  335. at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387) ~[?:1.8.0_171]
  336. at java.net.ServerSocket.bind(ServerSocket.java:375) ~[?:1.8.0_171]
  337. at java.net.ServerSocket.bind(ServerSocket.java:329) ~[?:1.8.0_171]
  338. at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [votifier-1.9.jar:?]
  339. at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [votifier-1.9.jar:?]
  340. at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [votifier-1.9.jar:?]
  341. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [custom.jar:git-Spigot-642f6d2-ab13683]
  342. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [custom.jar:git-Spigot-642f6d2-ab13683]
  343. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [custom.jar:git-Spigot-642f6d2-ab13683]
  344. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [custom.jar:git-Spigot-642f6d2-ab13683]
  345. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [custom.jar:git-Spigot-642f6d2-ab13683]
  346. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [custom.jar:git-Spigot-642f6d2-ab13683]
  347. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [custom.jar:git-Spigot-642f6d2-ab13683]
  348. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [custom.jar:git-Spigot-642f6d2-ab13683]
  349. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [custom.jar:git-Spigot-642f6d2-ab13683]
  350. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [custom.jar:git-Spigot-642f6d2-ab13683]
  351. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  352. [20:07:23] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
  353. [20:07:23] [Server thread/INFO]: [HeadDrop] Enabling HeadDrop v2.3.3
  354. [20:07:23] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  355. [20:07:23] [Thread-14/INFO]: [AntiLaby/INFO] No update found. You are running the newest version.
  356. [20:07:24] [Server thread/INFO]: -------- World Settings For [bosses] --------
  357. [20:07:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
  358. [20:07:24] [Server thread/INFO]: Cane Growth Modifier: 100%
  359. [20:07:24] [Server thread/INFO]: Melon Growth Modifier: 100%
  360. [20:07:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  361. [20:07:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  362. [20:07:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
  363. [20:07:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
  364. [20:07:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  365. [20:07:24] [Server thread/INFO]: Vine Growth Modifier: 100%
  366. [20:07:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  367. [20:07:24] [Server thread/INFO]: Mob Spawn Range: 3
  368. [20:07:24] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 24 / Mi 6 / Tiv true
  369. [20:07:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  370. [20:07:24] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  371. [20:07:24] [Server thread/INFO]: Random Lighting Updates: false
  372. [20:07:24] [Server thread/INFO]: Structure Info Saving: true
  373. [20:07:24] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  374. [20:07:24] [Server thread/INFO]: Max TNT Explosions: 100
  375. [20:07:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  376. [20:07:24] [Server thread/INFO]: Item Despawn Rate: 6000
  377. [20:07:24] [Server thread/INFO]: Item Merge Radius: 3.5
  378. [20:07:24] [Server thread/INFO]: Arrow Despawn Rate: 600
  379. [20:07:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
  380. [20:07:24] [Server thread/INFO]: View Distance: 8
  381. [20:07:24] [Server thread/INFO]: Experience Merge Radius: 6.0
  382. [20:07:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  383. [20:07:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  384. [20:07:24] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5501721223731317012)
  385. [20:07:25] [Server thread/INFO]: Preparing spawn area for bosses, 73%
  386. [20:07:25] [Server thread/INFO]: -------- World Settings For [resources] --------
  387. [20:07:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
  388. [20:07:25] [Server thread/INFO]: Cane Growth Modifier: 100%
  389. [20:07:25] [Server thread/INFO]: Melon Growth Modifier: 100%
  390. [20:07:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  391. [20:07:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  392. [20:07:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
  393. [20:07:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
  394. [20:07:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  395. [20:07:25] [Server thread/INFO]: Vine Growth Modifier: 100%
  396. [20:07:25] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  397. [20:07:25] [Server thread/INFO]: Mob Spawn Range: 3
  398. [20:07:25] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 24 / Mi 6 / Tiv true
  399. [20:07:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  400. [20:07:25] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  401. [20:07:25] [Server thread/INFO]: Random Lighting Updates: false
  402. [20:07:25] [Server thread/INFO]: Structure Info Saving: true
  403. [20:07:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  404. [20:07:25] [Server thread/INFO]: Max TNT Explosions: 100
  405. [20:07:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  406. [20:07:25] [Server thread/INFO]: Item Despawn Rate: 6000
  407. [20:07:25] [Server thread/INFO]: Item Merge Radius: 3.5
  408. [20:07:25] [Server thread/INFO]: Arrow Despawn Rate: 600
  409. [20:07:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
  410. [20:07:25] [Server thread/INFO]: View Distance: 8
  411. [20:07:25] [Server thread/INFO]: Experience Merge Radius: 6.0
  412. [20:07:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  413. [20:07:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  414. [20:07:25] [Server thread/INFO]: Preparing start region for level 4 (Seed: -671333979171566709)
  415. [20:07:26] [Server thread/INFO]: Preparing spawn area for resources, 85%
  416. [20:07:27] [Server thread/INFO]: -------- World Settings For [creative] --------
  417. [20:07:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  418. [20:07:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  419. [20:07:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  420. [20:07:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  421. [20:07:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  422. [20:07:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  423. [20:07:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  424. [20:07:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  425. [20:07:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  426. [20:07:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  427. [20:07:28] [Server thread/INFO]: Mob Spawn Range: 3
  428. [20:07:28] [Server thread/INFO]: Entity Activation Range: An 10 / Mo 24 / Mi 6 / Tiv true
  429. [20:07:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  430. [20:07:28] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  431. [20:07:28] [Server thread/INFO]: Random Lighting Updates: false
  432. [20:07:28] [Server thread/INFO]: Structure Info Saving: true
  433. [20:07:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  434. [20:07:28] [Server thread/INFO]: Max TNT Explosions: 100
  435. [20:07:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  436. [20:07:28] [Server thread/INFO]: Item Despawn Rate: 6000
  437. [20:07:28] [Server thread/INFO]: Item Merge Radius: 3.5
  438. [20:07:28] [Server thread/INFO]: Arrow Despawn Rate: 600
  439. [20:07:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: false
  440. [20:07:28] [Server thread/INFO]: View Distance: 8
  441. [20:07:28] [Server thread/INFO]: Experience Merge Radius: 6.0
  442. [20:07:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  443. [20:07:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  444. [20:07:28] [Server thread/INFO]: Preparing start region for level 5 (Seed: -267843535632274722)
  445. [20:07:30] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
  446. [20:07:30] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  447. [20:07:30] [Server thread/INFO]: [RandomStuff] Enabling RandomStuff v1.2
  448. [20:07:30] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
  449. [20:07:30] [Server thread/INFO]: [AntiWDL] -----------------------------
  450. [20:07:30] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
  451. [20:07:30] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
  452. [20:07:30] [Server thread/INFO]: [AntiWDL] -----------------------------
  453. [20:07:30] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.5.1
  454. [20:07:30] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_12_R1
  455. [20:07:33] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  456. [20:07:33] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise Pirate_1
  457. [20:07:33] [Server thread/INFO]: [LibsDisguises] Loaded 2 custom disguises
  458. [20:07:33] [Server thread/INFO]: [GuiRedeemMCMMO] Enabling GuiRedeemMCMMO v1.6.1
  459. [20:07:33] [Server thread/INFO]: GuiRedeemMCMMO Has Been Enabled!
  460. [20:07:33] [Server thread/INFO]: [eZProtector] Enabling eZProtector v4.2.5
  461. [20:07:33] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.13.4
  462. [20:07:33] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.13.4
  463. [20:07:33] [Server thread/INFO]: [FairPlayMinecraft] Enabling FairPlayMinecraft v6.0.1
  464. [20:07:33] [Server thread/INFO]: [FairPlayMinecraft] Connecting to the main server...
  465. [20:07:33] [Server thread/INFO]: [FairPlayMinecraft] - Using custom versions filter
  466. [20:07:33] [Server thread/INFO]: [FairPlayMinecraft] - Forge support is not enabled
  467. [20:07:33] [Server thread/INFO]: [FairPlayMinecraft] - LiteLoader support is not enabled
  468. [20:07:33] [Server thread/INFO]: [FairPlayMinecraft] Successfully connected to the main server!
  469. [20:07:33] [Server thread/INFO]: [FairPlayMinecraft] FairPlayMinecraft is enabled! (6.0.1)
  470. [20:07:33] [Server thread/INFO]: [CustomXPBoosts] Enabling CustomXPBoosts v1.0
  471. [20:07:33] [Server thread/INFO]: [StaffChat] Enabling StaffChat v2.3
  472. [20:07:33] [Server thread/INFO]: [ElytraPlus] Enabling ElytraPlus v1.8
  473. [20:07:33] [Server thread/INFO]: [ElytraPlus] ElytraPlus setup was successful!
  474. [20:07:33] [Server thread/INFO]: [ElytraPlus] The plugin setup process is complete!
  475. [20:07:33] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.8.1
  476. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
  477. [20:07:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
  478. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
  479. [20:07:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
  480. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
  481. [20:07:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
  482. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
  483. [20:07:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
  484. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loading custom files.
  485. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Trails.yml.
  486. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Crazy.yml.
  487. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Basic.yml.
  488. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Pet.yml.
  489. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Galactic.yml.
  490. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Voting.yml.
  491. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Classic.yml.
  492. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Boosts.yml.
  493. [20:07:33] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
  494. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
  495. [20:07:33] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
  496. [20:07:33] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
  497. [20:07:33] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
  498. [20:07:33] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
  499. [20:07:33] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
  500. [20:07:33] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  501. [20:07:34] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  502. [20:07:34] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  503. [20:07:34] [Server thread/INFO]: [CraftBay] Enabling CraftBay v2.1
  504. [20:07:34] [Server thread/INFO]: [CraftBay] Falling back to default chat
  505. [20:07:34] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
  506. [20:07:34] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  507. [20:07:34] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.6.1
  508. [20:07:34] [Server thread/INFO]: | Command file(s) found : 20
  509. [20:07:34] [Server thread/INFO]: | Config : Ready.
  510. [20:07:34] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  511. [20:07:34] [Server thread/INFO]: | Custom commands loaded : 191
  512. [20:07:34] [Server thread/INFO]: | Version: 5.3.4
  513. [20:07:34] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  514. [20:07:34] [Server thread/INFO]: | You are running the latest version of MyCommand.
  515. [20:07:34] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  516. [20:07:34] [Server thread/INFO]: [Bank] Enabling Bank v1.0
  517. [20:07:34] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  518. [20:07:34] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  519. [20:07:34] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
  520. [20:07:34] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
  521. [20:07:35] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  522. [20:07:35] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  523. [20:07:35] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  524. [20:07:35] [Server thread/INFO]: Using locale en_US
  525. [20:07:35] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  526. [20:07:35] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  527. [20:07:35] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  528. [20:07:35] [Server thread/INFO]: [Essentials] Using config file enhanced permissions.
  529. [20:07:35] [Server thread/INFO]: [Essentials] Permissions listed in as player-commands will be given to all users.
  530. [20:07:35] [Server thread/INFO]: [ChatControl] Enabling ChatControl v7.8.21
  531. [20:07:35] [Server thread/INFO]:  _____ _ _ _____ _ _ +
  532. [20:07:35] [Server thread/INFO]:  / ____| | | | / ____| | | | |
  533. [20:07:35] [Server thread/INFO]: | | | |__ __ _| |_| | ___ _ __ | |_ _ __ ___ | |
  534. [20:07:35] [Server thread/INFO]: | | | '_ \ / _` | __| | / _ \| '_ \| __| '__/ _ \| |
  535. [20:07:35] [Server thread/INFO]: | |____| | | | (_| | |_| |___| (_) | | | | |_| | | (_) | |
  536. [20:07:35] [Server thread/INFO]:  \_____|_| |_|\__,_|\__|\_____\___/|_| |_|\__|_| \___/|_|
  537. [20:07:35] [Server thread/INFO]: 
  538. [20:07:35] [Server thread/INFO]: 
  539. [20:07:35] [Server thread/INFO]: Checking compatible plugins..
  540. [20:07:35] [Server thread/INFO]: Found: Essentials, McMMO, Multiverse-Core, PlaceholderAPI, ProtocolLib, Vault, WorldEdit, WorldGuard
  541. [20:07:35] [Server thread/INFO]: 
  542. [20:07:35] [Server thread/INFO]: Rules loads now..
  543. [20:07:36] [Server thread/INFO]: 65 chat, 35 global, 3 command, 2 packet and 1 sign rule(s) found
  544. [20:07:36] [Server thread/INFO]: 
  545. [20:07:36] [Server thread/INFO]: Listening starts..
  546. [20:07:36] [Server thread/INFO]: Chat listening at normal priority.
  547. [20:07:36] [Server thread/INFO]: Fallback chat listener started at normal priority
  548. [20:07:36] [Server thread/INFO]: 
  549. [20:07:36] [Server thread/INFO]: Chat now controls. (took 67 ms)
  550. [20:07:36] [Server thread/INFO]: ______________________________________________________________
  551. [20:07:36] [Server thread/INFO]: 
  552. [20:07:36] [Server thread/INFO]: [mcMMOAction] Enabling mcMMOAction v2.3.2
  553. [20:07:36] [Server thread/ERROR]: Error occurred while enabling mcMMOAction v2.3.2 (Is it up to date?)
  554. java.lang.IllegalArgumentException: Invalid UUID string: be2b
  555. at java.util.UUID.fromString(UUID.java:194) ~[?:1.8.0_171]
  556. at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_171]
  557. at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_171]
  558. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_171]
  559. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_171]
  560. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_171]
  561. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_171]
  562. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_171]
  563. at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_171]
  564. at com.github.games647.mcmmoaction.mcMMOAction.loadDisabled(mcMMOAction.java:82) ~[mcMMOAction.jar:?]
  565. at com.github.games647.mcmmoaction.mcMMOAction.onEnable(mcMMOAction.java:68) ~[mcMMOAction.jar:?]
  566. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  567. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [custom.jar:git-Spigot-642f6d2-ab13683]
  568. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [custom.jar:git-Spigot-642f6d2-ab13683]
  569. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:381) [custom.jar:git-Spigot-642f6d2-ab13683]
  570. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:330) [custom.jar:git-Spigot-642f6d2-ab13683]
  571. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [custom.jar:git-Spigot-642f6d2-ab13683]
  572. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [custom.jar:git-Spigot-642f6d2-ab13683]
  573. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [custom.jar:git-Spigot-642f6d2-ab13683]
  574. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [custom.jar:git-Spigot-642f6d2-ab13683]
  575. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [custom.jar:git-Spigot-642f6d2-ab13683]
  576. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  577. [20:07:36] [Server thread/INFO]: [AutoSell] Enabling AutoSell v2.0.10
  578. [20:07:36] [Server thread/INFO]: [AutoSell] Item pumpkin registered for $0.31875
  579. [20:07:36] [Server thread/INFO]: [AutoSell] Item melonblock registered for $0.31875
  580. [20:07:36] [Server thread/INFO]: [AutoSell] Item sugarcane registered for $0.3375
  581. [20:07:36] [Server thread/INFO]: [AutoSell] Item sugar registered for $0.3375
  582. [20:07:36] [Server thread/INFO]: [AutoSell] Item cactus registered for $0.3562
  583. [20:07:36] [Server thread/INFO]: [AutoSell] Item vine registered for $0.4
  584. [20:07:36] [Server thread/INFO]: [AutoSell] Item seeds registered for $0.07
  585. [20:07:36] [Server thread/INFO]: [AutoSell] Item cookedchicken registered for $0.225
  586. [20:07:36] [Server thread/INFO]: [AutoSell] Item grilledpork registered for $0.225
  587. [20:07:36] [Server thread/INFO]: [AutoSell] Item cookedbeef registered for $0.225
  588. [20:07:36] [Server thread/INFO]: [AutoSell] Item cookedrabbit registered for $0.225
  589. [20:07:36] [Server thread/INFO]: [AutoSell] Item rottenflesh registered for $0.3
  590. [20:07:36] [Server thread/INFO]: [AutoSell] Item arrow registered for $0.46875
  591. [20:07:36] [Server thread/INFO]: [AutoSell] Item bone registered for $0.45
  592. [20:07:36] [Server thread/INFO]: [AutoSell] Item string registered for $0.328125
  593. [20:07:36] [Server thread/INFO]: [AutoSell] Item spidereye registered for $0.28125
  594. [20:07:36] [Server thread/INFO]: [AutoSell] Item sulphur registered for $0.7875
  595. [20:07:36] [Server thread/INFO]: [AutoSell] Item enderpearl registered for $0.525
  596. [20:07:36] [Server thread/INFO]: [AutoSell] Item enderpearl registered for $0.525
  597. [20:07:36] [Server thread/INFO]: [AutoSell] Item blazerod registered for $0.95
  598. [20:07:36] [Server thread/INFO]: [AutoSell] Item slimeball registered for $2.0
  599. [20:07:36] [Server thread/INFO]: [AutoSell] Item magmacream registered for $2.1
  600. [20:07:36] [Server thread/INFO]: [AutoSell] Item feather registered for $0.15
  601. [20:07:36] [Server thread/INFO]: [AutoSell] Item leather registered for $0.1875
  602. [20:07:36] [Server thread/INFO]: [AutoSell] Item inksack:0 registered for $0.525
  603. [20:07:36] [Server thread/INFO]: [AutoSell] Item rabbitfoot registered for $15.0
  604. [20:07:36] [Server thread/INFO]: [AutoSell] Item egg registered for $0.075
  605. [20:07:36] [Server thread/INFO]: [AutoSell] Item bow registered for $0.005
  606. [20:07:36] [Server thread/INFO]: [AutoSell] Item stick registered for $0.0562
  607. [20:07:36] [Server thread/INFO]: [AutoSell] Item redstone registered for $0.3
  608. [20:07:36] [Server thread/INFO]: [AutoSell] Item cookedfish registered for $0.25
  609. [20:07:36] [Server thread/INFO]: [AutoSell] Item rawfish:1 registered for $0.3
  610. [20:07:36] [Server thread/INFO]: [AutoSell] Item glowstonedust registered for $0.5625
  611. [20:07:36] [Server thread/INFO]: [AutoSell] Item glassbottle registered for $0.6
  612. [20:07:36] [Server thread/INFO]: [AutoSell] Item redmushroom registered for $0.1125
  613. [20:07:36] [Server thread/INFO]: [AutoSell] Item brownmushroom registered for $0.4
  614. [20:07:36] [Server thread/INFO]: [AutoSell] Item prismarineshard registered for $0.24
  615. [20:07:36] [Server thread/INFO]: [AutoSell] Item prismarinecrystals registered for $0.26
  616. [20:07:36] [Server thread/INFO]: [AutoSell] Item shulkershell registered for $2.3
  617. [20:07:36] [Server thread/INFO]: [AutoSell] A total of 38 items have been registered.
  618. [20:07:36] [Server thread/INFO]: [VanishNoPacket] Enabling VanishNoPacket v3.20
  619. [20:07:36] [Server thread/INFO]: [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
  620. [20:07:36] [Server thread/INFO]: [VanishNoPacket] For awesome colored nametags on vanish, visit
  621. [20:07:36] [Server thread/INFO]: [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
  622. [20:07:36] [Server thread/INFO]: [VanishNoPacket] and download TagAPI.jar
  623. [20:07:36] [Server thread/INFO]: [VanishNoPacket] Now hooking into Essentials
  624. [20:07:36] [Server thread/INFO]: [VanishNoPacket] 3.20 loaded.
  625. [20:07:36] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.15.0.1
  626. [20:07:36] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.4.3
  627. [20:07:36] [Server thread/INFO]: Initializing for the first time.
  628. [20:07:36] [Server thread/INFO]: Log4j 2 handler detected: com.enjin.common.compatibility.CurrentLog4j2Handler
  629. [20:07:36] [Server thread/WARN]: 23370 [Server thread] INFO com.enjin.shaded.reflections.Reflections - Reflections took 64 ms to scan 1 urls, producing 2 keys and 10 values
  630.  
  631. [20:07:36] [Server thread/INFO]: [CMI] Enabling CMI v7.7.1.1
  632. [20:07:36] [Server thread/INFO]: [CMI] Loaded (1) portals into memory. Took 10ms
  633. [20:07:37] [Server thread/INFO]: [CMI] Vault permission plugin will be used
  634. [20:07:37] [Server thread/INFO]: [CMI] Loaded (37) regular alias into memory. Took 13ms
  635. [20:07:37] [Server thread/INFO]: [CMI] Loaded (1) custom text's into memory. Took 2ms
  636. [20:07:37] [Server thread/INFO]: [CMI] Started (MySQL) data base. Took 163ms
  637. [20:07:37] [Server thread/INFO]: [CMI] Vault was found - Enabling capabilities. Economy: Essentials Economy
  638. [20:07:37] [Server thread/INFO]: [CMI] Loaded (5) kits into memory. Took 3ms
  639. [20:07:37] [Server thread/INFO]: [CMI] Loaded (2) cooldowns into memory. Took 1ms
  640. [20:07:37] [Server thread/INFO]: [CMI] Loaded (5) kits into memory. Took 1ms
  641. [20:07:37] [Server thread/INFO]: [CMI] Loaded (15) ranks into memory. Took 40ms
  642. [20:07:37] [Server thread/INFO]: [CMI] Loaded (1150) Player data into memory. Took 162ms
  643. [20:07:37] [Server thread/INFO]: [CMI] Loaded (3254) playtime records into memory. Took 145ms
  644. [20:07:38] [Server thread/INFO]: [CMI] Loaded (2) custom alias into memory. Took 1ms
  645. [20:07:38] [Server thread/INFO]: [CMI] Votifier found. Enabling vote listeners
  646. [20:07:38] [Server thread/INFO]: [CMI] Registered events. Took 84ms
  647. [20:07:38] [Server thread/INFO]: [CMI] Loaded (352) worth values into memory. Took 6ms
  648. [20:07:38] [Server thread/INFO]: [CMI] Loaded (0) event action commands into memory. Took 3ms
  649. [20:07:38] [Server thread/INFO]: [CMI] Updated (EN) language file. Took 149ms
  650. [20:07:38] [Server thread/INFO]: [CMI] Vault permissions was found - Enabling capabilities.
  651. [20:07:38] [Server thread/INFO]: [CMI] PlaceholderAPI hooked.
  652. [20:07:38] [Server thread/INFO]: [CMI] PlaceholderAPI was found - Enabling capabilities.
  653. [20:07:38] [Server thread/INFO]: [CMI] Essentials was found - Enabling capabilities.
  654. [20:07:38] [Server thread/INFO]: [CMI] McMMO was found - Enabling capabilities.
  655. [20:07:38] [Server thread/INFO]: [CMI] Cleaning.
  656. [20:07:38] [Server thread/INFO]: [CMI] Starting world timer.
  657. [20:07:38] [Server thread/INFO]: [CMI] Initializing world manager.
  658. [20:07:38] [Server thread/INFO]: [CMI] Loaded (5) schedules into memory. Took 3ms
  659. [20:07:38] [Server thread/INFO]: [CMI] Loaded (0) skin cache entries into memory. Took 0ms
  660. [20:07:38] [Server thread/INFO]: [CMI] Version 7.7.1.1 has been enabled
  661. [20:07:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  662. [20:07:38] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  663. [20:07:38] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  664. [20:07:38] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  665. [20:07:38] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  666. [20:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  667. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  668. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  669. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  670. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  671. [20:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  672. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  673. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  674. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  675. [20:07:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  676. [20:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  677. [20:07:38] [Server thread/INFO]: [WorldGuard] (bosses) TNT ignition is PERMITTED.
  678. [20:07:38] [Server thread/INFO]: [WorldGuard] (bosses) Lighters are PERMITTED.
  679. [20:07:38] [Server thread/INFO]: [WorldGuard] (bosses) Lava fire is blocked.
  680. [20:07:38] [Server thread/INFO]: [WorldGuard] (bosses) Fire spread is UNRESTRICTED.
  681. [20:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bosses'
  682. [20:07:38] [Server thread/INFO]: [WorldGuard] (resources) TNT ignition is PERMITTED.
  683. [20:07:38] [Server thread/INFO]: [WorldGuard] (resources) Lighters are PERMITTED.
  684. [20:07:38] [Server thread/INFO]: [WorldGuard] (resources) Lava fire is blocked.
  685. [20:07:38] [Server thread/INFO]: [WorldGuard] (resources) Fire spread is UNRESTRICTED.
  686. [20:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'resources'
  687. [20:07:38] [Server thread/INFO]: [WorldGuard] (creative) TNT ignition is PERMITTED.
  688. [20:07:38] [Server thread/INFO]: [WorldGuard] (creative) Lighters are PERMITTED.
  689. [20:07:38] [Server thread/INFO]: [WorldGuard] (creative) Lava fire is blocked.
  690. [20:07:38] [Server thread/INFO]: [WorldGuard] (creative) Fire spread is UNRESTRICTED.
  691. [20:07:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'creative'
  692. [20:07:38] [Server thread/INFO]: [WorldGuard] Loading region data...
  693. [20:07:38] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v4.3.3-SNAPSHOT
  694. [20:07:38] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Bukkit v1_12_R1 (Minecraft 1.12)...
  695. [20:07:38] [Server thread/INFO]: [MythicMobs] MythicMobs Lib's Disguises Support has been enabled!
  696. [20:07:38] [Server thread/INFO]: [MythicMobs] MythicMobs mcMMO Support has been enabled!
  697. [20:07:38] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  698. [20:07:38] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  699. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 98 mobs.
  700. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 2 vanilla mob overrides.
  701. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
  702. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 231 skills.
  703. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 65 random spawns.
  704. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 245 mythic items.
  705. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 15 drop tables.
  706. [20:07:39] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
  707. [20:07:39] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  708. [20:07:39] [Server thread/INFO]: [MythicMobs] v4.3.3-SNAPSHOT has been successfully loaded!
  709. [20:07:39] [Server thread/INFO]: [CreativeSecurity] Enabling CreativeSecurity v1.4r3
  710. [20:07:39] [Server thread/INFO]: [CreativeSecurity] Loading configurations.
  711. [20:07:39] [Server thread/INFO]: [CreativeSecurity] All configurations have been loaded.
  712. [20:07:39] [Server thread/INFO]: [CreativeSecurity] Loading WorldEdit Integration
  713. [20:07:39] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.1
  714. [20:07:39] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v3.0.4
  715. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
  716. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
  717. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
  718. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
  719. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
  720. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
  721. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
  722. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
  723. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
  724. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
  725. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
  726. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
  727. [20:07:39] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
  728. [20:07:39] [Server thread/INFO]: [RandomCoords] Enabling RandomCoords v0.6.2-RELEASE
  729. [20:07:39] [Server thread/INFO]: [RandomCoords]RandomCoords Version: 0.6.2-RELEASE enabled.
  730. [20:07:40] [Server thread/INFO]: [mcjobs] Enabling mcjobs v3.1.9
  731. [20:07:40] [Server thread/INFO]: [mcjobs] Using builtin logging methods.
  732. [20:07:40] [Server thread/INFO]: [mcjobs] WorldGuard found. Enabling WorldGuard protections.
  733. [20:07:40] [Server thread/INFO]: [mcjobs] Found Vault 1.6.1
  734. [20:07:40] [Server thread/WARN]: [mcjobs] Could not save english.yml to plugins/mcjobs/english.yml because english.yml already exists.
  735. [20:07:40] [Server thread/INFO]: [mcjobs] LOADED JOBS: digger miner builder carpenter soldier tinkerer woodsman farmer toolmaker weaponsmith armorer fisherman baker alchemist brewer enchanter theurgist conjurer
  736. [20:07:40] [Server thread/INFO]: [mcjobs] MC Jobs has been enabled!
  737. [20:07:40] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
  738. [20:07:40] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  739. [20:07:40] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  740. [20:07:40] [Server thread/INFO]: [SilkSpawners] AutoUpdater is disabled due to config setting.
  741. [20:07:40] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  742. [20:07:40] [Server thread/INFO]: [HopeItems] Enabling HopeItems v3_BETA1.3
  743. [20:07:40] [Server thread/INFO]: Hooked into Vault
  744. [20:07:40] [Server thread/INFO]: Hooked into WorldGuard
  745. [20:07:40] [Server thread/INFO]: [HopeItems] Hooked into McMMO
  746. [20:07:40] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.8.dev
  747. [20:07:41] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  748. [20:07:41] [Server thread/INFO]: [GriefPrevention] 291 total claims loaded.
  749. [20:07:42] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  750. [20:07:42] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  751. [20:07:42] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  752. [20:07:42] [Server thread/INFO]: [GriefPrevention] GriefPrevention requires Vault for economy integration.
  753. [20:07:42] [Server thread/INFO]: [GriefPrevention] Attempting to load Vault...
  754. [20:07:42] [Server thread/INFO]: [GriefPrevention] Vault loaded successfully!
  755. [20:07:42] [Server thread/INFO]: [GriefPrevention] Looking for a Vault-compatible economy plugin...
  756. [20:07:42] [Server thread/INFO]: [GriefPrevention] Hooked into economy: Essentials Economy.
  757. [20:07:42] [Server thread/INFO]: [GriefPrevention] Ready to buy/sell claim blocks!
  758. [20:07:42] [Server thread/INFO]: [GriefPrevention] Boot finished.
  759. [20:07:42] [Server thread/INFO]: [SilkSpawnersShopAddon] Enabling SilkSpawnersShopAddon v2.1.1
  760. [20:07:42] [Server thread/INFO]: [SilkSpawnersShopAddon] Loaded Vault successfully
  761. [20:07:42] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  762. [20:07:42] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  763. [20:07:42] [Server thread/INFO]: [SilkSpawnersShopAddon] Loading yaml storage provider
  764. [20:07:42] [Server thread/INFO]: [MythicArtifacts] Enabling MythicArtifacts v0.1.14-SNAPSHOT
  765. [20:07:42] [Server thread/INFO]: [MythicArtifacts] §6------------------------------------------------
  766. [20:07:42] [Server thread/INFO]: [MythicArtifacts] §bLoading MythicArtifacts for Bukkit v1_12_R1(MC v12)
  767. [20:07:42] [Server thread/INFO]: [MythicArtifacts] §6------------------------------------------------
  768. [20:07:42] [Server thread/INFO]: [BossShopPro] Enabling BossShopPro v1.9.8
  769. [20:07:43] [Server thread/INFO]: [BossShopPro] Loading data...
  770. [20:07:43] [Server thread/INFO]: [BossShopPro] Hooked into PlaceholderAPI.
  771. [20:07:43] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  772. [20:07:43] [Server thread/INFO]: [SilkSpawners] Loading support for v1_12_R1
  773. [20:07:43] [Server thread/INFO]: [GriefPreventionFlags] Enabling GriefPreventionFlags v4.5.2
  774. [20:07:43] [Server thread/INFO]: GPFlags: Finished loading configuration.
  775. [20:07:44] [Server thread/INFO]: GPFlags: Finished loading data.
  776. [20:07:44] [Server thread/INFO]: GPFlags: Boot finished.
  777. [20:07:44] [Server thread/INFO]: [MyPet] Enabling MyPet v2.3.9
  778. [20:07:44] [Server thread/INFO]: [MyPet] No Update available.
  779. [20:07:44] [Server thread/INFO]: [MyPet] GriefPrevention (16.8.dev) hook activated.
  780. [20:07:44] [Server thread/INFO]: [MyPet] mcMMO (1.5.10) hook activated.
  781. [20:07:44] [Server thread/INFO]: [MyPet] MythicMobs (4.3.3-SNAPSHOT) hook activated.
  782. [20:07:44] [Server thread/INFO]: [MyPet] PlaceholderAPI (2.8.4) hook activated.
  783. [20:07:44] [Server thread/INFO]: [MyPet] ProtocolLib (4.4.0-SNAPSHOT-b392) hook activated.
  784. [20:07:44] [Server thread/INFO]: [MyPet] Vault (1.6.1) (Economy: Essentials Economy) hook activated.
  785. [20:07:44] [Server thread/INFO]: [MyPet] WorldGuard (6.2.1;84bc322) hook activated.
  786. [20:07:44] [Server thread/INFO]: [MyPet] Compat mode for v1_12_R1 loaded.
  787. [20:07:44] [Server thread/INFO]: [MyPet] Skilltrees from default.json loaded.
  788. [20:07:45] [Server thread/INFO]: [MyPet] Connect to SQLite database...
  789. [20:07:45] [Server thread/INFO]: [MyPet] SQLite connection successful.
  790. [20:07:45] [Server thread/INFO]: [MyPet] --- Loading WorldGroups ---------------------------
  791. [20:07:45] [Server thread/INFO]: [MyPet]  added 'world' to 'default'
  792. [20:07:45] [Server thread/INFO]: [MyPet]  added 'world_nether' to 'default'
  793. [20:07:45] [Server thread/INFO]: [MyPet]  added 'world_the_end' to 'default'
  794. [20:07:45] [Server thread/INFO]: [MyPet]  added 'bosses' to 'default'
  795. [20:07:45] [Server thread/INFO]: [MyPet]  added 'resources2' to 'default'
  796. [20:07:45] [Server thread/INFO]: [MyPet]  added 'creative' to 'default'
  797. [20:07:45] [Server thread/INFO]: [MyPet]  added 'resources' to 'default'
  798. [20:07:45] [Server thread/INFO]: [MyPet]  added 'rw_june' to 'default'
  799. [20:07:45] [Server thread/INFO]: [MyPet] -------------------------------------------------
  800. [20:07:45] [Server thread/INFO]: [MyPet] Thank you for buying MyPet-Premium!
  801. [20:07:45] [Server thread/INFO]: [MyPet] version 2.3.9-b559P ENABLED
  802. [20:07:45] [Server thread/INFO]: [ClaimslistClassifier] Enabling ClaimslistClassifier v1.2.6
  803. [20:07:45] [Server thread/INFO]: [TradeMe] Enabling TradeMe v5.1.4.8
  804. [20:07:45] [Server thread/INFO]: [TradeMe] Version 5.1.4.8 has been enabled
  805. [20:07:45] [Server thread/INFO]: [TradeMe] GriefPrevention plugin was found!
  806. [20:07:45] [Server thread/INFO]: [TradeMe] MyPet plugin was found!
  807. [20:07:45] [Server thread/INFO]: [TradeMe] McMMO plugin was found!
  808. [20:07:45] [Server thread/INFO]: [TradeMe] Vault plugin was found!
  809. [20:07:45] [Server thread/INFO]: [TradeMe] Connected to mysql
  810. [20:07:45] [Server thread/INFO]: [TradeMe] 893 trade logs preloaded
  811. [20:07:45] [Server thread/INFO]: [SafariNet] Enabling SafariNet v1.12.77
  812. [20:07:45] [Server thread/INFO]: [SafariNet] Using v1_12_R1
  813. [20:07:45] [Server thread/INFO]: [SafariNet] WorldGuard found. Hook in it
  814. [20:07:45] [Server thread/INFO]: [SafariNet] GriefPrevention found. Hook in it
  815. [20:07:45] [Server thread/INFO]: [SafariNet] MyPet found. Hook in it
  816. [20:07:45] [Server thread/INFO]: [SafariNet] MythicMobs found. Hook in it
  817. [20:07:45] [Server thread/INFO]: [ShopChest] Enabling ShopChest v1.12.3
  818. [20:07:45] [Server thread/INFO]: [ShopChest] Using SQLite
  819. [20:07:45] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  820. [20:07:46] [Server thread/INFO]: Done (30.261s)! For help, type "help" or "?"
  821. [20:07:46] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  822. [20:07:46] [Server thread/INFO]: (FAWE) Plugin 'GriefPrevention' found. Using it now.
  823. [20:07:46] [Server thread/INFO]: Starting AdditionsAPI Intialization
  824. [20:07:46] [Server thread/INFO]: Recieved in total 186 Custom Items!
  825. [20:07:46] [Server thread/INFO]: Finished Initialization.
  826. [20:07:46] [Server thread/INFO]: [CombatTag] Loading expansion 'PlaceholderAPI Compatability v2'
  827. [20:07:46] [Server thread/INFO]: 
  828. [20:07:46] [Server thread/INFO]: [CombatTag] Loading expansion 'Cheat Prevention v2'
  829. [20:07:46] [Server thread/INFO]: 
  830. [20:07:46] [Server thread/INFO]: [CombatTag] Loading expansion 'CrackShot Compatability v2'
  831. [20:07:46] [Server thread/INFO]: [CombatLogX - CrackShot Compatability] CrackShot is not installed! This expansion is useless.
  832. [20:07:46] [Server thread/INFO]: 
  833. [20:07:46] [Server thread/INFO]: [CombatTag] Found non-jar file at 'plugins/CombatLogX/expansions/compatworldguard_backup.zip'. Please remove it!
  834. [20:07:46] [Server thread/INFO]: [CombatTag] Loading expansion 'NotCombatLogX v6'
  835. [20:07:46] [Server thread/INFO]: 
  836. [20:07:46] [Server thread/INFO]: [CombatTag] Loaded 4 expansions
  837. [20:07:46] [Server thread/INFO]: [CombatTag] Enabled
  838. [20:07:46] [Craft Scheduler Thread - 10/INFO]: [CMI] World (world) chunk information is being checked.
  839. [20:07:47] [Craft Scheduler Thread - 26/WARN]: [ShopChest] Plugin ShopChest v1.12.3 generated an exception while executing task 184
  840. java.lang.NullPointerException: null
  841. at de.epiceric.shopchest.utils.UpdateChecker.check(UpdateChecker.java:43) ~[ShopChest.jar:?]
  842. at de.epiceric.shopchest.ShopChest$4.run(ShopChest.java:321) ~[ShopChest.jar:?]
  843. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  844. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [custom.jar:git-Spigot-642f6d2-ab13683]
  845. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171]
  846. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171]
  847. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  848. [20:07:47] [Server thread/INFO]: [VotingPlugin] Hooked into Vault permissions
  849. [20:07:47] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.9.1) is available at:
  850. [20:07:47] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  851. [20:07:47] [Craft Scheduler Thread - 8/INFO]: [eZProtector] An update for eZProtector is available! Download it now at https://bit.ly/eZProtector
  852. [20:07:47] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 120 placeholder expansions are available on the cloud.
  853. [20:07:47] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  854. [20:07:47] [Craft Scheduler Thread - 21/INFO]: [ChatControl] A new version of ChatControl is available.
  855. [20:07:47] [Craft Scheduler Thread - 21/INFO]: [ChatControl] Current version: 7.8.21; New version: 7.9.1
  856. [20:07:47] [Craft Scheduler Thread - 21/INFO]: [ChatControl] URL: https://www.spigotmc.org/resources/10258/.
  857. [20:07:48] [Craft Scheduler Thread - 20/INFO]: ==================================================================
  858. [20:07:48] [Craft Scheduler Thread - 20/INFO]: CombatLogX Update Checker
  859. [20:07:48] [Craft Scheduler Thread - 20/INFO]: There may be an update available!
  860. [20:07:48] [Craft Scheduler Thread - 20/INFO]: Your Version: 7.0.0.2
  861. [20:07:48] [Craft Scheduler Thread - 20/INFO]: Get it here: https://www.spigotmc.org/resources/combatlogx.31689/
  862. [20:07:48] [Craft Scheduler Thread - 20/INFO]: ==================================================================
  863. [20:07:48] [Craft Scheduler Thread - 12/INFO]: [FairPlayMinecraft] An update is available! Please update to version 6.0.4!
  864. [20:07:52] [Craft Scheduler Thread - 10/INFO]: [CMI] World (world) chunk information checked. 710728
  865. [20:07:52] [Craft Scheduler Thread - 10/INFO]: [CMI] World (world_nether) chunk information is being checked.
  866. [20:07:52] [Craft Scheduler Thread - 10/INFO]: [CMI] World (world_nether) chunk information checked. 0
  867. [20:07:52] [Craft Scheduler Thread - 10/INFO]: [CMI] World (world_the_end) chunk information is being checked.
  868. [20:07:52] [Craft Scheduler Thread - 10/INFO]: [CMI] World (world_the_end) chunk information checked. 0
  869. [20:07:52] [Craft Scheduler Thread - 10/INFO]: [CMI] World (bosses) chunk information is being checked.
  870. [20:07:52] [Server thread/INFO]: [ShopChest] Initialized 185 Shops
  871. [20:07:53] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
  872. [20:07:53] [Craft Scheduler Thread - 20/INFO]: [BossShopPro] Successfully hooked into Points plugin EnjinMinecraftPlugin.
  873. [20:07:53] [Craft Scheduler Thread - 12/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 5.13.4
  874. [20:07:54] [Craft Scheduler Thread - 20/INFO]: [BossShopPro] Loaded 46 Shops!
  875. [20:07:54] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  876. java.lang.NullPointerException: null
  877. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  878. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  879. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  880. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  881. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  882. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  883. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  884. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  885. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  886. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  887. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  888. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  889. [20:07:54] [Server thread/WARN]: [MythicMobs] Could not find AbstractSkill Forcebomb
  890. [20:07:54] [Server thread/INFO]: [MythicArtifacts] Attached Artifact traits to items.
  891. [20:07:54] [Server thread/INFO]: [MythicArtifacts] Loaded 245 items.
  892. [20:07:54] [Craft Scheduler Thread - 10/INFO]: [CMI] World (bosses) chunk information checked. 192982
  893. [20:07:54] [Craft Scheduler Thread - 10/INFO]: [CMI] World (resources) chunk information is being checked.
  894. [20:07:54] [Server thread/INFO]: Checking... 1026/100
  895. [20:07:55] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  896. java.lang.NullPointerException: null
  897. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  898. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  899. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  900. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  901. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  902. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  903. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  904. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  905. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  906. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  907. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  908. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  909. [20:07:55] [Server thread/INFO]: Checking... 1026/200
  910. [20:07:55] [Craft Scheduler Thread - 24/INFO]: [SilkSpawnersShopAddon] There is an update available for SilkSpawnersShopAddon. Go grab it from SpigotMC!
  911. [20:07:55] [Craft Scheduler Thread - 19/INFO]: [VanishNoPacket] Error: Could not check if plugin was up to date. Will try later
  912. [20:07:55] [Craft Scheduler Thread - 19/INFO]: [VanishNoPacket] Exception message: Server returned HTTP response code: 403 for URL: https://servermods.forgesvc.net/servermods/files?projectIds=30949
  913. [20:07:56] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  914. java.lang.NullPointerException: null
  915. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  916. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  917. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  918. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  919. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  920. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  921. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  922. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  923. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  924. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  925. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  926. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  927. [20:07:56] [Server thread/INFO]: Checking... 1026/300
  928. [20:07:57] [Server thread/INFO]: Checking... 1026/400
  929. [20:07:57] [Craft Scheduler Thread - 10/INFO]: [CMI] World (resources) chunk information checked. 185888
  930. [20:07:57] [Craft Scheduler Thread - 10/INFO]: [CMI] World (creative) chunk information is being checked.
  931. [20:07:57] [Craft Scheduler Thread - 10/INFO]: [CMI] World (creative) chunk information checked. 2305
  932. [20:07:58] [Server thread/INFO]: Checking... 1026/500
  933. [20:07:59] [Server thread/INFO]: Checking... 1026/600
  934. [20:08:00] [Server thread/INFO]: Checking... 1026/700
  935. [20:08:01] [Server thread/INFO]: Checking... 1026/800
  936. [20:08:02] [Server thread/INFO]: Checking... 1026/900
  937. [20:08:03] [Server thread/INFO]: Checking... 1026/1000
  938. [20:08:03] [Server thread/INFO]: Finished cleaning
  939. [20:08:04] [File IO Thread/ERROR]: Failed to save chunk
  940. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  941. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  942. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  943. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  944. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  945. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  946. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  947. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  948. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  949. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  950. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  951. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  952. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  953. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  954. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  955. [20:08:10] [File IO Thread/ERROR]: Failed to save chunk
  956. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  957. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  958. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  959. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  960. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  961. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  962. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  963. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  964. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  965. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  966. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  967. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  968. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  969. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  970. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  971. [20:08:19] [File IO Thread/ERROR]: Failed to save chunk
  972. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  973. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  974. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  975. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  976. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  977. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  978. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  979. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  980. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  981. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  982. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  983. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  984. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  985. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  986. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  987. [20:08:21] [File IO Thread/ERROR]: Failed to save chunk
  988. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  989. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  990. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  991. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  992. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  993. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  994. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  995. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  996. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  997. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  998. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  999. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1000. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1001. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1002. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1003. [20:08:27] [File IO Thread/ERROR]: Failed to save chunk
  1004. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1005. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1006. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1007. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1008. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1009. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1010. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1011. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1012. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1013. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1014. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1015. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1016. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1017. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1018. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1019. [20:08:34] [File IO Thread/ERROR]: Failed to save chunk
  1020. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1021. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1022. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1023. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1024. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1025. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1026. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1027. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1028. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1029. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1030. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1031. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1032. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1033. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1034. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1035. [20:08:34] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1036. java.lang.NullPointerException: null
  1037. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1038. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1039. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1040. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  1041. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  1042. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1043. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  1044. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  1045. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  1046. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  1047. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  1048. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1049. [20:08:35] [File IO Thread/ERROR]: Failed to save chunk
  1050. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1051. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1052. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1053. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1054. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1055. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1056. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1057. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1058. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1059. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1060. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1061. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1062. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1063. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1064. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1065. [20:08:35] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1066. java.lang.NullPointerException: null
  1067. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1068. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1069. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1070. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  1071. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  1072. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1073. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  1074. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  1075. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  1076. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  1077. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  1078. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1079. [20:08:36] [File IO Thread/ERROR]: Failed to save chunk
  1080. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1081. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1082. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1083. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1084. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1085. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1086. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1087. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1088. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1089. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1090. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1091. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1092. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1093. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1094. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1095. [20:08:49] [File IO Thread/ERROR]: Failed to save chunk
  1096. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1097. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1098. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1099. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1100. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1101. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1102. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1103. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1104. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1105. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1106. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1107. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1108. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1109. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1110. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1111. [20:08:49] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1112. java.lang.NullPointerException: null
  1113. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1114. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1115. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1116. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  1117. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  1118. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1119. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  1120. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  1121. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  1122. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  1123. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  1124. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1125. [20:08:49] [File IO Thread/ERROR]: Failed to save chunk
  1126. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1127. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1128. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1129. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1130. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1131. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1132. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1133. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1134. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1135. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1136. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1137. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1138. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1139. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1140. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1141. [20:08:50] [File IO Thread/ERROR]: Failed to save chunk
  1142. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1143. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1144. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1145. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1146. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1147. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1148. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1149. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1150. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1151. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1152. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1153. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1154. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1155. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1156. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1157. [20:08:50] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1158. java.lang.NullPointerException: null
  1159. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1160. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1161. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1162. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  1163. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  1164. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1165. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  1166. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  1167. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  1168. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  1169. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  1170. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1171. [20:08:51] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1172. java.lang.NullPointerException: null
  1173. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:138) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1174. at org.bukkit.craftbukkit.v1_12_R1.CraftWorld.getChunkAt(CraftWorld.java:580) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1175. at org.bukkit.Location.getChunk(Location.java:82) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1176. at me.fatpigsarefat.autosell.chests.SellChest.isLocationLoaded(SellChest.java:105) ~[AutoSell.jar:?]
  1177. at me.fatpigsarefat.autosell.chests.SellChestManager$1.run(SellChestManager.java:52) ~[AutoSell.jar:?]
  1178. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1179. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [custom.jar:git-Spigot-642f6d2-ab13683]
  1180. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [custom.jar:git-Spigot-642f6d2-ab13683]
  1181. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [custom.jar:git-Spigot-642f6d2-ab13683]
  1182. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [custom.jar:git-Spigot-642f6d2-ab13683]
  1183. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [custom.jar:git-Spigot-642f6d2-ab13683]
  1184. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1185. [20:09:04] [File IO Thread/ERROR]: Failed to save chunk
  1186. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1187. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1188. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1189. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1190. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1191. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1192. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1193. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1194. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1195. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1196. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1197. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1198. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1199. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1200. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1201. [20:09:04] [File IO Thread/ERROR]: Failed to save chunk
  1202. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1203. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1204. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1205. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1206. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1207. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1208. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1209. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1210. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1211. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1212. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1213. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1214. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1215. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1216. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1217. [20:09:04] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1218. java.lang.NullPointerException: null
  1219. [20:09:05] [File IO Thread/ERROR]: Failed to save chunk
  1220. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1221. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1222. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1223. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1224. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1225. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1226. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1227. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1228. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1229. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1230. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1231. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1232. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1233. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1234. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1235. [20:09:05] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1236. java.lang.NullPointerException: null
  1237. [20:09:06] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1238. java.lang.NullPointerException: null
  1239. [20:09:19] [File IO Thread/ERROR]: Failed to save chunk
  1240. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1241. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1242. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1243. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1244. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1245. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1246. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1247. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1248. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1249. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1250. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1251. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1252. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1253. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1254. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1255. [20:09:19] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1256. java.lang.NullPointerException: null
  1257. [20:09:19] [File IO Thread/ERROR]: Failed to save chunk
  1258. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1259. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1260. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1261. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1262. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1263. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1264. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1265. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1266. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1267. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1268. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1269. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1270. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1271. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1272. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1273. [20:09:20] [File IO Thread/ERROR]: Failed to save chunk
  1274. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1275. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1276. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1277. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1278. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1279. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1280. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1281. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1282. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1283. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1284. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1285. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1286. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1287. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1288. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1289. [20:09:20] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1290. java.lang.NullPointerException: null
  1291. [20:09:21] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1292. java.lang.NullPointerException: null
  1293. [20:09:34] [File IO Thread/ERROR]: Failed to save chunk
  1294. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1295. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1296. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1297. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1298. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1299. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1300. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1301. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1302. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1303. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1304. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1305. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1306. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1307. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1308. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1309. [20:09:34] [File IO Thread/ERROR]: Failed to save chunk
  1310. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1311. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1312. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1313. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1314. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1315. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1316. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1317. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1318. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1319. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1320. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1321. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1322. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1323. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1324. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1325. [20:09:34] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1326. java.lang.NullPointerException: null
  1327. [20:09:35] [File IO Thread/ERROR]: Failed to save chunk
  1328. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1329. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1330. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1331. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1332. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1333. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1334. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1335. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1336. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1337. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1338. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1339. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1340. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1341. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1342. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1343. [20:09:35] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1344. java.lang.NullPointerException: null
  1345. [20:09:36] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1346. java.lang.NullPointerException: null
  1347. [20:09:49] [File IO Thread/ERROR]: Failed to save chunk
  1348. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1349. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1350. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1351. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1352. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1353. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1354. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1355. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1356. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1357. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1358. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1359. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1360. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1361. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1362. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1363. [20:09:49] [File IO Thread/ERROR]: Failed to save chunk
  1364. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1365. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1366. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1367. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1368. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1369. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1370. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1371. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1372. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1373. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1374. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1375. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1376. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1377. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1378. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1379. [20:09:49] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1380. java.lang.NullPointerException: null
  1381. [20:09:50] [File IO Thread/ERROR]: Failed to save chunk
  1382. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1383. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1384. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1385. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1386. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1387. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1388. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1389. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1390. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1391. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1392. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1393. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1394. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1395. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1396. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1397. [20:09:50] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1398. java.lang.NullPointerException: null
  1399. [20:09:51] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1400. java.lang.NullPointerException: null
  1401. [20:10:04] [File IO Thread/ERROR]: Failed to save chunk
  1402. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1403. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1404. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1405. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1406. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1407. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1408. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1409. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1410. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1411. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1412. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1413. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1414. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1415. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1416. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1417. [20:10:04] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1418. java.lang.NullPointerException: null
  1419. [20:10:04] [File IO Thread/ERROR]: Failed to save chunk
  1420. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1421. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1422. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1423. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1424. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1425. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1426. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1427. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1428. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1429. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1430. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1431. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1432. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1433. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1434. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1435. [20:10:05] [File IO Thread/ERROR]: Failed to save chunk
  1436. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1437. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1438. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1439. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1440. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1441. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1442. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1443. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1444. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1445. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1446. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1447. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1448. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1449. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1450. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1451. [20:10:05] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1452. java.lang.NullPointerException: null
  1453. [20:10:06] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1454. java.lang.NullPointerException: null
  1455. [20:10:19] [File IO Thread/ERROR]: Failed to save chunk
  1456. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1457. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1458. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1459. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1460. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1461. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1462. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1463. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1464. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1465. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1466. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1467. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1468. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1469. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1470. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1471. [20:10:19] [File IO Thread/ERROR]: Failed to save chunk
  1472. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1473. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1474. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1475. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1476. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1477. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1478. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1479. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1480. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1481. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1482. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1483. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1484. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1485. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1486. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1487. [20:10:19] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1488. java.lang.NullPointerException: null
  1489. [20:10:20] [File IO Thread/ERROR]: Failed to save chunk
  1490. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1491. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1492. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1493. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1494. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1495. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1496. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1497. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1498. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1499. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1500. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1501. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1502. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1503. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1504. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1505. [20:10:20] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1506. java.lang.NullPointerException: null
  1507. [20:10:21] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1508. java.lang.NullPointerException: null
  1509. [20:10:34] [File IO Thread/ERROR]: Failed to save chunk
  1510. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1511. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1512. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1513. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1514. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1515. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1516. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1517. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1518. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1519. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1520. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1521. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1522. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1523. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1524. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1525. [20:10:34] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1526. java.lang.NullPointerException: null
  1527. [20:10:35] [File IO Thread/ERROR]: Failed to save chunk
  1528. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1529. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1530. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1531. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1532. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1533. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1534. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1535. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1536. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1537. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1538. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1539. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1540. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1541. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1542. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1543. [20:10:35] [File IO Thread/ERROR]: Failed to save chunk
  1544. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1545. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1546. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1547. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1548. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1549. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1550. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1551. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1552. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1553. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1554. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1555. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1556. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1557. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1558. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1559. [20:10:35] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1560. java.lang.NullPointerException: null
  1561. [20:10:36] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1562. java.lang.NullPointerException: null
  1563. [20:10:49] [File IO Thread/ERROR]: Failed to save chunk
  1564. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1565. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1566. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1567. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1568. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1569. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1570. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1571. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1572. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1573. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1574. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1575. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1576. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1577. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1578. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1579. [20:10:50] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1580. java.lang.NullPointerException: null
  1581. [20:10:50] [File IO Thread/ERROR]: Failed to save chunk
  1582. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1583. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1584. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1585. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1586. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1587. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1588. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1589. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1590. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1591. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1592. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1593. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1594. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1595. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1596. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1597. [20:10:50] [File IO Thread/ERROR]: Failed to save chunk
  1598. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1599. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1600. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1601. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1602. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1603. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1604. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1605. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1606. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1607. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1608. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1609. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1610. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1611. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1612. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1613. [20:10:51] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1614. java.lang.NullPointerException: null
  1615. [20:10:52] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1616. java.lang.NullPointerException: null
  1617. [20:11:04] [File IO Thread/ERROR]: Failed to save chunk
  1618. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1619. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1620. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1621. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1622. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1623. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1624. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1625. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1626. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1627. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1628. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1629. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1630. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1631. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1632. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1633. [20:11:05] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1634. java.lang.NullPointerException: null
  1635. [20:11:05] [File IO Thread/ERROR]: Failed to save chunk
  1636. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1637. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1638. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1639. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1640. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1641. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1642. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1643. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1644. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1645. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1646. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1647. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1648. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1649. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1650. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1651. [20:11:05] [File IO Thread/ERROR]: Failed to save chunk
  1652. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1653. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1654. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1655. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1656. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1657. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1658. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1659. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1660. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1661. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1662. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1663. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1664. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1665. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1666. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1667. [20:11:06] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1668. java.lang.NullPointerException: null
  1669. [20:11:07] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1670. java.lang.NullPointerException: null
  1671. [20:11:19] [File IO Thread/ERROR]: Failed to save chunk
  1672. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1673. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1674. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1675. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1676. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1677. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1678. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1679. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1680. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1681. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1682. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1683. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1684. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1685. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1686. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1687. [20:11:20] [File IO Thread/ERROR]: Failed to save chunk
  1688. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1689. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1690. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1691. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1692. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1693. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1694. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1695. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1696. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1697. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1698. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1699. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1700. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1701. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1702. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1703. [20:11:20] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1704. java.lang.NullPointerException: null
  1705. [20:11:20] [File IO Thread/ERROR]: Failed to save chunk
  1706. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1707. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1708. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1709. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1710. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1711. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1712. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1713. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1714. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1715. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1716. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1717. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1718. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1719. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1720. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1721. [20:11:21] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1722. java.lang.NullPointerException: null
  1723. [20:11:22] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1724. java.lang.NullPointerException: null
  1725. [20:11:34] [File IO Thread/ERROR]: Failed to save chunk
  1726. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1727. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1728. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1729. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1730. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1731. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1732. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1733. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1734. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1735. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1736. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1737. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1738. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1739. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1740. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1741. [20:11:35] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1742. java.lang.NullPointerException: null
  1743. [20:11:35] [File IO Thread/ERROR]: Failed to save chunk
  1744. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1745. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1746. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1747. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1748. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1749. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1750. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1751. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1752. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1753. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1754. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1755. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1756. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1757. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1758. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1759. [20:11:35] [File IO Thread/ERROR]: Failed to save chunk
  1760. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1761. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1762. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1763. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1764. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1765. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1766. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1767. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1768. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1769. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1770. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1771. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1772. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1773. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1774. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1775. [20:11:36] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1776. java.lang.NullPointerException: null
  1777. [20:11:37] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1778. java.lang.NullPointerException: null
  1779. [20:11:49] [File IO Thread/ERROR]: Failed to save chunk
  1780. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1781. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1782. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1783. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1784. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1785. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1786. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1787. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1788. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1789. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1790. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1791. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1792. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1793. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1794. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1795. [20:11:50] [File IO Thread/ERROR]: Failed to save chunk
  1796. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1797. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1798. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1799. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1800. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1801. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1802. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1803. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1804. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1805. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1806. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1807. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1808. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1809. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1810. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1811. [20:11:50] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1812. java.lang.NullPointerException: null
  1813. [20:11:50] [File IO Thread/ERROR]: Failed to save chunk
  1814. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1815. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1816. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1817. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1818. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1819. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1820. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1821. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1822. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1823. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1824. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1825. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1826. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1827. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1828. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1829. [20:11:51] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1830. java.lang.NullPointerException: null
  1831. [20:11:52] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1832. java.lang.NullPointerException: null
  1833. [20:12:04] [File IO Thread/ERROR]: Failed to save chunk
  1834. java.lang.IndexOutOfBoundsException: Index: 1419, Size: 16
  1835. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1836. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1837. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1838. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1839. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1840. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1841. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1842. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1843. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1844. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1845. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1846. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1847. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1848. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1849. [20:12:05] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1850. java.lang.NullPointerException: null
  1851. [20:12:05] [File IO Thread/ERROR]: Failed to save chunk
  1852. java.lang.IndexOutOfBoundsException: Index: 1191, Size: 16
  1853. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1854. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1855. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1856. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1857. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1858. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1859. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1860. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1861. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1862. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1863. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1864. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1865. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1866. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1867. [20:12:05] [File IO Thread/ERROR]: Failed to save chunk
  1868. java.lang.IndexOutOfBoundsException: Index: 1423, Size: 16
  1869. at java.util.ArrayList.rangeCheck(ArrayList.java:657) ~[?:1.8.0_171]
  1870. at java.util.ArrayList.set(ArrayList.java:448) ~[?:1.8.0_171]
  1871. at net.minecraft.server.v1_12_R1.RegionFile.a(SourceFile:269) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1872. at net.minecraft.server.v1_12_R1.RegionFile$ChunkBuffer.close(SourceFile:244) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1873. at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241) ~[?:1.8.0_171]
  1874. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1875. at java.io.FilterOutputStream.close(FilterOutputStream.java:159) ~[?:1.8.0_171]
  1876. at net.minecraft.server.v1_12_R1.RegionFileCache.e(RegionFileCache.java:95) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1877. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.b(ChunkRegionLoader.java:212) ~[custom.jar:git-Spigot-642f6d2-ab13683]
  1878. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.processSaveQueueEntry(ChunkRegionLoader.java:195) [custom.jar:git-Spigot-642f6d2-ab13683]
  1879. at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:167) [custom.jar:git-Spigot-642f6d2-ab13683]
  1880. at net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:37) [custom.jar:git-Spigot-642f6d2-ab13683]
  1881. at net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30) [custom.jar:git-Spigot-642f6d2-ab13683]
  1882. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1883. [20:12:06] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1884. java.lang.NullPointerException: null
  1885. [20:12:07] [Server thread/WARN]: [AutoSell] Task #83 for AutoSell v2.0.10 generated an exception
  1886. java.lang.NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement