Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.59 KB | None | 0 0
  1. [17:38:14] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [17:38:14] [Server thread/INFO]: Loading properties
  3. [17:38:14] [Server thread/INFO]: Default game type: ADVENTURE
  4. [17:38:14] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-21fe707-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [17:38:15] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [17:38:15] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [17:38:15] [Server thread/INFO]: Debug logging is disabled
  8. [17:38:15] [Server thread/INFO]: Generating keypair
  9. [17:38:15] [Server thread/INFO]: Starting Minecraft server on 89.34.96.17:25620
  10. [17:38:15] [Server thread/INFO]: Using epoll channel type
  11. [17:38:15] [Server thread/ERROR]: Could not load 'plugins/DiscordSRV-Build-16.0.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  15. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  19. Caused by: java.util.zip.ZipException: error in opening zip file
  20. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_181]
  21. at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_181]
  22. at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_181]
  23. at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_181]
  24. at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_181]
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  26. ... 5 more
  27. [17:38:15] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  28. [17:38:15] [Server thread/ERROR]: Could not load 'plugins/WorldGuardExtraFlagsPlugin.jar' in folder 'plugins'
  29. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldguard/session/handler/Handler$Factory
  30. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  31. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  32. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  33. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  34. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  35. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  36. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
  37. Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/session/handler/Handler$Factory
  38. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
  39. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
  40. at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  41. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  42. ... 6 more
  43. Caused by: java.lang.ClassNotFoundException: com.sk89q.worldguard.session.handler.Handler$Factory
  44. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_181]
  45. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
  49. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
  50. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
  51. at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  52. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  53. ... 6 more
  54. [17:38:15] [Server thread/INFO]: [ExtremeJumpPads] Loading ExtremeJumpPads v1.0.0
  55. [17:38:15] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
  56. [17:38:15] [Server thread/INFO]: [SwalbertStaffMail] Loading SwalbertStaffMail v1.0.4
  57. [17:38:15] [Server thread/INFO]: [CommandAliases] Loading CommandAliases v1.0
  58. [17:38:15] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.2.0
  59. [17:38:15] [Server thread/INFO]: [SwalbertSpawn] Loading SwalbertSpawn v1.0
  60. [17:38:15] [Server thread/INFO]: [Authenticator] Loading Authenticator v2.1.2
  61. [17:38:15] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v2.0
  62. [17:38:15] [Server thread/INFO]: [SpawnPlus] Loading SpawnPlus v1.0
  63. [17:38:15] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
  64. [17:38:15] [Server thread/INFO]: [SwalbertMultiTitle] Loading SwalbertMultiTitle v1.0
  65. [17:38:15] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.4.1
  66. [17:38:15] [Server thread/INFO]: [ViaVersion] ViaVersion 1.4.1 is now loaded, injecting!
  67. [17:38:16] [Server thread/INFO]: Loading block mapping...
  68. [17:38:16] [Server thread/INFO]: Loading item mapping...
  69. [17:38:16] [Server thread/INFO]: Loading new tags...
  70. [17:38:16] [Server thread/INFO]: Loading enchantments...
  71. [17:38:16] [Server thread/INFO]: Loading sound mapping...
  72. [17:38:16] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  73. [17:38:16] [Server thread/INFO]: [CustomHelpMessage] Loading CustomHelpMessage v1.4
  74. [17:38:16] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.1.25
  75. [17:38:16] [Server thread/INFO]: [StripArmor] Loading StripArmor v1.2.1
  76. [17:38:16] [Server thread/INFO]: [AutoBroadcast] Loading AutoBroadcast v2.1-SNAPSHOT
  77. [17:38:16] [Server thread/INFO]: [Hub] Loading Hub v1.5
  78. [17:38:16] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.6.2
  79. [17:38:16] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  80. [17:38:16] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
  81. [17:38:16] [Server thread/INFO]: [VPNGuard] Loading VPNGuard v3.1
  82. [17:38:16] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.0.39
  83. [17:38:16] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.3.1
  84. [17:38:16] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v18.09.13-406bc9c-1212-21.4.10
  85. [17:38:16] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.7.3
  86. [17:38:16] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabling support for iDisguise.
  87. [17:38:16] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabling support for ProtocolLib.
  88. [17:38:16] [Server thread/INFO]: [WARN] [TrollCommandsPlusPlus] PowerNBT was not found. The /troll attachcommand command has been disabled.
  89. [17:38:16] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabling support for LuckPerms.
  90. [17:38:16] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabling support for CoreProtect.
  91. [17:38:17] [Server thread/INFO]: [AntiCaps] Loading AntiCaps v1.1
  92. [17:38:17] [Server thread/INFO]: [SlashDiscord] Loading SlashDiscord v0.0.1
  93. [17:38:17] [Server thread/INFO]: [ModDetector] Loading ModDetector v3.0
  94. [17:38:17] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  95. [17:38:17] [Server thread/INFO]: [NoWeatherForBrad] Loading NoWeatherForBrad v1.0
  96. [17:38:17] [Server thread/INFO]: [Command Blocker] Loading TreysCommandBlocker v1.1.1
  97. [17:38:17] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  98. [17:38:17] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  99. [17:38:17] [Server thread/INFO]: [DynamicSigns] Loading DynamicSigns v4.2.0
  100. [17:38:17] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
  101. [17:38:17] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b601
  102. [17:38:17] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.2
  103. [17:38:17] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.13.2
  104. [17:38:17] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  105. [17:38:17] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b601
  106. [17:38:17] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.3.0
  107. [17:38:17] [Server thread/INFO]: [WGRegionEvents] Loading WGRegionEvents vS_Ryan
  108. [17:38:17] [Server thread/INFO]: [ItemJoin] Loading ItemJoin v4.8
  109. [17:38:17] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.0
  110. [17:38:17] [Server thread/INFO]: [WGRegionCommands] Loading WGRegionCommands v0.1
  111. [17:38:17] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.9
  112. [17:38:17] [Server thread/INFO]: [WGRegionEffects] Loading WGRegionEffects v1.4
  113. [17:38:17] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.1.25
  114. [17:38:17] [Server thread/INFO]:  __  __ ___ __ __ 
  115. [17:38:17] [Server thread/INFO]:  | | | / ` |__/ |__) |__ |__) |\/| /__` 
  116. [17:38:17] [Server thread/INFO]:  |___ \__/ \__, | \ | |___ | \ | | .__/ 
  117. [17:38:17] [Server thread/INFO]: 
  118. [17:38:17] [Server thread/INFO]:  Loading version v4.1.25 on Bukkit - CraftBukkit
  119. [17:38:17] [Server thread/INFO]:  Running on server version git-Spigot-21fe707-e1ebe52 (MC: 1.8.8) - 1.8.8-R0.1-SNAPSHOT
  120. [17:38:17] [Server thread/INFO]: 
  121. [17:38:17] [Server thread/INFO]: [LP] Loading configuration...
  122. [17:38:17] [Server thread/INFO]: [LP] Loading storage provider... [H2]
  123. [17:38:17] [Server thread/INFO]: [LP] Loading internal permission managers...
  124. [17:38:17] [Server thread/INFO]: [LP] Performing initial data load...
  125. [17:38:18] [Server thread/INFO]: [LP] Successfully enabled. (took 892ms)
  126. [17:38:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
  127. [17:38:18] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  128. [17:38:18] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v18.09.13-406bc9c-1212-21.4.10
  129. [17:38:18] [Server thread/INFO]: ====== USE PAPER ======
  130. [17:38:18] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  131. [17:38:18] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  132. [17:38:18] [Server thread/INFO]: - This is only a recommendation
  133. [17:38:18] [Server thread/INFO]: ==============================
  134. [17:38:18] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  135. [17:38:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  136. [17:38:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  137. [17:38:18] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  138. [17:38:18] [Server thread/INFO]: [LP] Registered Vault permission & chat hook.
  139. [17:38:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  140. [17:38:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  141. [17:38:18] [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.
  142. [17:38:18] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  143. [17:38:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  144. [17:38:18] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  145. [17:38:18] [Server thread/INFO]: Preparing level "world"
  146. [17:38:18] [Server thread/INFO]: -------- World Settings For [world] --------
  147. [17:38:18] [Server thread/INFO]: Mob Spawn Range: 4
  148. [17:38:18] [Server thread/INFO]: Anti X-Ray: true
  149. [17:38:18] [Server thread/INFO]: Engine Mode: 1
  150. [17:38:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  151. [17:38:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  152. [17:38:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  153. [17:38:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  154. [17:38:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  155. [17:38:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  156. [17:38:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  157. [17:38:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  158. [17:38:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  159. [17:38:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  160. [17:38:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  161. [17:38:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  162. [17:38:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  163. [17:38:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  164. [17:38:18] [Server thread/INFO]: Random Lighting Updates: false
  165. [17:38:18] [Server thread/INFO]: Structure Info Saving: true
  166. [17:38:18] [Server thread/INFO]: Sending up to 10 chunks per packet
  167. [17:38:18] [Server thread/INFO]: Max Entity Collisions: 8
  168. [17:38:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  169. [17:38:18] [Server thread/INFO]: Max TNT Explosions: 100
  170. [17:38:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  171. [17:38:18] [Server thread/INFO]: Item Despawn Rate: 6000
  172. [17:38:18] [Server thread/INFO]: Item Merge Radius: 2.5
  173. [17:38:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  174. [17:38:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  175. [17:38:18] [Server thread/INFO]: View Distance: 6
  176. [17:38:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  177. [17:38:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  178. [17:38:18] [Server thread/INFO]: Clear tick list: false
  179. [17:38:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  180. [17:38:18] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  181. [17:38:18] [Server thread/INFO]: Mob Spawn Range: 4
  182. [17:38:18] [Server thread/INFO]: Anti X-Ray: true
  183. [17:38:18] [Server thread/INFO]: Engine Mode: 1
  184. [17:38:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  185. [17:38:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  186. [17:38:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  187. [17:38:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  188. [17:38:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  189. [17:38:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  190. [17:38:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  191. [17:38:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  192. [17:38:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  193. [17:38:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  194. [17:38:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  195. [17:38:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  196. [17:38:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  197. [17:38:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  198. [17:38:18] [Server thread/INFO]: Random Lighting Updates: false
  199. [17:38:18] [Server thread/INFO]: Structure Info Saving: true
  200. [17:38:18] [Server thread/INFO]: Sending up to 10 chunks per packet
  201. [17:38:18] [Server thread/INFO]: Max Entity Collisions: 8
  202. [17:38:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  203. [17:38:18] [Server thread/INFO]: Max TNT Explosions: 100
  204. [17:38:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  205. [17:38:18] [Server thread/INFO]: Item Despawn Rate: 6000
  206. [17:38:18] [Server thread/INFO]: Item Merge Radius: 2.5
  207. [17:38:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  208. [17:38:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  209. [17:38:18] [Server thread/INFO]: View Distance: 6
  210. [17:38:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  211. [17:38:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  212. [17:38:18] [Server thread/INFO]: Clear tick list: false
  213. [17:38:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  214. [17:38:18] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4216530450634206070)
  215. [17:38:19] [Server thread/INFO]: Preparing start region for level 1 (Seed: -4216530450634206070)
  216. [17:38:20] [Server thread/INFO]: Preparing spawn area: 57%
  217. [17:38:20] [Server thread/INFO]: [ExtremeJumpPads] Enabling ExtremeJumpPads v1.0.0
  218. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
  219. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  220. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  221. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  222. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  223. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  224. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
  225. [17:38:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  226. [17:38:20] [Server thread/INFO]: [SwalbertStaffMail] Enabling SwalbertStaffMail v1.0.4
  227. [17:38:20] [Server thread/INFO]: [SwalbertStaffMail] [SwalbertStaffMail] A plugin made for MrSwalbert, by rasm945i from https://en.rasmusbendix.dk
  228. [17:38:20] [Server thread/INFO]: [CommandAliases] Enabling CommandAliases v1.0
  229. [17:38:20] [Server thread/INFO]: Command Aliases is online
  230. [17:38:20] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.2.0
  231. [17:38:20] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
  232. [17:38:20] [Server thread/INFO]: [SwalbertSpawn] Enabling SwalbertSpawn v1.0
  233. [17:38:20] [Server thread/INFO]: [SwalbertSpawn] [SwalbertSpawn] A plugin made for MrSwalbert, by rasm945i from https://en.rasmusbendix.dk
  234. [17:38:20] [Server thread/INFO]: [Authenticator] Enabling Authenticator v2.1.2
  235. [17:38:21] [Thread-10/INFO]: [Authenticator] Checking for updates...
  236. [17:38:21] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v2.0
  237. [17:38:21] [Server thread/INFO]: [SpawnPlus] Enabling SpawnPlus v1.0
  238. [17:38:21] [Thread-10/INFO]: [Authenticator] No updates available!
  239. [17:40:28] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  240.  
  241. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  242. [17:40:28] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  243. [17:40:28] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  244. [17:40:28] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  245. [17:40:28] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  246. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  247. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  248. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343)
  249. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334)
  250. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  251. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  252. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
  253. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
  254. [17:40:28] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  255. [17:40:28] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  256. [17:40:28] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  257. [17:40:28] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  258. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  259. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  260. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  261. [17:40:28] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  262. [17:40:28] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  263. [17:40:28] [Server thread/WARN]: at dk.rasmusbendix.spawnplus.SqlConnection.openConnection(SqlConnection.java:52)
  264. [17:40:28] [Server thread/WARN]: at dk.rasmusbendix.spawnplus.SqlConnection.(SqlConnection.java:28)
  265. [17:40:28] [Server thread/WARN]: at dk.rasmusbendix.spawnplus.Main.onEnable(Main.java:36)
  266. [17:40:28] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  267. [17:40:28] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  268. [17:40:28] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  269. [17:40:28] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  270. [17:40:28] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  271. [17:40:28] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  272. [17:40:28] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  273. [17:40:28] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  274. [17:40:28] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  275. [17:40:28] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  276. [17:40:28] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  277. [17:40:28] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
  278. [17:40:28] [Server thread/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method)
  279. [17:40:28] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  280. [17:40:28] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  281. [17:40:28] [Server thread/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  282. [17:40:28] [Server thread/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  283. [17:40:28] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:589)
  284. [17:40:28] [Server thread/WARN]: at java.net.Socket.connect(Socket.java:538)
  285. [17:40:28] [Server thread/WARN]: at java.net.Socket.(Socket.java:434)
  286. [17:40:28] [Server thread/WARN]: at java.net.Socket.(Socket.java:244)
  287. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254)
  288. [17:40:28] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
  289. [17:40:28] [Server thread/WARN]: ... 28 more
  290. [17:40:28] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
  291. [17:40:28] [Server thread/INFO]: [DeluxeTags] 20 tags loaded
  292. [17:40:28] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
  293. [17:40:28] [Server thread/INFO]: [DeluxeTags] DeluxeChat will handle fetching placeholders for tags!
  294. [17:40:28] [Server thread/INFO]: ----------------------------
  295. [17:40:28] [Server thread/INFO]: DeluxeTags Updater
  296. [17:40:28] [Server thread/INFO]:
  297. [17:40:28] [Server thread/INFO]: Could not connect to spigotmc.org
  298. [17:40:28] [Server thread/INFO]: to check for updates!
  299. [17:40:28] [Server thread/INFO]:
  300. [17:40:28] [Server thread/INFO]: ----------------------------
  301. [17:40:28] [Server thread/INFO]: ----------------------------
  302. [17:40:28] [Server thread/INFO]: DeluxeTags Updater
  303. [17:40:28] [Server thread/INFO]:
  304. [17:40:28] [Server thread/INFO]: You are running 1.7.1
  305. [17:40:28] [Server thread/INFO]: The latest version
  306. [17:40:28] [Server thread/INFO]: of DeluxeTags!
  307. [17:40:28] [Server thread/INFO]:
  308. [17:40:28] [Server thread/INFO]: ----------------------------
  309. [17:40:28] [Server thread/INFO]: [SwalbertMultiTitle] Enabling SwalbertMultiTitle v1.0
  310. [17:40:28] [Server thread/INFO]: [SwalbertMultiTitle] [SwalbertMultiTitle] A plugin made by rasm945i from FluppyHost, for MrSwalbert!
  311. [17:40:28] [Server thread/INFO]: Done!
  312. [17:40:28] [Server thread/INFO]: [SwalbertMultiTitle] Hooked into PlaceholderAPI
  313. [17:40:28] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.4.1
  314. [17:40:28] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  315. [17:40:28] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  316. [17:40:28] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  317. [17:40:28] [Server thread/INFO]: [CustomHelpMessage] Enabling CustomHelpMessage v1.4
  318. [17:40:28] [Server thread/INFO]: [CustomHelpMessage] has been Enabled.
  319. [17:40:28] [Server thread/INFO]: [StripArmor] Enabling StripArmor v1.2.1
  320. [17:40:28] [Server thread/INFO]: [StripArmor] StripArmor by ScenicJaguar101 has been enabled. You are currently running version 1.2.1.
  321. [17:40:28] [Server thread/INFO]: [AutoBroadcast] Enabling AutoBroadcast v2.1-SNAPSHOT
  322. [17:40:28] [Server thread/INFO]: [AutoBroadcast] Created by NickTheDev, http://nikdev.net/
  323. [17:40:28] [Server thread/INFO]: [AutoBroadcast] 3 Broadcast(s) loaded successfully!
  324. [17:40:28] [Server thread/INFO]: [Hub] Enabling Hub v1.5
  325. [17:40:28] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.6.2
  326. [17:40:28] [Server thread/INFO]: [BuycraftX] Validating your server key...
  327. [17:40:29] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  328. [17:40:29] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  329. [17:40:30] [Server thread/INFO]: -------- World Settings For [test] --------
  330. [17:40:30] [Server thread/INFO]: Mob Spawn Range: 4
  331. [17:40:30] [Server thread/INFO]: Anti X-Ray: true
  332. [17:40:30] [Server thread/INFO]: Engine Mode: 1
  333. [17:40:30] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  334. [17:40:30] [Server thread/INFO]: Replace Blocks: [1, 5]
  335. [17:40:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  336. [17:40:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  337. [17:40:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  338. [17:40:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  339. [17:40:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  340. [17:40:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  341. [17:40:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  342. [17:40:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  343. [17:40:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  344. [17:40:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  345. [17:40:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  346. [17:40:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  347. [17:40:30] [Server thread/INFO]: Random Lighting Updates: false
  348. [17:40:30] [Server thread/INFO]: Structure Info Saving: true
  349. [17:40:30] [Server thread/INFO]: Sending up to 10 chunks per packet
  350. [17:40:30] [Server thread/INFO]: Max Entity Collisions: 8
  351. [17:40:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  352. [17:40:30] [Server thread/INFO]: Max TNT Explosions: 100
  353. [17:40:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  354. [17:40:30] [Server thread/INFO]: Item Despawn Rate: 6000
  355. [17:40:30] [Server thread/INFO]: Item Merge Radius: 2.5
  356. [17:40:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  357. [17:40:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  358. [17:40:30] [Server thread/INFO]: View Distance: 6
  359. [17:40:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  360. [17:40:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
  361. [17:40:30] [Server thread/INFO]: Clear tick list: false
  362. [17:40:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  363. [17:40:30] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6732267573677473402)
  364. [17:40:31] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
  365. [17:40:31] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  366. [17:40:31] [Server thread/INFO]: [VPNGuard] Enabling VPNGuard v3.1
  367. [17:40:31] [Server thread/INFO]: [VPNGuard] Attempting to load: settings.dat
  368. [17:40:31] [Server thread/INFO]: [VPNGuard] settings.dat has been loaded!
  369. [17:40:31] [Server thread/INFO]: [VPNGuard] No API key specified, using free package.
  370. [17:40:31] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.0.39
  371. [17:40:31] [Server thread/INFO]: [AdvancedPortals] Old version detected, changing chat method
  372. [17:40:31] [Server thread/INFO]: [AdvancedPortals] Using old effect name: PORTAL_TRAVEL
  373. [17:40:31] [Server thread/INFO]: [AdvancedPortals] Using old effect name: ENDERMAN_TELEPORT
  374. [17:40:31] [Server thread/INFO]: [AdvancedPortals] Using old effect name: EXPLODE
  375. [17:40:31] [Server thread/INFO]: Advanced portals have been successfully enabled!
  376. [17:40:31] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.3.1
  377. [17:40:31] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
  378. [17:40:31] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.7.3
  379. [17:40:31] [Server thread/INFO]: [iDisguise] iDisguise 5.7.3 enabled!
  380. [17:40:38] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Enabled.
  381. [17:40:38] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] [Version 7.29.55] 99 commands 122 events 30 tick handlers 0 message handlers
  382. [17:40:38] [Server thread/INFO]: [INFO] [TrollCommandsPlusPlus] Attempting to load compatibility with Bukkit version 1.8.8
  383. [17:40:38] [Server thread/INFO]: [AntiCaps] Enabling AntiCaps v1.1
  384. [17:40:38] [Server thread/INFO]: [SlashDiscord] Enabling SlashDiscord v0.0.1
  385. [17:40:38] [Server thread/INFO]: [ModDetector] Enabling ModDetector v3.0
  386. [17:40:39] [Server thread/INFO]: [NoWeatherForBrad] Enabling NoWeatherForBrad v1.0
  387. [17:40:39] [Server thread/INFO]: [Command Blocker] Enabling TreysCommandBlocker v1.1.1
  388. [17:40:39] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  389. [17:40:39] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  390. [17:40:39] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  391. [17:40:39] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
  392. [17:40:39] [Server thread/INFO]: [DynamicSigns] Enabling DynamicSigns v4.2.0
  393. [17:40:39] [Server thread/INFO]: [DynamicSigns] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  394. [17:40:39] [Server thread/INFO]: [DynamicSigns] Plugin: DynamicSigns v4.2.0
  395. [17:40:39] [Server thread/INFO]: [DynamicSigns] Framework version: 2018-06
  396. [17:40:39] [Server thread/INFO]: [DynamicSigns] Author: Maximvdw (Maxim Van de Wynckel)
  397. [17:40:39] [Server thread/INFO]: [DynamicSigns] Site: https://www.mvdw-software.com/
  398. [17:40:39] [Server thread/INFO]: [DynamicSigns] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  399. [17:40:39] [Server thread/INFO]: [DynamicSigns] Loading configuration ...
  400. [17:40:39] [Server thread/INFO]: [DynamicSigns] Loading messages ...
  401. [17:40:39] [Server thread/INFO]: [DynamicSigns] Loading language file: lang_en
  402. [17:40:39] [Server thread/INFO]: [DynamicSigns] Loading placeholders and event triggers ...
  403. [17:40:39] [Server thread/INFO]: [DynamicSigns] Loading internal placeholders ...
  404. [17:40:39] [Server thread/INFO]: [DynamicSigns] Fetching available placeholders from server ...
  405. [17:40:39] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Armor] ...
  406. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Bukkit] ...
  407. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [BungeeCord] ...
  408. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Color] ...
  409. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [CommandPlaceholderPack] ...
  410. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Compass placeholders] ...
  411. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [DeluxeTags] ...
  412. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Economy] ...
  413. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Effects] ...
  414. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Entities] ...
  415. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Essentials] ...
  416. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Facebook] ...
  417. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [FireworkEffect] ...
  418. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Geographical] ...
  419. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Hotbar] ...
  420. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [JavaInfo] ...
  421. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Memory] ...
  422. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Multiverse-Core] ...
  423. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Permissions] ...
  424. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [PlaceholderAPI] ...
  425. [17:40:40] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Player] ...
  426. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Previous Names] ...
  427. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [RedisBungee] ...
  428. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [ServerPinger] ...
  429. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Sound Effects] ...
  430. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Statistics] ...
  431. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [TicksPerSecond] ...
  432. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Twitter] ...
  433. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [Unicode Characters] ...
  434. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [VanillaEvents] ...
  435. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Combat hook ...
  436. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Block break hook ...
  437. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Block place hook ...
  438. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla player rejoin ...
  439. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla player join ...
  440. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Death hook ...
  441. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Create portal hook ...
  442. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla player first join ...
  443. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Combat hook ...
  444. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Block break hook ...
  445. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Block place hook ...
  446. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla player rejoin ...
  447. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla player join ...
  448. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Death hook ...
  449. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla Create portal hook ...
  450. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: Vanilla player first join ...
  451. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [World] ...
  452. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading placeholder [WorldGuard] ...
  453. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: WorldGuard Region ...
  454. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loading event hook: WorldGuard Region ...
  455. [17:40:41] [Server thread/INFO]: [DynamicSigns] Checking for placeholder updates ...
  456. [17:40:41] [Server thread/INFO]: [DynamicSigns] Loaded 2307 of the 2307 placholders
  457. [17:40:41] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: DynamicSigns
  458. [17:40:42] [Server thread/INFO]: [DynamicSigns] Loading custom effect 'example2' ...
  459. [17:40:42] [Server thread/INFO]: [DynamicSigns] Creating new custom effect: example2
  460. [17:40:42] [Server thread/INFO]: [DynamicSigns] Loading custom effect 'example1' ...
  461. [17:40:42] [Server thread/INFO]: [DynamicSigns] Creating new custom effect: example1
  462. [17:40:42] [Server thread/INFO]: [DynamicSigns] Loading custom effect 'example3' ...
  463. [17:40:42] [Server thread/INFO]: [DynamicSigns] Creating new custom effect: example3
  464. [17:40:42] [Server thread/INFO]: [DynamicSigns] Adding sign line 'line1' ...
  465. [17:40:42] [Server thread/INFO]: [DynamicSigns] Adding sign line 'line2' ...
  466. [17:40:42] [Server thread/INFO]: [DynamicSigns] Adding sign line 'line3' ...
  467. [17:40:42] [Server thread/INFO]: [DynamicSigns] Loaded '0' signs in the sign storage.
  468. [17:40:42] [Server thread/INFO]: [DynamicSigns] Your version is up to date!
  469. [17:40:42] [Server thread/INFO]: [DynamicSigns] Adding command 'dynamicsigns'
  470. [17:40:42] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  471. [17:40:43] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  472. [17:40:43] [Server thread/INFO]: (FAWE) Replacing commands is currently undefined behavior: { image,color }
  473. [17:40:43] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  474. [17:40:43] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b601
  475. [17:40:43] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  476. [17:40:43] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  477. [17:40:43] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
  478. [17:40:43] [Server thread/INFO]: Using locale en
  479. [17:40:43] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  480. [17:40:43] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  481. [17:40:43] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  482. [17:40:43] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  483. [17:40:43] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.2
  484. [17:40:43] [Server thread/INFO]: [LiteBans] Using default database drivers.
  485. [17:40:43] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
  486. [17:40:43] [Server thread/INFO]: [LiteBans] Connecting to database...
  487. [17:41:14] [Server thread/ERROR]: [LiteBans] litebans-pool - Exception during pool initialization.
  488. [17:41:14] [Server thread/ERROR]: [LiteBans] Failed to connect to [jdbc:mysql://clientsql.nitrous-networks.co.uk:3306/Brad43GnzUs2IJ81jkLwRWIeM4;useSSL=false] using mysql driver.
  489. [17:41:14] [Server thread/ERROR]: [LiteBans] Error: Failed to initialize pool: Communications link failure
  490. [17:41:14] [Server thread/ERROR]: [LiteBans] Cause: Communications link failure
  491. [17:41:14] [Server thread/ERROR]: [LiteBans] Cause: connect timed out
  492. [17:41:14] [Server thread/ERROR]: [LiteBans] Please configure: plugins/LiteBans/config.yml
  493. [17:41:14] [Server thread/INFO]: [LiteBans] v2.3.2 enabled. Startup took 31208 ms.
  494. [17:41:15] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.13.2
  495. [17:41:15] [Server thread/INFO]: [DeluxeChat] 11 formats loaded!
  496. [17:41:15] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
  497. [17:41:15] [Server thread/INFO]: [DeluxeChat] 30 entries added to the chat_filter!
  498. [17:41:15] [Server thread/INFO]: [DeluxeChat] Detected Vault
  499. [17:41:15] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
  500. [17:41:15] [Server thread/INFO]: [DeluxeChat] Detected SuperVanish / PremiumVanish
  501. [17:41:15] [Server thread/INFO]: [DeluxeChat] Bungee integration has been enabled!
  502. [17:41:15] [Server thread/INFO]: [DeluxeChat] Remember DeluxeChat.jar must be running on your bungee proxy server also for integration to work properly!!
  503. [17:41:15] [Server thread/INFO]: ----------------------------
  504. [17:41:15] [Server thread/INFO]: DeluxeChat Updater
  505. [17:41:15] [Server thread/INFO]:
  506. [17:41:15] [Server thread/INFO]: You are running 1.13.2
  507. [17:41:15] [Server thread/INFO]: The latest version
  508. [17:41:15] [Server thread/INFO]: of DeluxeChat!
  509. [17:41:15] [Server thread/INFO]:
  510. [17:41:15] [Server thread/INFO]: ----------------------------
  511. [17:41:16] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  512. [17:41:16] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  513. [17:41:16] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  514. [17:41:16] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  515. [17:41:16] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  516. [17:41:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  517. [17:41:16] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  518. [17:41:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  519. [17:41:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  520. [17:41:16] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  521. [17:41:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  522. [17:41:16] [Server thread/INFO]: [WorldGuard] (test) TNT ignition is PERMITTED.
  523. [17:41:16] [Server thread/INFO]: [WorldGuard] (test) Lighters are PERMITTED.
  524. [17:41:16] [Server thread/INFO]: [WorldGuard] (test) Lava fire is blocked.
  525. [17:41:16] [Server thread/INFO]: [WorldGuard] (test) Fire spread is UNRESTRICTED.
  526. [17:41:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test'
  527. [17:41:16] [Server thread/INFO]: [WorldGuard] Loading region data...
  528. [17:41:16] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b601
  529. [17:41:16] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.3.0
  530. [17:41:16] [Server thread/WARN]: [PremiumVanish] At least one config file is outdated, it's recommended to regenerate it using '/pv recreatefiles'
  531. [17:41:16] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI
  532. [17:41:16] [Server thread/INFO]: [PremiumVanish] Hooked into NametagEdit
  533. [17:41:16] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_isvanished}
  534. [17:41:16] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_vanishedplayers}
  535. [17:41:16] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_playercount}
  536. [17:41:17] [Server thread/INFO]: [MVdWPlaceholderAPI] PremiumVanish added custom placeholder {premiumvanish_bungeeplayercount}
  537. [17:41:17] [Server thread/INFO]: [PremiumVanish] Hooked into MVdWPlaceholderAPI
  538. [17:41:17] [Server thread/INFO]: [PremiumVanish] Hooked into Essentials
  539. [17:41:17] [Server thread/INFO]: [WGRegionEvents] Enabling WGRegionEvents vS_Ryan
  540. [17:41:17] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Version: 2.1.0
  541. [17:41:17] [Server thread/INFO]: [WGRegionEvents] [WGRegionEvents] Successfully Enabled.
  542. [17:41:17] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v4.8
  543. [17:41:17] [Server thread/INFO]: [ItemJoin] Hooked into PlaceholderAPI!
  544. [17:41:17] [Server thread/INFO]: [ItemJoin] Checking for updates...
  545. [17:41:17] [Server thread/INFO]: [ItemJoin] Your current version: v4.8
  546. [17:41:17] [Server thread/INFO]: [ItemJoin] A new version of ItemJoin is available: v4.9
  547. [17:41:17] [Server thread/INFO]: [ItemJoin] Get it from: https://www.spigotmc.org/resources/itemjoin.12661/history
  548. [17:41:17] [Server thread/INFO]: [ItemJoin] If you wish to auto update, please type /ItemJoin AutoUpdate
  549. [17:41:17] [Server thread/INFO]: [ItemJoin] has been Enabled!
  550. [17:41:17] [Server thread/INFO]: [WGCustomFlags] Enabling WGCustomFlags v1.0
  551. [17:41:17] [Server thread/INFO]: [WGCustomFlags] Loading configuration...
  552. [17:41:17] [Server thread/INFO]: [WGCustomFlags] Configuration loaded.
  553. [17:41:17] [Server thread/INFO]: [WGRegionCommands] Enabling WGRegionCommands v0.1
  554. [17:41:17] [Server thread/INFO]: Added custom flag "player-enter-command" to WorldGuard.
  555. [17:41:17] [Server thread/INFO]: Added custom flag "player-leave-command" to WorldGuard.
  556. [17:41:17] [Server thread/INFO]: Added custom flag "server-enter-command" to WorldGuard.
  557. [17:41:17] [Server thread/INFO]: Added custom flag "server-leave-command" to WorldGuard.
  558. [17:41:17] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.0.9
  559. [17:41:18] [Server thread/INFO]: [WGRegionEffects] Enabling WGRegionEffects v1.4
  560. [17:41:18] [Server thread/INFO]: Added custom flag "effects" to WorldGuard.
  561. [17:41:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  562. [17:41:18] [Server thread/INFO]: Done (180.031s)! For help, type "help" or "?"
  563. [17:41:18] [Server thread/INFO]: Starting GS4 status listener
  564. [17:41:18] [Query Listener #1/INFO]: Query running on 89.34.96.17:28055
  565. [17:41:19] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  566. [17:41:19] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  567. [17:41:19] [Server thread/INFO]: (FAWE) Detected class org.bukkit.event.block.BlockExplodeEvent
  568. [17:41:19] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.3.0
  569. [17:41:19] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  570. [17:41:19] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  571. [17:41:19] [Server thread/INFO]: 
  572. [17:41:19] [Server thread/INFO]: Use your compass to select a gamemode!
  573. [17:41:19] [Server thread/INFO]: 
  574. [17:41:19] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.5.0, you're on: 1.4.1
  575. [17:41:19] [Craft Scheduler Thread - 16/INFO]: [Vault] Checking for Updates ...
  576. [17:41:19] [Server thread/INFO]: [Server] test
  577. [17:41:19] [Craft Scheduler Thread - 12/INFO]: [BuycraftX] Fetching all due players...
  578. [17:41:19] [Craft Scheduler Thread - 16/WARN]: [Vault] Stable Version: 1.7.1 is out! You are still running version: 1.5.6
  579. [17:41:19] [Craft Scheduler Thread - 16/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  580. [17:41:20] [Craft Scheduler Thread - 12/INFO]: [BuycraftX] Fetched due players (0 found).
  581. [17:41:20] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 122 placeholder expansions are available on the cloud.
  582. [17:41:20] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 1 installed expansions have updates available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement