Advertisement
Guest User

Log_2

a guest
Dec 8th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.14 KB | None | 0 0
  1. [00:50:28] [main/INFO]: Loaded 0 recipes
  2. [00:50:28] [Server thread/INFO]: Starting minecraft server version 1.13.2
  3. [00:50:28] [Server thread/INFO]: Loading properties
  4. [00:50:28] [Server thread/INFO]: Default game type: CREATIVE
  5. [00:50:28] [Server thread/INFO]: This server is running Paper version git-Paper-475 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
  6. [00:50:28] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [00:50:29] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [00:50:29] [Server thread/INFO]: Debug logging is disabled
  9. [00:50:29] [Server thread/INFO]: Generating keypair
  10. [00:50:29] [Server thread/INFO]: Starting Minecraft server on 142.44.191.73:26000
  11. [00:50:29] [Server thread/INFO]: Using epoll channel type
  12. [00:50:29] [Server thread/ERROR]: Ambiguous plugin name `WorldEdit' for files `plugins/worldedit-bukkit-7.0.0-beta-03.jar' and `plugins/worldedit-bukkit-7.0.0-SNAPSHOT-dist.jar' in `plugins'
  13. [00:50:32] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  14. [00:50:32] [Server thread/ERROR]: Could not load 'plugins/worldguard-bukkit-6.2.2.jar' in folder 'plugins'
  15. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
  16. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[patched_1.13.2.jar:git-Paper-475]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[patched_1.13.2.jar:git-Paper-475]
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) ~[patched_1.13.2.jar:git-Paper-475]
  19. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:329) ~[patched_1.13.2.jar:git-Paper-475]
  20. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-475]
  21. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-475]
  22. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  23. Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
  24. at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
  25. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:136) ~[?:?]
  26. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_191]
  27. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_191]
  28. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_191]
  29. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_191]
  30. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_191]
  31. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.13.2.jar:git-Paper-475]
  32. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[patched_1.13.2.jar:git-Paper-475]
  33. ... 6 more
  34. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.Location
  35. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_191]
  36. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:158) ~[patched_1.13.2.jar:git-Paper-475]
  37. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[patched_1.13.2.jar:git-Paper-475]
  38. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_191]
  39. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_191]
  40. at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
  41. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:136) ~[?:?]
  42. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_191]
  43. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_191]
  44. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_191]
  45. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_191]
  46. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_191]
  47. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.13.2.jar:git-Paper-475]
  48. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[patched_1.13.2.jar:git-Paper-475]
  49. ... 6 more
  50. [00:50:32] [Server thread/INFO]: [ES] : USENCP = true
  51. [00:50:32] [Server thread/INFO]: [ES] : AUTOSIGN_TYPE = BLOCKPLACE_AUTOSIGN
  52. [00:50:32] [Server thread/ERROR]: Could not load 'plugins/FurnitureMaker.jar' in folder 'plugins'
  53. org.bukkit.plugin.UnknownDependencyException: FurnitureLib
  54. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:218) ~[patched_1.13.2.jar:git-Paper-475]
  55. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:329) ~[patched_1.13.2.jar:git-Paper-475]
  56. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-475]
  57. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791) ~[patched_1.13.2.jar:git-Paper-475]
  58. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  59. [00:50:33] [Server thread/INFO]: [github.scarsz.discordsrv.dependencies.reflections.Reflections] Reflections took 182 ms to scan 13 urls, producing 13 keys and 21 values
  60. [00:50:33] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-2-138
  61. [00:50:33] [Server thread/INFO]: [dynmap] version=git-Paper-475 (MC: 1.13.2)
  62. [00:50:33] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
  63. [00:50:33] [Server thread/INFO]: [dynmap] Mod Support API available
  64. [00:50:33] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-beta-03;b192466
  65. [00:50:33] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  66. [00:50:33] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.13.1-SNAPSHOT (manually compiled)
  67. [00:50:33] [Server thread/INFO]: [LogBlock] Connecting to mc28561@jdbc:mysql://142.44.191.73:3306/mc28561...
  68. [00:50:33] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Starting...
  69. [00:50:33] [Server thread/WARN]: Sun Dec 09 00:50:33 EST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  70. [00:50:33] [Server thread/INFO]: [de.diddiz.lib.com.zaxxer.hikari.HikariDataSource] LogBlock-Connection-Pool - Start completed.
  71. [00:50:33] [LogBlock-Connection-Pool connection adder/WARN]: Sun Dec 09 00:50:33 EST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  72. [00:50:33] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.2
  73. [00:50:33] [Server thread/INFO]: [AnimatedFrames] Loading AnimatedFrames v4.11.0-SNAPSHOT
  74. [00:50:33] [Server thread/INFO]: [PingPlayer] Loading PingPlayer v1.3.2
  75. [00:50:33] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
  76. [00:50:33] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
  77. [00:50:34] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.6.0-b738
  78. [00:50:34] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.15.1-RC-sMD5NET-b1084
  79. [00:50:34] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  80. [00:50:34] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  81. [00:50:34] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.13.2
  82. [00:50:34] [Server thread/INFO]: [ImageMaps] Loading ImageMaps v0.4.5
  83. [00:50:34] [Server thread/INFO]: [EditableSign] Loading EditableSign v3.3.0
  84. [00:50:34] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  85. [00:50:34] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  86. [00:50:34] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
  87. [00:50:34] [Server thread/INFO]: [MotdManager-Reloaded] Loading MotdManager-Reloaded v1.44
  88. [00:50:34] [Server thread/INFO]: [HeadsPluginAPI] Loading HeadsPluginAPI v1.7.1-1.13
  89. [00:50:34] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  90. [00:50:34] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  91. [00:50:34] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  92. [00:50:34] [Server thread/INFO]: [SimpleSit] Loading SimpleSit v1.6.3
  93. [00:50:34] [Server thread/INFO]: [Buttontp] Loading Buttontp v1.2.2
  94. [00:50:34] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.13.1-v3
  95. [00:50:34] [Server thread/INFO]: [Herochat] Loading Herochat v6.0.0-SNAPSHOT-bb16
  96. [00:50:34] [Server thread/INFO]: [Lift] Loading Lift v54
  97. [00:50:34] [Server thread/INFO]: [Announcer] Loading Announcer v1.7.4
  98. [00:50:34] [Server thread/INFO]: [LightCleaner] Loading LightCleaner v1.13.1-v1
  99. [00:50:34] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.1
  100. [00:50:34] [Server thread/INFO]: [HeadsInventory] Loading HeadsInventory v1.7.1-1.13
  101. [00:50:34] [Server thread/INFO]: [SignColors] Loading SignColors v1.1.1
  102. [00:50:34] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.16.4
  103. [00:50:34] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  104. [00:50:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0*
  105. [00:50:34] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  106. [00:50:34] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91*
  107. [00:50:34] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  108. [00:50:34] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  109. [00:50:34] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  110. [00:50:34] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  111. [00:50:34] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  112. [00:50:34] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.13.1-v3
  113. [00:50:34] [Server thread/ERROR]: [BKCommonLib] This version of BKCommonLib is not compatible with: Paper(Spigot) (git-Paper-475) : v1_13_R2 (Minecraft 1.13.2)
  114. [00:50:34] [Server thread/ERROR]: [BKCommonLib] It could be that BKCommonLib has to be updated, as the current version is built for MC 1.8, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.9, 1.9.2, 1.9.4, 1.10.2, 1.11, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13 and 1.13.1
  115. [00:50:34] [Server thread/ERROR]: [BKCommonLib] Please look for a new updated BKCommonLib version that is compatible:
  116. [00:50:34] [Server thread/ERROR]: [BKCommonLib] https://www.spigotmc.org/resources/bkcommonlib.39590/
  117. [00:50:34] [Server thread/ERROR]: [BKCommonLib] Unstable development builds for MC 1.13.2 may be found on our continuous integration server:
  118. [00:50:34] [Server thread/ERROR]: [BKCommonLib] https://ci.mg-dev.eu/job/BKCommonLib/
  119. [00:50:34] [Server thread/ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...
  120. [00:50:34] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.13.1-v3
  121. [00:50:34] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  122. [00:50:34] [Server thread/INFO]: Preparing level "Defaulty"
  123. [00:50:34] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  124. [00:50:34] [Server thread/INFO]: Loaded 524 recipes
  125. [00:50:35] [Server thread/INFO]: -------- World Settings For [Defaulty] --------
  126. [00:50:35] [Server thread/INFO]: Mob Spawn Range: 4
  127. [00:50:35] [Server thread/INFO]: Cactus Growth Modifier: 100%
  128. [00:50:35] [Server thread/INFO]: Cane Growth Modifier: 100%
  129. [00:50:35] [Server thread/INFO]: Melon Growth Modifier: 100%
  130. [00:50:35] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  131. [00:50:35] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  132. [00:50:35] [Server thread/INFO]: Sapling Growth Modifier: 100%
  133. [00:50:35] [Server thread/INFO]: Wheat Growth Modifier: 100%
  134. [00:50:35] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  135. [00:50:35] [Server thread/INFO]: Vine Growth Modifier: 100%
  136. [00:50:35] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  137. [00:50:35] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  138. [00:50:35] [Server thread/INFO]: Entity Tracking Range: Pl 100 / An 100 / Mo 100 / Mi 100 / Other 100
  139. [00:50:35] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  140. [00:50:35] [Server thread/INFO]: Random Lighting Updates: false
  141. [00:50:35] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  142. [00:50:35] [Server thread/INFO]: Max TNT Explosions: 100
  143. [00:50:35] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  144. [00:50:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  145. [00:50:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  146. [00:50:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  147. [00:50:35] [Server thread/INFO]: Item Merge Radius: 2.5
  148. [00:50:35] [Server thread/INFO]: Item Despawn Rate: 6000
  149. [00:50:35] [Server thread/INFO]: View Distance: 10
  150. [00:50:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  151. [00:50:35] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  152. [00:50:35] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 4418272285052293560)
  153. [00:50:35] [Server thread/INFO]: Time elapsed: 12 ms
  154. [00:50:35] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-2-138*
  155. [00:50:35] [Server thread/INFO]: [dynmap] Added 11 custom biome mappings
  156. [00:50:35] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4*
  157. [00:50:35] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  158. [00:50:35] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  159. [00:50:35] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  160. [00:50:35] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  161. [00:50:35] [Server thread/INFO]: [dynmap] Using PermissionsEx 1.23.4 for access control
  162. [00:50:35] [Server thread/INFO]: [dynmap] Mod Support processing completed
  163. [00:50:36] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
  164. [00:50:36] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  165. [00:50:36] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
  166. [00:50:36] [Server thread/INFO]: [dynmap] Web server started on address 142.44.191.73:8125
  167. [00:50:36] [Server thread/INFO]: [dynmap] version 3.0-beta-2-138 is enabled - core version 3.0-beta-2-138
  168. [00:50:36] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Defaulty'.
  169. [00:50:36] [Server thread/INFO]: [dynmap] Loaded 1066 pending tile renders for world 'Defaulty'
  170. [00:50:36] [Server thread/INFO]: [dynmap] Enabled
  171. [00:50:36] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-beta-03;b192466
  172. [00:50:36] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2 as the Bukkit adapter
  173. [00:50:37] [Server thread/INFO]: [WorldEdit] Default configuration file written: config.yml
  174. [00:50:37] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  175. [00:50:37] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity*
  176. [00:50:37] [Server thread/WARN]: [Essentials] Ignoring attempt to change parent of plugin logger
  177. [00:50:37] [Server thread/INFO]: [Essentials] Using locale en_US
  178. [00:50:37] [Server thread/INFO]: [Essentials] Using locale en_US
  179. [00:50:37] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  180. [00:50:37] [Server thread/INFO]: [Essentials] Essentials: Using PermissionsEx based permissions.
  181. [00:50:37] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.13.1-SNAPSHOT (manually compiled)
  182. [00:50:37] [Server thread/INFO]: [LogBlock] Scheduled consumer with bukkit scheduler.
  183. [00:50:37] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.2*
  184. [00:50:37] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  185. [00:50:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
  186. [00:50:37] [Server thread/INFO]: [AnimatedFrames] Enabling AnimatedFrames v4.11.0-SNAPSHOT*
  187. [00:50:37] [Server thread/WARN]: [AnimatedFrames] **************************************************
  188. [00:50:37] [Server thread/WARN]: [AnimatedFrames]
  189. [00:50:37] [Server thread/WARN]: [AnimatedFrames] This plugin depends on MapManager
  190. [00:50:37] [Server thread/WARN]: [AnimatedFrames] https://r.spiget.org/19198
  191. [00:50:37] [Server thread/WARN]: [AnimatedFrames]
  192. [00:50:37] [Server thread/WARN]: [AnimatedFrames] **************************************************
  193. [00:50:37] [Server thread/INFO]: [AnimatedFrames] Disabling AnimatedFrames v4.11.0-SNAPSHOT
  194. [00:50:37] [Server thread/INFO]: [PingPlayer] Enabling PingPlayer v1.3.2*
  195. [00:50:37] [Server thread/INFO]: [PingPlayer] PingPlayer v1.3.2 enabled.
  196. [00:50:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.6.0-b738*
  197. [00:50:37] [Server thread/INFO]: -------- World Settings For [Old_Storage] --------
  198. [00:50:37] [Server thread/INFO]: Mob Spawn Range: 4
  199. [00:50:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  200. [00:50:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  201. [00:50:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  202. [00:50:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  203. [00:50:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  204. [00:50:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  205. [00:50:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  206. [00:50:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  207. [00:50:37] [Server thread/INFO]: Vine Growth Modifier: 100%
  208. [00:50:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  209. [00:50:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  210. [00:50:37] [Server thread/INFO]: Entity Tracking Range: Pl 100 / An 100 / Mo 100 / Mi 100 / Other 100
  211. [00:50:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  212. [00:50:37] [Server thread/INFO]: Random Lighting Updates: false
  213. [00:50:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  214. [00:50:37] [Server thread/INFO]: Max TNT Explosions: 100
  215. [00:50:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  216. [00:50:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  217. [00:50:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  218. [00:50:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  219. [00:50:37] [Server thread/INFO]: Item Merge Radius: 2.5
  220. [00:50:37] [Server thread/INFO]: Item Despawn Rate: 6000
  221. [00:50:37] [Server thread/INFO]: View Distance: 10
  222. [00:50:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  223. [00:50:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  224. [00:50:37] [Server thread/INFO]: Preparing start region for level 1 (Seed: 368663910808766767)
  225. [00:50:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Old_Storage'.
  226. [00:50:37] [Server thread/INFO]: -------- World Settings For [Storage] --------
  227. [00:50:37] [Server thread/INFO]: Mob Spawn Range: 4
  228. [00:50:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  229. [00:50:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  230. [00:50:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  231. [00:50:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  232. [00:50:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  233. [00:50:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  234. [00:50:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  235. [00:50:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  236. [00:50:37] [Server thread/INFO]: Vine Growth Modifier: 100%
  237. [00:50:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  238. [00:50:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  239. [00:50:37] [Server thread/INFO]: Entity Tracking Range: Pl 100 / An 100 / Mo 100 / Mi 100 / Other 100
  240. [00:50:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  241. [00:50:37] [Server thread/INFO]: Random Lighting Updates: false
  242. [00:50:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  243. [00:50:37] [Server thread/INFO]: Max TNT Explosions: 100
  244. [00:50:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  245. [00:50:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  246. [00:50:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  247. [00:50:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  248. [00:50:37] [Server thread/INFO]: Item Merge Radius: 2.5
  249. [00:50:37] [Server thread/INFO]: Item Despawn Rate: 6000
  250. [00:50:37] [Server thread/INFO]: View Distance: 10
  251. [00:50:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  252. [00:50:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  253. [00:50:37] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8243361039572287684)
  254. [00:50:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Storage'.
  255. [00:50:37] [Server thread/INFO]: [dynmap] Loaded 9335 pending tile renders for world 'Storage'
  256. [00:50:37] [Server thread/INFO]: -------- World Settings For [worldsfair] --------
  257. [00:50:37] [Server thread/INFO]: Mob Spawn Range: 4
  258. [00:50:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  259. [00:50:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  260. [00:50:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  261. [00:50:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  262. [00:50:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  263. [00:50:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  264. [00:50:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  265. [00:50:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  266. [00:50:37] [Server thread/INFO]: Vine Growth Modifier: 100%
  267. [00:50:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  268. [00:50:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  269. [00:50:37] [Server thread/INFO]: Entity Tracking Range: Pl 100 / An 100 / Mo 100 / Mi 100 / Other 100
  270. [00:50:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  271. [00:50:37] [Server thread/INFO]: Random Lighting Updates: false
  272. [00:50:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  273. [00:50:37] [Server thread/INFO]: Max TNT Explosions: 100
  274. [00:50:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  275. [00:50:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  276. [00:50:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  277. [00:50:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  278. [00:50:37] [Server thread/INFO]: Item Merge Radius: 2.5
  279. [00:50:37] [Server thread/INFO]: Item Despawn Rate: 6000
  280. [00:50:37] [Server thread/INFO]: View Distance: 10
  281. [00:50:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  282. [00:50:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  283. [00:50:37] [Server thread/INFO]: Preparing start region for level 3 (Seed: 4775310236047098365)
  284. [00:50:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'worldsfair'.
  285. [00:50:37] [Server thread/INFO]: -------- World Settings For [JapanMapV3] --------
  286. [00:50:37] [Server thread/INFO]: Mob Spawn Range: 4
  287. [00:50:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  288. [00:50:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  289. [00:50:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  290. [00:50:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  291. [00:50:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  292. [00:50:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  293. [00:50:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  294. [00:50:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  295. [00:50:37] [Server thread/INFO]: Vine Growth Modifier: 100%
  296. [00:50:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  297. [00:50:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
  298. [00:50:37] [Server thread/INFO]: Entity Tracking Range: Pl 100 / An 100 / Mo 100 / Mi 100 / Other 100
  299. [00:50:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  300. [00:50:37] [Server thread/INFO]: Random Lighting Updates: false
  301. [00:50:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  302. [00:50:37] [Server thread/INFO]: Max TNT Explosions: 100
  303. [00:50:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  304. [00:50:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  305. [00:50:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  306. [00:50:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  307. [00:50:37] [Server thread/INFO]: Item Merge Radius: 2.5
  308. [00:50:37] [Server thread/INFO]: Item Despawn Rate: 6000
  309. [00:50:37] [Server thread/INFO]: View Distance: 10
  310. [00:50:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  311. [00:50:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  312. [00:50:37] [Server thread/INFO]: Preparing start region for level 4 (Seed: 27594263)
  313. [00:50:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'JapanMapV3'.
  314. [00:50:37] [Server thread/INFO]: [dynmap] Loaded 12564 pending tile renders for world 'JapanMapV3'
  315. [00:50:37] [Server thread/INFO]: [dynmap] Full render for world 'JapanMapV3' restored
  316. [00:50:37] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  317. [00:50:38] [Server thread/INFO]: [Multiverse-Core] Version 2.6.0-b738 (API v21) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  318. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.15.1-RC-sMD5NET-b1084*
  319. [00:50:38] [Server thread/WARN]: [NoCheatPlus] The Minecraft version seems to be more recent than the one Compat-CB-Reflect has been built with - this might work, but there could be incompatibilities.
  320. [00:50:38] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.5-1.11.2|? / CB-Reflect
  321. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  322. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  323. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  324. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  325. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.9 blocks.
  326. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.10 blocks.
  327. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.11 blocks.
  328. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  329. [00:50:38] [Server thread/WARN]: [NoCheatPlus] Packet level access via ProtocolLib not available, supported configurations: | ProtocolLib 4.2.0 or later for Minecraft 1.11.x | ProtocolLib 4.1 or later for Minecraft 1.8.x to 1.10.x | ProtocolLib 3.7.0 for Minecraft 1.7.x and earlier | ProtocolLib 3.6.6 for PaperSpigot 1.8.x
  330. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Force disable FastHeal on Minecraft 1.9 and later.
  331. [00:50:38] [Server thread/INFO]: [NoCheatPlus] Version 3.15.1-RC-sMD5NET-b1084 is enabled.
  332. [00:50:38] [Server thread/INFO]: [ImageMaps] Enabling ImageMaps v0.4.5*
  333. [00:50:38] [Server thread/INFO]: [EditableSign] Enabling EditableSign v3.3.0*
  334. [00:50:38] [Server thread/INFO]: [EditableSign] EditableSign version 3.3.0 is Enabled
  335. [00:50:38] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity*
  336. [00:50:38] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity*
  337. [00:50:38] [Server thread/INFO]: [MotdManager-Reloaded] Enabling MotdManager-Reloaded v1.44*
  338. [00:50:38] [Server thread/INFO]: [MotdManager-Reloaded] version 1.44 is enabled!
  339. [00:50:38] [Server thread/INFO]: [HeadsPluginAPI] Enabling HeadsPluginAPI v1.7.1-1.13
  340. [00:50:38] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1*
  341. [00:50:38] [Thread-31/INFO]: [HeadsPluginAPI] Updating food.json
  342. [00:50:38] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity*
  343. [00:50:38] [Server thread/INFO]: [SimpleSit] Enabling SimpleSit v1.6.3*
  344. [00:50:38] [Server thread/INFO]: [Buttontp] Enabling Buttontp v1.2.2*
  345. [00:50:38] [Server thread/INFO]: [Buttontp] ButtonWarp 1.2.2 (Build 30) is enabled!
  346. [00:50:38] [Server thread/INFO]: [Herochat] Enabling Herochat v6.0.0-SNAPSHOT-bb16*
  347. [00:50:38] [Server thread/INFO]: [Herochat] Saving channels
  348. [00:50:38] [Server thread/INFO]: [Herochat] Save complete
  349. [00:50:38] [Server thread/WARN]: [Herochat] Ignoring attempt to change parent of plugin logger
  350. [00:50:38] [Server thread/INFO]: [Herochat] Version 6.0.0-SNAPSHOT-bb16 is enabled.
  351. [00:50:38] [Server thread/INFO]: [Lift] Enabling Lift v54*
  352. [00:50:38] [Server thread/INFO]: Lift v54 is now enabled!
  353. [00:50:38] [Server thread/INFO]: [Announcer] Enabling Announcer v1.7.4*
  354. [00:50:38] [Server thread/INFO]: Announcer v1.7.4 is enabled!
  355.  
  356. [00:50:38] [Server thread/INFO]: [LightCleaner] Enabling LightCleaner v1.13.1-v1
  357. [00:50:38] [Server thread/ERROR]: [LightCleaner] Could not enable 'LightCleaner v1.13.1-v1' because dependency 'BKCommonLib' failed to enable!
  358. [00:50:38] [Server thread/ERROR]: [LightCleaner] Perhaps the dependency has to be updated? Please check the log for any errors related to BKCommonLib
  359. [00:50:38] [Server thread/INFO]: [LightCleaner] Disabling LightCleaner v1.13.1-v1
  360. [00:50:38] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.1
  361. [00:50:38] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  362. [00:50:39] [Server thread/INFO]: [HeadsInventory] Enabling HeadsInventory v1.7.1-1.13
  363. [00:50:39] [Server thread/INFO]: [HeadsInventory] Hooked Vault!
  364. [00:50:39] [Server thread/INFO]: [SignColors] Enabling SignColors v1.1.1*
  365. [00:50:39] [Server thread/INFO]: [SignColors] Successfully loaded the language file (EN.yml)!
  366. [00:50:39] [Server thread/WARN]: java.lang.Throwable: Warning: A plugin is creating a recipe using a Deprecated method. This will cause you to receive warnings stating 'Tried to load unrecognized recipe: bukkit:<ID>'. Please ask the author to give their recipe a static key using NamespacedKey.
  367. [00:50:39] [Server thread/WARN]: at org.bukkit.inventory.ShapedRecipe.<init>(ShapedRecipe.java:28)
  368. [00:50:39] [Server thread/WARN]: at de.codehat.signcolors.managers.SignManager.setupColoredSigns(SignManager.java:72)
  369. [00:50:39] [Server thread/WARN]: at de.codehat.signcolors.SignColors.loadManagers(SignColors.java:191)
  370. [00:50:39] [Server thread/WARN]: at de.codehat.signcolors.SignColors.onEnable(SignColors.java:118)
  371. [00:50:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:254)
  372. [00:50:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325)
  373. [00:50:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  374. [00:50:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:441)
  375. [00:50:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:355)
  376. [00:50:39] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:613)
  377. [00:50:39] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:575)
  378. [00:50:39] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:435)
  379. [00:50:39] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:316)
  380. [00:50:39] [Server thread/WARN]: at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:791)
  381. [00:50:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  382. [00:50:39] [Server thread/INFO]: [SignColors] Loading database (SQLITE).
  383. [00:50:39] [Server thread/INFO]: [SignColors] Metrics are ENABLED :)
  384. [00:50:39] [Server thread/INFO]: [SignColors] Looking for a newer version...
  385. [00:50:39] [Server thread/INFO]: [SignColors] Version 1.1.1 by CodeHat enabled.
  386. [00:50:39] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.16.4
  387. [00:50:39] [Thread-31/INFO]: [HeadsPluginAPI] Done updating food.json
  388. [00:50:39] [Thread-31/INFO]: [HeadsPluginAPI] Updating devices.json
  389. [00:50:39] [Thread-31/INFO]: [HeadsPluginAPI] Done updating devices.json
  390. [00:50:39] [Thread-31/INFO]: [HeadsPluginAPI] Updating misc.json
  391. [00:50:39] [Server thread/INFO]: Done (5.128s)! For help, type "help"
  392. [00:50:39] [Server thread/INFO]: Timings Reset
  393. [00:50:39] [Craft Scheduler Thread - 0/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
  394. [00:50:39] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
  395. --- Missing entries -------------------------------
  396. * MISSING 235(WHITE_GLAZED_TERRACOTTA / SOLID+GROUND)
  397. * MISSING 236(ORANGE_GLAZED_TERRACOTTA / SOLID+GROUND)
  398. * MISSING 237(MAGENTA_GLAZED_TERRACOTTA / SOLID+GROUND)
  399. * MISSING 238(LIGHT_BLUE_GLAZED_TERRACOTTA / SOLID+GROUND)
  400. * MISSING 239(YELLOW_GLAZED_TERRACOTTA / SOLID+GROUND)
  401. * MISSING 240(LIME_GLAZED_TERRACOTTA / SOLID+GROUND)
  402. * MISSING 241(PINK_GLAZED_TERRACOTTA / SOLID+GROUND)
  403. * MISSING 242(GRAY_GLAZED_TERRACOTTA / SOLID+GROUND)
  404. * MISSING 243(SILVER_GLAZED_TERRACOTTA / SOLID+GROUND)
  405. * MISSING 244(CYAN_GLAZED_TERRACOTTA / SOLID+GROUND)
  406. * MISSING 245(PURPLE_GLAZED_TERRACOTTA / SOLID+GROUND)
  407. * MISSING 246(BLUE_GLAZED_TERRACOTTA / SOLID+GROUND)
  408. * MISSING 247(BROWN_GLAZED_TERRACOTTA / SOLID+GROUND)
  409. * MISSING 248(GREEN_GLAZED_TERRACOTTA / SOLID+GROUND)
  410. * MISSING 249(RED_GLAZED_TERRACOTTA / SOLID+GROUND)
  411. * MISSING 250(BLACK_GLAZED_TERRACOTTA / SOLID+GROUND)
  412. * MISSING 251(CONCRETE / SOLID+GROUND)
  413. * MISSING 252(CONCRETE_POWDER / SOLID+GROUND)
  414. [00:50:39] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  415. [00:50:39] [Craft Scheduler Thread - 6/INFO]: [PlaceholderAPI] Failed to check for a update on spigot.
  416. [00:50:39] [Thread-31/INFO]: [HeadsPluginAPI] Done updating misc.json
  417. [00:50:39] [Thread-31/INFO]: [HeadsPluginAPI] Updating alphabet.json
  418. [00:50:39] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  419. [00:50:39] [Server thread/WARN]: [HolographicDisplays] Hologram 'waterstest' was in the world 'WatersIsland' but it wasn't loaded.
  420. [00:50:39] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
  421. [00:50:39] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] 128 placeholder expansions are available on the cloud.
  422. [00:50:39] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  423. [00:50:40] [Thread-31/INFO]: [HeadsPluginAPI] Done updating alphabet.json
  424. [00:50:40] [Thread-31/INFO]: [HeadsPluginAPI] Updating interior.json
  425. [00:50:40] [Craft Scheduler Thread - 3/ERROR]: [SignColors] Checking for a newer version FAILED :(
  426. [00:50:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (79dc7d6d17f1df41e64a7edd527705e3c8049868)
  427. [00:50:40] [Thread-31/INFO]: [HeadsPluginAPI] Done updating interior.json
  428. [00:50:40] [Thread-31/INFO]: [HeadsPluginAPI] Updating color.json
  429. [00:50:40] [Craft Scheduler Thread - 3/INFO]: [Vault] Checking for Updates ...
  430. [00:50:40] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Language initialized as English
  431. [00:50:40] [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
  432. [00:50:40] [Thread-31/INFO]: [HeadsPluginAPI] Done updating color.json
  433. [00:50:40] [Thread-31/INFO]: [HeadsPluginAPI] Updating blocks.json
  434. [00:50:40] [Craft Scheduler Thread - 3/INFO]: [Vault] No new version available
  435. [00:50:41] [Thread-31/INFO]: [HeadsPluginAPI] Done updating blocks.json
  436. [00:50:41] [Thread-31/INFO]: [HeadsPluginAPI] Updating games.json
  437. [00:50:41] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Login Successful!
  438. [00:50:41] [Thread-31/INFO]: [HeadsPluginAPI] Done updating games.json
  439. [00:50:41] [Thread-31/INFO]: [HeadsPluginAPI] Updating mobs.json
  440. [00:50:41] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  441. [00:50:41] [Log4j2-TF-1-AsyncLogger[AsyncContext@5c647e05]-1/INFO]: [DiscordSRV] [JDA] Finished Loading!
  442. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Oasis Community Server(276047589043077120)
  443. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:off-topic(392477766013943809)
  444. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:nsfw(440023436387942420)
  445. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:politics(487475249169039362)
  446. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:dj(517385492459814921)
  447. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(276047589043077120)
  448. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(392478291417890816)
  449. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:project-planning(402997298646351903)
  450. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:discord-to-server(412658706027905027)
  451. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:electrical-room(479080124516532224)
  452. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:electrical-room(479080124516532224)
  453. [00:50:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling HeroChat hook
  454. [00:50:41] [Thread-31/INFO]: [HeadsPluginAPI] Done updating mobs.json
  455. [00:50:41] [Thread-31/INFO]: [HeadsPluginAPI] Updating characters.json
  456. [00:50:42] [Thread-31/INFO]: [HeadsPluginAPI] Done updating characters.json
  457. [00:50:42] [Thread-31/INFO]: [HeadsPluginAPI] Updating pokemon.json
  458. [00:50:42] [Thread-31/INFO]: [HeadsPluginAPI] Done updating pokemon.json
  459. [00:50:42] [Thread-31/INFO]: [HeadsPluginAPI] Updating sweeper.json
  460. [00:50:46] [User Authenticator #1/INFO]: UUID of player Thor_IAD is f99dbeda-67b4-46fa-9b43-6df63c4cbb12
  461. [00:50:47] [Server thread/INFO]: Thor_IAD[/204.62.51.52:53969] logged in with entity id 178 at ([Storage]2434.0511423211824, 41.97768212434672, -4704.380341628203)
  462. [00:50:52] [Thread-31/INFO]: [HeadsPluginAPI] Done updating sweeper.json
  463. [00:50:52] [Thread-31/INFO]: [HeadsPluginAPI] Updating rwby.json
  464. [00:50:52] [Thread-31/INFO]: [HeadsPluginAPI] Done updating rwby.json
  465. [00:50:52] [Thread-31/INFO]: [HeadsPluginAPI] Updating doge.json
  466. [00:50:54] [Server thread/INFO]: Thor_IAD issued server command: //move 4
  467. [00:50:54] [Server thread/ERROR]: [WorldEdit] An unexpected error while handling a WorldEdit command
  468. java.lang.reflect.InvocationTargetException: null
  469. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  470. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  471. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  472. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  473. at com.sk89q.worldedit.util.command.parametric.ParametricCallable.call(ParametricCallable.java:243) ~[?:?]
  474. at com.sk89q.worldedit.util.command.SimpleDispatcher.call(SimpleDispatcher.java:125) ~[?:?]
  475. at com.sk89q.worldedit.extension.platform.CommandManager.handleCommand(CommandManager.java:275) ~[?:?]
  476. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  477. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  478. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  479. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  480. at com.sk89q.worldedit.util.eventbus.MethodEventHandler.dispatch(MethodEventHandler.java:58) ~[?:?]
  481. at com.sk89q.worldedit.util.eventbus.EventHandler.handleEvent(EventHandler.java:73) ~[?:?]
  482. at com.sk89q.worldedit.util.eventbus.EventBus.dispatch(EventBus.java:187) ~[?:?]
  483. at com.sk89q.worldedit.util.eventbus.EventBus.post(EventBus.java:173) ~[?:?]
  484. at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:231) ~[?:?]
  485. at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:54) ~[?:?]
  486. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[patched_1.13.2.jar:git-Paper-475]
  487. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.dispatchCommand(CraftServer.java:732) ~[patched_1.13.2.jar:git-Paper-475]
  488. at net.minecraft.server.v1_13_R2.PlayerConnection.handleCommand(PlayerConnection.java:1792) ~[patched_1.13.2.jar:git-Paper-475]
  489. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1595) ~[patched_1.13.2.jar:git-Paper-475]
  490. at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[patched_1.13.2.jar:git-Paper-475]
  491. at net.minecraft.server.v1_13_R2.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.13.2.jar:git-Paper-475]
  492. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:12) ~[patched_1.13.2.jar:git-Paper-475]
  493. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
  494. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
  495. at net.minecraft.server.v1_13_R2.SystemUtils.a(SystemUtils.java:109) ~[patched_1.13.2.jar:git-Paper-475]
  496. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:1016) ~[patched_1.13.2.jar:git-Paper-475]
  497. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:439) ~[patched_1.13.2.jar:git-Paper-475]
  498. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:943) ~[patched_1.13.2.jar:git-Paper-475]
  499. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:841) ~[patched_1.13.2.jar:git-Paper-475]
  500. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  501. Caused by: java.lang.NoSuchMethodError: net.minecraft.server.v1_13_R2.NBTTagInt.e()I
  502. at com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2.toNative(Spigot_v1_13_R2.java:403) ~[?:?]
  503. at com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2.toNative(Spigot_v1_13_R2.java:391) ~[?:?]
  504. at com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2.getBlock(Spigot_v1_13_R2.java:237) ~[?:?]
  505. at com.sk89q.worldedit.bukkit.BukkitWorld.getFullBlock(BukkitWorld.java:445) ~[?:?]
  506. at com.sk89q.worldedit.EditSession.getFullBlock(EditSession.java:482) ~[?:?]
  507. at com.sk89q.worldedit.function.block.ExtentBlockCopy.apply(ExtentBlockCopy.java:72) ~[?:?]
  508. at com.sk89q.worldedit.function.RegionMaskingFilter.apply(RegionMaskingFilter.java:53) ~[?:?]
  509. at com.sk89q.worldedit.function.CombinedRegionFunction.apply(CombinedRegionFunction.java:87) ~[?:?]
  510. at com.sk89q.worldedit.function.visitor.RegionVisitor.resume(RegionVisitor.java:57) ~[?:?]
  511. at com.sk89q.worldedit.function.operation.OperationQueue.resume(OperationQueue.java:89) ~[?:?]
  512. at com.sk89q.worldedit.function.operation.DelegateOperation.resume(DelegateOperation.java:52) ~[?:?]
  513. at com.sk89q.worldedit.function.operation.OperationQueue.resume(OperationQueue.java:89) ~[?:?]
  514. at com.sk89q.worldedit.function.operation.Operations.completeLegacy(Operations.java:55) ~[?:?]
  515. at com.sk89q.worldedit.EditSession.moveRegion(EditSession.java:1160) ~[?:?]
  516. at com.sk89q.worldedit.command.RegionCommands.move(RegionCommands.java:282) ~[?:?]
  517. ... 32 more
  518. [00:50:55] [Thread-31/INFO]: [HeadsPluginAPI] Done updating doge.json
  519. [00:50:57] [Server thread/INFO]: Thor_IAD issued server command: //undo
  520. [00:50:57] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'JapanMapV3' in progress - 263400 tiles rendered (261.19 msec/tile, 624.86 msec per render)
  521. [00:51:30] [Server thread/INFO]: Thor_IAD issued server command: /plugins
  522. [00:51:35] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'JapanMapV3' in progress - 263500 tiles rendered (261.24 msec/tile, 355.60 msec per render)
  523. [00:52:14] [Dynmap Render Thread/INFO]: [dynmap] Full render of map 'surface' of 'JapanMapV3' in progress - 263600 tiles rendered (261.28 msec/tile, 345.98 msec per render)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement