Facebook
From lol, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 65
  1. [12:30:18] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [12:30:18] [Server thread/INFO]: Loading properties
  3. [12:30:19] [Server thread/INFO]: Default game type: SURVIVAL
  4. [12:30:19] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-c3c767f-33d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  5. [12:30:19] [Server thread/INFO]: Debug logging is disabled
  6. [12:30:19] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [12:30:19] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [12:30:19] [Server thread/INFO]: Generating keypair
  9. [12:30:20] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [12:30:23] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [12:30:26] [Server thread/ERROR]: Could not load 'plugins\worldedit-bukkit-7.2.0-dist (1).jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidPluginException: java.lang.ExceptionInInitializerError
  13.         at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  14.         at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  15.         at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  16.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  17.         at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  18.         at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  19.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  20. Caused by: java.lang.ExceptionInInitializerError
  21.         at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
  22.         at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_51]
  23.         at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  24.         at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  25.         ... 6 more
  26. Caused by: java.lang.IllegalStateException:
  27. **********************************************
  28. ** This Minecraft version (git-Spigot-c3c767f-33d5de3 (MC: 1.8)) is not supported by this version of WorldEdit.
  29. ** Please download an OLDER version of WorldEdit which does.
  30. **********************************************
  31.  
  32.         at com.sk89q.worldedit.bukkit.WorldEditPlugin.<clinit>(WorldEditPlugin.java:109) ~[?:?]
  33.         at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
  34.         at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_51]
  35.         at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  36.         at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  37.         ... 6 more
  38. [12:30:27] [Server thread/ERROR]: Could not load 'plugins\worldguard-bukkit-7.0.4 (1).jar' in folder 'plugins'
  39. org.bukkit.plugin.UnknownDependencyException: WorldEdit
  40.         at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  41.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  42.         at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  43.         at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  44.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  45. [12:30:27] [Server thread/ERROR]: Cannot load plugins\Factions\config.yml
  46. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  47.  in 'string', line 7, column 1:
  48.     Config-Version: 1.1
  49.     ^
  50. expected <block end>, but found BlockMappingStart
  51.  in 'string', line 123, column 3:
  52.       also-send-chat: true
  53.       ^
  54.  
  55.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  56.         at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  57.         at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  58.         at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  59.         at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  60.         at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  61.         at com.massivecraft.factions.FactionsPlugin.<init>(FactionsPlugin.java:91) [SaberFactions.jar:?]
  62.         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_51]
  63.         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_51]
  64.         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_51]
  65.         at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_51]
  66.         at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_51]
  67.         at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  68.         at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  69.         at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  70.         at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  71.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  72.         at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  73.         at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  74.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  75. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  76.  in 'string', line 7, column 1:
  77.     Config-Version: 1.1
  78.     ^
  79. expected <block end>, but found BlockMappingStart
  80.  in 'string', line 123, column 3:
  81.       also-send-chat: true
  82.       ^
  83.  
  84.         at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  85.         at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  86.         at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  87.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  88.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  89.         at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  90.         at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  91.         at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  92.         at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  93.         at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  94.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  95.         ... 19 more
  96. [12:30:27] [Server thread/WARN]: [Factions] Default system encoding may have misread config.yml from plugin jar
  97. [12:30:27] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.35
  98. [12:30:29] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.9
  99. [12:30:29] [Server thread/INFO]: [Auto Broadcast] Loading AutoBroadcast v3.1
  100. [12:30:29] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.0
  101. [12:30:29] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
  102. [12:30:29] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.1
  103. [12:30:29] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v1.6
  104. [12:30:29] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.16.0-RC-sMD5NET-b1134
  105. [12:30:29] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  106. [12:30:30] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  107. [12:30:30] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8
  108. [12:30:30] [Server thread/INFO]: [BlowableObsidians] Loading BlowableObsidians v6.5
  109. [12:30:30] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.2.1
  110. [12:30:30] [Server thread/INFO]: [ViaVersion] ViaVersion 3.2.1 is now loaded, injecting!
  111. [12:30:31] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
  112. [12:30:31] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
  113. [12:30:32] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
  114. [12:30:32] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
  115. [12:30:32] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  116. [12:30:32] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
  117. [12:30:32] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
  118. [12:30:32] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
  119. [12:30:32] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
  120. [12:30:33] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.48.0
  121. [12:30:33] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
  122. [12:30:33] [Server thread/INFO]: [Scoreboard-revision] Loading Scoreboard-revision vR3 1.4.2 RELEASE
  123. [12:30:33] [Server thread/INFO]: [Spawners] Loading Spawners v3.0.3
  124. [12:30:33] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.18.2.0
  125. [12:30:33] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.15-RELEASE
  126. [12:30:33] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.2.0
  127. [12:30:33] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.18.2.0
  128. [12:30:33] [Server thread/INFO]: [TAB] Loading TAB v2.8.9
  129. [12:30:33] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
  130. [12:30:33] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0
  131. [12:30:33] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-2.6.1-STABLE
  132. [12:30:33] [Server thread/INFO]: [Wild] Loading Wild v4.0.4-SNAPSHOT
  133. [12:30:33] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.35
  134. [12:30:35] [Server thread/INFO]:         __    
  135. [12:30:35] [Server thread/INFO]:   |    |__)   LuckPerms v5.2.35
  136. [12:30:35] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
  137. [12:30:35] [Server thread/INFO]: 
  138. [12:30:35] [Server thread/INFO]: [LuckPerms] Loading configuration...
  139. [12:30:36] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  140. [12:30:42] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  141. [12:30:42] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  142. [12:30:42] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 9820ms)
  143. [12:30:42] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  144. [12:30:42] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  145. [12:30:43] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  146. [12:30:43] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  147. [12:30:43] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  148. [12:30:43] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
  149. [12:30:43] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START ===
  150. [12:30:43] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas...
  151. [12:30:43] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas...
  152. [12:30:43] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas...
  153. [12:30:43] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile...
  154. [12:30:43] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 84ms.
  155. [12:30:48] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationVault
  156. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaName because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  157. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaLore because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  158. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaEnchants because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  159. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaRepaircost because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  160. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaTitle because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  161. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaAuthor because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  162. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaPages because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  163. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaColor because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  164. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaScaling because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  165. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaPotionEffects because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  166. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaSkull because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  167. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFireworkEffect because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  168. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFireworkEffects because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  169. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFireworkFlight because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  170. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaStoredEnchants because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  171. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaUnbreakable because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  172. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaFlags because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  173. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaBannerBase because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  174. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMetaBannerPatterns because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  175. [12:30:48] [Server thread/ERROR]: [MassiveCore] Plugin MassiveCore v2.14.0 has failed to register events for class com.massivecraft.massivecore.item.WriterItemStackMeta because org/bukkit/inventory/meta/BlockStateMeta does not exist.
  176. [12:30:48] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE COMPLETE (Took 5457ms) ===
  177. [12:30:48] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  178. [12:30:48] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  179. [12:30:48] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  180. [12:30:48] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  181. [12:30:48] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  182. [12:30:48] [Server thread/INFO]: Preparing level "world"
  183. [12:30:48] [Server thread/INFO]: -------- World Settings For [world] --------
  184. [12:30:48] [Server thread/INFO]: Item Despawn Rate: 6000
  185. [12:30:48] [Server thread/INFO]: Item Merge Radius: 2.5
  186. [12:30:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
  187. [12:30:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  188. [12:30:48] [Server thread/INFO]: View Distance: 10
  189. [12:30:48] [Server thread/INFO]: Experience Merge Radius: 3.0
  190. [12:30:48] [Server thread/INFO]: Chunks to Grow per Tick: 650
  191. [12:30:48] [Server thread/INFO]: Clear tick list: false
  192. [12:30:48] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  193. [12:30:48] [Server thread/INFO]: Max Entity Collisions: 8
  194. [12:30:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  195. [12:30:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  196. [12:30:48] [Server thread/INFO]: Anti X-Ray: true
  197. [12:30:48] [Server thread/INFO]:        Engine Mode: 1
  198. [12:30:48] [Server thread/INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  199. [12:30:48] [Server thread/INFO]:        Replace Blocks: [1, 5]
  200. [12:30:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
  201. [12:30:49] [Server thread/INFO]: Cane Growth Modifier: 100%
  202. [12:30:49] [Server thread/INFO]: Melon Growth Modifier: 100%
  203. [12:30:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  204. [12:30:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  205. [12:30:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
  206. [12:30:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
  207. [12:30:49] [Server thread/INFO]: Sending up to 10 chunks per packet
  208. [12:30:49] [Server thread/INFO]: Max TNT Explosions: 100
  209. [12:30:49] [Server thread/INFO]: Structure Info Saving: true
  210. [12:30:49] [Server thread/INFO]: Random Lighting Updates: false
  211. [12:30:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  212. [12:30:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  213. [12:30:49] [Server thread/INFO]: Alternative Hopper Ticking: false
  214. [12:30:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  215. [12:30:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  216. [12:30:49] [Server thread/INFO]: Mob Spawn Range: 4
  217. [12:30:50] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  218. [12:30:50] [Server thread/INFO]: Item Despawn Rate: 6000
  219. [12:30:50] [Server thread/INFO]: Item Merge Radius: 2.5
  220. [12:30:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
  221. [12:30:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  222. [12:30:50] [Server thread/INFO]: View Distance: 10
  223. [12:30:50] [Server thread/INFO]: Experience Merge Radius: 3.0
  224. [12:30:50] [Server thread/INFO]: Chunks to Grow per Tick: 650
  225. [12:30:50] [Server thread/INFO]: Clear tick list: false
  226. [12:30:50] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  227. [12:30:50] [Server thread/INFO]: Max Entity Collisions: 8
  228. [12:30:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  229. [12:30:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  230. [12:30:50] [Server thread/INFO]: Anti X-Ray: true
  231. [12:30:50] [Server thread/INFO]:        Engine Mode: 1
  232. [12:30:50] [Server thread/INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  233. [12:30:50] [Server thread/INFO]:        Replace Blocks: [1, 5]
  234. [12:30:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
  235. [12:30:50] [Server thread/INFO]: Cane Growth Modifier: 100%
  236. [12:30:50] [Server thread/INFO]: Melon Growth Modifier: 100%
  237. [12:30:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  238. [12:30:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  239. [12:30:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
  240. [12:30:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
  241. [12:30:50] [Server thread/INFO]: Sending up to 10 chunks per packet
  242. [12:30:50] [Server thread/INFO]: Max TNT Explosions: 100
  243. [12:30:50] [Server thread/INFO]: Structure Info Saving: true
  244. [12:30:50] [Server thread/INFO]: Random Lighting Updates: false
  245. [12:30:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  246. [12:30:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  247. [12:30:50] [Server thread/INFO]: Alternative Hopper Ticking: false
  248. [12:30:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  249. [12:30:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  250. [12:30:50] [Server thread/INFO]: Mob Spawn Range: 4
  251. [12:30:50] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  252. [12:30:50] [Server thread/INFO]: Item Despawn Rate: 6000
  253. [12:30:50] [Server thread/INFO]: Item Merge Radius: 2.5
  254. [12:30:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
  255. [12:30:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  256. [12:30:50] [Server thread/INFO]: View Distance: 10
  257. [12:30:50] [Server thread/INFO]: Experience Merge Radius: 3.0
  258. [12:30:50] [Server thread/INFO]: Chunks to Grow per Tick: 650
  259. [12:30:50] [Server thread/INFO]: Clear tick list: false
  260. [12:30:50] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
  261. [12:30:50] [Server thread/INFO]: Max Entity Collisions: 8
  262. [12:30:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  263. [12:30:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  264. [12:30:50] [Server thread/INFO]: Anti X-Ray: true
  265. [12:30:50] [Server thread/INFO]:        Engine Mode: 1
  266. [12:30:50] [Server thread/INFO]:        Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  267. [12:30:50] [Server thread/INFO]:        Replace Blocks: [1, 5]
  268. [12:30:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
  269. [12:30:50] [Server thread/INFO]: Cane Growth Modifier: 100%
  270. [12:30:50] [Server thread/INFO]: Melon Growth Modifier: 100%
  271. [12:30:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  272. [12:30:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  273. [12:30:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
  274. [12:30:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
  275. [12:30:50] [Server thread/INFO]: Sending up to 10 chunks per packet
  276. [12:30:50] [Server thread/INFO]: Max TNT Explosions: 100
  277. [12:30:50] [Server thread/INFO]: Structure Info Saving: true
  278. [12:30:50] [Server thread/INFO]: Random Lighting Updates: false
  279. [12:30:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  280. [12:30:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  281. [12:30:50] [Server thread/INFO]: Alternative Hopper Ticking: false
  282. [12:30:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  283. [12:30:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  284. [12:30:50] [Server thread/INFO]: Mob Spawn Range: 4
  285. [12:30:50] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7857459423462689692)
  286. [12:30:51] [Server thread/INFO]: Preparing spawn area: 2%
  287. [12:30:52] [Server thread/INFO]: Preparing spawn area: 25%
  288. [12:30:53] [Server thread/INFO]: Preparing spawn area: 54%
  289. [12:30:54] [Server thread/INFO]: Preparing spawn area: 87%
  290. [12:30:54] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7857459423462689692)
  291. [12:30:55] [Server thread/INFO]: Preparing spawn area: 2%
  292. [12:30:56] [Server thread/INFO]: Preparing spawn area: 48%
  293. [12:30:58] [Server thread/INFO]: Preparing spawn area: 58%
  294. [12:30:58] [Server thread/INFO]: Preparing start region for level 2 (Seed: -7857459423462689692)
  295. [12:30:59] [Server thread/INFO]: Preparing spawn area: 3%
  296. [12:31:00] [Server thread/INFO]: Preparing spawn area: 94%
  297. [12:31:00] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
  298. [12:31:01] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  299. [12:31:01] [Server thread/INFO]: [Auto Broadcast] Enabling AutoBroadcast v3.1
  300. [12:31:01] [Server thread/INFO]: [Auto Broadcast] Created by NickTheDev, with much <3
  301. [12:31:01] [Server thread/INFO]: [Auto Broadcast] 6 broadcasts have been found in the plugin, creating the scheduler now.
  302. [12:31:01] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.0
  303. [12:31:01] [Server thread/INFO]: [ClearLag] Using version-adapter: LegacyVersionAdapter
  304. [12:31:02] [Server thread/INFO]: [ClearLag] Loading modules...
  305. [12:31:02] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  306. [12:31:02] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  307. [12:31:02] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  308. [12:31:02] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
  309. [12:31:02] [Thread-22/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
  310. [12:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  311. [12:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  312. [12:31:02] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 6000 at X: -31.0 Z: 302.4
  313. [12:31:02] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -228.0 Y: 64.0 Z: 252.0
  314. [12:31:02] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.1
  315. [12:31:02] [Server thread/INFO]: [Votifier] Loaded token for website: default
  316. [12:31:03] [Server thread/INFO]: [Votifier] Using NIO transport to accept votes.
  317. [12:31:04] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  318. [12:31:04] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v1.6
  319. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.16.0-RC-sMD5NET-b1134
  320. [12:31:04] [Votifier NIO boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0:8192.
  321. [12:31:04] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8 / Spigot-CB-1.8_R1
  322. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  323. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  324. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  325. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  326. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Update block-info: WATER_LILY block shape patch for multi client protocol support around 1.7.x - 1.11.x.
  327. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  328. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  329. [12:31:04] [Server thread/INFO]: [NoCheatPlus] Version 3.16.0-RC-sMD5NET-b1134 is enabled.
  330. [12:31:04] [Thread-22/WARN]: [ClearLag] Clearlag failed to check for updates - bukkit may be down
  331. [12:31:05] [Server thread/INFO]: [BlowableObsidians] Enabling BlowableObsidians v6.5
  332. [12:31:05] [Server thread/INFO]: [BlowableObsidians] Running on server with 18 / v1_8_R1.
  333. [12:31:05] [Server thread/ERROR]: [BlowableObsidians] Plugin BlowableObsidians v6.5 has failed to register events for class net.hydrotekz.BlowableObsidians.listeners.Listener because org/bukkit/event/block/BlockExplodeEvent does not exist.
  334. [12:31:05] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.2.1
  335. [12:31:05] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.48.0
  336. [12:31:05] [Server thread/ERROR]: Cannot load plugins\ShopGUIPlus\config.yml
  337. org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
  338.  in 'string', line 644, column 14:
  339.               mob: PIG
  340.                  ^
  341.  
  342.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  343.         at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  344.         at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  345.         at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  346.         at net.brcdev.shopgui.core.BConfig.load(BConfig.java:42) [ShopGUIPlus-1.48.0.jar:?]
  347.         at net.brcdev.shopgui.core.BConfig.<init>(BConfig.java:27) [ShopGUIPlus-1.48.0.jar:?]
  348.         at net.brcdev.shopgui.ShopGuiPlugin.loadConfigFiles(ShopGuiPlugin.java:246) [ShopGUIPlus-1.48.0.jar:?]
  349.         at net.brcdev.shopgui.ShopGuiPlugin.load(ShopGuiPlugin.java:190) [ShopGUIPlus-1.48.0.jar:?]
  350.         at net.brcdev.shopgui.ShopGuiPlugin.onEnable(ShopGuiPlugin.java:150) [ShopGUIPlus-1.48.0.jar:?]
  351.         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  352.         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  353.         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  354.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  355.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  356.         at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  357.         at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  358.         at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  359.         at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  360.         at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  361.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  362. Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  363.  in 'string', line 644, column 14:
  364.               mob: PIG
  365.                  ^
  366.  
  367.         at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  368.         at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  369.         at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  370.         at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  371.         at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  372.         at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  373.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  374.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  375.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  376.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  377.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  378.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  379.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  380.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  381.         at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  382.         at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  383.         at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  384.         at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  385.         at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  386.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  387.         ... 19 more
  388. [12:31:05] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading buttons > goBack (config.yml), item not loaded: No item specified
  389. [12:31:05] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading buttons > previousPage (config.yml), item not loaded: No item specified
  390. [12:31:05] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading buttons > nextPage (config.yml), item not loaded: No item specified
  391. [12:31:05] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading specialElements > balance  (config.yml), item not loaded: No item specified
  392. [12:31:05] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading sounds (config.yml), no sounds loaded
  393. [12:31:06] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0
  394. [12:31:06] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
  395. [12:31:06] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  396. [12:31:06] [Server thread/INFO]: No kits found to migrate.
  397. [12:31:06] [Server thread/INFO]: Loaded 852 items from items.csv.
  398. [12:31:06] [Server thread/INFO]: Using locale en_US
  399. [12:31:06] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  400. [12:31:06] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  401. [12:31:06] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  402. [12:31:06] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  403. [12:31:06] [Server thread/INFO]: [Scoreboard-revision] Enabling Scoreboard-revision vR3 1.4.2 RELEASE
  404. [12:31:07] [Server thread/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.spigotmc.org/api/general.php
  405. [12:31:07] [Server thread/WARN]:        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
  406. [12:31:07] [Server thread/WARN]:        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  407. [12:31:07] [Server thread/WARN]:        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
  408. [12:31:07] [Server thread/WARN]:        at rien.bijl.Scoreboard.r.Session.isUpToDate(Session.java:45)
  409. [12:31:07] [Server thread/WARN]:        at rien.bijl.Scoreboard.r.Main.init(Main.java:33)
  410. [12:31:07] [Server thread/WARN]:        at rien.bijl.Scoreboard.r.Main.onEnable(Main.java:24)
  411. [12:31:07] [Server thread/WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  412. [12:31:07] [Server thread/WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
  413. [12:31:07] [Server thread/WARN]:        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  414. [12:31:07] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
  415. [12:31:07] [Server thread/WARN]:        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
  416. [12:31:07] [Server thread/WARN]:        at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402)
  417. [12:31:07] [Server thread/WARN]:        at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370)
  418. [12:31:07] [Server thread/WARN]:        at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325)
  419. [12:31:07] [Server thread/WARN]:        at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211)
  420. [12:31:07] [Server thread/WARN]:        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
  421. [12:31:07] [Server thread/WARN]:        at java.lang.Thread.run(Unknown Source)
  422. [12:31:07] [Server thread/INFO]: [Scoreboard-revision] Loaded app handler for board: board
  423. [12:31:07] [Server thread/INFO]: Scoreboard is online! Scoreboard version: R3 1.4.2 RELEASE (OUTDATED)
  424. [12:31:07] [Server thread/INFO]: [Spawners] Enabling Spawners v3.0.3
  425. [12:31:07] [Server thread/INFO]: [Spawners] Using Vault to handle permissions
  426. [12:31:07] [Server thread/INFO]: [Spawners] Using /tellraw to send chat messages
  427. [12:31:08] [Server thread/INFO]: [Spawners] Unregistering essentials spawner fix
  428. [12:31:08] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.18.2.0
  429. [12:31:08] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
  430. [12:31:08] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
  431. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.15-RELEASE
  432. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Loading the config.yml
  433. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded config.yml
  434. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Loading the Data.yml
  435. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Data.yml
  436. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Loading the Messages.yml
  437. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Messages.yml
  438. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Loading the Test-File.yml
  439. [12:31:08] [Server thread/INFO]: [CrazyAuctions] Successfully loaded Test-File.yml
  440. [12:31:08] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.2.0
  441. [12:31:08] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
  442. [12:31:08] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.18.2.0
  443. [12:31:08] [Server thread/ERROR]: No license key found! Please visit https://essentialsx.cf/geoip for first time setup instructions.
  444. [12:31:08] [Server thread/ERROR]: Failed to read GeoIP database!
  445. java.io.FileNotFoundException: plugins\EssentialsGeoIP\GeoIP2-Country.mmdb (The system cannot find the file specified)
  446.         at java.io.RandomAccessFile.open0(Native Method) ~[?:1.8.0_51]
  447.         at java.io.RandomAccessFile.open(Unknown Source) ~[?:1.8.0_51]
  448.         at java.io.RandomAccessFile.<init>(Unknown Source) ~[?:1.8.0_51]
  449.         at com.maxmind.db.BufferHolder.<init>(BufferHolder.java:19) ~[EssentialsXGeoIP-2.18.2.0.jar:?]
  450.         at com.maxmind.db.Reader.<init>(Reader.java:116) ~[EssentialsXGeoIP-2.18.2.0.jar:?]
  451.         at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:66) ~[EssentialsXGeoIP-2.18.2.0.jar:?]
  452.         at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:54) ~[EssentialsXGeoIP-2.18.2.0.jar:?]
  453.         at com.maxmind.geoip2.DatabaseReader$Builder.build(DatabaseReader.java:160) ~[EssentialsXGeoIP-2.18.2.0.jar:?]
  454.         at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:175) [EssentialsXGeoIP-2.18.2.0.jar:?]
  455.         at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:52) [EssentialsXGeoIP-2.18.2.0.jar:?]
  456.         at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:31) [EssentialsXGeoIP-2.18.2.0.jar:?]
  457.         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  458.         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  459.         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  460.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  461.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  462.         at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  463.         at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  464.         at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  465.         at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  466.         at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  467.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  468. [12:31:08] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
  469. [12:31:08] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config.
  470. [12:31:08] [Server thread/INFO]: [TAB] Enabling TAB v2.8.9
  471. [12:31:08] [Server thread/INFO]: [TAB] Server version: 1.8 (v1_8_R1)
  472. [12:31:08] [Server thread/INFO]: [TAB] File plugins\TAB\errors.txt exists and is not empty. Please take a look at the errors and try to correct them. You can also join our discord for assistance. After you resolve them, delete the file.
  473. [12:31:08] [Server thread/INFO]: [TAB] There was 1 startup warning.
  474. [12:31:08] [Server thread/INFO]: [TAB] Enabled in 318ms
  475. [12:31:08] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
  476. [12:31:09] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.2.0
  477. [12:31:09] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
  478. [12:31:09] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-2.6.1-STABLE
  479. [12:31:09] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] ==== Setup ====
  480. [12:31:09] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Minecraft Version 1.8 found, Title Fadeouttime etc will not be configurable.
  481. [12:31:09] [Server thread/INFO]: File was not found for players.json, assuming there is no need to migrate old players.json file.
  482. [12:31:09] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] ==== End Setup ====
  483. [12:31:09] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] === ENABLE START ===
  484. [12:31:10] [Server thread/ERROR]: Cannot load plugins\Factions\config.yml
  485. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  486.  in 'string', line 7, column 1:
  487.     Config-Version: 1.1
  488.     ^
  489. expected <block end>, but found BlockMappingStart
  490.  in 'string', line 123, column 3:
  491.       also-send-chat: true
  492.       ^
  493.  
  494.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  495.         at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  496.         at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  497.         at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  498.         at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  499.         at com.massivecraft.factions.FactionsPlugin.onEnable(FactionsPlugin.java:194) [SaberFactions.jar:?]
  500.         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  501.         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  502.         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  503.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  504.         at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  505.         at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  506.         at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  507.         at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  508.         at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  509.         at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-c3c767f-33d5de3]
  510.         at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
  511. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  512.  in 'string', line 7, column 1:
  513.     Config-Version: 1.1
  514.     ^
  515. expected <block end>, but found BlockMappingStart
  516.  in 'string', line 123, column 3:
  517.       also-send-chat: true
  518.       ^
  519.  
  520.         at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  521.         at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  522.         at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  523.         at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  524.         at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  525.         at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  526.         at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  527.         at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  528.         at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  529.         at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  530.         at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot.jar:git-Spigot-c3c767f-33d5de3]
  531.         ... 16 more
  532. [12:31:10] [Server thread/WARN]: [Factions] Default system encoding may have misread config.yml from plugin jar
  533. [12:31:10] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Loaded 1 players
  534. [12:31:10] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Loaded 4 Factions
  535. [12:31:10] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Loading board from disk
  536. [12:31:10] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Loaded 0 board locations
  537. [12:31:11] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Enabling FactionsTop command, this is a very basic /f top please get a dedicated /f top resource if you want land calculation etc.
  538. [12:31:11] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Economy integration through Vault plugin successful.
  539. [12:31:11] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  540. [12:31:11] [Server thread/INFO]: [Factions] Using PACKETS as a particle provider
  541. [12:31:11] [Server thread/INFO]: [SABER-FACTIONS] - Loaded 1 timers into list!
  542. [12:31:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: factionsuuid
  543. [12:31:11] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] Successfully registered placeholders with PlaceholderAPI.
  544. [12:31:11] [Server thread/INFO]: [Factions] [1.6.9.5-2.6.1-STABLE] === ENABLE DONE (Took 2103ms) ===
  545. [12:31:12] [Server thread/INFO]: [Wild] Enabling Wild v4.0.4-SNAPSHOT
  546. [12:31:12] [Server thread/WARN]: [Wild] ====================================================
  547. [12:31:12] [Server thread/WARN]: [Wild]  Wild works better if you use Paper
  548. [12:31:12] [Server thread/WARN]: [Wild]  as your server software.
  549. [12:31:12] [Server thread/WARN]: [Wild]  
  550. [12:31:12] [Server thread/WARN]: [Wild]  Paper offers significant performance improvements,
  551. [12:31:12] [Server thread/WARN]: [Wild]  bug fixes, security enhancements and optional
  552. [12:31:12] [Server thread/WARN]: [Wild]  features for server owners to enhance their server.
  553. [12:31:12] [Server thread/WARN]: [Wild]  
  554. [12:31:12] [Server thread/WARN]: [Wild]  Paper includes Timings v2, which is significantly
  555. [12:31:12] [Server thread/WARN]: [Wild]  better at diagnosing lag problems over v1.
  556. [12:31:12] [Server thread/WARN]: [Wild]  
  557. [12:31:12] [Server thread/WARN]: [Wild]  All of your plugins should still work, and the
  558. [12:31:12] [Server thread/WARN]: [Wild]  Paper community will gladly help you fix any issues.
  559. [12:31:12] [Server thread/WARN]: [Wild]  
  560. [12:31:12] [Server thread/WARN]: [Wild]  Join the Paper Community @ https://papermc.io
  561. [12:31:12] [Server thread/WARN]: [Wild] ====================================================
  562. [12:31:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  563. [12:31:12] [Server thread/INFO]: Done (23.958s)! For help, type "help" or "?"
  564. [12:31:12] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  565. [12:31:14] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  566. [12:31:14] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  567. [12:31:14] [Server thread/WARN]: [ViaVersion] This version of Minecraft is over half a decade old and support for it will be fully dropped eventually. Please upgrade to a newer version to avoid encountering bugs and stability issues that have long been fixed.
  568. [12:31:14] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins\PlayerVaults\uuidvaults directory.
  569. [12:31:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab
  570. [12:31:14] [Craft Scheduler Thread - 5/INFO]: [PlayerVaults] We didn't find an update!
  571. [12:31:14] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
  572. --- Missing entries -------------------------------
  573. * MISSING (LOCKED_CHEST / SOLID+GROUND)
  574. [12:31:14] [Craft Scheduler Thread - 3/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  575. [12:31:14] [Server thread/INFO]: Loading SilkSpawners v1.6!
  576. [12:31:14] [Server thread/INFO]: Loaded SilkSpawners v1.6!
  577. [12:31:14] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  578. [12:31:15] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  579. [12:31:15] [Craft Scheduler Thread - 1/INFO]: [Vault] Checking for Updates ...
  580. [12:31:15] [Server thread/INFO]: No expansions were registered!
  581. [12:31:15] [Server thread/INFO]: [WorldBorder] [Fill] World map generation task automatically continuing. (free mem: 544 MB)
  582. [12:31:15] [Server thread/INFO]: [WorldBorder] [Fill] Reminder: you can cancel at any time with "wb fill cancel", or pause/unpause with "wb fill pause". (free mem: 544 MB)
  583. [12:31:15] [Server thread/INFO]: [WorldBorder] [Fill] 0 more chunks processed (162241 total, ~26.8%) (free mem: 544 MB)
  584. [12:31:15] [Craft Scheduler Thread - 1/INFO]: [Vault] No new version available
  585. [12:31:20] [Server thread/INFO]: [WorldBorder] [Fill] 428 more chunks processed (162669 total, ~26.8%) (free mem: 675 MB)
  586. [12:31:25] [Server thread/INFO]: [WorldBorder] [Fill] 28 more chunks processed (162697 total, ~26.8%) (free mem: 599 MB)
  587. [12:31:30] [Server thread/INFO]: [WorldBorder] [Fill] 69 more chunks processed (162766 total, ~26.9%) (free mem: 658 MB)
  588. [12:31:36] [Server thread/INFO]: [WorldBorder] [Fill] 85 more chunks processed (162851 total, ~26.9%) (free mem: 541 MB)
  589. [12:31:36] [Server thread/INFO]: [WorldBorder] [Fill] Saving the world to disk, just to be on the safe side. (free mem: 541 MB)
  590. [12:31:36] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
  591. [12:31:41] [Server thread/INFO]: [WorldBorder] [Fill] 31 more chunks processed (162882 total, ~26.9%) (free mem: 619 MB)
  592. [12:31:42] [User Authenticator #1/INFO]: UUID of player andreivacariu is bd706e6c-10fe-3896-9351-865d81b73790
  593. [12:31:43] [Server thread/INFO]: andreivacariu[/192.168.1.111:59169] logged in with entity id 259 at ([world] -156.44964008669623, 74.756862970216, 296.0266537830079)
  594. [12:31:45] [Server thread/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 244.850900ms. Summary: Getting group for andreivacariu
  595. [12:31:46] [Server thread/INFO]: [WorldBorder] [Fill] 24 more chunks processed (162906 total, ~26.9%) (free mem: 500 MB)
  596. [12:31:51] [Server thread/INFO]: [WorldBorder] [Fill] 34 more chunks processed (162940 total, ~26.9%) (free mem: 573 MB)
  597. [12:31:56] [Server thread/INFO]: [WorldBorder] [Fill] 56 more chunks processed (162996 total, ~26.9%) (free mem: 631 MB)
  598. [12:32:01] [Server thread/INFO]: [WorldBorder] [Fill] 68 more chunks processed (163064 total, ~26.9%) (free mem: 568 MB)
  599. [12:32:02] [Server thread/INFO]: andreivacariu issued server command: /shop
  600. [12:32:02] [Server thread/INFO]: andreivacariu issued server command: /f shop
  601. [12:32:06] [Server thread/INFO]: [WorldBorder] [Fill] 55 more chunks processed (163119 total, ~26.9%) (free mem: 538 MB)
  602. [12:32:06] [Server thread/INFO]: [WorldBorder] [Fill] Saving the world to disk, just to be on the safe side. (free mem: 538 MB)
  603. [12:32:11] [Server thread/INFO]: [WorldBorder] [Fill] 77 more chunks processed (163196 total, ~26.9%) (free mem: 497 MB)
  604. [12:32:16] [Server thread/INFO]: [WorldBorder] [Fill] 77 more chunks processed (163273 total, ~26.9%) (free mem: 605 MB)
  605. [12:32:20] [Server thread/INFO]: andreivacariu issued server command: /shop
  606. [12:32:21] [Server thread/INFO]: [WorldBorder] [Fill] 82 more chunks processed (163355 total, ~27.0%) (free mem: 542 MB)
  607. [12:32:26] [Server thread/INFO]: andreivacariu lost connection: Disconnected
  608. [12:32:26] [Server thread/INFO]: andreivacariu left the game.
  609. [12:32:27] [Server thread/INFO]: [WorldBorder] [Fill] 90 more chunks processed (163445 total, ~27.0%) (free mem: 507 MB)
  610. [12:32:32] [Server thread/INFO]: [WorldBorder] [Fill] 112 more chunks processed (163557 total, ~27.0%) (free mem: 577 MB)
  611. [12:32:37] [Server thread/INFO]: [WorldBorder] [Fill] 95 more chunks processed (163652 total, ~27.0%) (free mem: 521 MB)
  612. [12:32:37] [Server thread/INFO]: [WorldBorder] [Fill] Saving the world to disk, just to be on the safe side. (free mem: 521 MB)
  613. [12:32:42] [Server thread/INFO]: [WorldBorder] [Fill] 96 more chunks processed (163748 total, ~27.0%) (free mem: 464 MB)
  614. [12:32:47] [Server thread/INFO]: [WorldBorder] [Fill] 97 more chunks processed (163845 total, ~27.0%) (free mem: 489 MB)
  615. [12:32:52] [Server thread/INFO]: [WorldBorder] [Fill] 95 more chunks processed (163940 total, ~27.0%) (free mem: 514 MB)
  616. [12:32:57] [Server thread/INFO]: [WorldBorder] [Fill] 98 more chunks processed (164038 total, ~27.1%) (free mem: 445 MB)
  617. [12:33:02] [Server thread/INFO]: [WorldBorder] [Fill] 98 more chunks processed (164136 total, ~27.1%) (free mem: 471 MB)
  618. [12:33:07] [Server thread/INFO]: [WorldBorder] [Fill] 95 more chunks processed (164231 total, ~27.1%) (free mem: 411 MB)
  619. [12:33:07] [Server thread/INFO]: [WorldBorder] [Fill] Saving the world to disk, just to be on the safe side. (free mem: 411 MB)
  620. [12:33:12] [Server thread/INFO]: [WorldBorder] [Fill] 98 more chunks processed (164329 total, ~27.1%) (free mem: 413 MB)
  621. [12:33:17] [Server thread/INFO]: [WorldBorder] [Fill] 99 more chunks processed (164428 total, ~27.1%) (free mem: 407 MB)
  622. [12:33:22] [Server thread/INFO]: [WorldBorder] [Fill] 81 more chunks processed (164509 total, ~27.1%) (free mem: 615 MB)
  623. [12:33:27] [Server thread/INFO]: [WorldBorder] [Fill] 118 more chunks processed (164627 total, ~27.2%) (free mem: 588 MB)
  624. [12:33:32] [Server thread/INFO]: [WorldBorder] [Fill] 99 more chunks processed (164726 total, ~27.2%) (free mem: 499 MB)
  625.