Advertisement
Guest User

Untitled

a guest
Dec 1st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 118.57 KB | None | 0 0
  1. [13:01:37] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [13:01:37] [Server thread/INFO]: Loading properties
  3. [13:01:37] [Server thread/INFO]: Default game type: ADVENTURE
  4. [13:01:37] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-"4c7641d" (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [13:01:37] [Server thread/INFO]: Debug logging is disabled
  6. [13:01:37] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
  7. [13:01:37] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [13:01:37] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [13:01:37] [Server thread/INFO]: Data value allowed items:
  10. [13:01:37] [Server thread/INFO]: Generating keypair
  11. [13:01:37] [Server thread/INFO]: Starting Minecraft server on *:25565
  12. [13:01:37] [Server thread/ERROR]: Could not load 'plugins/JurassicAutoRestart.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  14. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  16. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  17. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  19. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  20. Caused by: java.util.zip.ZipException: error in opening zip file
  21. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_171]
  22. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_171]
  23. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_171]
  24. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_171]
  25. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_171]
  26. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  27. ... 5 more
  28. [13:01:37] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  29. [13:01:37] [Server thread/ERROR]: Could not load 'plugins/JurassicGTA.jar' in folder 'plugins'
  30. org.bukkit.plugin.UnknownDependencyException: JurassicLeveling
  31. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:222) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  32. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  33. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  34. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  35. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  36. [13:01:37] [Server thread/ERROR]: Could not load 'plugins/CommandNPC.jar' in folder 'plugins'
  37. org.bukkit.plugin.UnknownDependencyException: Citizens
  38. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:222) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  39. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  40. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  41. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  42. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  43. [13:01:37] [Server thread/ERROR]: Could not load 'plugins/ProtocolLib (3).jar' in folder 'plugins'
  44. org.bukkit.plugin.InvalidPluginException: main class `com.comphenix.protocol.ProtocolLibrary' does not extend JavaPlugin
  45. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:74) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  46. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  47. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  48. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  49. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  50. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  51. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  52. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  53. Caused by: java.lang.ClassCastException: class com.comphenix.protocol.ProtocolLibrary
  54. at java.lang.Class.asSubclass(Class.java:3404) ~[?:1.8.0_171]
  55. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:72) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  56. ... 7 more
  57. [13:01:37] [Server thread/ERROR]: Could not load 'plugins/uCars.jar' in folder 'plugins'
  58. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  59. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:222) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  60. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  61. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  62. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  63. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  64. [13:01:37] [Server thread/ERROR]: Could not load 'plugins/NoPlugins.jar' in folder 'plugins'
  65. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  66. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:222) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  67. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  68. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  69. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  70. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  71. [13:01:37] [Server thread/ERROR]: Could not load 'plugins/ChatItem.jar' in folder 'plugins'
  72. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  73. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:222) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  74. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  75. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  76. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  77. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  78. [13:01:38] [Server thread/ERROR]: Could not load 'plugins/CustomPayloadFixer.jar' in folder 'plugins'
  79. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  80. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:222) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  81. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  82. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  83. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  84. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  85. [13:01:38] [Server thread/INFO]: [StaffMonitor] Loading StaffMonitor v1.4
  86. [13:01:38] [Server thread/INFO]: [CustomPermissionMessages] Loading CustomPermissionMessages v1.0
  87. [13:01:38] [Server thread/INFO]: [SimpleAutoBroadcast] Loading SimpleAutoBroadcast v1.1.0
  88. [13:01:38] [Server thread/INFO]: [MenuBuilder] Loading MenuBuilder v1.1.0-SNAPSHOT
  89. [13:01:38] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
  90. [13:01:38] [Server thread/INFO]: [DeluxeCommands] Loading DeluxeCommands v1.8.1
  91. [13:01:38] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.5
  92. [13:01:38] [Server thread/INFO]: [WorldResourcepacks] Loading WorldResourcepacks v1.6.13-SNAPSHOT (build #177)
  93. [13:01:38] [Server thread/INFO]: [LootWorld] Loading LootWorld v1.0
  94. [13:01:38] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
  95. [13:01:38] [Server thread/INFO]: [CommandPrompter] Loading CommandPrompter v0.1.9
  96. [13:01:38] [Server thread/INFO]: [JurassicTake] Loading JurassicTake v1.0
  97. [13:01:38] [Server thread/INFO]: [Quests] Loading Quests v1.12
  98. [13:01:38] [Server thread/INFO]: [JurassicCasino] Loading JurassicCasino v1.0
  99. [13:01:38] [Server thread/INFO]: [JurassicLoadout] Loading JurassicLoadout v1.0
  100. [13:01:38] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.0.4
  101. [13:01:38] [Server thread/INFO]: [ViaVersion] ViaVersion 1.0.4 is now loaded, waiting for boot. (late-bind)
  102. [13:01:38] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v5.3.0.0
  103. [13:01:38] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
  104. [13:01:38] [Server thread/INFO]: [SimpleBackpacks] Loading SimpleBackpacks v2.7
  105. [13:01:38] [Server thread/INFO]: [JurassicSystem] Loading JurassicSystem v1.0
  106. [13:01:38] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.3.17
  107. [13:01:38] [Server thread/INFO]: [JurassicCore] Loading JurassicCore v1.0
  108. [13:01:38] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  109. [13:01:38] [Server thread/INFO]: [Trashcan] Loading Trashcan v1.0
  110. [13:01:38] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.4.1
  111. [13:01:38] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.7
  112. [13:01:38] [Server thread/INFO]: [AntiLaby/INFO] Loading AntiLaby v1.11
  113. [13:01:38] [Server thread/INFO]: [Votifier] Loading Votifier v2.3.6
  114. [13:01:38] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  115. [13:01:38] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
  116. [13:01:38] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
  117. [13:01:38] [Server thread/INFO]: [SignEdit] Loading SignEdit v3.3.2
  118. [13:01:38] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v18.11.21-1c17b10-1231-21.5.18
  119. [13:01:38] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.6.4
  120. [13:01:38] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v1.82
  121. [13:01:38] [Server thread/INFO]: [KitPreview] Loading KitPreview v2.5.2
  122. [13:01:38] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.5
  123. [13:01:38] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.13.0
  124. [13:01:38] [Server thread/INFO]: [SuperbVote] Loading SuperbVote v0.3.4
  125. [13:01:38] [Server thread/INFO]: [Vault] Loading Vault v1.7.1-b91
  126. [13:01:38] [Server thread/INFO]: [JurassicRank] Loading JurassicRank v1.32_c
  127. [13:01:38] [Server thread/INFO]: [Lores] Loading Lores v1.4.1
  128. [13:01:38] [Server thread/INFO]: [AutoArmor] Loading AutoArmor v0.0.3
  129. [13:01:38] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.9.7.2
  130. [13:01:38] [Server thread/INFO]: [SuperPotions] Loading SuperPotions v2.6
  131. [13:01:38] [Server thread/INFO]: [Auctioneer] Loading Auctioneer v1.2.10
  132. [13:01:38] [Server thread/INFO]: [PhatLoots] Loading PhatLoots v4.1.0
  133. [13:01:38] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
  134. [13:01:38] [Server thread/INFO]: [JurassicWanted] Loading JurassicWanted v1.0.0
  135. [13:01:38] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  136. [13:01:38] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
  137. [13:01:38] [Server thread/INFO]: [Server Tutorial Plus] Loading ServerTutorialPlus v1.11.1
  138. [13:01:38] [Server thread/INFO]: [SpigotLib] Loading SpigotLib v7.0.2
  139. [13:01:38] [Server thread/INFO]: [Startup] Loading configuration and language file...
  140. [13:01:38] [Server thread/INFO]: [Startup] Loading enchants file...
  141. [13:01:38] [Server thread/INFO]: [Startup] Loading FILE backend for player data storage...
  142. [13:01:38] [Server thread/INFO]: [Startup] Loading ReflectionAPI...
  143. [13:01:38] [Server thread/INFO]: [Startup] Detected server version: v1_8 (v1_8_R3) - git-PaperSpigot-"4c7641d" (MC: 1.8.8)
  144. [13:01:38] [Server thread/INFO]: [Startup] Starting PacketAPI...
  145. [13:01:38] [Server thread/INFO]: [Startup] Scheduled PacketAPI startup.
  146. [13:01:38] [Server thread/INFO]: [Startup] Loading AnimationAPI...
  147. [13:01:38] [Server thread/INFO]: [Startup] Starting SpigotLib in fully compatible mode, starting Offline player management, ChatAPI, TitleAPI, NBTApi, ScoreboardAPI...
  148. [13:01:38] [Server thread/INFO]: [Startup] Preparing PlaceholderAPI and Vault hooks...
  149. [13:01:38] [Server thread/INFO]: [JurassicHouses] Loading JurassicHouses v1.1
  150. [13:01:38] [Server thread/INFO]: [KoTH] Loading KoTH v1.3.3
  151. [13:01:38] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.5.5
  152. [13:01:38] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.13.2
  153. [13:01:38] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.6
  154. [13:01:38] [Server thread/INFO]: [JurassicRanks] Loading JurassicRanks v1.0.0
  155. [13:01:38] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v1.0.4
  156. [13:01:38] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
  157. [13:01:38] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.1
  158. [13:01:38] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  159. [13:01:38] [Server thread/INFO]: [JurassicDrugs] Loading JurassicDrugs v1.0.0
  160. [13:01:38] [Server thread/INFO]: [GangsPlus] Loading GangsPlus v2.5.0
  161. [13:01:38] [Server thread/INFO]: [JurassicCrates] Loading JurassicCrates v1.0
  162. [13:01:38] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  163. [13:01:38] [Server thread/INFO]: [Bank] Loading Bank v1.0
  164. [13:01:38] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.9
  165. [13:01:38] [Server thread/INFO]: [CustomBosses] Loading CustomBosses v2.10.32
  166. [13:01:38] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v11.0.0
  167. [13:01:38] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.3.8
  168. [13:01:38] [Server thread/INFO]: [JurassicDiscord] Loading JurassicDiscord v1.0
  169. [13:01:38] [Server thread/INFO]: [LeaderHeads] Loading LeaderHeads v3.1.5
  170. [13:01:38] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.3.17
  171. [13:01:38] [Server thread/INFO]: __
  172. [13:01:38] [Server thread/INFO]: | |__) LuckPerms v4.3.17
  173. [13:01:38] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
  174. [13:01:38] [Server thread/INFO]: [LuckPerms] Loading configuration...
  175. [13:01:38] [Server thread/INFO]: [LuckPerms] Loading storage provider... [YAML]
  176. [13:01:38] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  177. [13:01:38] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  178. [13:01:39] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 482ms)
  179. [13:01:39] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v18.11.21-1c17b10-1231-21.5.18
  180. [13:01:39] [Server thread/INFO]: [Vault] Enabling Vault v1.7.1-b91
  181. [13:01:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  182. [13:01:39] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  183. [13:01:39] [Server thread/INFO]: [Vault] Enabled Version 1.7.1-b91
  184. [13:01:39] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  185. [13:01:39] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  186. [13:01:39] [Server thread/INFO]: Preparing level "world"
  187. [13:01:39] [Server thread/INFO]: -------- World Settings For [world] --------
  188. [13:01:39] [Server thread/INFO]: Anti X-Ray: true
  189. [13:01:39] [Server thread/INFO]: Engine Mode: 1
  190. [13:01:39] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  191. [13:01:39] [Server thread/INFO]: Replace Blocks: [1, 5]
  192. [13:01:39] [Server thread/INFO]: Mob Spawn Range: 3
  193. [13:01:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
  194. [13:01:39] [Server thread/INFO]: Cane Growth Modifier: 100%
  195. [13:01:39] [Server thread/INFO]: Melon Growth Modifier: 100%
  196. [13:01:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  197. [13:01:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  198. [13:01:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
  199. [13:01:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
  200. [13:01:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  201. [13:01:39] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
  202. [13:01:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  203. [13:01:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  204. [13:01:39] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  205. [13:01:39] [Server thread/INFO]: Random Lighting Updates: false
  206. [13:01:39] [Server thread/INFO]: Structure Info Saving: true
  207. [13:01:39] [Server thread/INFO]: Sending up to 10 chunks per packet
  208. [13:01:39] [Server thread/INFO]: Max Entity Collisions: 2
  209. [13:01:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  210. [13:01:39] [Server thread/INFO]: Max TNT Explosions: 100
  211. [13:01:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  212. [13:01:39] [Server thread/INFO]: Item Despawn Rate: 6000
  213. [13:01:39] [Server thread/INFO]: Item Merge Radius: 3.5
  214. [13:01:39] [Server thread/INFO]: Arrow Despawn Rate: 1200
  215. [13:01:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  216. [13:01:39] [Server thread/INFO]: View Distance: 5
  217. [13:01:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  218. [13:01:39] [Server thread/INFO]: Chunks to Grow per Tick: 650
  219. [13:01:39] [Server thread/INFO]: Clear tick list: false
  220. [13:01:39] [Server thread/INFO]: Experience Merge Radius: 6.0
  221. [13:01:39] [Server thread/INFO]: -------- World Settings For [world] --------
  222. [13:01:39] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  223. [13:01:39] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  224. [13:01:39] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  225. [13:01:39] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  226. [13:01:39] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  227. [13:01:39] [Server thread/INFO]: Water over lava flow speed: 5
  228. [13:01:39] [Server thread/INFO]: Fix TNT cannons: false
  229. [13:01:39] [Server thread/INFO]: Allow undead horse types to be leashed: false
  230. [13:01:39] [Server thread/INFO]: Keep spawn chunk loaded: true
  231. [13:01:39] [Server thread/INFO]: World async lighting: false
  232. [13:01:39] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  233. [13:01:39] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  234. [13:01:39] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6579855922557294199)
  235. [13:01:40] [Server thread/INFO]: [StaffMonitor] Enabling StaffMonitor v1.4
  236. [13:01:40] [Server thread/INFO]: [Staff Monitor] Starting - Author: Euretho!
  237. [13:01:40] [Server thread/INFO]: [CustomPermissionMessages] Enabling CustomPermissionMessages v1.0
  238. [13:01:40] [Server thread/INFO]: [SimpleAutoBroadcast] Enabling SimpleAutoBroadcast v1.1.0
  239. [13:01:40] [Server thread/INFO]: SimpleAutoBroadcast configuration successfully loaded 5 announcements.
  240. [13:01:40] [Server thread/INFO]: [MenuBuilder] Enabling MenuBuilder v1.1.0-SNAPSHOT
  241. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
  242. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  243. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
  244. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  245. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  246. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
  247. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gangsplus
  248. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  249. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
  250. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mvdw
  251. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  252. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger
  253. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  254. [13:01:40] [Server thread/ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.factions.MCoreFactionsExpansion
  255. [13:01:40] [Server thread/ERROR]: [PlaceholderAPI] com/massivecraft/factions/RelationParticipator
  256. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_fire% has been loaded!
  257. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_ender% has been loaded!
  258. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_water% has been loaded!
  259. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_happy% has been loaded!
  260. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_heart% has been loaded!
  261. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_snow% has been loaded!
  262. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_lightning% has been loaded!
  263. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_explosion% has been loaded!
  264. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_blood% has been loaded!
  265. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_wind% has been loaded!
  266. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_chronos% has been loaded!
  267. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_phenom% has been loaded!
  268. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_helios% has been loaded!
  269. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_archer% has been loaded!
  270. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_toad% has been loaded!
  271. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_beast% has been loaded!
  272. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_jumper% has been loaded!
  273. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_healer% has been loaded!
  274. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_rogue% has been loaded!
  275. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_shark% has been loaded!
  276. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gangpromotepermission% has been loaded!
  277. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gangdemotepermission% has been loaded!
  278. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_ganginvitepermission% has been loaded!
  279. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gangkickpermission% has been loaded!
  280. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gangleveluppermission% has been loaded!
  281. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_ganglevel% has been loaded!
  282. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gangneutralpermission% has been loaded!
  283. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Javascript boolean placeholder %javascript_gangallypermission% has been loaded!
  284. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
  285. [13:01:40] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  286. [13:01:40] [Server thread/INFO]: [DeluxeCommands] Enabling DeluxeCommands v1.8.1
  287. [13:01:40] [Server thread/INFO]: [DeluxeCommands] Successfully setup compatibility for your server version!
  288. [13:01:40] [Server thread/INFO]: [DeluxeCommands] 1 commands loaded!
  289. [13:01:40] [Server thread/INFO]: [DeluxeCommands] Hooked into PlaceholderAPI for placeholders!
  290. [13:01:40] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.5
  291. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Enabling WorldResourcepacks v1.6.13-SNAPSHOT (build #177)
  292. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Loading config!
  293. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Debug level: INFO
  294. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Loading packs:
  295. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] gta - https://www.dropbox.com/s/1w01cx241bri0nj/FinalJurassicPack.zip?dl=1 - 1bcdf4684c2bf34935720d7efc4ad2a4b02c38c0
  296. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] emptypack - http://cdn.moep.tv/files/Empty.zip - c05faed4680570a6159823e13fbae2ae830166ab
  297. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Empty pack: emptypack
  298. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Loading global assignment...
  299. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Pack: gta
  300. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Send delay: 10
  301. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Global assignment: PackAssignment{pack=gta, secondaries=[], sendDelay=10}
  302. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Loading world assignments...
  303. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Loading assignment for world lobby...
  304. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Pack: gta
  305. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Assignment for world lobby: PackAssignment{pack=gta, secondaries=[], sendDelay=-1}
  306. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Loading assignment for world minigame...
  307. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Pack: gta
  308. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Assignment for world minigame: PackAssignment{pack=gta, secondaries=[], sendDelay=-1}
  309. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Detected server packformat 1!
  310. [13:01:40] [Server thread/INFO]: [WorldResourcepacks] Detected ViaVersion 1.0.4
  311. [13:01:40] [Server thread/INFO]: [LootWorld] Enabling LootWorld v1.0
  312. [13:01:40] [Server thread/INFO]: Enabled all placeholders with PAPI!
  313. [13:01:40] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
  314. [13:01:40] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
  315. [13:01:40] [Server thread/INFO]: [ChatReaction] 23 words loaded!
  316. [13:01:40] [Server thread/INFO]: [ChatReaction] Creating MySQL connection ...
  317. [13:01:40] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
  318. [13:01:40] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Access denied for user 'root'@'localhost' (using password: NO).
  319. [13:01:40] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
  320. [13:01:40] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Access denied for user 'root'@'localhost' (using password: NO).
  321. [13:01:40] [Server thread/WARN]: java.lang.NullPointerException
  322. [13:01:40] [Server thread/WARN]: at me.clip.chatreaction.database.MySQL.checkTable(MySQL.java:191)
  323. [13:01:40] [Server thread/WARN]: at me.clip.chatreaction.ChatReaction.startDatabase(ChatReaction.java:196)
  324. [13:01:40] [Server thread/WARN]: at me.clip.chatreaction.ChatReaction.onEnable(ChatReaction.java:94)
  325. [13:01:40] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  326. [13:01:40] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  327. [13:01:40] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
  328. [13:01:40] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
  329. [13:01:40] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
  330. [13:01:40] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
  331. [13:01:40] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
  332. [13:01:40] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
  333. [13:01:40] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
  334. [13:01:40] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
  335. [13:01:40] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  336. [13:01:40] [Server thread/WARN]: [ChatReaction] Could not connect to database! Reaction stats will be disabled!!
  337. [13:01:40] [Server thread/INFO]: ---------------------------
  338. [13:01:40] [Server thread/INFO]: ChatReaction Updater
  339. [13:01:40] [Server thread/INFO]:
  340. [13:01:40] [Server thread/INFO]: Could not connect to spigotmc.org
  341. [13:01:40] [Server thread/INFO]: to check for updates!
  342. [13:01:40] [Server thread/INFO]:
  343. [13:01:40] [Server thread/INFO]: ---------------------------
  344. [13:01:40] [Server thread/INFO]: ---------------------------
  345. [13:01:40] [Server thread/INFO]: ChatReaction Updater
  346. [13:01:40] [Server thread/INFO]:
  347. [13:01:40] [Server thread/INFO]: You are running 1.6.2
  348. [13:01:40] [Server thread/INFO]: The latest version
  349. [13:01:40] [Server thread/INFO]: of ChatReaction!
  350. [13:01:40] [Server thread/INFO]:
  351. [13:01:40] [Server thread/INFO]: ---------------------------
  352. [13:01:40] [Server thread/INFO]: [CommandPrompter] Enabling CommandPrompter v0.1.9
  353. [13:01:40] [Server thread/INFO]: [JurassicTake] Enabling JurassicTake v1.0
  354. [13:01:40] [Server thread/INFO]: ---------------------------
  355. [13:01:40] [Server thread/INFO]: Enabling JurassicTake
  356. [13:01:40] [Server thread/INFO]: Plugin Author: DDarkInferno
  357. [13:01:40] [Server thread/INFO]: ---------------------------
  358. [13:01:40] [Server thread/INFO]: [Quests] Enabling Quests v1.12
  359. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest1. Type: MININGCERTAIN.
  360. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest2. Type: MININGCERTAIN.
  361. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest3. Type: MININGCERTAIN.
  362. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest4. Type: INVENTORY.
  363. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest5. Type: INVENTORY.
  364. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest6. Type: MININGCERTAIN.
  365. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest7. Type: MININGCERTAIN.
  366. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest8. Type: MININGCERTAIN.
  367. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest9. Type: MININGCERTAIN.
  368. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest10. Type: INVENTORY.
  369. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest11. Type: INVENTORY.
  370. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest12. Type: MININGCERTAIN.
  371. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest13. Type: MININGCERTAIN.
  372. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest14. Type: MININGCERTAIN.
  373. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest15. Type: MININGCERTAIN.
  374. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest16. Type: MININGCERTAIN.
  375. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest17. Type: MININGCERTAIN.
  376. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest18. Type: MININGCERTAIN.
  377. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest19. Type: INVENTORY.
  378. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest20. Type: INVENTORY.
  379. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest21. Type: BUILDINGCERTAIN.
  380. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest22. Type: MININGCERTAIN.
  381. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest23. Type: MININGCERTAIN.
  382. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest24. Type: MININGCERTAIN.
  383. [13:01:40] [Server thread/INFO]: [Quests] Registered quest FarmingQuest25. Type: MININGCERTAIN.
  384. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest1. Type: MININGCERTAIN.
  385. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest2. Type: MININGCERTAIN.
  386. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest3. Type: MININGCERTAIN.
  387. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest4. Type: MININGCERTAIN.
  388. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest5. Type: MININGCERTAIN.
  389. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest6. Type: MININGCERTAIN.
  390. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest7. Type: MININGCERTAIN.
  391. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest8. Type: MININGCERTAIN.
  392. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest9. Type: MININGCERTAIN.
  393. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest10. Type: MININGCERTAIN.
  394. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest11. Type: MININGCERTAIN.
  395. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest12. Type: MININGCERTAIN.
  396. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest13. Type: MININGCERTAIN.
  397. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest14. Type: MININGCERTAIN.
  398. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest15. Type: MININGCERTAIN.
  399. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest16. Type: MININGCERTAIN.
  400. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest17. Type: MININGCERTAIN.
  401. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest18. Type: MININGCERTAIN.
  402. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiningQuest19. Type: MININGCERTAIN.
  403. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest1. Type: PLAYERKILLING.
  404. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest2. Type: PLAYERKILLING.
  405. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest3. Type: PLAYERKILLING.
  406. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest4. Type: PLAYERKILLING.
  407. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest5. Type: MOBKILLINGCERTAIN.
  408. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest6. Type: MOBKILLINGCERTAIN.
  409. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest7. Type: MOBKILLINGCERTAIN.
  410. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest8. Type: MOBKILLINGCERTAIN.
  411. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest9. Type: MOBKILLINGCERTAIN.
  412. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest10. Type: MOBKILLINGCERTAIN.
  413. [13:01:40] [Server thread/INFO]: [Quests] Registered quest CombatQuest11. Type: MOBKILLINGCERTAIN.
  414. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest1. Type: EXP.
  415. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest2. Type: EXP.
  416. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest3. Type: EXP.
  417. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest4. Type: WALKING.
  418. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest5. Type: WALKING.
  419. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest6. Type: TIMEPLAYED.
  420. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest7. Type: TIMEPLAYED.
  421. [13:01:40] [Server thread/INFO]: [Quests] Registered quest MiscQuest8. Type: TIMEPLAYED.
  422. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest1. Type: INVENTORY.
  423. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest2. Type: INVENTORY.
  424. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest3. Type: INVENTORY.
  425. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest4. Type: INVENTORY.
  426. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest5. Type: INVENTORY.
  427. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest6. Type: INVENTORY.
  428. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest7. Type: INVENTORY.
  429. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest8. Type: MOBKILLINGCERTAIN.
  430. [13:01:40] [Server thread/INFO]: [Quests] Registered quest NightmareQuest9. Type: MOBKILLINGCERTAIN.
  431. [13:01:40] [Server thread/INFO]: [Quests] Your server is running version v1_8_R3
  432. [13:01:40] [Server thread/INFO]: [Quests] Quests setup was successful!
  433. [13:01:40] [Server thread/INFO]: [JurassicCasino] Enabling JurassicCasino v1.0
  434. [13:01:40] [Server thread/INFO]: Plugin instance has been set.
  435. [13:01:40] [Server thread/INFO]: Data folder and config.yml generated.
  436. [13:01:40] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  437. [13:01:40] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.pool.PoolBase - HikariPool-1 - Driver does not support get/set network timeout for connections. (org.sqlite.Conn.getNetworkTimeout()I)
  438. [13:01:40] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  439. [13:01:40] [Server thread/INFO]: DBFramework> Connection to 'null' has been opened!
  440. [13:01:40] [Server thread/INFO]: Connected to SQLite database file.
  441. [13:01:40] [Server thread/INFO]: DBFramework> Executed "CREATE TABLE IF NOT EXISTS recent_players (uuid TEXT NOT NULL, username TEXT NOT NULL, casino_name TEXT NOT NULL, casino_opens INT);"
  442. [13:01:40] [Server thread/INFO]: DBFramework> Executed "CREATE TABLE IF NOT EXISTS casino_currency (uuid TEXT NOT NULL, username TEXT NOT NULL, balance INT);"
  443. [13:01:40] [Server thread/INFO]: Generated data tables.
  444. [13:01:40] [Server thread/INFO]: Set casino plugin command.
  445. [13:01:40] [Server thread/INFO]: Registered casino machine events.
  446. [13:01:40] [Server thread/INFO]: Setting up casino machines.
  447. [13:01:40] [Server thread/INFO]: Casino machines have been setup.
  448. [13:01:40] [Server thread/INFO]: [JurassicLoadout] Enabling JurassicLoadout v1.0
  449. [13:01:40] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Starting...
  450. [13:01:40] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.pool.PoolBase - HikariPool-2 - Driver does not support get/set network timeout for connections. (org.sqlite.Conn.getNetworkTimeout()I)
  451. [13:01:40] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Start completed.
  452. [13:01:40] [Server thread/INFO]: DBFramework> Connection to 'null' has been opened!
  453. [13:01:40] [Server thread/INFO]: DBFramework> Executed "CREATE TABLE IF NOT EXISTS player_data (uuid TEXT NOT NULL, username TEXT NOT NULL, loadout_name TEXT NOT NULL, loadout_items TEXT NOT NULL, autoequip TEXT NOT NULL);"
  454. [13:01:40] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.0.4
  455. [13:01:40] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v5.3.0.0
  456. [13:01:40] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
  457. [13:01:40] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
  458. [13:01:40] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  459. [13:01:40] [Server thread/INFO]: [SimpleBackpacks] Enabling SimpleBackpacks v2.7
  460. [13:01:40] [Server thread/INFO]: [SimpleBackpacks] [INFO] SimpleBackpacks v2.7 enabled!
  461. [13:01:40] [Server thread/INFO]: [JurassicSystem] Enabling JurassicSystem v1.0
  462. [13:01:40] [Server thread/WARN]: [JurassicSystem] Could not save lang.yml to plugins/JurassicSystem/lang.yml because lang.yml already exists.
  463. [13:01:40] [Server thread/WARN]: [JurassicSystem] Could not save tokens.yml to plugins/JurassicSystem/tokens.yml because tokens.yml already exists.
  464. [13:01:40] [Server thread/INFO]: [JurassicCore] Enabling JurassicCore v1.0
  465. [13:01:40] [Server thread/ERROR]: Error occurred while enabling JurassicCore v1.0 (Is it up to date?)
  466. java.lang.NullPointerException
  467. at me.libraryaddict.Anti.DamageIndicators.startDamagePacketListener(DamageIndicators.java:30) ~[?:?]
  468. at net.jurassicgta.core.JurassicCore.registerListeners(JurassicCore.java:81) ~[?:?]
  469. at net.jurassicgta.core.JurassicCore.onEnable(JurassicCore.java:45) ~[?:?]
  470. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  471. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  472. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  473. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  474. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  475. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  476. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  477. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  478. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  479. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  480. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  481. [13:01:40] [Server thread/INFO]: [JurassicCore] Disabling JurassicCore v1.0
  482. [13:01:40] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  483. [13:01:40] [Server thread/INFO]: [Tim] Unused enchantments: DEPTH_STRIDER(8) LUCK(61) LURE(62)
  484. [13:01:40] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  485. [13:01:40] [Server thread/INFO]: [Trashcan] Enabling Trashcan v1.0
  486. [13:01:40] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.4.1
  487. [13:01:40] [Server thread/INFO]: Hooked into: Essentials
  488. [13:01:40] [Server thread/INFO]: Hooked into: Multiverse-Core (World Alias)
  489. [13:01:40] [Server thread/INFO]: Hooked into: Vault
  490. [13:01:40] [Server thread/INFO]: *----------------------------------------------*
  491. [13:01:40] [Server thread/INFO]: Cannot enable packet features!
  492. [13:01:40] [Server thread/INFO]: Required plugin missing: ProtocolLib
  493. [13:01:40] [Server thread/INFO]: *----------------------------------------------*
  494. [13:01:40] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.7
  495. [13:01:40] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
  496. [13:01:40] [Server thread/INFO]: [AntiLaby/INFO] Enabling AntiLaby v1.11
  497. [13:01:40] [Server thread/INFO]: [AntiLaby/INFO] Your NMS-version: v1_8_R3
  498. [13:01:40] [Server thread/INFO]: [AntiLaby/INFO] Your server is compatible with AntiLaby!
  499. [13:01:40] [Server thread/INFO]: [AntiLaby/INFO] You have disabled auto-update in the config file. You can get newer versions of AntiLaby manually from here: https://www.spigotmc.org/resources/21347/!
  500. [13:01:40] [Server thread/INFO]: [AntiLaby/INFO] Enabled AntiLaby by NathanNr version 1.11 sucsessfully!
  501. [13:01:40] [Server thread/INFO]: [Votifier] Enabling Votifier v2.3.6
  502. [13:01:40] [Server thread/INFO]: [Votifier] Loaded token for website: default
  503. [13:01:40] [Server thread/INFO]: [Votifier] DEBUG mode enabled!
  504. [13:01:41] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  505. [13:01:41] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  506. [13:01:41] [nioEventLoopGroup-2-1/INFO]: [Votifier] Votifier enabled on socket /0.0.0.0:15567.
  507. [13:01:41] [Server thread/INFO]: -------- World Settings For [flatroom] --------
  508. [13:01:41] [Server thread/INFO]: Anti X-Ray: true
  509. [13:01:41] [Server thread/INFO]: Engine Mode: 1
  510. [13:01:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  511. [13:01:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  512. [13:01:41] [Server thread/INFO]: Mob Spawn Range: 3
  513. [13:01:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  514. [13:01:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  515. [13:01:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  516. [13:01:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  517. [13:01:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  518. [13:01:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  519. [13:01:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  520. [13:01:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  521. [13:01:41] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
  522. [13:01:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  523. [13:01:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  524. [13:01:41] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  525. [13:01:41] [Server thread/INFO]: Random Lighting Updates: false
  526. [13:01:41] [Server thread/INFO]: Structure Info Saving: true
  527. [13:01:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  528. [13:01:41] [Server thread/INFO]: Max Entity Collisions: 2
  529. [13:01:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  530. [13:01:41] [Server thread/INFO]: Max TNT Explosions: 100
  531. [13:01:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  532. [13:01:41] [Server thread/INFO]: Item Despawn Rate: 6000
  533. [13:01:41] [Server thread/INFO]: Item Merge Radius: 3.5
  534. [13:01:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  535. [13:01:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  536. [13:01:41] [Server thread/INFO]: View Distance: 5
  537. [13:01:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  538. [13:01:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  539. [13:01:41] [Server thread/INFO]: Clear tick list: false
  540. [13:01:41] [Server thread/INFO]: Experience Merge Radius: 6.0
  541. [13:01:41] [Server thread/INFO]: -------- World Settings For [flatroom] --------
  542. [13:01:41] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  543. [13:01:41] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  544. [13:01:41] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  545. [13:01:41] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  546. [13:01:41] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  547. [13:01:41] [Server thread/INFO]: Water over lava flow speed: 5
  548. [13:01:41] [Server thread/INFO]: Fix TNT cannons: false
  549. [13:01:41] [Server thread/INFO]: Allow undead horse types to be leashed: false
  550. [13:01:41] [Server thread/INFO]: Keep spawn chunk loaded: true
  551. [13:01:41] [Server thread/INFO]: World async lighting: false
  552. [13:01:41] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  553. [13:01:41] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  554. [13:01:41] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2906836044746395110)
  555. [13:01:41] [Server thread/INFO]: -------- World Settings For [arena] --------
  556. [13:01:41] [Server thread/INFO]: Anti X-Ray: true
  557. [13:01:41] [Server thread/INFO]: Engine Mode: 1
  558. [13:01:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  559. [13:01:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  560. [13:01:41] [Server thread/INFO]: Mob Spawn Range: 3
  561. [13:01:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  562. [13:01:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  563. [13:01:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  564. [13:01:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  565. [13:01:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  566. [13:01:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  567. [13:01:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  568. [13:01:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  569. [13:01:41] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
  570. [13:01:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  571. [13:01:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  572. [13:01:41] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  573. [13:01:41] [Server thread/INFO]: Random Lighting Updates: false
  574. [13:01:41] [Server thread/INFO]: Structure Info Saving: true
  575. [13:01:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  576. [13:01:41] [Server thread/INFO]: Max Entity Collisions: 2
  577. [13:01:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  578. [13:01:41] [Server thread/INFO]: Max TNT Explosions: 100
  579. [13:01:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  580. [13:01:41] [Server thread/INFO]: Item Despawn Rate: 6000
  581. [13:01:41] [Server thread/INFO]: Item Merge Radius: 3.5
  582. [13:01:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  583. [13:01:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  584. [13:01:41] [Server thread/INFO]: View Distance: 5
  585. [13:01:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  586. [13:01:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  587. [13:01:41] [Server thread/INFO]: Clear tick list: false
  588. [13:01:41] [Server thread/INFO]: Experience Merge Radius: 6.0
  589. [13:01:41] [Server thread/INFO]: -------- World Settings For [arena] --------
  590. [13:01:41] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  591. [13:01:41] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  592. [13:01:41] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  593. [13:01:41] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  594. [13:01:41] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  595. [13:01:41] [Server thread/INFO]: Water over lava flow speed: 5
  596. [13:01:41] [Server thread/INFO]: Fix TNT cannons: false
  597. [13:01:41] [Server thread/INFO]: Allow undead horse types to be leashed: false
  598. [13:01:41] [Server thread/INFO]: Keep spawn chunk loaded: true
  599. [13:01:41] [Server thread/INFO]: World async lighting: false
  600. [13:01:41] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  601. [13:01:41] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  602. [13:01:41] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5097007718255106679)
  603. [13:01:41] [Server thread/INFO]: -------- World Settings For [DrugMap] --------
  604. [13:01:41] [Server thread/INFO]: Anti X-Ray: true
  605. [13:01:41] [Server thread/INFO]: Engine Mode: 1
  606. [13:01:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  607. [13:01:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  608. [13:01:41] [Server thread/INFO]: Mob Spawn Range: 3
  609. [13:01:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  610. [13:01:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  611. [13:01:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  612. [13:01:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  613. [13:01:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  614. [13:01:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  615. [13:01:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  616. [13:01:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  617. [13:01:41] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
  618. [13:01:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  619. [13:01:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  620. [13:01:41] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  621. [13:01:41] [Server thread/INFO]: Random Lighting Updates: false
  622. [13:01:41] [Server thread/INFO]: Structure Info Saving: true
  623. [13:01:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  624. [13:01:41] [Server thread/INFO]: Max Entity Collisions: 2
  625. [13:01:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  626. [13:01:41] [Server thread/INFO]: Max TNT Explosions: 100
  627. [13:01:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  628. [13:01:41] [Server thread/INFO]: Item Despawn Rate: 6000
  629. [13:01:41] [Server thread/INFO]: Item Merge Radius: 3.5
  630. [13:01:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  631. [13:01:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  632. [13:01:41] [Server thread/INFO]: View Distance: 5
  633. [13:01:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  634. [13:01:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  635. [13:01:41] [Server thread/INFO]: Clear tick list: false
  636. [13:01:41] [Server thread/INFO]: Experience Merge Radius: 6.0
  637. [13:01:41] [Server thread/INFO]: -------- World Settings For [DrugMap] --------
  638. [13:01:41] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  639. [13:01:41] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  640. [13:01:41] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  641. [13:01:41] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  642. [13:01:41] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  643. [13:01:41] [Server thread/INFO]: Water over lava flow speed: 5
  644. [13:01:41] [Server thread/INFO]: Fix TNT cannons: false
  645. [13:01:41] [Server thread/INFO]: Allow undead horse types to be leashed: false
  646. [13:01:41] [Server thread/INFO]: Keep spawn chunk loaded: true
  647. [13:01:41] [Server thread/INFO]: World async lighting: false
  648. [13:01:41] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  649. [13:01:41] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  650. [13:01:41] [Server thread/INFO]: Preparing start region for level 3 (Seed: 227290)
  651. [13:01:41] [Server thread/INFO]: -------- World Settings For [Spawn] --------
  652. [13:01:41] [Server thread/INFO]: Anti X-Ray: true
  653. [13:01:41] [Server thread/INFO]: Engine Mode: 1
  654. [13:01:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  655. [13:01:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  656. [13:01:41] [Server thread/INFO]: Mob Spawn Range: 3
  657. [13:01:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  658. [13:01:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  659. [13:01:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  660. [13:01:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  661. [13:01:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  662. [13:01:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  663. [13:01:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  664. [13:01:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  665. [13:01:41] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
  666. [13:01:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  667. [13:01:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  668. [13:01:41] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  669. [13:01:41] [Server thread/INFO]: Random Lighting Updates: false
  670. [13:01:41] [Server thread/INFO]: Structure Info Saving: true
  671. [13:01:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  672. [13:01:41] [Server thread/INFO]: Max Entity Collisions: 2
  673. [13:01:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  674. [13:01:41] [Server thread/INFO]: Max TNT Explosions: 100
  675. [13:01:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  676. [13:01:41] [Server thread/INFO]: Item Despawn Rate: 6000
  677. [13:01:41] [Server thread/INFO]: Item Merge Radius: 3.5
  678. [13:01:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  679. [13:01:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  680. [13:01:41] [Server thread/INFO]: View Distance: 5
  681. [13:01:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  682. [13:01:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  683. [13:01:41] [Server thread/INFO]: Clear tick list: false
  684. [13:01:41] [Server thread/INFO]: Experience Merge Radius: 6.0
  685. [13:01:41] [Server thread/INFO]: -------- World Settings For [Spawn] --------
  686. [13:01:41] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  687. [13:01:41] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  688. [13:01:41] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  689. [13:01:41] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  690. [13:01:41] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  691. [13:01:41] [Server thread/INFO]: Water over lava flow speed: 5
  692. [13:01:41] [Server thread/INFO]: Fix TNT cannons: false
  693. [13:01:41] [Server thread/INFO]: Allow undead horse types to be leashed: false
  694. [13:01:41] [Server thread/INFO]: Keep spawn chunk loaded: true
  695. [13:01:41] [Server thread/INFO]: World async lighting: false
  696. [13:01:41] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  697. [13:01:41] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  698. [13:01:41] [Server thread/INFO]: Preparing start region for level 4 (Seed: 5414673661802632313)
  699. [13:01:41] [Server thread/INFO]: -------- World Settings For [Map] --------
  700. [13:01:41] [Server thread/INFO]: Anti X-Ray: true
  701. [13:01:41] [Server thread/INFO]: Engine Mode: 1
  702. [13:01:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  703. [13:01:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  704. [13:01:41] [Server thread/INFO]: Mob Spawn Range: 3
  705. [13:01:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  706. [13:01:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  707. [13:01:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  708. [13:01:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  709. [13:01:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  710. [13:01:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  711. [13:01:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  712. [13:01:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  713. [13:01:41] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
  714. [13:01:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  715. [13:01:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  716. [13:01:41] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  717. [13:01:41] [Server thread/INFO]: Random Lighting Updates: false
  718. [13:01:41] [Server thread/INFO]: Structure Info Saving: true
  719. [13:01:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  720. [13:01:41] [Server thread/INFO]: Max Entity Collisions: 2
  721. [13:01:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  722. [13:01:41] [Server thread/INFO]: Max TNT Explosions: 100
  723. [13:01:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  724. [13:01:41] [Server thread/INFO]: Item Despawn Rate: 6000
  725. [13:01:41] [Server thread/INFO]: Item Merge Radius: 3.5
  726. [13:01:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  727. [13:01:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  728. [13:01:41] [Server thread/INFO]: View Distance: 5
  729. [13:01:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  730. [13:01:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  731. [13:01:41] [Server thread/INFO]: Clear tick list: false
  732. [13:01:41] [Server thread/INFO]: Experience Merge Radius: 6.0
  733. [13:01:41] [Server thread/INFO]: -------- World Settings For [Map] --------
  734. [13:01:41] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  735. [13:01:41] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  736. [13:01:41] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  737. [13:01:41] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  738. [13:01:41] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  739. [13:01:41] [Server thread/INFO]: Water over lava flow speed: 5
  740. [13:01:41] [Server thread/INFO]: Fix TNT cannons: false
  741. [13:01:41] [Server thread/INFO]: Allow undead horse types to be leashed: false
  742. [13:01:41] [Server thread/INFO]: Keep spawn chunk loaded: true
  743. [13:01:41] [Server thread/INFO]: World async lighting: false
  744. [13:01:41] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  745. [13:01:41] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  746. [13:01:41] [Server thread/INFO]: Preparing start region for level 5 (Seed: 0)
  747. [13:01:42] [Server thread/INFO]: -------- World Settings For [jurassic] --------
  748. [13:01:42] [Server thread/INFO]: Anti X-Ray: true
  749. [13:01:42] [Server thread/INFO]: Engine Mode: 1
  750. [13:01:42] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  751. [13:01:42] [Server thread/INFO]: Replace Blocks: [1, 5]
  752. [13:01:42] [Server thread/INFO]: Mob Spawn Range: 3
  753. [13:01:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  754. [13:01:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  755. [13:01:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  756. [13:01:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  757. [13:01:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  758. [13:01:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  759. [13:01:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  760. [13:01:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  761. [13:01:42] [Server thread/INFO]: Entity Activation Range: An 6 / Mo 16 / Mi 2
  762. [13:01:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  763. [13:01:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  764. [13:01:42] [Server thread/INFO]: Hopper Transfer: 24 Hopper Check: 24 Hopper Amount: 3
  765. [13:01:42] [Server thread/INFO]: Random Lighting Updates: false
  766. [13:01:42] [Server thread/INFO]: Structure Info Saving: true
  767. [13:01:42] [Server thread/INFO]: Sending up to 10 chunks per packet
  768. [13:01:42] [Server thread/INFO]: Max Entity Collisions: 2
  769. [13:01:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  770. [13:01:42] [Server thread/INFO]: Max TNT Explosions: 100
  771. [13:01:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  772. [13:01:42] [Server thread/INFO]: Item Despawn Rate: 6000
  773. [13:01:42] [Server thread/INFO]: Item Merge Radius: 3.5
  774. [13:01:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
  775. [13:01:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  776. [13:01:42] [Server thread/INFO]: View Distance: 5
  777. [13:01:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  778. [13:01:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
  779. [13:01:42] [Server thread/INFO]: Clear tick list: false
  780. [13:01:42] [Server thread/INFO]: Experience Merge Radius: 6.0
  781. [13:01:42] [Server thread/INFO]: -------- World Settings For [jurassic] --------
  782. [13:01:42] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  783. [13:01:42] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  784. [13:01:42] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  785. [13:01:42] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  786. [13:01:42] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  787. [13:01:42] [Server thread/INFO]: Water over lava flow speed: 5
  788. [13:01:42] [Server thread/INFO]: Fix TNT cannons: false
  789. [13:01:42] [Server thread/INFO]: Allow undead horse types to be leashed: false
  790. [13:01:42] [Server thread/INFO]: Keep spawn chunk loaded: true
  791. [13:01:42] [Server thread/INFO]: World async lighting: false
  792. [13:01:42] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  793. [13:01:42] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  794. [13:01:42] [Server thread/INFO]: Preparing start region for level 6 (Seed: 27594263)
  795. [13:01:42] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
  796. [13:01:42] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  797. [13:01:42] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
  798. [13:01:42] [Server thread/INFO]: [AntiWDL] -----------------------------
  799. [13:01:42] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
  800. [13:01:42] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
  801. [13:01:42] [Server thread/INFO]: [AntiWDL] -----------------------------
  802. [13:01:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
  803. [13:01:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
  804. [13:01:42] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
  805. [13:01:42] [Server thread/INFO]: [SignEdit] Enabling SignEdit v3.3.2
  806. [13:01:42] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.6.4
  807. [13:01:42] [Server thread/INFO]: [iDisguise] iDisguise 5.6.4 enabled!
  808. [13:01:42] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v1.82
  809. [13:01:42] [Server thread/WARN]: [Shopkeepers] Citizens Shops enabled, but Citizens plugin not found or disabled.
  810. [13:01:42] [Thread-19/WARN]: [SignEdit] §cError retrieving latest version from BukkitDev.
  811. [13:01:42] [Server thread/INFO]: [KitPreview] Enabling KitPreview v2.5.2
  812. [13:01:42] [Server thread/INFO]: [KitPreview] Config file loaded.
  813. [13:01:42] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.5
  814. [13:01:42] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
  815. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  816. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  817. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  818. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  819. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  820. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  821. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  822. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  823. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  824. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  825. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  826. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  827. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  828. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  829. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  830. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  831. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  832. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  833. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  834. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  835. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  836. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  837. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  838. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  839. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  840. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  841. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  842. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  843. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  844. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  845. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  846. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  847. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  848. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  849. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  850. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  851. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  852. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  853. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  854. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  855. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  856. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  857. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  858. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  859. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  860. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  861. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  862. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  863. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  864. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  865. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  866. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  867. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  868. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  869. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  870. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  871. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  872. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  873. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  874. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  875. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  876. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  877. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  878. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  879. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  880. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  881. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  882. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  883. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  884. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: type
  885. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: input
  886. [13:01:42] [Server thread/WARN]: [DeluxeMenus] No type set for requirement: output
  887. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.combatmissions.items.c1.view_requirement.requirements.anything_here does not contain a permission: entry
  888. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.combatmissions.items.c21.view_requirement.requirements.anything_here does not contain a permission: entry
  889. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.combatmissions.items.c31.view_requirement.requirements.anything_here does not contain a permission: entry
  890. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.combatmissions.items.c41.view_requirement.requirements.anything_here does not contain a permission: entry
  891. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.combatmissions.items.c51.view_requirement.requirements.anything_here does not contain a permission: entry
  892. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.Gangmissions.items.c1.view_requirement.requirements.anything_here does not contain a permission: entry
  893. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.Gangmissions.items.c21.view_requirement.requirements.anything_here does not contain a permission: entry
  894. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.Gangmissions.items.c31.view_requirement.requirements.anything_here does not contain a permission: entry
  895. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.Gangmissions.items.c41.view_requirement.requirements.anything_here does not contain a permission: entry
  896. [13:01:42] [Server thread/WARN]: [DeluxeMenus] has permission requirement at path: gui_menus.Gangmissions.items.c51.view_requirement.requirements.anything_here does not contain a permission: entry
  897. [13:01:42] [Server thread/INFO]: [DeluxeMenus] 27 GUI menus loaded!
  898. [13:01:42] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
  899. [13:01:42] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
  900. [13:01:42] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.13.0
  901. [13:01:42] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  902. [13:01:42] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.13.0
  903. [13:01:42] [Server thread/INFO]: [FeatherBoard] Framework version: 2018-06
  904. [13:01:42] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  905. [13:01:42] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
  906. [13:01:42] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  907. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
  908. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
  909. [13:01:42] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
  910. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
  911. [13:01:42] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
  912. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
  913. [13:01:42] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
  914. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  915. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  916. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  917. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
  918. [13:01:42] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
  919. [13:01:42] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
  920. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Armor] ...
  921. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Bukkit] ...
  922. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [BungeeCord] ...
  923. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ChatReaction] ...
  924. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading event hook: ChatReaction start event ...
  925. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading event hook: ChatReaction start event ...
  926. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Color] ...
  927. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CommandPlaceholderPack] ...
  928. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Compass placeholders] ...
  929. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [CustomList] ...
  930. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Economy] ...
  931. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Effects] ...
  932. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Entities] ...
  933. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Essentials] ...
  934. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Facebook] ...
  935. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [FireworkEffect] ...
  936. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Geographical] ...
  937. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Hotbar] ...
  938. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [JavaInfo] ...
  939. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [LeaderHeads] ...
  940. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Memory] ...
  941. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Multiverse-Core] ...
  942. [13:01:43] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Permissions] ...
  943. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [PlaceholderAPI] ...
  944. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Player] ...
  945. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Previous Names] ...
  946. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Quests] ...
  947. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [RedisBungee] ...
  948. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [ServerPinger] ...
  949. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Sound Effects] ...
  950. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Statistics] ...
  951. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [SuperbVote] ...
  952. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [TicksPerSecond] ...
  953. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Twitter] ...
  954. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [Unicode Characters] ...
  955. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [VanillaEvents] ...
  956. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
  957. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
  958. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
  959. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
  960. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
  961. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
  962. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
  963. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
  964. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
  965. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
  966. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
  967. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
  968. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
  969. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
  970. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
  971. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
  972. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [World] ...
  973. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading placeholder [WorldGuard] ...
  974. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
  975. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading event hook: WorldGuard Region ...
  976. [13:01:44] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
  977. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loaded 2713 of the 2713 placholders
  978. [13:01:44] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
  979. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
  980. [13:01:44] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
  981. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
  982. [13:01:44] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
  983. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
  984. [13:01:44] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
  985. [13:01:44] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
  986. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
  987. [13:01:44] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'benchmark' ...
  988. [13:01:45] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'towny-town-example' ...
  989. [13:01:45] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'combat-scoreboard-example' ...
  990. [13:01:45] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'mcmmo-levelup' ...
  991. [13:01:45] [Server thread/INFO]: [FeatherBoard] Added 'NONE' as the default scoreboard assign method
  992. [13:01:45] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
  993. [13:01:45] [Server thread/INFO]: [FeatherBoard] Your version is up to date!
  994. [13:01:45] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
  995. [13:01:45] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
  996. [13:01:45] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.3.4
  997. [13:01:45] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders.
  998. [13:01:45] [Server thread/INFO]: [JurassicRank] Enabling JurassicRank v1.32_c
  999. [13:01:45] [Server thread/INFO]: [Lores] Enabling Lores v1.4.1
  1000. [13:01:45] [Server thread/INFO]: [Lores] Lores 1.4.1 (Build 45) is enabled!
  1001. [13:01:45] [Server thread/INFO]: [AutoArmor] Enabling AutoArmor v0.0.3
  1002. [13:01:45] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.9.7.2
  1003. [13:01:45] [Server thread/INFO]: [SuperPotions] Enabling SuperPotions v2.6
  1004. [13:01:45] [Server thread/INFO]: [SuperPotions] version 2.6 has been enabled.
  1005. [13:01:45] [Server thread/INFO]: [SuperPotions] made by: [Flaminyogurt]
  1006. [13:01:45] [Server thread/INFO]: [Auctioneer] Enabling Auctioneer v1.2.10
  1007. [13:01:45] [Server thread/INFO]: [Auctioneer] Adding language 'ENGLISH'
  1008. [13:01:45] [Server thread/INFO]: [Auctioneer] Detected bukkit version : 1.8.8-R0.1-SNAPSHOT
  1009. [13:01:45] [Server thread/INFO]: [Auctioneer] Using 1.8 sound names
  1010. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@363,38@3,17@540,5
  1011. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@357,38@3,17@540,5
  1012. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@354,38@3,17@540,5
  1013. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@351,38@3,17@540,5
  1014. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@348,38@3,17@540,5
  1015. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@345,38@3,17@540,5
  1016. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@342,38@3,17@540,5
  1017. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@351,62@3,17@547,5
  1018. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@365,62@3,17@547,5
  1019. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@356,62@3,17@547,5
  1020. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@350,62@3,17@547,5
  1021. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@353,62@3,17@547,5
  1022. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@360,38@3,17@540,5
  1023. [13:01:45] [Timer-1/INFO]: Setup machine Slot at: Spawn@366,38@3,17@540,5
  1024. [13:01:45] [Server thread/INFO]: [PhatLoots] Enabling PhatLoots v4.1.0
  1025. [13:01:45] [Server thread/INFO]: [PhatLoots] Listening for Players fishing
  1026. [13:01:46] [Server thread/INFO]: [PhatLoots] PhatLoots 4.1.0 (Build 1,905) is enabled!
  1027. [13:01:46] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
  1028. [13:01:46] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
  1029. [13:01:46] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
  1030. [13:01:46] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.7.1-b91
  1031. [13:01:46] [Server thread/INFO]: | Command file(s) found : 1
  1032. [13:01:46] [Server thread/INFO]: | Config : Ready.
  1033. [13:01:46] [Server thread/INFO]: | PlaceholderAPI: Hooked, Ok.
  1034. [13:01:46] [Server thread/INFO]: | Duplicated command found. link1 in commands.yml
  1035. [13:01:46] [Server thread/INFO]: | Duplicated command found. gang3 in commands.yml
  1036. [13:01:46] [Server thread/INFO]: | Custom commands loaded : 67
  1037. [13:01:46] [Server thread/INFO]: | Version: 5.3.4
  1038. [13:01:46] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
  1039. [13:01:46] [Server thread/INFO]: | You are running the latest version of MyCommand.
  1040. [13:01:46] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  1041. [13:01:46] [Server thread/INFO]: [JurassicWanted] Enabling JurassicWanted v1.0.0
  1042. [13:01:46] [Server thread/INFO]: Successfully hooked into vault!
  1043. [13:01:46] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  1044. [13:01:46] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  1045. [13:01:46] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  1046. [13:01:46] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
  1047. [13:01:46] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
  1048. [13:01:46] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  1049. [13:01:46] [Server thread/INFO]: No kits found to migrate.
  1050. [13:01:46] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  1051. [13:01:46] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  1052. [13:01:46] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
  1053. [13:01:46] [Server thread/INFO]: Using locale en_GB
  1054. [13:01:46] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
  1055. [13:01:46] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  1056. [13:01:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  1057. [13:01:46] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  1058. [13:01:46] [Server thread/INFO]: [Server Tutorial Plus] Enabling ServerTutorialPlus v1.11.1
  1059. [13:01:46] [Server thread/INFO]: [Server Tutorial Plus] Enabling server tutorial...
  1060. [13:01:46] [Server thread/INFO]: [Server Tutorial Plus] Loading server tutorial: GTA
  1061. [13:01:46] [Server thread/INFO]: [Server Tutorial Plus] PlaceholderAPI has been found!
  1062. [13:01:46] [Server thread/INFO]: [Server Tutorial Plus] Servertutorial enabled successfully!
  1063. [13:01:46] [Server thread/INFO]: [SpigotLib] Enabling SpigotLib v7.0.2
  1064. [13:01:46] [Server thread/INFO]: [Startup] Initializing offline player manager...
  1065. [13:01:46] [Server thread/INFO]: [Startup] Your server is not connected to a BungeeCord server, skipping BungeeAPI load...
  1066. [13:01:46] [Server thread/INFO]: [Startup] The plugin Vault is present, hooking to it as Economy USER...
  1067. [13:01:46] [Server thread/INFO]: [JurassicHouses] Enabling JurassicHouses v1.1
  1068. [13:01:46] [Server thread/WARN]: [JurassicHouses] Could not save config.yml to plugins/JurassicHouses/config.yml because config.yml already exists.
  1069. [13:01:46] [Server thread/INFO]: [KoTH] Enabling KoTH v1.3.3
  1070. [13:01:46] [Server thread/INFO]: [KoTH] KoTH - Vanish hook: Disabled
  1071. [13:01:46] [Server thread/INFO]: [KoTH] KoTH - Featherboard hook: Disabled
  1072. [13:01:46] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.5.5
  1073. [13:01:46] [Server thread/INFO]: [CommandSigns] Plugin vault detected
  1074. [13:01:46] [Server thread/INFO]: [CommandSigns] Vault economy linked with command signs !
  1075. [13:01:46] [Server thread/INFO]: [CommandSigns] CommandSigns properly enabled !
  1076. [13:01:46] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.13.2
  1077. [13:01:46] [Server thread/INFO]: [DeluxeChat] 20 formats loaded!
  1078. [13:01:46] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
  1079. [13:01:46] [Server thread/INFO]: [DeluxeChat] Detected Vault
  1080. [13:01:46] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
  1081. [13:01:46] [Server thread/INFO]: [DeluxeChat] Bungee integration has been enabled!
  1082. [13:01:46] [Server thread/INFO]: [DeluxeChat] Remember DeluxeChat.jar must be running on your bungee proxy server also for integration to work properly!!
  1083. [13:01:46] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.6
  1084. [13:01:46] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
  1085. [13:01:46] [Server thread/INFO]: [JurassicRanks] Enabling JurassicRanks v1.0.0
  1086. [13:01:46] [Server thread/INFO]: Successfully hooked into vault!
  1087. [13:01:46] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v1.0.4
  1088. [13:01:48] [Server thread/INFO]:
  1089. [13:01:48] [Server thread/INFO]: __________________________________________________________
  1090. [13:01:48] [Server thread/INFO]:
  1091. [13:01:48] [Server thread/INFO]: TradeSystem [1.0.4]
  1092. [13:01:48] [Server thread/INFO]:
  1093. [13:01:48] [Server thread/INFO]: New update available [v1.0.6 - Important! Fixes the blacklist].
  1094. [13:01:48] [Server thread/INFO]: Download it on
  1095.  
  1096. https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/download?version=250368
  1097.  
  1098. [13:01:48] [Server thread/INFO]:
  1099. [13:01:48] [Server thread/INFO]: Status:
  1100. [13:01:48] [Server thread/INFO]:
  1101. [13:01:48] [Server thread/INFO]: MC-Version: v1_8_R3
  1102. [13:01:48] [Server thread/INFO]:
  1103. [13:01:48] [Server thread/INFO]: > Loading layouts
  1104. [13:01:48] [Server thread/INFO]: ...got 2 layout(s)
  1105. [13:01:48] [Server thread/INFO]:
  1106. [13:01:48] [Server thread/INFO]: Done (1.287s)
  1107. [13:01:48] [Server thread/INFO]:
  1108. [13:01:48] [Server thread/INFO]: __________________________________________________________
  1109. [13:01:48] [Server thread/INFO]:
  1110. [13:01:48] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8
  1111. [13:01:48] [Server thread/ERROR]: [ServerListPlus] ProtocolLib IS NOT INSTALLED! Most features will NOT work!
  1112. [13:01:48] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
  1113. [13:01:48] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  1114. [13:01:48] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
  1115. [13:01:48] [Server thread/ERROR]: [ServerListPlus] ProtocolLib IS NOT INSTALLED! Most features will NOT work!
  1116. [13:01:48] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
  1117. [13:01:48] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
  1118. [13:01:48] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
  1119. [13:01:48] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.1
  1120. [13:01:48] [Server thread/INFO]: [SpigotLib] Register service - com.gmail.filoghost.holographicdisplays.metrics.bukkit.MetricsLite
  1121. [13:01:48] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  1122. [13:01:48] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1123. [13:01:48] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1124. [13:01:48] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1125. [13:01:48] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1126. [13:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1127. [13:01:48] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
  1128. [13:01:48] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
  1129. [13:01:48] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
  1130. [13:01:48] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
  1131. [13:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
  1132. [13:01:48] [Server thread/INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED.
  1133. [13:01:48] [Server thread/INFO]: [WorldGuard] (arena) Lighters are PERMITTED.
  1134. [13:01:48] [Server thread/INFO]: [WorldGuard] (arena) Lava fire is blocked.
  1135. [13:01:48] [Server thread/INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED.
  1136. [13:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arena'
  1137. [13:01:48] [Server thread/INFO]: [WorldGuard] (DrugMap) TNT ignition is PERMITTED.
  1138. [13:01:48] [Server thread/INFO]: [WorldGuard] (DrugMap) Lighters are PERMITTED.
  1139. [13:01:48] [Server thread/INFO]: [WorldGuard] (DrugMap) Lava fire is blocked.
  1140. [13:01:48] [Server thread/INFO]: [WorldGuard] (DrugMap) Fire spread is UNRESTRICTED.
  1141. [13:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'DrugMap'
  1142. [13:01:48] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
  1143. [13:01:48] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
  1144. [13:01:48] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
  1145. [13:01:48] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
  1146. [13:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
  1147. [13:01:48] [Server thread/INFO]: [WorldGuard] (Map) TNT ignition is PERMITTED.
  1148. [13:01:48] [Server thread/INFO]: [WorldGuard] (Map) Lighters are PERMITTED.
  1149. [13:01:48] [Server thread/INFO]: [WorldGuard] (Map) Lava fire is blocked.
  1150. [13:01:48] [Server thread/INFO]: [WorldGuard] (Map) Fire spread is UNRESTRICTED.
  1151. [13:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Map'
  1152. [13:01:48] [Server thread/INFO]: [WorldGuard] (jurassic) TNT ignition is PERMITTED.
  1153. [13:01:48] [Server thread/INFO]: [WorldGuard] (jurassic) Lighters are PERMITTED.
  1154. [13:01:48] [Server thread/INFO]: [WorldGuard] (jurassic) Lava fire is blocked.
  1155. [13:01:48] [Server thread/INFO]: [WorldGuard] (jurassic) Fire spread is UNRESTRICTED.
  1156. [13:01:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'jurassic'
  1157. [13:01:48] [Server thread/INFO]: [WorldGuard] Loading region data...
  1158. [13:01:48] [Server thread/INFO]: [JurassicDrugs] Enabling JurassicDrugs v1.0.0
  1159. [13:01:48] [Server thread/INFO]: Successfully hooked into vault!
  1160. [13:01:48] [Server thread/INFO]: [GangsPlus] Enabling GangsPlus v2.5.0
  1161. [13:01:48] [Server thread/INFO]: [GangsPlus] Clip's PlaceholderAPI support enabled!
  1162. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_in_gang}
  1163. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_name}
  1164. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_formattedname}
  1165. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_rank}
  1166. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_friendlyfire}
  1167. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_online}
  1168. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_size}
  1169. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_leader}
  1170. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_level}
  1171. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_wins}
  1172. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_losses}
  1173. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_wlr}
  1174. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_kills}
  1175. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_deaths}
  1176. [13:01:48] [Server thread/INFO]: [MVdWPlaceholderAPI] GangsPlus added custom placeholder {gangsplus_2_gang_kdr}
  1177. [13:01:48] [Server thread/INFO]: [GangsPlus] MVdWPlaceholderAPI support enabled!
  1178. [13:01:48] [Server thread/INFO]: [JurassicCrates] Enabling JurassicCrates v1.0
  1179. [13:01:48] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Starting...
  1180. [13:01:48] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.pool.PoolBase - HikariPool-3 - Driver does not support get/set network timeout for connections. (org.sqlite.Conn.getNetworkTimeout()I)
  1181. [13:01:48] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Start completed.
  1182. [13:01:48] [Server thread/INFO]: DBFramework> Connection to 'null' has been opened!
  1183. [13:01:48] [Server thread/INFO]: DBFramework> Executed "CREATE TABLE IF NOT EXISTS recent_players (uuid TEXT NOT NULL, username TEXT NOT NULL, crate_name TEXT NOT NULL, crate_opens INT);"
  1184. [13:01:48] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  1185. [13:01:48] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  1186. [13:01:48] [Server thread/INFO]: [Bank] Enabling Bank v1.0
  1187. [13:01:48] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.0.9
  1188. [13:01:49] [Server thread/INFO]: [CustomBosses] Enabling CustomBosses v2.10.32
  1189. [13:01:49] [Server thread/INFO]: [CustomBosses] Using v1_8_R3 methods.
  1190. [13:01:49] [Server thread/INFO]: [CustomBosses] AutoSpawn feature has been disabled.
  1191. [13:01:49] [Server thread/INFO]: [CustomBosses] MCUpdate has been successfully set up!
  1192. [13:01:49] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v11.0.0
  1193. [13:01:49] [Server thread/INFO]: [BuycraftX] Validating your server key...
  1194. [13:01:49] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  1195. [13:01:50] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.3.8
  1196. [13:01:50] [Server thread/INFO]: [LiteBans] Using default database drivers.
  1197. [13:01:50] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
  1198. [13:01:50] [Server thread/INFO]: [LiteBans] Connecting to database...
  1199. [13:01:50] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///home/lagclear/gta/plugins/LiteBans/litebans] (219.6 ms).
  1200. [13:01:50] [Server thread/INFO]: [LiteBans] Database connection fully initialized (221.7 ms).
  1201. [13:01:50] [Server thread/INFO]: [LiteBans] v2.3.8 enabled. Startup took 318 ms.
  1202. [13:01:50] [Server thread/INFO]: [JurassicDiscord] Enabling JurassicDiscord v1.0
  1203. [13:01:50] [Server thread/INFO]: [JurassicDiscord] Database is disabled, the plugin will now use files for the data structure.
  1204. [13:01:51] [Server thread/WARN]: [Server thread] INFO net.dv8tion.jda.core.JDA - Login Successful!
  1205. [13:01:51] [Server thread/INFO]: [LeaderHeads] Enabling LeaderHeads v3.1.5
  1206. [13:01:51] [Server thread/INFO]: [LeaderHeads] Cracked by DirectLeaks.net
  1207. [13:01:51] [Server thread/INFO]: [LeaderHeads] Correctly initialized skin manager
  1208. [13:01:51] [Server thread/INFO]: [LeaderHeads] Skipping plugin Quests with author [fatpigsarefat] and hardcoded author Blackvein
  1209. [13:01:51] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: kills
  1210. [13:01:51] [Server thread/INFO]: [LeaderHeads] Loaded automatic reward: votes
  1211. [13:01:51] [Server thread/INFO]: [LeaderHeads] Hooked into HolographicDisplays
  1212. [13:01:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1213. [13:01:51] [JDA MainWS-ReadThread/WARN]: [JDA MainWS-ReadThread] INFO net.dv8tion.jda.core.requests.WebSocketClient - Connected to WebSocket
  1214. [13:01:51] [JDA MainWS-ReadThread/WARN]: [JDA MainWS-ReadThread] ERROR net.dv8tion.jda.core.requests.WebSocketClient - There was an error in the WebSocket connection
  1215. [13:01:51] [JDA MainWS-ReadThread/WARN]: java.lang.NoSuchMethodError: org.json.JSONArray.iterator()Ljava/util/Iterator;
  1216. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.updateTraces(WebSocketClient.java:165)
  1217. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onEvent(WebSocketClient.java:921)
  1218. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:871)
  1219. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1029)
  1220. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:368)
  1221. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:270)
  1222. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:990)
  1223. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:749)
  1224. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
  1225. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
  1226. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
  1227. [13:01:51] [Server thread/INFO]: Done (11.824s)! For help, type "help" or "?"
  1228. [13:01:51] [Server thread/INFO]: Using epoll channel type
  1229. [13:01:51] [JDA MainWS-ReadThread/WARN]: [JDA MainWS-ReadThread] ERROR net.dv8tion.jda.core.requests.WebSocketClient - There was an error in the WebSocket connection
  1230. [13:01:51] [JDA MainWS-ReadThread/WARN]: java.lang.NoSuchMethodError: org.json.JSONArray.iterator()Ljava/util/Iterator;
  1231. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.updateTraces(WebSocketClient.java:165)
  1232. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onDispatch(WebSocketClient.java:971)
  1233. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
  1234. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:871)
  1235. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1029)
  1236. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:368)
  1237. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:270)
  1238. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:990)
  1239. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:749)
  1240. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
  1241. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
  1242. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
  1243. [13:01:51] [JDA MainWS-ReadThread/WARN]: [JDA MainWS-ReadThread] ERROR net.dv8tion.jda.core.requests.WebSocketClient - There was an error in the WebSocket connection
  1244. [13:01:51] [JDA MainWS-ReadThread/WARN]: java.lang.NoSuchMethodError: org.json.JSONArray.iterator()Ljava/util/Iterator;
  1245. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.handle.GuildSetupNode.handleMemberChunk(GuildSetupNode.java:265)
  1246. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.handle.GuildSetupNode.ensureMembers(GuildSetupNode.java:400)
  1247. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.handle.GuildSetupNode.handleCreate(GuildSetupNode.java:233)
  1248. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.handle.GuildSetupController.onCreate(GuildSetupController.java:210)
  1249. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.handle.GuildCreateHandler.handleInternally(GuildCreateHandler.java:40)
  1250. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.handle.SocketHandler.handle(SocketHandler.java:37)
  1251. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onDispatch(WebSocketClient.java:994)
  1252. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onEvent(WebSocketClient.java:892)
  1253. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.handleEvent(WebSocketClient.java:871)
  1254. [13:01:51] [JDA MainWS-ReadThread/WARN]: at net.dv8tion.jda.core.requests.WebSocketClient.onBinaryMessage(WebSocketClient.java:1029)
  1255. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ListenerManager.callOnBinaryMessage(ListenerManager.java:368)
  1256. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.callOnBinaryMessage(ReadingThread.java:270)
  1257. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.handleBinaryFrame(ReadingThread.java:990)
  1258. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.handleFrame(ReadingThread.java:749)
  1259. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.main(ReadingThread.java:108)
  1260. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.ReadingThread.runMain(ReadingThread.java:64)
  1261. [13:01:51] [JDA MainWS-ReadThread/WARN]: at com.neovisionaries.ws.client.WebSocketThread.run(WebSocketThread.java:45)
  1262. [13:01:51] [Server thread/INFO]: Timings Reset
  1263. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - de.robingrether.idisguise.io.bstats.Metrics
  1264. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - com.github.nathannr.antilaby.metrics.BStats
  1265. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - net.milkbowl.vault.metrics.bukkit.Metrics
  1266. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - com.extendedclip.deluxemenus.metrics.Metrics
  1267. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - me.clip.placeholderapi.metrics.bukkit.Metrics
  1268. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - fr.klemms.auction.Metrics
  1269. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - com.martenm.servertutorialplus.helpers.MetricsLite
  1270. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - com.gmail.filoghost.holographicdisplays.metrics.bukkit.MetricsLite
  1271. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - de.themoep.resourcepacksplugin.bukkit.libs.bstats.MetricsLite
  1272. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - be.maximvdw.placeholderapi.internal.bstats.bukkit.Metrics
  1273. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - be.maximvdw.featherboard.Metrics
  1274. [13:01:51] [Server thread/INFO]: [SpigotLib] Unregister service - com.earth2me.essentials.metrics.Metrics
  1275. [13:01:51] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  1276. [13:01:51] [Server thread/INFO]: [ViaVersion] Enabling PaperSpigot/TacoSpigot patch: Fixes block placement.
  1277. [13:01:51] [Server thread/INFO]: COMBATTAG> Loading expansion 'Notifier v1.0.3'
  1278. [13:01:51] [Server thread/INFO]: [CombatLogX - Notifier] 1.8 does not support boss bars
  1279. [13:01:51] [Server thread/INFO]: COMBATTAG> Loading expansion 'Cheat Prevention v1.0.2'
  1280. [13:01:51] [Server thread/INFO]: COMBATTAG> Loading expansion 'CrackShot Compatability v1.0.0'
  1281. [13:01:51] [Server thread/INFO]: COMBATTAG> Loaded 3 expansions
  1282. [13:01:51] [Server thread/INFO]: COMBATTAG> Enabled
  1283. [13:01:51] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  1284. [13:01:51] [Craft Scheduler Thread - 14/INFO]: [WorldResourcepacks] §eGenerating hashes...
  1285. [13:01:51] [Craft Scheduler Thread - 14/INFO]: [WorldResourcepacks] §eDownloading §fgta...
  1286. [13:01:51] [Server thread/WARN]: [JurassicDiscord] Task #439 for JurassicDiscord v1.0 generated an exception
  1287. java.lang.NullPointerException
  1288. at net.jurassicgta.discord.file.YTDataManager.getChannel(YTDataManager.java:223) ~[?:?]
  1289. at net.jurassicgta.discord.file.YTDataManager$2.run(YTDataManager.java:91) ~[?:?]
  1290. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  1291. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  1292. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:783) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  1293. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  1294. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  1295. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
  1296. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  1297. [13:01:51] [Server thread/INFO]: [MVdWPlaceholderAPI] Quests added custom placeholder {fatpigsarefat:quests_complete}
  1298. [13:01:51] [Server thread/INFO]: [Quests] MVdWPlaceholderAPI detected, all external placeholders are now functional.
  1299. [13:01:51] [Server thread/INFO]: [Startup] Starting PacketAPI...
  1300. [13:01:51] [Server thread/INFO]: [Startup] Starting TPSMeter...
  1301. [13:01:51] [Server thread/INFO]: [Startup] Starting PlaceholderAPI hook...
  1302. [13:01:51] [Server thread/INFO]: [Startup] Started SpigotLib 7.0.2 properly.
  1303. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener CommandHandler#processCommand
  1304. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onChannelSubscription
  1305. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onWhisper
  1306. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onChannelMessage
  1307. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onChannelCheer
  1308. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onClearChat
  1309. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onChannnelClientJoinEvent
  1310. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onChannnelClientLeaveEvent
  1311. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onChannelModChange
  1312. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onNoticeEvent
  1313. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onHostOnEvent
  1314. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onHostOffEvent
  1315. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener IRCEventListener#onChannelState
  1316. [13:01:51] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener OAuthTwitch#onTokenExpired
  1317. [13:01:52] [Craft Scheduler Thread - 17/INFO]: [CommandPrompter] No update was found.
  1318. [13:01:52] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 128 placeholder expansions are available on the cloud.
  1319. [13:01:52] [Craft Scheduler Thread - 1/INFO]: [PlaceholderAPI] 4 installed expansions have updates available.
  1320. [13:01:52] [Craft Scheduler Thread - 17/INFO]: [BuycraftX] Fetching all due players...
  1321. [13:01:52] [Craft Scheduler Thread - 1/WARN]: java.lang.NumberFormatException: For input string: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">"
  1322. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
  1323. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at java.lang.Integer.parseInt(Integer.java:580)
  1324. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at java.lang.Integer.valueOf(Integer.java:766)
  1325. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at fr.klemms.auction.Requests.getVersion(Requests.java:25)
  1326. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at fr.klemms.auction.ThreadCheckUpdate.run(ThreadCheckUpdate.java:13)
  1327. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
  1328. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  1329. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23)
  1330. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1331. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1332. [13:01:52] [Craft Scheduler Thread - 1/WARN]: at java.lang.Thread.run(Thread.java:748)
  1333. [13:01:52] [Craft Scheduler Thread - 17/INFO]: [BuycraftX] Fetched due players (0 found).
  1334. [13:01:52] [Craft Scheduler Thread - 18/WARN]: [Craft Scheduler Thread - 18] INFO me.philippheuer.twitch4j.events.EventDispatcher - Registered method listener TwitchEvents#onMessage
  1335. [13:01:53] [Server thread/INFO]: [FeatherBoard] Checking for module updates ...
  1336. [13:01:53] [Server thread/INFO]: [FeatherBoard] Fetching modules from server ...
  1337. [13:01:53] [ReadingThread/WARN]: [ReadingThread] INFO me.philippheuer.twitch4j.message.irc.TwitchChat - Connecting to Twitch IRC [%s]
  1338. [13:01:53] [Server thread/INFO]: [JurassicDiscord] Updating rank data...
  1339. [13:01:54] [Craft Scheduler Thread - 14/INFO]: [WorldResourcepacks] §eSHA 1 hash of §fgta§e: §f1bcdf4684c2bf34935720d7efc4ad2a4b02c38c0
  1340. [13:01:54] [Craft Scheduler Thread - 14/INFO]: [WorldResourcepacks] §eDownloading §femptypack...
  1341. [13:01:54] [Craft Scheduler Thread - 14/INFO]: [WorldResourcepacks] §eSHA 1 hash of §femptypack§e: §fc05faed4680570a6159823e13fbae2ae830166ab
  1342. [13:01:54] [Craft Scheduler Thread - 14/INFO]: [WorldResourcepacks] §aNo hash changed!
  1343. [13:02:05] [User Authenticator #1/INFO]: UUID of player LagClear is 4d924f8e-ada2-43be-b95b-659342247e23
  1344. [13:02:05] [Server thread/INFO]: [AntiLaby/INFO] Disable some LabyMod functions for player LagClear (4d924f8e-ada2-43be-b95b-659342247e23)
  1345. [13:02:05] [Server thread/INFO]: LagClear[/76.240.163.220:64460] logged in with entity id 452 at ([jurassic]197.0410214817333, 49.52234327386672, 352.96540219650217)
  1346. [13:02:05] [Server thread/INFO]: [WorldResourcepacks] Send pack gta (https://www.dropbox.com/s/1w01cx241bri0nj/FinalJurassicPack.zip?dl=1) to LagClear
  1347. [13:02:07] [Server thread/INFO]: LagClear issued server command: /pl
  1348. [13:02:08] [Finalizer/WARN]: [Finalizer] INFO me.philippheuer.twitch4j.message.irc.TwitchChat - Connection to Twitch IRC lost (WebSocket)! Retrying ...
  1349. [13:02:09] [ReadingThread/WARN]: [ReadingThread] INFO me.philippheuer.twitch4j.message.irc.TwitchChat - Connecting to Twitch IRC [%s]
  1350. [13:02:12] [Server thread/INFO]: LagClear issued server command: /gangtempchat
  1351. [13:02:12] [Server thread/INFO]: JurassicDiscord - ERROR REPORT - NullPointerException
  1352. #1: LINE 85 in FILE GangTempChat.java (net.jurassicgta.discord.cmds.GangTempChat.onCommand)
  1353. #2: LINE 45 in FILE PluginCommand.java (org.bukkit.command.PluginCommand.execute)
  1354. #3: LINE 146 in FILE SimpleCommandMap.java (org.bukkit.command.SimpleCommandMap.dispatch)
  1355. #4: LINE 89 in FILE CustomCommandMap.java (gyurix.commands.CustomCommandMap.dispatch)
  1356. [13:02:32] [Server thread/INFO]: LagClear issued server command: /worldborder
  1357. [13:02:34] [Server thread/INFO]: LagClear issued server command: /spawn
  1358. [13:02:37] [Server thread/INFO]: LagClear issued server command: /speed 1
  1359. [13:02:53] [WritingThread/WARN]: [WritingThread] INFO me.philippheuer.twitch4j.message.pubsub.TwitchPubSub - Connection to Twitch PubSub Closed by Server [wss://pubsub-edge.twitch.tv:443]
  1360. [13:06:50] [Server thread/INFO]: -----------------------------------------
  1361. [13:06:50] [Server thread/INFO]: We are now looking for staff!
  1362. [13:06:50] [Server thread/INFO]: Apply today at jurassicgta.net
  1363. [13:06:50] [Server thread/INFO]: -----------------------------------------
  1364. [13:06:53] [Server thread/INFO]: [JurassicDiscord] Updating rank data...
  1365. [13:08:19] [Server thread/INFO]: LagClear issued server command: /pl
  1366. [13:08:32] [Server thread/INFO]: LagClear issued server command: /hd list
  1367. [13:08:36] [Server thread/INFO]: LagClear issued server command: /hd list 2
  1368. [13:08:38] [Server thread/INFO]: LagClear issued server command: /hd near
  1369. [13:08:40] [Server thread/INFO]: LagClear issued server command: /hd near 1
  1370. [13:11:50] [Server thread/INFO]: -----------------------------------------
  1371. [13:11:50] [Server thread/INFO]: Want to help support the server?
  1372. [13:11:50] [Server thread/INFO]: Purchase items from the store using /buy
  1373. [13:11:50] [Server thread/INFO]: -----------------------------------------
  1374. [13:11:53] [Server thread/INFO]: [JurassicDiscord] Updating rank data...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement