Advertisement
Guest User

FAWE

a guest
Oct 20th, 2018
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.94 KB | None | 0 0
  1. [18:57:15] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [18:57:15] [Server thread/INFO]: Loading properties
  3. [18:57:15] [Server thread/INFO]: Default game type: SURVIVAL
  4. [18:57:15] [Server thread/INFO]: This server is running Paper version git-Paper-1536 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  5. [18:57:15] [Server thread/INFO]: Debug logging is disabled
  6. [18:57:15] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [18:57:15] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [18:57:15] [Server thread/INFO]: Generating keypair
  9. [18:57:15] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [18:57:15] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [18:57:15] [Server thread/ERROR]: Could not load 'plugins/TNTRun_reloaded.jar' in folder 'plugins'
  12. org.bukkit.plugin.UnknownDependencyException: WorldEdit
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) ~[patched_1.12.2.jar:git-Paper-1536]
  14. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1536]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1536]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1536]
  17. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  18. [18:57:15] [Server thread/ERROR]: Could not load 'plugins/ColorCube.jar' in folder 'plugins'
  19. org.bukkit.plugin.UnknownDependencyException: WorldEdit
  20. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) ~[patched_1.12.2.jar:git-Paper-1536]
  21. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1536]
  22. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1536]
  23. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1536]
  24. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  25. [18:57:15] [Server thread/ERROR]: Could not load 'plugins/HeavySpleef.jar' in folder 'plugins'
  26. org.bukkit.plugin.UnknownDependencyException: WorldEdit
  27. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) ~[patched_1.12.2.jar:git-Paper-1536]
  28. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1536]
  29. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1536]
  30. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1536]
  31. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  32. [18:57:15] [Server thread/ERROR]: Could not load 'plugins/SoulJars_v1.0.jar' in folder 'plugins'
  33. org.bukkit.plugin.UnknownDependencyException: CS-CoreLib
  34. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) ~[patched_1.12.2.jar:git-Paper-1536]
  35. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1536]
  36. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1536]
  37. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1536]
  38. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  39. [18:57:16] [Server thread/ERROR]: Could not load 'plugins/worldguard-legacy-6.2.2-SNAPSHOT-dist.jar' in folder 'plugins'
  40. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
  41. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[patched_1.12.2.jar:git-Paper-1536]
  42. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[patched_1.12.2.jar:git-Paper-1536]
  43. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) ~[patched_1.12.2.jar:git-Paper-1536]
  44. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:318) ~[patched_1.12.2.jar:git-Paper-1536]
  45. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:222) ~[patched_1.12.2.jar:git-Paper-1536]
  46. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1536]
  47. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  48. Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
  49. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  50. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_171]
  51. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.12.2.jar:git-Paper-1536]
  52. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.12.2.jar:git-Paper-1536]
  53. ... 6 more
  54. Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.Injector
  55. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_171]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:156) ~[patched_1.12.2.jar:git-Paper-1536]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[patched_1.12.2.jar:git-Paper-1536]
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_171]
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_171]
  60. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  61. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_171]
  62. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.12.2.jar:git-Paper-1536]
  63. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.12.2.jar:git-Paper-1536]
  64. ... 6 more
  65. [18:57:16] [Server thread/INFO]: [github.scarsz.discordsrv.dependencies.reflections.Reflections] Reflections took 89 ms to scan 14 urls, producing 13 keys and 21 values
  66. [18:57:16] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
  67. [18:57:16] [Server thread/INFO]: [MGHorseRacingPlus] Loading MGHorseRacingPlus v1.14.17-20170612.054317
  68. [18:57:16] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.1
  69. [18:57:16] [Server thread/INFO]: [ResPwn] Loading ResPwn v1.3
  70. [18:57:16] [Server thread/INFO]: [BanManager] Loading BanManager v5.15.0
  71. [18:57:16] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v1.8
  72. [18:57:16] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.2
  73. [18:57:16] [Server thread/INFO]: [Murder] Loading Murder v10.1
  74. [18:57:16] [Server thread/INFO]: [CheckNameHistory] Loading CheckNameHistory v3.0.0
  75. [18:57:16] [Server thread/INFO]: [GrapplingHooksPlus] Loading GrapplingHooksPlus v2.3
  76. [18:57:16] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
  77. [18:57:16] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.2.2
  78. [18:57:16] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev37c
  79. [18:57:16] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.7
  80. [18:57:16] [Server thread/INFO]: [ActionHealth] Loading ActionHealth v3.2.4
  81. [18:57:16] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0-SNAPSHOT-b403
  82. [18:57:16] [Server thread/INFO]: [ItemFixer] Loading ItemFixer v3.1
  83. [18:57:16] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.13.6
  84. [18:57:16] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v18.10.17-e26cdc6-1226-21.5.13
  85. [18:57:16] [Server thread/INFO]: [IPWhitelist] Loading IPWhitelist v1.7
  86. [18:57:16] [Server thread/INFO]: [VoidGenerator] Loading VoidGenerator v1.2.0
  87. [18:57:16] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  88. [18:57:16] [Server thread/INFO]: [Porty-Bukkit] Loading Porty-Bukkit v1.2
  89. [18:57:16] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.14.0
  90. [18:57:16] [Server thread/INFO]: [Trey's Double Jump] Loading TreysDoubleJump v2.1.1
  91. [18:57:16] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v18.05.01-d49bfa6-1985
  92. [18:57:16] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.8.7
  93. [18:57:16] [Server thread/INFO]: [MassiveBooks] Loading MassiveBooks v2.14.0
  94. [18:57:16] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
  95. [18:57:16] [Server thread/INFO]: [afkTerminator] Loading afkTerminator v3.0.8
  96. [18:57:16] [Server thread/INFO]: [VentureChat] Loading VentureChat v2.12.3
  97. [18:57:16] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.18
  98. [18:57:16] [Server thread/INFO]: [MBedwars] Loading MBedwars v3.3-Beta5.2
  99. [18:57:16] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.6.0-SNAPSHOT-b736
  100. [18:57:16] [Server thread/INFO]: [BannerMaker] Loading BannerMaker v1.7.0
  101. [18:57:16] [Server thread/INFO]: [BlockBall] Loading BlockBall v5.0.3
  102. [18:57:16] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.16.3
  103. [18:57:16] [Server thread/INFO]: [Parkour] Loading Parkour v5.0
  104. [18:57:16] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.2-SNAPSHOT-b762
  105. [18:57:16] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.3.0
  106. [18:57:16] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  107. [18:57:16] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.16
  108. [18:57:16] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5.0-SNAPSHOT-b439
  109. [18:57:16] [Server thread/INFO]: [VillageDefense] Loading VillageDefense v3.10.0
  110. [18:57:16] [Server thread/INFO]: [HeadsPluginAPI] Loading HeadsPluginAPI v1.7.0
  111. [18:57:16] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.16
  112. [18:57:16] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.2.1
  113. [18:57:16] [Server thread/INFO]: [Minigames] Loading Minigames v1.12.0-SNAPSHOT-
  114. [18:57:16] [Server thread/INFO]: [PVP Arena] Loading pvparena v1.3.4.298
  115. [18:57:16] [Server thread/INFO]: [Paintball] Loading Paintball v1.9.7
  116. [18:57:16] [Server thread/INFO]: [AdvancedMobArena] Loading AdvancedMobArena v3.6.1-Beta
  117. [18:57:16] [Server thread/INFO]: [Minigames-Regions] Loading Minigames-Regions v1.12.0-SNAPSHOT-
  118. [18:57:16] [Server thread/INFO]: [Skywars] Loading Skywars v3.4.2-Snapshot
  119. [18:57:16] [Server thread/INFO]: [HeadsInventory] Loading HeadsInventory v1.6.0
  120. [18:57:16] [Server thread/INFO]: [MinigamesLib] Loading MinigamesLib v1.14.17-20170612.052814
  121. [18:57:16] [Server thread/INFO]: [MGFlyingCars] Loading MGFlyingCars v1.14.17-20170612.054228
  122. [18:57:16] [Server thread/INFO]: [MGNoteblockBlitz] Loading MGNoteblockBlitz v1.14.17-20170612.054543
  123. [18:57:16] [Server thread/INFO]: [MGConquer] Loading MGConquer v1.14.17-20170612.054138
  124. [18:57:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  125. [18:57:16] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
  126. [18:57:16] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
  127. [18:57:16] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.2.2
  128. [18:57:16] [Server thread/INFO]: __ __ ___ __ __
  129. [18:57:16] [Server thread/INFO]: | | | / ` |__/ |__) |__ |__) |\/| /__`
  130. [18:57:16] [Server thread/INFO]: |___ \__/ \__, | \ | |___ | \ | | .__/
  131. [18:57:16] [Server thread/INFO]:
  132. [18:57:16] [Server thread/INFO]: Loading version v4.2.2 on Bukkit - Paper
  133. [18:57:16] [Server thread/INFO]: Running on server version git-Paper-1536 (MC: 1.12.2) - 1.12.2-R0.1-SNAPSHOT
  134. [18:57:16] [Server thread/INFO]:
  135. [18:57:16] [Server thread/INFO]: [LP] Loading configuration...
  136. [18:57:16] [Server thread/INFO]: [LP] Loading storage provider... [MYSQL]
  137. [18:57:16] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms - Starting...
  138. [18:57:16] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms - Start completed.
  139. [18:57:17] [Server thread/INFO]: [LP] Loading messaging service... [BUNGEE]
  140. [18:57:17] [Server thread/INFO]: [LP] Loading internal permission managers...
  141. [18:57:17] [Server thread/INFO]: [LP] Performing initial data load...
  142. [18:57:17] [Server thread/INFO]: [LP] Successfully enabled. (took 885ms)
  143. [18:57:17] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0-SNAPSHOT-b403
  144. [18:57:17] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  145. [18:57:17] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v18.10.17-e26cdc6-1226-21.5.13
  146. [18:57:18] [Server thread/INFO]: (FAWE) ++++ HASH CHECK ++++
  147. [18:57:18] [Server thread/INFO]: (FAWE) https://addons.cursecdn.com/files/2431/372/worldedit-bukkit-6.1.7.2.jar
  148. [18:57:18] [Server thread/INFO]: (FAWE) CRVJCWGJJ6UK40CTGHXQVK2/3C9BBTOS25FWI0ZHD4S=
  149. [18:57:19] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.7;dd00bb1
  150. [18:57:19] [Server thread/INFO]: (FAWE) Replacing commands is currently undefined behavior: { height,heightmap }
  151. [18:57:19] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  152. [18:57:19] [Server thread/INFO]: (FAWE) Replacing commands is currently undefined behavior: { image,color }
  153. [18:57:19] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R1 as the Bukkit adapter
  154. [18:57:19] [Server thread/INFO]: [VoidGenerator] Enabling VoidGenerator v1.2.0
  155. [18:57:19] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  156. [18:57:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  157. [18:57:19] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  158. [18:57:19] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  159. [18:57:19] [Server thread/INFO]: [LP] Registered Vault permission & chat hook.
  160. [18:57:19] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.14.0
  161. [18:57:19] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE START ===
  162. [18:57:19] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Cachefile datas...
  163. [18:57:19] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Onlineplayer datas...
  164. [18:57:19] [Server thread/INFO]: [MassiveCore 2.14.0] Loading Registry datas...
  165. [18:57:19] [Server thread/INFO]: [MassiveCore 2.14.0] Saving Cachefile...
  166. [18:57:19] [Server thread/INFO]: [MassiveCore 2.14.0] Setup of IdUtil took 27ms.
  167. [18:57:20] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationLiabilityAreaEffectCloud
  168. [18:57:20] [Server thread/INFO]: [MassiveCore 2.14.0] Integration Activated IntegrationVault
  169. [18:57:20] [Server thread/INFO]: [MassiveCore 2.14.0] === ENABLE COMPLETE (Took 983ms) ===
  170. [18:57:20] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v18.05.01-d49bfa6-1985
  171. [18:57:20] [Server thread/INFO]: Version is PlotSquared-18.5.1-d49bfa6-1985
  172. [18:57:20] [Server thread/INFO]: P> KillAllEntities started.
  173. [18:57:20] [Server thread/INFO]: Please enable metrics for PlotSquared. Using metrics improves plugin stability, performance, and features. Bug fixes and new features are influenced on metrics.
  174. [18:57:20] [Server thread/INFO]: P> PlotSquared is using online UUIDs
  175. [18:57:20] [Server thread/INFO]: PlotSquared is now enabled
  176. [18:57:20] [Server thread/INFO]: Please enable metrics for PlotSquared. Using metrics improves plugin stability, performance, and features. Bug fixes and new features are influenced on metrics.
  177. [18:57:20] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.8.7
  178. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loading entity limits
  179. [18:57:21] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
  180. [18:57:21] [Server thread/WARN]: [ASkyBlock] ***********************************************************
  181. [18:57:21] [Server thread/WARN]: [ASkyBlock] Config file is out of date. See config.new.yml for updates!
  182. [18:57:21] [Server thread/WARN]: [ASkyBlock] config.yml version is '3.0.6'
  183. [18:57:21] [Server thread/WARN]: [ASkyBlock] Latest config version is '3.0.8'
  184. [18:57:21] [Server thread/WARN]: [ASkyBlock] ***********************************************************
  185. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loaded default island schematic.
  186. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loaded default nether schematic.
  187. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
  188. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
  189. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
  190. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loading schematic Black Diamonds (harder.schematic) for all players, order 3
  191. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loading schematic Paint Island (paint.schematic) for all players, order 4
  192. [18:57:21] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
  193. [18:57:21] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  194. [18:57:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  195. [18:57:21] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  196. [18:57:21] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  197. [18:57:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  198. [18:57:21] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  199. [18:57:21] [Server thread/INFO]: Preparing level "Spawn_3"
  200. [18:57:21] [Server thread/INFO]: -------- World Settings For [Spawn_3] --------
  201. [18:57:21] [Server thread/INFO]: Mob Spawn Range: 4
  202. [18:57:21] [Server thread/INFO]: Cactus Growth Modifier: 100%
  203. [18:57:21] [Server thread/INFO]: Cane Growth Modifier: 100%
  204. [18:57:21] [Server thread/INFO]: Melon Growth Modifier: 100%
  205. [18:57:21] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  206. [18:57:21] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  207. [18:57:21] [Server thread/INFO]: Sapling Growth Modifier: 100%
  208. [18:57:21] [Server thread/INFO]: Wheat Growth Modifier: 100%
  209. [18:57:21] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  210. [18:57:21] [Server thread/INFO]: Vine Growth Modifier: 100%
  211. [18:57:21] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  212. [18:57:21] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  213. [18:57:21] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  214. [18:57:21] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  215. [18:57:21] [Server thread/INFO]: Random Lighting Updates: false
  216. [18:57:21] [Server thread/INFO]: Structure Info Saving: true
  217. [18:57:21] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  218. [18:57:21] [Server thread/INFO]: Max TNT Explosions: 100
  219. [18:57:21] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  220. [18:57:21] [Server thread/INFO]: Item Despawn Rate: 6000
  221. [18:57:21] [Server thread/INFO]: Item Merge Radius: 2.5
  222. [18:57:21] [Server thread/INFO]: View Distance: 10
  223. [18:57:21] [Server thread/INFO]: Arrow Despawn Rate: 1200
  224. [18:57:21] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  225. [18:57:21] [Server thread/INFO]: Experience Merge Radius: 3.0
  226. [18:57:21] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  227. [18:57:21] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  228. [18:57:21] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3745741476950972246)
  229. [18:57:22] [Server thread/INFO]: [MGHorseRacingPlus] Enabling MGHorseRacingPlus v1.14.17-20170612.054317
  230. [18:57:22] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.1
  231. [18:57:22] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  232. [18:57:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  233. [18:57:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
  234. [18:57:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  235. [18:57:22] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  236. [18:57:22] [Server thread/INFO]: [ResPwn] Enabling ResPwn v1.3
  237. [18:57:22] [Server thread/INFO]: [BanManager] Enabling BanManager v5.15.0
  238. [18:57:22] [Server thread/WARN]: 16 [Server thread] INFO me.confuser.banmanager.internal.hikari.HikariDataSource - bm-local - Started.
  239. [18:57:22] [Server thread/INFO]: [BanManager] Loaded 32 bans into memory
  240. [18:57:22] [Server thread/INFO]: [BanManager] Loaded 0 mutes into memory
  241. [18:57:23] [Server thread/INFO]: [BanManager] Loaded 2 ip bans into memory
  242. [18:57:23] [Server thread/INFO]: [BanManager] Loaded 0 ip mutes into memory
  243. [18:57:23] [Server thread/INFO]: [BanManager] Loaded 0 ip range bans into memory
  244. [18:57:23] [Server thread/INFO]: [BanManager] Loaded 0 name bans into memory
  245. [18:57:23] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v1.8
  246. [18:57:23] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.2
  247. [18:57:23] [Server thread/INFO]: [BungeePortals] Metrics initiated!
  248. [18:57:23] [Server thread/INFO]: [BungeePortals] Commands registered!
  249. [18:57:23] [Server thread/INFO]: [BungeePortals] Events registered!
  250. [18:57:23] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
  251. [18:57:23] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
  252. [18:57:23] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
  253. [18:57:23] [Server thread/INFO]: [BungeePortals] Portal data loaded! (0ms)
  254. [18:57:23] [Server thread/INFO]: [BungeePortals] Save task started!
  255. [18:57:23] [Server thread/INFO]: [BungeePortals] Version 1.2 has been enabled. (18ms)
  256. [18:57:23] [Server thread/INFO]: [Murder] Enabling Murder v10.1
  257. [18:57:24] [Server thread/INFO]: Murder Mystery 2
  258. [18:57:24] [Server thread/INFO]: Plugin has been enabled
  259. [18:57:24] [Server thread/INFO]: Was created by JosephGP
  260. [18:57:24] [Server thread/INFO]: Version: 10.1
  261. [18:57:24] [Server thread/INFO]: Loading config files..
  262. [18:57:24] [Server thread/INFO]: Config files has been loaded!
  263. [18:57:24] [Server thread/INFO]: Loading arenas..
  264. [18:57:24] [Server thread/INFO]: Arenas has been loaded!
  265. [18:57:24] [Server thread/INFO]: [CheckNameHistory] Enabling CheckNameHistory v3.0.0
  266. [18:57:24] [Server thread/INFO]: [CheckNameHistory] CheckNameHistory version 3.0.0 is Enabled
  267. [18:57:24] [Server thread/INFO]: [GrapplingHooksPlus] Enabling GrapplingHooksPlus v2.3
  268. [18:57:24] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
  269. [18:57:24] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  270. [18:57:24] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  271. [18:57:24] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev37c
  272. [18:57:24] [Server thread/INFO]: [Skript] Starting updater thread
  273. [18:57:24] [Server thread/INFO]: [Skript] Loaded a total of 7398 english aliases
  274. [18:57:24] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 255, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 452, 453
  275. [18:57:24] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  276. [18:57:24] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.7
  277. [18:57:24] [Server thread/INFO]: [Votifier] Loaded token for website: default
  278. [18:57:24] [Server thread/INFO]: [Votifier] DEBUG mode enabled!
  279. [18:57:24] [Server thread/INFO]: [Votifier] Receiving votes over PluginMessaging channel 'NuVotifier'.
  280. [18:57:24] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /0.0.0.0:2048.
  281. [18:57:24] [Server thread/INFO]: [ActionHealth] Enabling ActionHealth v3.2.4
  282. [18:57:24] [Server thread/INFO]: [ItemFixer] Enabling ItemFixer v3.1
  283. [18:57:24] [Server thread/INFO]: [ItemFixer] enabled
  284. [18:57:24] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.13.6
  285. [18:57:25] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.13.6
  286. [18:57:25] [Server thread/INFO]: [IPWhitelist] Enabling IPWhitelist v1.7
  287. [18:57:25] [Server thread/INFO]: [Porty-Bukkit] Enabling Porty-Bukkit v1.2
  288. [18:57:25] [Server thread/INFO]: [Trey's Double Jump] Enabling TreysDoubleJump v2.1.1
  289. [18:57:25] [Server thread/INFO]: [MassiveBooks] Enabling MassiveBooks v2.14.0
  290. [18:57:25] [Server thread/INFO]: [MassiveBooks 2.14.0] === ENABLE START ===
  291. [18:57:25] [Server thread/INFO]: [MassiveBooks 2.14.0] === ENABLE COMPLETE (Took 76ms) ===
  292. [18:57:25] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
  293. [18:57:25] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  294. [18:57:25] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.5.6-b49
  295. [18:57:25] [Server thread/INFO]: | Command file(s) found : 2
  296. [18:57:25] [Server thread/INFO]: | Config : Ready.
  297. [18:57:25] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  298. [18:57:25] [Server thread/INFO]: | Custom commands loaded : 51
  299. [18:57:25] [Server thread/INFO]: | Version: 5.3.4
  300. [18:57:25] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  301. [18:57:25] [Thread-21/INFO]: [ItemFixer] Обновлений не найдено. | No updates found.
  302. [18:57:25] [Server thread/INFO]: | You are running the latest version of MyCommand.
  303. [18:57:25] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  304. [18:57:25] [Server thread/INFO]: [afkTerminator] Enabling afkTerminator v3.0.8
  305. [18:57:25] [Server thread/INFO]: [VentureChat] Enabling VentureChat v2.12.3
  306. [18:57:25] [Server thread/INFO]: [VentureChat] - Initializing...
  307. [18:57:25] [Server thread/INFO]: [VentureChat] - Config found! Loading file.
  308. [18:57:25] [Server thread/INFO]: [VentureChat] purple is not valid. Changing to white.
  309. [18:57:25] [Server thread/INFO]: [VentureChat] - Checking for Vault...
  310. [18:57:25] [Server thread/INFO]: [VentureChat] - Enabled Successfully
  311. [18:57:25] [Server thread/INFO]: [VentureChat] - Registering Listeners
  312. [18:57:25] [Server thread/INFO]: [VentureChat] - Attaching to Executors
  313. [18:57:25] [Server thread/INFO]: [VentureChat] - Establishing BungeeCord
  314. [18:57:25] [Server thread/INFO]: [VentureChat] - Enabling PlaceholderAPI Hook
  315. [18:57:25] [Server thread/INFO]: [VentureChat] - Added placeholders to PlaceholderAPI!
  316. [18:57:25] [Server thread/INFO]: [VentureChat] - Loading player data
  317. [18:57:25] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.18
  318. [18:57:25] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsProtect to the same version.
  319. [18:57:25] [Server thread/WARN]: [Essentials] Version mismatch! Please update EssentialsSpawn to the same version.
  320. [18:57:25] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  321. [18:57:25] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
  322. [18:57:25] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  323. [18:57:25] [Server thread/INFO]: [Essentials] Using locale en
  324. [18:57:25] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  325. [18:57:25] [Server thread/INFO]: [Essentials] Metrics disabled per bStats config.
  326. [18:57:25] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  327. [18:57:25] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  328. [18:57:25] [Server thread/INFO]: [MBedwars] Enabling MBedwars v3.3-Beta5.2
  329. [18:57:25] [Server thread/INFO]: [MBedwars-Library] Loaded API of plugin 'PlaceholderAPI'
  330. [18:57:25] [Server thread/INFO]: [MBedwars-Library] Loaded API of plugin 'ProtocolLib'
  331. [18:57:25] [Server thread/INFO]: [MBedwars-Library] Loaded API of plugin 'Vault'
  332. [18:57:25] [Server thread/INFO]: [MBedwars-Library] Loaded API of plugin 'WorldEdit'
  333. [18:57:25] [Server thread/INFO]: [MBedwars] Successfully hooked to PlaceholderAPI
  334. [18:57:25] [Server thread/INFO]: [MBedwars] Successfully started service: LOCAL
  335. [18:57:26] [Thread-29/INFO]: [MBedwars] Bedwars> A new update has been found: 4.0-PreRelease-2.1
  336. [18:57:26] [Server thread/WARN]: [MBedwars-Config-Itemspawner] Failed to set ID: Found duplicate of ID 'gold'
  337. [18:57:26] [Server thread/WARN]: [MBedwars-Config-Itemspawner] Failed to set ID: Found duplicate of ID 'gold'
  338. [18:57:27] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.6.0-SNAPSHOT-b736
  339. [18:57:28] [Server thread/INFO]: -------- World Settings For [Minigames_Jump] --------
  340. [18:57:28] [Server thread/INFO]: Mob Spawn Range: 4
  341. [18:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  342. [18:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  343. [18:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  344. [18:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  345. [18:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  346. [18:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  347. [18:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  348. [18:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  349. [18:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  350. [18:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  351. [18:57:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  352. [18:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  353. [18:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  354. [18:57:28] [Server thread/INFO]: Random Lighting Updates: false
  355. [18:57:28] [Server thread/INFO]: Structure Info Saving: true
  356. [18:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  357. [18:57:28] [Server thread/INFO]: Max TNT Explosions: 100
  358. [18:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  359. [18:57:28] [Server thread/INFO]: Item Despawn Rate: 6000
  360. [18:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
  361. [18:57:28] [Server thread/INFO]: View Distance: 10
  362. [18:57:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  363. [18:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  364. [18:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  365. [18:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  366. [18:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  367. [18:57:28] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7396661092263931684)
  368. [18:57:28] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
  369. [18:57:28] [Server thread/INFO]: Mob Spawn Range: 4
  370. [18:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  371. [18:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  372. [18:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  373. [18:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  374. [18:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  375. [18:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  376. [18:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  377. [18:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  378. [18:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  379. [18:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  380. [18:57:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  381. [18:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  382. [18:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  383. [18:57:28] [Server thread/INFO]: Random Lighting Updates: false
  384. [18:57:28] [Server thread/INFO]: Structure Info Saving: true
  385. [18:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  386. [18:57:28] [Server thread/INFO]: Max TNT Explosions: 100
  387. [18:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  388. [18:57:28] [Server thread/INFO]: Item Despawn Rate: 6000
  389. [18:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
  390. [18:57:28] [Server thread/INFO]: View Distance: 10
  391. [18:57:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  392. [18:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  393. [18:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  394. [18:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  395. [18:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  396. [18:57:28] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2755424850835219844)
  397. [18:57:28] [Server thread/INFO]: -------- World Settings For [Surge] --------
  398. [18:57:28] [Server thread/INFO]: Mob Spawn Range: 4
  399. [18:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  400. [18:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  401. [18:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  402. [18:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  403. [18:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  404. [18:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  405. [18:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  406. [18:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  407. [18:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  408. [18:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  409. [18:57:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  410. [18:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  411. [18:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  412. [18:57:28] [Server thread/INFO]: Random Lighting Updates: false
  413. [18:57:28] [Server thread/INFO]: Structure Info Saving: true
  414. [18:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  415. [18:57:28] [Server thread/INFO]: Max TNT Explosions: 100
  416. [18:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  417. [18:57:28] [Server thread/INFO]: Item Despawn Rate: 6000
  418. [18:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
  419. [18:57:28] [Server thread/INFO]: View Distance: 10
  420. [18:57:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  421. [18:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  422. [18:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  423. [18:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  424. [18:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  425. [18:57:28] [Server thread/INFO]: P> Detected world load for 'Surge'
  426. [18:57:28] [Server thread/INFO]: P> - generator: PlotSquared>PlotSquared
  427. [18:57:28] [Server thread/INFO]: P> - plotworld: com.intellectualcrafters.plot.generator.HybridPlotWorld
  428. [18:57:28] [Server thread/INFO]: P> - manager: com.intellectualcrafters.plot.generator.HybridPlotManager
  429. [18:57:28] [Server thread/INFO]: Preparing start region for level 3 (Seed: -1139868332059767745)
  430. [18:57:28] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
  431. [18:57:28] [Server thread/INFO]: Mob Spawn Range: 4
  432. [18:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  433. [18:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  434. [18:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  435. [18:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  436. [18:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  437. [18:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  438. [18:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  439. [18:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  440. [18:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  441. [18:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  442. [18:57:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  443. [18:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  444. [18:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  445. [18:57:28] [Server thread/INFO]: Random Lighting Updates: false
  446. [18:57:28] [Server thread/INFO]: Structure Info Saving: true
  447. [18:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  448. [18:57:28] [Server thread/INFO]: Max TNT Explosions: 100
  449. [18:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  450. [18:57:28] [Server thread/INFO]: Item Despawn Rate: 6000
  451. [18:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
  452. [18:57:28] [Server thread/INFO]: View Distance: 10
  453. [18:57:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  454. [18:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  455. [18:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  456. [18:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  457. [18:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  458. [18:57:28] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4001031097448782651)
  459. [18:57:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: minigames
  460. [18:57:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  461. [18:57:28] [Server thread/INFO]: -------- World Settings For [Fort] --------
  462. [18:57:28] [Server thread/INFO]: Mob Spawn Range: 4
  463. [18:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  464. [18:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  465. [18:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  466. [18:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  467. [18:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  468. [18:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  469. [18:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  470. [18:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  471. [18:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  472. [18:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  473. [18:57:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  474. [18:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  475. [18:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  476. [18:57:28] [Server thread/INFO]: Random Lighting Updates: false
  477. [18:57:28] [Server thread/INFO]: Structure Info Saving: true
  478. [18:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  479. [18:57:28] [Server thread/INFO]: Max TNT Explosions: 100
  480. [18:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  481. [18:57:28] [Server thread/INFO]: Item Despawn Rate: 6000
  482. [18:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
  483. [18:57:28] [Server thread/INFO]: View Distance: 10
  484. [18:57:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  485. [18:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  486. [18:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  487. [18:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  488. [18:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  489. [18:57:28] [Server thread/INFO]: Preparing start region for level 5 (Seed: 9170383638312534199)
  490. [18:57:28] [Server thread/INFO]: -------- World Settings For [Buildworld] --------
  491. [18:57:28] [Server thread/INFO]: Mob Spawn Range: 4
  492. [18:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  493. [18:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  494. [18:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  495. [18:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  496. [18:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  497. [18:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  498. [18:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  499. [18:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  500. [18:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  501. [18:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  502. [18:57:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  503. [18:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  504. [18:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  505. [18:57:28] [Server thread/INFO]: Random Lighting Updates: false
  506. [18:57:28] [Server thread/INFO]: Structure Info Saving: true
  507. [18:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  508. [18:57:28] [Server thread/INFO]: Max TNT Explosions: 100
  509. [18:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  510. [18:57:28] [Server thread/INFO]: Item Despawn Rate: 6000
  511. [18:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
  512. [18:57:28] [Server thread/INFO]: View Distance: 10
  513. [18:57:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  514. [18:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  515. [18:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  516. [18:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  517. [18:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  518. [18:57:28] [Server thread/INFO]: Preparing start region for level 6 (Seed: 4919533486936327733)
  519. [18:57:28] [Server thread/INFO]: -------- World Settings For [Grove] --------
  520. [18:57:28] [Server thread/INFO]: Mob Spawn Range: 4
  521. [18:57:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
  522. [18:57:28] [Server thread/INFO]: Cane Growth Modifier: 100%
  523. [18:57:28] [Server thread/INFO]: Melon Growth Modifier: 100%
  524. [18:57:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  525. [18:57:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  526. [18:57:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
  527. [18:57:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
  528. [18:57:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  529. [18:57:28] [Server thread/INFO]: Vine Growth Modifier: 100%
  530. [18:57:28] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  531. [18:57:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  532. [18:57:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  533. [18:57:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  534. [18:57:28] [Server thread/INFO]: Random Lighting Updates: false
  535. [18:57:28] [Server thread/INFO]: Structure Info Saving: true
  536. [18:57:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  537. [18:57:28] [Server thread/INFO]: Max TNT Explosions: 100
  538. [18:57:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  539. [18:57:28] [Server thread/INFO]: Item Despawn Rate: 6000
  540. [18:57:28] [Server thread/INFO]: Item Merge Radius: 2.5
  541. [18:57:28] [Server thread/INFO]: View Distance: 10
  542. [18:57:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
  543. [18:57:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  544. [18:57:28] [Server thread/INFO]: Experience Merge Radius: 3.0
  545. [18:57:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  546. [18:57:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  547. [18:57:28] [Server thread/INFO]: Preparing start region for level 7 (Seed: 7200893105607252744)
  548. [18:57:29] [Server thread/INFO]: -------- World Settings For [Minigames] --------
  549. [18:57:29] [Server thread/INFO]: Mob Spawn Range: 4
  550. [18:57:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  551. [18:57:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  552. [18:57:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  553. [18:57:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  554. [18:57:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  555. [18:57:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  556. [18:57:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  557. [18:57:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  558. [18:57:29] [Server thread/INFO]: Vine Growth Modifier: 100%
  559. [18:57:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  560. [18:57:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  561. [18:57:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  562. [18:57:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  563. [18:57:29] [Server thread/INFO]: Random Lighting Updates: false
  564. [18:57:29] [Server thread/INFO]: Structure Info Saving: true
  565. [18:57:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  566. [18:57:29] [Server thread/INFO]: Max TNT Explosions: 100
  567. [18:57:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  568. [18:57:29] [Server thread/INFO]: Item Despawn Rate: 6000
  569. [18:57:29] [Server thread/INFO]: Item Merge Radius: 2.5
  570. [18:57:29] [Server thread/INFO]: View Distance: 10
  571. [18:57:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
  572. [18:57:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  573. [18:57:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  574. [18:57:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  575. [18:57:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  576. [18:57:29] [Server thread/INFO]: Preparing start region for level 8 (Seed: -7472121431778249631)
  577. [18:57:29] [Server thread/INFO]: Could not set generator for world 'voidworld': Plugin 'VoicGenerator' does not exist
  578. [18:57:29] [Server thread/INFO]: -------- World Settings For [voidworld] --------
  579. [18:57:29] [Server thread/INFO]: Mob Spawn Range: 4
  580. [18:57:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  581. [18:57:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  582. [18:57:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  583. [18:57:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  584. [18:57:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  585. [18:57:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  586. [18:57:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  587. [18:57:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  588. [18:57:29] [Server thread/INFO]: Vine Growth Modifier: 100%
  589. [18:57:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  590. [18:57:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  591. [18:57:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  592. [18:57:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  593. [18:57:29] [Server thread/INFO]: Random Lighting Updates: false
  594. [18:57:29] [Server thread/INFO]: Structure Info Saving: true
  595. [18:57:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  596. [18:57:29] [Server thread/INFO]: Max TNT Explosions: 100
  597. [18:57:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  598. [18:57:29] [Server thread/INFO]: Item Despawn Rate: 6000
  599. [18:57:29] [Server thread/INFO]: Item Merge Radius: 2.5
  600. [18:57:29] [Server thread/INFO]: View Distance: 10
  601. [18:57:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
  602. [18:57:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  603. [18:57:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  604. [18:57:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  605. [18:57:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  606. [18:57:29] [Server thread/INFO]: Preparing start region for level 9 (Seed: 7492589283253466448)
  607. [18:57:29] [Server thread/INFO]: Could not set generator for world 'voidworld': Plugin 'VoicGenerator' does not exist
  608. [18:57:29] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded.
  609. [18:57:29] [Server thread/INFO]: [Multiverse-Core] Version 2.6.0-SNAPSHOT-b736 (API v21) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  610. [18:57:29] [Server thread/INFO]: [BannerMaker] Enabling BannerMaker v1.7.0
  611. [18:57:29] [Server thread/INFO]: [BannerMaker] Language: en
  612. [18:57:29] [Server thread/INFO]: [BannerMaker] Vault dependency found! Enable economy supported
  613. [18:57:29] [Server thread/INFO]: [BlockBall] Enabling BlockBall v5.0.3
  614. [18:57:30] [Server thread/INFO]: [BlockBall] Loading BlockBall ...
  615. [18:57:30] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
  616. [18:57:30] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
  617. [18:57:30] [Server thread/INFO]: [ConnectionContextService] Connected to jdbc:sqlite:/home/container/plugins/BlockBall/BlockBall.db
  618. [18:57:30] [Server thread/INFO]: [BlockBall] found dependency [Vault].
  619. [18:57:30] [Server thread/INFO]: [BlockBall] hooked successfully into [Vault] 1.5.6-b49.
  620. [18:57:30] [Server thread/INFO]: [BlockBall] found dependency [WorldEdit].
  621. [18:57:30] [Server thread/INFO]: [BlockBall] hooked successfully into [WorldEdit] 6.1.7;dd00bb1.
  622. [18:57:30] [Server thread/INFO]: [BlockBall] found dependency [PlaceholderAPI].
  623. [18:57:30] [Server thread/INFO]: [BlockBall] hooked successfully into [PlaceholderAPI] 2.9.1.
  624. [18:57:30] [Server thread/INFO]: [com.github.shynixn.blockball.bukkit.logic.persistence.controller.ArenaRepository] Reloaded [2] games.
  625. [18:57:30] [Server thread/INFO]: [BlockBall] Using NMS Connector v1_12_R1.
  626. [18:57:30] [Server thread/INFO]: [BlockBall] Enabled BlockBall 5.0.3 by Shynixn
  627. [18:57:30] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.16.3
  628. [18:57:30] [Server thread/INFO]: [Parkour] Enabling Parkour v5.0
  629. [18:57:30] [Server thread/INFO]: [Parkour] Enabled Parkour v5.0
  630. [18:57:30] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5.2-SNAPSHOT-b762
  631. [18:57:30] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5.2-SNAPSHOT-b762 Enabled - By Rigby and fernferret
  632. [18:57:30] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: EndTempFix (World Error, World did not exist or was not imported into Multiverse-Core!)
  633. [18:57:30] [Server thread/WARN]: [MVPLogging] Portal EndTempFix has an invalid LOCATION!
  634. [18:57:30] [Server thread/WARN]: [MVPLogging] Portal 'EndTempFix' not loaded due to invalid location!
  635. [18:57:31] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: SurvivalEnd (World Error, World did not exist or was not imported into Multiverse-Core!)
  636. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal SurvivalEnd has an invalid LOCATION!
  637. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal 'SurvivalEnd' not loaded due to invalid location!
  638. [18:57:31] [DiscordSRV - Initialization/WARN]: [DiscordSRV]
  639.  
  640. The current build of DiscordSRV is outdated by 28 commits! Get the latest build at your favorite distribution center.
  641.  
  642. Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
  643. Bukkit Dev: http://dev.bukkit.org/bukkit-plugins/discordsrv/
  644. Source: https://github.com/Scarsz/DiscordSRV
  645.  
  646. [18:57:31] [Server thread/WARN]: [MVPLogging] Failed Parsing Location for: mghub>lobby (Format Error, was expecting: `X,Y,Z:X,Y,Z`, but got: ``)
  647. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal mghub>lobby has an invalid LOCATION!
  648. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal 'mghub>lobby' not loaded due to invalid location!
  649. [18:57:31] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Language initialized as English
  650. [18:57:31] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Thank you so much to these people for allowing DiscordSRV to grow to what it is: Ac3dUd3, Androkai, anton8604, buildblox, Bysokar, CoreyD97, DeeKay, Diamondman121314/DMAN, FataL, Foxy, geekhideout, Helmic, KaizenWorlds, LDSG Ghost, Mick, mikedmd, mikedmd again, Mitecraft, PChard, Rui, Ryan (The Loyal One), Sicnus
  651. [18:57:31] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: Survival_nether (World Error, World did not exist or was not imported into Multiverse-Core!)
  652. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal Survival_nether has an invalid LOCATION!
  653. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal 'Survival_nether' not loaded due to invalid location!
  654. [18:57:31] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: Survival_the_end (World Error, World did not exist or was not imported into Multiverse-Core!)
  655. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal Survival_the_end has an invalid LOCATION!
  656. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal 'Survival_the_end' not loaded due to invalid location!
  657. [18:57:31] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: Mesa_nether (World Error, World did not exist or was not imported into Multiverse-Core!)
  658. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal Mesa_nether has an invalid LOCATION!
  659. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal 'Mesa_nether' not loaded due to invalid location!
  660. [18:57:31] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: mesa_the_end (World Error, World did not exist or was not imported into Multiverse-Core!)
  661. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal mesa_the_end has an invalid LOCATION!
  662. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal 'mesa_the_end' not loaded due to invalid location!
  663. [18:57:31] [Server thread/WARN]: [MVPLogging] Failed Parsing World for: Mesa>Spawn (World Error, World did not exist or was not imported into Multiverse-Core!)
  664. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal Mesa>Spawn has an invalid LOCATION!
  665. [18:57:31] [Server thread/WARN]: [MVPLogging] Portal 'Mesa>Spawn' not loaded due to invalid location!
  666. [18:57:32] [Log4j2-TF-1-AsyncLogger[AsyncContext@677327b6]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
  667. [18:57:32] [Server thread/INFO]: [MVPLogging] 54 - Portals(s) loaded
  668. [18:57:32] [Server thread/WARN]: [Multiverse-Core] Portal Spawn3_Surv has an invalid DESTINATION!
  669. [18:57:32] [Log4j2-TF-1-AsyncLogger[AsyncContext@677327b6]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  670. [18:57:32] [Server thread/WARN]: [Multiverse-Core] Portal spawn3_mesa has an invalid DESTINATION!
  671. [18:57:32] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
  672. [18:57:32] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v2.3.0
  673. [18:57:32] [Server thread/INFO]: [ArmorStandTools] Loading support for v1_12_R1
  674. [18:57:32] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin not found. Continuing without WorldGuard support.
  675. [18:57:32] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  676. [18:57:32] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  677. [18:57:32] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  678. [18:57:32] [Server thread/WARN]: [HolographicDisplays] Hologram 'mesa_nether' was in the world 'Mesa' but it wasn't loaded.
  679. [18:57:32] [Server thread/WARN]: [HolographicDisplays] Hologram 'mesa_end' was in the world 'Mesa' but it wasn't loaded.
  680. [18:57:32] [Server thread/WARN]: [HolographicDisplays] Hologram 'mesa_spawn' was in the world 'Mesa' but it wasn't loaded.
  681. [18:57:32] [Server thread/WARN]: [HolographicDisplays] Hologram 'mesamuseum' was in the world 'Mesa' but it wasn't loaded.
  682. [18:57:32] [Server thread/WARN]: [HolographicDisplays] Hologram 'mesawelcome' was in the world 'Mesa' but it wasn't loaded.
  683. [18:57:32] [Server thread/WARN]: [HolographicDisplays] Hologram 'bedwarsbug' was in the world 'Survival' but it wasn't loaded.
  684. [18:57:32] [Server thread/WARN]: [HolographicDisplays] Hologram 'shops' was in the world 'Mesa' but it wasn't loaded.
  685. [18:57:32] [Log4j2-TF-1-AsyncLogger[AsyncContext@677327b6]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
  686. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Realmportal(268217292444139520)
  687. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(456468233810345984)
  688. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(268217292444139520)
  689. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:news(487701687830708234)
  690. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-chat(272787367654326281)
  691. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:realmportal(268223247290466304)
  692. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:minecraft(268223282610700289)
  693. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gaming(268223328085475330)
  694. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(380186401330823179)
  695. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:other(268223623976845312)
  696. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help-and-feedback(272796541381771264)
  697. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bugs-and-issues(343489100247990272)
  698. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:issue-discussion(343500310830120971)
  699. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(268226123274518538)
  700. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-text-discord(371039359752994826)
  701. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console channel ID was invalid, not forwarding console output
  702. [18:57:32] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling VentureChat hook
  703. [18:57:32] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.15.0.16
  704. [18:57:32] [Server thread/INFO]: Continuing to enable Protect.
  705. [18:57:32] [Server thread/WARN]: Version mismatch! Please update all Essentials jars to the same version.
  706. [18:57:32] [DiscordSRV - Channel Topic Updater/WARN]: [DiscordSRV] Could not set topic of channel TC:server-chat(272787367654326281) because the bot does not have the "Manage Channels" permission
  707. [18:57:32] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5.0-SNAPSHOT-b439
  708. [18:57:32] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'default' are not loaded: world
  709. [18:57:32] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'Creative' are not loaded: Willow
  710. [18:57:32] [Server thread/INFO]: [Multiverse-Inventories 2.5.0-SNAPSHOT-b439] enabled.
  711. [18:57:32] [Server thread/INFO]: [VillageDefense] Enabling VillageDefense v3.10.0
  712. [18:57:32] [Server thread/INFO]: [Village Defense] Loaded locale English (en_GB) by Plajer
  713. [18:57:32] [Server thread/INFO]: __ __ _ __ __
  714. [18:57:32] [Server thread/INFO]: \ \ / / ___ __ _ _ __ ___ ___ __ _ __| | _ / / _ / /
  715. [18:57:32] [Server thread/INFO]: \ \ /\ / / / _ \ / _` | | '__| / _ \ / __| / _` | / _` | (_) | | (_) | |
  716. [18:57:32] [Server thread/INFO]: \ V V / | __/ | (_| | | | | __/ \__ \ | (_| | | (_| | _ | | _ | |
  717. [18:57:32] [Server thread/INFO]: \_/\_/ \___| \__,_| |_| \___| |___/ \__,_| \__,_| (_) | | (_) | |
  718. [18:57:32] [Server thread/INFO]: \_\ \_\
  719. [18:57:32] [Server thread/INFO]: We are really sad that you have disabled bStats! We put a lot of effort into
  720. [18:57:32] [Server thread/INFO]: our plugins and we want to know how users like our work. Please consider
  721. [18:57:32] [Server thread/INFO]: enabling bStats again :) Appreciate our work, and help us develop our plugins.
  722. [18:57:32] [Server thread/INFO]: _ _ _ _
  723. [18:57:32] [Server thread/INFO]: | | | | _ __ __| | __ _ | |_ ___
  724. [18:57:32] [Server thread/INFO]: | | | | | '_ \ / _` | / _` | | __| / _ \
  725. [18:57:32] [Server thread/INFO]: | |_| | | |_) | | (_| | | (_| | | |_ | __/
  726. [18:57:32] [Server thread/INFO]: \___/ | .__/ \__,_| \__,_| \__| \___|
  727. [18:57:32] [Server thread/INFO]: |_|
  728. [18:57:32] [Server thread/INFO]: Your Village Defense plugin is outdated! Download it to keep with latest changes and fixes.
  729. [18:57:32] [Server thread/INFO]: Disable this option in config.yml if you wish.
  730. [18:57:32] [Server thread/INFO]: Current version: v3.10.0 Latest version: v3.11.6
  731. [18:57:34] [Server thread/INFO]: VillageDefense> Arena Walls instance successfully started!
  732. [18:57:35] [Server thread/INFO]: VillageDefense> Arena Hotel instance successfully started!
  733. [18:57:36] [Server thread/INFO]: VillageDefense> Arena mesa instance successfully started!
  734. [18:57:36] [Server thread/INFO]: [HeadsPluginAPI] Enabling HeadsPluginAPI v1.7.0
  735. [18:57:36] [Thread-40/INFO]: [HeadsPluginAPI] Updating food.json
  736. [18:57:36] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.15.0.16
  737. [18:57:36] [Server thread/WARN]: Version mismatch! Please update all Essentials jars to the same version.
  738. [18:57:36] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.2.1
  739. [18:57:36] [Server thread/WARN]: [PremiumVanish] At least one config file is outdated, it's recommended to regenerate it using '/pv recreatefiles'
  740. [18:57:36] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI
  741. [18:57:36] [Server thread/INFO]: [PremiumVanish] Hooked into Essentials
  742. [18:57:37] [Server thread/INFO]: [Minigames] Enabling Minigames v1.12.0-SNAPSHOT-
  743. [18:57:37] [Server thread/INFO]: [Minigames] Using lang en_AU
  744. [18:57:37] [Server thread/INFO]: [Minigames] URL: jdbc:sqlite:/home/container/plugins/Minigames/minigames.db
  745. [18:57:37] [Server thread/INFO]: [Minigames] Properties: {password=, username=}
  746. [18:57:37] [Server thread/INFO]: [Minigames] Pool: au.com.mineauz.minigames.backend.ConnectionPool@7443bc62
  747. [18:57:37] [Server thread/INFO]: Minigames successfully enabled.
  748. [18:57:37] [Server thread/INFO]: [PVP Arena] Enabling pvparena v1.3.4.298
  749. [18:57:37] [Server thread/WARN]: java.lang.ClassCastException: class net.slipcor.pvparena.goals.beacons.GoalBeacons
  750. [18:57:37] [Server thread/WARN]: at java.lang.Class.asSubclass(Class.java:3404)
  751. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.ncloader.NCBLoader.load(NCBLoader.java:133)
  752. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.loadables.ArenaModuleManager.<init>(ArenaModuleManager.java:56)
  753. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.PVPArena.onEnable(PVPArena.java:468)
  754. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  755. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
  756. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  757. [18:57:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
  758. [18:57:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
  759. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
  760. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
  761. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
  762. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
  763. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
  764. [18:57:37] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  765. [18:57:37] [Server thread/WARN]: [PVP Arena] The JAR file plugins/pvparena/mods/pa_g_beacons.jar is in the wrong directory
  766. [18:57:37] [Server thread/WARN]: [PVP Arena] The JAR file pa_g_beacons.jar failed to load
  767. [18:57:37] [Thread-40/INFO]: [HeadsPluginAPI] Done updating food.json
  768. [18:57:37] [Thread-40/INFO]: [HeadsPluginAPI] Updating devices.json
  769. [18:57:37] [Server thread/WARN]: java.lang.ClassCastException: class net.slipcor.pvparena.goals.pillars.GoalPillars
  770. [18:57:37] [Server thread/WARN]: at java.lang.Class.asSubclass(Class.java:3404)
  771. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.ncloader.NCBLoader.load(NCBLoader.java:133)
  772. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.loadables.ArenaModuleManager.<init>(ArenaModuleManager.java:56)
  773. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.PVPArena.onEnable(PVPArena.java:468)
  774. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  775. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
  776. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  777. [18:57:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
  778. [18:57:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
  779. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
  780. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
  781. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
  782. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
  783. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
  784. [18:57:37] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  785. [18:57:37] [Server thread/WARN]: [PVP Arena] The JAR file plugins/pvparena/mods/pa_g_pillars.jar is in the wrong directory
  786. [18:57:37] [Server thread/WARN]: [PVP Arena] The JAR file pa_g_pillars.jar failed to load
  787. [18:57:37] [Server thread/WARN]: java.lang.ClassCastException: class net.slipcor.pvparena.goals.rescue.GoalRescue
  788. [18:57:37] [Server thread/WARN]: at java.lang.Class.asSubclass(Class.java:3404)
  789. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.ncloader.NCBLoader.load(NCBLoader.java:133)
  790. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.loadables.ArenaModuleManager.<init>(ArenaModuleManager.java:56)
  791. [18:57:37] [Server thread/WARN]: at net.slipcor.pvparena.PVPArena.onEnable(PVPArena.java:468)
  792. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  793. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316)
  794. [18:57:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  795. [18:57:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395)
  796. [18:57:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344)
  797. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442)
  798. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403)
  799. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341)
  800. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289)
  801. [18:57:37] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616)
  802. [18:57:37] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  803. [18:57:37] [Server thread/WARN]: [PVP Arena] The JAR file plugins/pvparena/mods/pa_g_rescue.jar is in the wrong directory
  804. [18:57:37] [Server thread/WARN]: [PVP Arena] The JAR file pa_g_rescue.jar failed to load
  805. [18:57:37] [Server thread/WARN]: [PVP Arena] Skipping ScoreBoards module! The functionality has been built into the main plugin!
  806. [18:57:37] [Server thread/INFO]: [PVP Arena] debugging: off
  807. [18:57:37] [Server thread/ERROR]: [PVP Arena] Error while parsing class, skipping: Pyro
  808. [18:57:37] [Server thread/ERROR]: [PVP Arena] Error while parsing class, skipping: Pyro
  809. [18:57:37] [Server thread/INFO]: [PVP Arena] Downloading module update file...
  810. [18:57:37] [Thread-40/INFO]: [HeadsPluginAPI] Done updating devices.json
  811. [18:57:37] [Thread-40/INFO]: [HeadsPluginAPI] Updating misc.json
  812. [18:57:38] [Thread-40/INFO]: [HeadsPluginAPI] Done updating misc.json
  813. [18:57:38] [Thread-40/INFO]: [HeadsPluginAPI] Updating alphabet.json
  814. [18:57:38] [Server thread/INFO]: [PVP Arena] Downloaded module update file
  815. [18:57:38] [Server thread/INFO]: [PVP Arena] Plugin tracking enabled. Set 'tracker: false' inside the main config to disable.
  816. [18:57:38] [Server thread/INFO]: [PVP Arena] enabled (version pvparena v1.3.4.298)
  817. [18:57:38] [Server thread/INFO]: [Paintball] Enabling Paintball v1.9.7
  818. [18:57:38] [Thread-40/INFO]: [HeadsPluginAPI] Done updating alphabet.json
  819. [18:57:38] [Thread-40/INFO]: [HeadsPluginAPI] Updating interior.json
  820. [18:57:38] [Thread-41/INFO]: pa_goals v1.3.4.298, an experimental version! Latest stable: v1.3.4.291
  821. [18:57:38] [Thread-40/INFO]: [HeadsPluginAPI] Done updating interior.json
  822. [18:57:38] [Thread-40/INFO]: [HeadsPluginAPI] Updating color.json
  823. [18:57:39] [Thread-41/INFO]: pa_mods v1.3.4.298, an experimental version! Latest stable: v1.3.4.291
  824. [18:57:39] [Thread-40/INFO]: [HeadsPluginAPI] Done updating color.json
  825. [18:57:39] [Thread-40/INFO]: [HeadsPluginAPI] Updating blocks.json
  826. [18:57:39] [Thread-40/INFO]: [HeadsPluginAPI] Done updating blocks.json
  827. [18:57:39] [Thread-40/INFO]: [HeadsPluginAPI] Updating games.json
  828. [18:57:39] [Thread-40/INFO]: [HeadsPluginAPI] Done updating games.json
  829. [18:57:39] [Thread-40/INFO]: [HeadsPluginAPI] Updating mobs.json
  830. [18:57:40] [Thread-40/INFO]: [HeadsPluginAPI] Done updating mobs.json
  831. [18:57:40] [Thread-40/INFO]: [HeadsPluginAPI] Updating characters.json
  832. [18:57:40] [Thread-40/INFO]: [HeadsPluginAPI] Done updating characters.json
  833. [18:57:40] [Thread-40/INFO]: [HeadsPluginAPI] Updating pokemon.json
  834. [18:57:41] [Thread-40/INFO]: [HeadsPluginAPI] Done updating pokemon.json
  835. [18:57:41] [Thread-40/INFO]: [HeadsPluginAPI] Updating sweeper.json
  836. [18:57:42] [Server thread/INFO]: [AdvancedMobArena] Enabling AdvancedMobArena v3.6.1-Beta
  837. [18:57:42] [Server thread/INFO]: [AMA] Loading All Configs...
  838. [18:57:42] [Server thread/INFO]: [AMA] Server version: v1_12_R1
  839. [18:57:42] [Server thread/INFO]: [AMA] Loading settings...
  840. [18:57:42] [Server thread/INFO]: [AMA] Loaded 0 arenas!
  841. [18:57:42] [Server thread/INFO]: [AMA] Loaded 3 kits!
  842. [18:57:42] [Server thread/INFO]: [AMA] Loaded 4 waves!
  843. [18:57:42] [Server thread/INFO]: [AMA] Loaded 1 bosses!
  844. [18:57:42] [Server thread/INFO]: [AMA] Loaded 1 shop categories!
  845. [18:57:42] [Server thread/INFO]: [AMA] Purged 0 players!
  846. [18:57:42] [Server thread/INFO]: [AMA] Loaded 0 stats!
  847. [18:57:42] [Server thread/INFO]: [AMA] Successfully hooked with Vault
  848. [18:57:42] [Server thread/INFO]: [AMA] Successfully hooked with Essentials
  849. [18:57:42] [Server thread/INFO]: [AMA] Successfully hooked with PlaceholderApi
  850. [18:57:42] [Server thread/INFO]: [AMA] Plugin enabled! Enjoy :D
  851. [18:57:42] [Server thread/INFO]: [Minigames-Regions] Enabling Minigames-Regions v1.12.0-SNAPSHOT-
  852. [18:57:42] [Server thread/INFO]: [Minigames-Regions] Minigames Regions successfully enabled!
  853. [18:57:42] [Server thread/INFO]: [Skywars] Enabling Skywars v3.4.2-Snapshot
  854. [18:57:42] [Server thread/INFO]: [Skywars] Loading support for v1_12_R1
  855. [18:57:42] [Server thread/INFO]: [HeadsInventory] Enabling HeadsInventory v1.6.0
  856. [18:57:42] [Server thread/INFO]: [HeadsInventory] Hooked Vault!
  857. [18:57:42] [Server thread/INFO]: [MinigamesLib] Enabling MinigamesLib v1.14.17-20170612.052814
  858. [18:57:42] [Server thread/INFO]: [MinigamesLib] Loaded MinigamesAPI. We're on V1_12_R1.
  859. [18:57:42] [Server thread/INFO]: [MGFlyingCars] Enabling MGFlyingCars v1.14.17-20170612.054228
  860. [18:57:42] [Server thread/INFO]: [MGNoteblockBlitz] Enabling MGNoteblockBlitz v1.14.17-20170612.054543
  861. [18:57:42] [Server thread/INFO]: [MGConquer] Enabling MGConquer v1.14.17-20170612.054138
  862. [18:57:43] [Server thread/INFO]: Done (22.101s)! For help, type "help" or "?"
  863. [18:57:43] [Server thread/INFO]: Using epoll channel type
  864. [18:57:43] [Server thread/INFO]: Timings Reset
  865. [18:57:43] [Craft Scheduler Thread - 4/INFO]: [VoidGenerator] Checking SpigotMc.org for Updates on VoidGenerator...
  866. [18:57:43] [Craft Scheduler Thread - 4/INFO]: [VoidGenerator] A new version is available!
  867. [18:57:43] [Craft Scheduler Thread - 4/INFO]: [VoidGenerator] Plugin : VoidGenerator.
  868. [18:57:43] [Craft Scheduler Thread - 4/INFO]: [VoidGenerator] Local Version : 1.2.0.
  869. [18:57:43] [Craft Scheduler Thread - 4/INFO]: [VoidGenerator] Latest Version : 1.3.2.
  870. [18:57:43] [Craft Scheduler Thread - 4/INFO]: [VoidGenerator] Download URL : https://www.spigotmc.org/resources/25391/.
  871. [18:57:43] [Craft Scheduler Thread - 13/INFO]: [Skript] A new version of Skript is available: 2.3-beta1 (you're currently running 2.2-dev37c)
  872. [18:57:43] [Server thread/INFO]: (FAWE) Plugin 'ASkyBlock' found. Using it now.
  873. [18:57:43] [Server thread/INFO]: (FAWE) Optimizing PlotSquared
  874. [18:57:43] [Server thread/INFO]: (FAWE) - QueueProvider: class com.boydti.fawe.regions.general.plot.FaweLocalBlockQueue
  875. [18:57:43] [Server thread/INFO]: (FAWE) - HybridPlotManager.REGENERATIVE_CLEAR: false
  876. [18:57:43] [Server thread/INFO]: (FAWE) - SchematicHandler: com.boydti.fawe.regions.general.plot.FaweSchematicHandler@502f4a4c
  877. [18:57:43] [Server thread/INFO]: (FAWE) - ChunkManager: com.boydti.fawe.regions.general.plot.FaweChunkManager@5c73f67b
  878. [18:57:43] [Server thread/INFO]: (FAWE) Plugin 'PlotSquared' found. Using it now.
  879. [18:57:43] [Server thread/INFO]: (FAWE) Detected class org.bukkit.event.block.BlockExplodeEvent
  880. [18:57:43] [Server thread/INFO]: Trying to register generator with Multiverse
  881. [18:57:43] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock'!
  882. [18:57:43] [Server thread/INFO]: Success! Property generator was set to ASkyBlock
  883. [18:57:43] [Server thread/INFO]: Multiverse already knows about 'ASkyBlock_nether'!
  884. [18:57:43] [Server thread/INFO]: Success! Property generator was set to ASkyBlock
  885. [18:57:43] [Server thread/INFO]: [ASkyBlock] Silencing command feedback for Ops...
  886. [18:57:43] [Server thread/INFO]: Game rule sendCommandFeedback has been updated to false
  887. [18:57:43] [Server thread/INFO]: [ASkyBlock] If you do not want this, do /gamerule sendCommandFeedback true
  888. [18:57:43] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
  889. [18:57:43] [Server thread/INFO]: [BanManager] The following commands are blocked whilst muted:
  890. [18:57:43] [Server thread/INFO]: [BanManager] msg - emsg epm etell ewhisper
  891. [18:57:43] [Server thread/INFO]: [BanManager] m -
  892. [18:57:43] [Server thread/INFO]: [BanManager] r - er ereply
  893. [18:57:43] [Server thread/INFO]: [BanManager] t -
  894. [18:57:43] [Server thread/INFO]: [BanManager] reply - r vreply
  895. [18:57:43] [Server thread/INFO]: [BanManager] vmessage - message msg vmessage
  896. [18:57:43] [Server thread/INFO]: [BanManager] vmsg
  897. [18:57:43] [Server thread/INFO]: [BanManager] The following commands are blocked whilst soft muted:
  898. [18:57:43] [Server thread/INFO]: [BanManager] msg - emsg epm etell ewhisper
  899. [18:57:43] [Server thread/INFO]: [Skript] Loading variables...
  900. [18:57:43] [Server thread/INFO]: [Skript] Loaded 4 variables in 0.0 seconds
  901. [18:57:43] [Server thread/WARN]: [Skript] coloured the 1st argument is already a text, so you should not put it in one (e.g. coloured the 1st argument instead of "%coloured the 1st argument%") (VanishMessage.sk, line 6: send "%colored arg 1%" to loop-player')
  902. [18:57:43] [Server thread/ERROR]: [Skript] can't understand this condition: 'player can build at event-block' (door.sk, line 2: if player can build at event-block:')
  903. [18:57:43] [Server thread/INFO]: [Skript] Loaded 5 scripts with a total of 1 trigger and 4 commands in 0.07 seconds
  904. [18:57:43] [Server thread/INFO]: [Skript] Finished loading.
  905. [18:57:43] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.1
  906. [18:57:43] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  907. [18:57:43] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  908. [18:57:44] [Server thread/ERROR]: [Minigames] Failed to load "Champions"! The configuration file may be corrupt or missing!
  909. [18:57:44] [Server thread/WARN]: java.lang.NullPointerException
  910. [18:57:44] [Server thread/WARN]: at au.com.mineauz.minigames.minigame.reward.RewardsModule.load(RewardsModule.java:75)
  911. [18:57:44] [Server thread/WARN]: at au.com.mineauz.minigames.minigame.Minigame.loadMinigame(Minigame.java:1305)
  912. [18:57:44] [Server thread/WARN]: at au.com.mineauz.minigames.Minigames$1.run(Minigames.java:114)
  913. [18:57:44] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63)
  914. [18:57:44] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423)
  915. [18:57:44] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:839)
  916. [18:57:44] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  917. [18:57:44] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:773)
  918. [18:57:44] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
  919. [18:57:44] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  920. [18:57:44] [Server thread/INFO]: [VotingPlugin] Hooked into Vault permissions
  921. [18:57:44] [Server thread/INFO]: [ASkyBlock] Loading island grid...
  922. [18:57:44] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
  923. [18:57:44] [Server thread/INFO]: [ASkyBlock] Loading warps...
  924. [18:57:44] [Server thread/INFO]: [ASkyBlock] Loading warp panel...
  925. [18:57:44] [Server thread/INFO]: [ASkyBlock] Loading Top Ten
  926. [18:57:44] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
  927. [18:57:44] [Server thread/INFO]: [ASkyBlock] Metrics loaded.
  928. [18:57:44] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.9.2) is available at:
  929. [18:57:44] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  930. [18:57:44] [Craft Scheduler Thread - 2/INFO]: [Vault] Checking for Updates ...
  931. [18:57:44] [Craft Scheduler Thread - 31/INFO]: [BlockBall] ================================================
  932. [18:57:44] [Craft Scheduler Thread - 31/INFO]: [BlockBall] BlockBall is outdated
  933. [18:57:44] [Craft Scheduler Thread - 31/INFO]: [BlockBall] Please download the latest version from spigotmc.org
  934. [18:57:44] [Craft Scheduler Thread - 31/INFO]: [BlockBall] ================================================
  935. [18:57:44] [Server thread/INFO]: [VotingPlugin] Successfully hooked into Vault!
  936. [18:57:44] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 123 placeholder expansions are available on the cloud.
  937. [18:57:44] [Craft Scheduler Thread - 3/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
  938. [18:57:44] [Craft Scheduler Thread - 2/WARN]: [Vault] Stable Version: 1.7.1 is out! You are still running version: 1.5.6
  939. [18:57:44] [Craft Scheduler Thread - 2/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  940. [18:57:44] [Craft Scheduler Thread - 31/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.13.6 New Version: 5.15.1 Use /av download to get the latest update!
  941. [18:57:44] [Server thread/WARN]: [MGNoteblockBlitz] Task #152 for MGNoteblockBlitz v1.14.17-20170612.054543 generated an exception
  942. java.lang.IllegalArgumentException: Cannot create section at empty path
  943. at org.apache.commons.lang.Validate.notEmpty(Validate.java:321) ~[patched_1.12.2.jar:git-Paper-1536]
  944. at org.bukkit.configuration.MemorySection.createSection(MemorySection.java:243) ~[patched_1.12.2.jar:git-Paper-1536]
  945. at org.bukkit.configuration.MemorySection.createSection(MemorySection.java:270) ~[patched_1.12.2.jar:git-Paper-1536]
  946. at org.bukkit.configuration.MemorySection.getConfigurationSection(MemorySection.java:696) ~[patched_1.12.2.jar:git-Paper-1536]
  947. at com.comze_instancelabs.minigamesapi.Shop.lambda$loadShopItems$1(Shop.java:122) ~[?:?]
  948. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63) ~[patched_1.12.2.jar:git-Paper-1536]
  949. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) ~[patched_1.12.2.jar:git-Paper-1536]
  950. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:839) ~[patched_1.12.2.jar:git-Paper-1536]
  951. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1536]
  952. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:773) ~[patched_1.12.2.jar:git-Paper-1536]
  953. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) ~[patched_1.12.2.jar:git-Paper-1536]
  954. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  955. [18:57:44] [Server thread/INFO]: [PremiumVanish] Your current version of PremiumVanish is outdated - New version: '2.3.1'; Currently: '2.2.1'
  956. [18:57:44] [Server thread/INFO]: [ASkyBlock] Update available ASkyBlock V3.0.9.4
  957. [18:57:45] [Craft Scheduler Thread - 33/WARN]: java.lang.NumberFormatException: For input string: "!!!!!!!!!!!!a5af11b7"
  958. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
  959. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.lang.Long.parseLong(Long.java:578)
  960. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.lang.Long.valueOf(Long.java:776)
  961. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.lang.Long.decode(Long.java:928)
  962. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.util.UUID.fromString(UUID.java:198)
  963. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at com.plotsquared.bukkit.uuid.FileUUIDHandler$1.run(FileUUIDHandler.java:94)
  964. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63)
  965. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
  966. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
  967. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  968. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  969. [18:57:45] [Craft Scheduler Thread - 33/WARN]: at java.lang.Thread.run(Thread.java:748)
  970. [18:57:45] [User Authenticator #1/INFO]: UUID of player Paintsplatters is 37df1163-0bd1-4e06-96bf-01473d0fac7d
  971. [18:57:45] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to MBedwars v3.3-Beta5.2
  972. org.bukkit.event.EventException: null
  973. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:72) ~[patched_1.12.2.jar:git-Paper-1536]
  974. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched_1.12.2.jar:git-Paper-1536]
  975. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched_1.12.2.jar:git-Paper-1536]
  976. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:527) ~[patched_1.12.2.jar:git-Paper-1536]
  977. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:512) ~[patched_1.12.2.jar:git-Paper-1536]
  978. at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:370) ~[patched_1.12.2.jar:git-Paper-1536]
  979. at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:183) ~[patched_1.12.2.jar:git-Paper-1536]
  980. at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:178) ~[patched_1.12.2.jar:git-Paper-1536]
  981. at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:68) ~[patched_1.12.2.jar:git-Paper-1536]
  982. at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:255) ~[patched_1.12.2.jar:git-Paper-1536]
  983. at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:150) ~[patched_1.12.2.jar:git-Paper-1536]
  984. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:947) ~[patched_1.12.2.jar:git-Paper-1536]
  985. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1536]
  986. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:773) ~[patched_1.12.2.jar:git-Paper-1536]
  987. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) ~[patched_1.12.2.jar:git-Paper-1536]
  988. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  989. Caused by: java.lang.NullPointerException
  990. at de.marcely.bedwars.game.location.XYZW.valueOf(XYZW.java:54) ~[?:?]
  991. at de.marcely.bedwars.game.inventory.PlayerData.<init>(PlayerData.java:46) ~[?:?]
  992. at de.marcely.bedwars.game.inventory.b.a(PlayerDataFile.java:38) ~[?:?]
  993. at de.marcely.bedwars.game.inventory.b.g(PlayerDataFile.java:67) ~[?:?]
  994. at de.marcely.bedwars.aB.a(PlayerJoin.java:38) ~[?:?]
  995. at de.marcely.bedwars.U.a(Events.java:84) ~[?:?]
  996. at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor400.execute(Unknown Source) ~[?:?]
  997. at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:70) ~[patched_1.12.2.jar:git-Paper-1536]
  998. ... 15 more
  999. [18:57:45] [Server thread/INFO]: [DiscordSRV] Player Paintsplatters joined with silent joining permission, not sending a join message
  1000. [18:57:45] [Server thread/INFO]: Paintsplatters[/50.72.45.89:51075] logged in with entity id 427 at ([Fort]-764.3393737483856, 51.0, 1607.7463896450504)
  1001. [18:57:46] [Server thread/INFO]: [MinigamesLib] Found 1 arenas.
  1002. [18:57:46] [Thread-49/WARN]: [MBedwars-Arena-test] WARNING: The (lobby) world 'null' doesn't exists!!
  1003. [18:57:46] [Thread-49/INFO]: [MBedwars-Arena-test] Trying to load world 'null'...
  1004. [18:57:46] [Server thread/WARN]: [MBedwars-Arena-test] Failed loading world 'null'.
  1005. [18:57:48] [Server thread/INFO]:
  1006. [18:57:48] [Server thread/INFO]: ____----====[ Sponsored by ServerMiner ]====----____
  1007. [18:57:48] [Server thread/INFO]: Get 20% off a Premium Factions Server at ServerMiner:
  1008. [18:57:48] [Server thread/INFO]: https://ServerMiner.com/plugins/Factions-Server-Hosting?p=MassiveCraft
  1009. [18:57:48] [Server thread/INFO]:
  1010. [18:57:48] [Server thread/INFO]: Factions and MassiveCore is sponsored by ServerMiner.com!
  1011. [18:57:48] [Server thread/INFO]: They help us fund the development of new plugin features.
  1012. [18:57:48] [Server thread/INFO]:
  1013. [18:57:48] [Server thread/INFO]: Only server operators get this message, not regular players.
  1014. [18:57:48] [Server thread/INFO]: Type /mcore sponsor to disable it.
  1015. [18:57:48] [Server thread/INFO]:
  1016. [18:57:48] [Thread-40/INFO]: [HeadsPluginAPI] Done updating sweeper.json
  1017. [18:57:48] [Thread-40/INFO]: [HeadsPluginAPI] Updating rwby.json
  1018. [18:57:48] [Thread-40/INFO]: [HeadsPluginAPI] Done updating rwby.json
  1019. [18:57:49] [Server thread/INFO]: Paintsplatters issued server command: //schem
  1020. [18:57:53] [Server thread/INFO]: Paintsplatters issued server command: //schem list
  1021. [18:57:56] [Server thread/WARN]: java.lang.NullPointerException
  1022. [18:57:56] [Server thread/WARN]: at com.sk89q.minecraft.util.commands.CommandContext.split(CommandContext.java:43)
  1023. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.command.parametric.StringArgumentStack.<init>(StringArgumentStack.java:62)
  1024. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.command.parametric.AParametricCallable.getScopedContext(AParametricCallable.java:51)
  1025. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.command.parametric.AParametricCallable.getSuggestions(AParametricCallable.java:235)
  1026. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.command.SimpleDispatcher.getSuggestions(SimpleDispatcher.java:174)
  1027. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.command.SimpleDispatcher.getSuggestions(SimpleDispatcher.java:174)
  1028. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.extension.platform.CommandManager.handleCommandSuggestion(CommandManager.java:550)
  1029. [18:57:56] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1030. [18:57:56] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1031. [18:57:56] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1032. [18:57:56] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  1033. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58)
  1034. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73)
  1035. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187)
  1036. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173)
  1037. [18:57:56] [Server thread/WARN]: at com.sk89q.worldedit.bukkit.WorldEditPlugin.onTabComplete(WorldEditPlugin.java:261)
  1038. [18:57:56] [Server thread/WARN]: at com.sk89q.bukkit.util.DynamicPluginCommand.tabComplete(DynamicPluginCommand.java:84)
  1039. [18:57:56] [Server thread/WARN]: at org.bukkit.command.Command.tabComplete(Command.java:90)
  1040. [18:57:56] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.tabComplete(SimpleCommandMap.java:230)
  1041. [18:57:56] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.tabComplete(SimpleCommandMap.java:182)
  1042. [18:57:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.tabCompleteCommand(CraftServer.java:1696)
  1043. [18:57:56] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.tabComplete(CraftServer.java:1670)
  1044. [18:57:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.tabCompleteCommand(MinecraftServer.java:1231)
  1045. [18:57:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.lambda$a$2(PlayerConnection.java:2324)
  1046. [18:57:56] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  1047. [18:57:56] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  1048. [18:57:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
  1049. [18:57:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:849)
  1050. [18:57:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
  1051. [18:57:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:773)
  1052. [18:57:56] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
  1053. [18:57:56] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  1054. [18:58:20] [Server thread/INFO]: Paintsplatters issued server command: //schem list
  1055. [18:58:23] [Server thread/INFO]: Paintsplatters issued server command: //schem list all
  1056. [18:58:25] [Server thread/INFO]: Paintsplatters issued server command: //schematic loadall ../AFR10L - Tamboti.schematic
  1057. [18:58:34] [Server thread/INFO]: Paintsplatters issued server command: //schem load
  1058. [18:58:40] [Server thread/INFO]: Paintsplatters issued server command: //schem load AFR10L
  1059. [18:58:40] [Craft Scheduler Thread - 35/ERROR]: [WorldEdit] An unexpected error occurred while handling a FAWE command
  1060. java.lang.NullPointerException: null
  1061. at com.sk89q.worldedit.command.SchematicCommands.load(SchematicCommands.java:253) ~[?:?]
  1062. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_171]
  1063. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_171]
  1064. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_171]
  1065. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_171]
  1066. at com.sk89q.worldedit.util.command.parametric.ParametricCallable.call(ParametricCallable.java:265) ~[?:?]
  1067. at com.sk89q.worldedit.util.command.SimpleDispatcher.call(SimpleDispatcher.java:133) ~[?:?]
  1068. at com.sk89q.worldedit.util.command.SimpleDispatcher.call(SimpleDispatcher.java:133) ~[?:?]
  1069. at com.sk89q.worldedit.extension.platform.CommandManager$2.get(CommandManager.java:413) ~[?:?]
  1070. at com.sk89q.worldedit.extension.platform.CommandManager.handleCommandTask(CommandManager.java:436) ~[?:?]
  1071. at com.sk89q.worldedit.extension.platform.CommandManager.handleCommandOnCurrentThread(CommandManager.java:417) ~[?:?]
  1072. at com.sk89q.worldedit.extension.platform.CommandManager$3$1.run(CommandManager.java:535) ~[?:?]
  1073. at com.boydti.fawe.object.FawePlayer.lambda$runAction$3(FawePlayer.java:335) ~[?:?]
  1074. at com.boydti.fawe.object.task.SimpleAsyncNotifyQueue.operate(SimpleAsyncNotifyQueue.java:25) ~[?:?]
  1075. at com.boydti.fawe.object.task.AsyncNotifyQueue$1.run(AsyncNotifyQueue.java:15) ~[?:?]
  1076. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:63) ~[patched_1.12.2.jar:git-Paper-1536]
  1077. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.12.2.jar:git-Paper-1536]
  1078. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.12.2.jar:git-Paper-1536]
  1079. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171]
  1080. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171]
  1081. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement