Advertisement
Guest User

Untitled

a guest
Jul 24th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 136.64 KB | None | 0 0
  1. [19:36:49] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [19:36:49] [Server thread/INFO]: Loading properties
  3. [19:36:50] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:36:50] [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. [19:36:50] [Server thread/WARN]: Couldn't load server icon
  6. java.lang.IllegalArgumentException: Must be 64 pixels wide
  7. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[server.jar:git-PaperSpigot-"4c7641d"]
  8. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadServerIcon0(CraftServer.java:1741) ~[server.jar:git-PaperSpigot-"4c7641d"]
  9. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadServerIcon0(CraftServer.java:1729) ~[server.jar:git-PaperSpigot-"4c7641d"]
  10. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadIcon(CraftServer.java:777) [server.jar:git-PaperSpigot-"4c7641d"]
  11. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [server.jar:git-PaperSpigot-"4c7641d"]
  12. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:71) [server.jar:git-PaperSpigot-"4c7641d"]
  13. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [server.jar:git-PaperSpigot-"4c7641d"]
  14. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:176) [server.jar:git-PaperSpigot-"4c7641d"]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [server.jar:git-PaperSpigot-"4c7641d"]
  16. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  17. [19:36:50] [Server thread/INFO]: Debug logging is disabled
  18. [19:36:50] [Server thread/INFO]: Spigot Timings: true - Verbose: true - Interval: 5m - Length: 60m
  19. [19:36:50] [Server thread/INFO]: Server Ping Player Sample Count: 12
  20. [19:36:50] [Server thread/INFO]: Using 4 threads for Netty based IO
  21. [19:36:50] [Server thread/INFO]: Data value allowed items:
  22. [19:36:50] [Server thread/INFO]: Generating keypair
  23. [19:36:50] [Server thread/INFO]: Starting Minecraft server on *:25565
  24. [19:36:50] [Server thread/INFO]: Using default channel type
  25. [19:36:50] [Server thread/WARN]: Plugin `KnockBack_Plus v0.1' uses the space-character (0x20) in its name `KnockBack Plus' - this is discouraged
  26. [19:36:51] [Server thread/ERROR]: Ambiguous plugin name `ProtocolLib' for files `plugins\ProtocolLib (4).jar' and `plugins\ProtocolLib (3).jar' in `plugins'
  27. [19:36:51] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  28. [19:36:51] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
  29. [19:36:51] [Server thread/ERROR]: Could not load 'plugins\SchematicaPlugin-1.8-1.1.0.2-bungeecord.jar' in folder 'plugins'
  30. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
  31. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[server.jar:git-PaperSpigot-"4c7641d"]
  32. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[server.jar:git-PaperSpigot-"4c7641d"]
  33. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [server.jar:git-PaperSpigot-"4c7641d"]
  34. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [server.jar:git-PaperSpigot-"4c7641d"]
  35. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [server.jar:git-PaperSpigot-"4c7641d"]
  36. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [server.jar:git-PaperSpigot-"4c7641d"]
  37. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  38. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
  39. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_131]
  40. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_131]
  41. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_131]
  42. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_131]
  43. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_131]
  44. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_131]
  45. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_131]
  46. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_131]
  47. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_131]
  48. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[server.jar:git-PaperSpigot-"4c7641d"]
  49. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[server.jar:git-PaperSpigot-"4c7641d"]
  50. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  51. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  52. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  53. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  54. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[server.jar:git-PaperSpigot-"4c7641d"]
  55. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:git-PaperSpigot-"4c7641d"]
  56. ... 6 more
  57. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Listener
  58. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_131]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[server.jar:git-PaperSpigot-"4c7641d"]
  60. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[server.jar:git-PaperSpigot-"4c7641d"]
  61. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  62. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  63. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_131]
  64. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_131]
  65. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_131]
  66. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_131]
  67. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_131]
  68. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_131]
  69. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_131]
  70. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_131]
  71. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_131]
  72. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[server.jar:git-PaperSpigot-"4c7641d"]
  73. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[server.jar:git-PaperSpigot-"4c7641d"]
  74. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  75. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
  76. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_131]
  77. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_131]
  78. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[server.jar:git-PaperSpigot-"4c7641d"]
  79. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[server.jar:git-PaperSpigot-"4c7641d"]
  80. ... 6 more
  81. [19:36:53] [Server thread/WARN]: [RandomTP] Default system encoding may have misread config.yml from plugin jar
  82. [19:36:54] [Server thread/INFO]: 19:36:53.997 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - going to scan these urls:
  83. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/dnsns.jar
  84. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/dns_sd.jar
  85. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/jfxrt.jar
  86. file:/D:/server/Voltix%20FACTIONS/plugins/DiscordSRV-Build-1.16.3.jar
  87. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/zipfs.jar
  88. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/sunjce_provider.jar
  89. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/cldrdata.jar
  90. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/localedata.jar
  91. file:/D:/server/Voltix%20FACTIONS/server.jar
  92. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/access-bridge-64.jar
  93. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/sunec.jar
  94. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/sunmscapi.jar
  95. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/sunpkcs11.jar
  96. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/nashorn.jar
  97. file:/C:/Program%20Files/Java/jre1.8.0_131/lib/ext/jaccess.jar
  98.  
  99. [19:36:54] [Server thread/INFO]: 19:36:54.325 [Server thread] INFO github.scarsz.discordsrv.dependencies.reflections.Reflections - Reflections took 323 ms to scan 15 urls, producing 13 keys and 21 values
  100.  
  101. [19:36:54] [Server thread/INFO]: 19:36:54.338 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.util.AbstractList -> java.util.ArrayList
  102.  
  103. [19:36:54] [Server thread/INFO]: 19:36:54.340 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.util.AbstractCollection -> java.util.AbstractList
  104.  
  105. [19:36:54] [Server thread/INFO]: 19:36:54.340 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.util.Collection -> java.util.AbstractCollection
  106.  
  107. [19:36:54] [Server thread/INFO]: 19:36:54.340 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.lang.Iterable -> java.util.Collection
  108.  
  109. [19:36:54] [Server thread/INFO]: 19:36:54.340 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.util.List -> java.util.AbstractList
  110.  
  111. [19:36:54] [Server thread/INFO]: 19:36:54.340 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.util.Collection -> java.util.List
  112.  
  113. [19:36:54] [Server thread/INFO]: 19:36:54.340 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.util.List -> java.util.ArrayList
  114.  
  115. [19:36:54] [Server thread/INFO]: 19:36:54.340 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.util.RandomAccess -> java.util.ArrayList
  116.  
  117. [19:36:54] [Server thread/INFO]: 19:36:54.341 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.lang.Cloneable -> java.util.ArrayList
  118.  
  119. [19:36:54] [Server thread/INFO]: 19:36:54.341 [Server thread] DEBUG github.scarsz.discordsrv.dependencies.reflections.Reflections - expanded subtype java.io.Serializable -> java.util.ArrayList
  120.  
  121. [19:36:55] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
  122. [19:36:55] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.5
  123. [19:36:55] [Server thread/INFO]: [ChunkbusterPlus] Loading ChunkbusterPlus v1.3
  124. [19:36:55] [Server thread/INFO]: [PlugMan] Loading PlugMan v1.8.1
  125. [19:36:55] [Server thread/INFO]: [FulckDuels] Loading FulckDuels v1.0
  126. [19:36:55] [Server thread/INFO]: [AntiDupe] Loading AntiDupe v1.0
  127. [19:36:55] [Server thread/INFO]: [RogueParkour] Loading RogueParkour v4.3
  128. [19:36:55] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.7.1
  129. [19:36:55] [Server thread/INFO]: [denyItemCraft] Loading denyItemCraft v2.0
  130. [19:36:55] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
  131. [19:36:55] [Server thread/INFO]: [BossBarAPI] Loading BossBarAPI v2.4.1
  132. [19:36:55] [Server thread/INFO]: [ParticleLIB] Loading ParticleLIB v2.1.1
  133. [19:36:55] [Server thread/INFO]: [SynexSpawnFly] Loading SynexSpawnFly v1.0
  134. [19:36:55] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.3.0
  135. [19:36:55] [Server thread/INFO]: [ViaVersion] ViaVersion 1.3.0 is now loaded, injecting!
  136. [19:36:55] [Server thread/INFO]: [TigerReports] Loading TigerReports v4.2.2
  137. [19:36:55] [Server thread/INFO]: [SynexQuests] Loading SynexQuests v1.0
  138. [19:36:55] [Server thread/INFO]: [Elevator] Loading Elevator v2.9.3
  139. [19:36:55] [Server thread/INFO]: [KnockBack_Plus] Loading KnockBack_Plus v0.1
  140. [19:36:55] [Server thread/INFO]: [ActionBarAPI] Loading ActionBarAPI v1.5.3
  141. [19:36:55] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
  142. [19:36:55] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.0
  143. [19:36:55] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
  144. [19:36:55] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v18.04.27-2ec9a92-1089-19.5.23
  145. [19:36:55] [Server thread/INFO]: [FulckTab] Loading FulckTab v1.3.2.9
  146. [19:36:55] [Server thread/INFO]: [AlwaysOnline] Loading AlwaysOnline v6.1
  147. [19:36:55] [Server thread/INFO]: [DeathChest] Loading DeathChest v1.0
  148. [19:36:55] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v3.23.0
  149. [19:36:55] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4.8
  150. [19:36:55] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  151. [19:36:55] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.7.4.4
  152. [19:36:55] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.3.1
  153. [19:36:55] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  154. [19:36:55] [Server thread/INFO]: [TigerReportsSupports] Loading TigerReportsSupports v1.2.2
  155. [19:36:55] [Server thread/INFO]: [EpicWorldGenerator] Loading EpicWorldGenerator v7.2.23
  156. [19:36:56] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.0.5
  157. [19:36:56] [Server thread/INFO]: [GenBuckets] Loading GenBuckets v2.8
  158. [19:36:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
  159. [19:36:56] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b488
  160. [19:36:56] [Server thread/INFO]: [AnimatedNames] Loading AnimatedNames v6.4.0
  161. [19:36:56] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.5
  162. [19:36:56] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.2.4
  163. [19:36:56] [Server thread/INFO]: [SafeTrade] Loading SafeTrade v1.0.16
  164. [19:36:56] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  165. [19:36:56] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.16.3
  166. [19:36:56] [Server thread/INFO]: [CrazyAuctions] Loading CrazyAuctions v1.2.4
  167. [19:36:56] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.10.2
  168. [19:36:56] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  169. [19:36:56] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5
  170. [19:36:56] [Server thread/INFO]: [PetBlocks] Loading PetBlocks v6.5.1
  171. [19:36:56] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
  172. [19:36:56] [Server thread/INFO]: [FactionWarsCORE] Loading FactionWarsCORE v1.0
  173. [19:36:56] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.0.1-b516
  174. [19:36:56] [Server thread/INFO]: [FactionWars] Loading FactionWars v4.4
  175. [19:36:56] [Server thread/INFO]: [KoTH] Loading KoTH v1.5.1
  176. [19:36:57] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v5.0.2
  177. [19:36:57] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.11.1
  178. [19:36:57] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.3.1
  179. [19:36:57] [Server thread/INFO]: [FactionsUUIDBar] Loading FactionsUUIDBar v1.3
  180. [19:36:57] [Server thread/INFO]: [BeastCore] Loading BeastCore v1.0-SNAPSHOT
  181. [19:36:57] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.13.1
  182. [19:36:57] [Server thread/INFO]: [PrinterMode] Loading PrinterMode v2.0.3
  183. [19:36:57] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.0
  184. [19:36:57] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  185. [19:36:57] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v18.04.27-2ec9a92-1089-19.5.23
  186. [19:36:58] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  187. [19:36:58] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  188. [19:36:58] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  189. [19:36:58] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  190. [19:36:58] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  191. [19:36:58] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  192. [19:36:58] [Server thread/INFO]: [EpicWorldGenerator] Enabling EpicWorldGenerator v7.2.23
  193. [19:36:58] [Server thread/INFO]:
  194. [19:36:58] [Server thread/INFO]:
  195. [19:36:58] [Server thread/INFO]: _ __
  196. [19:36:58] [Server thread/INFO]: |_ ._ o _ \ / _ ._ | _| /__ _ ._ _ ._ _. _|_ _ ._
  197. [19:36:58] [Server thread/INFO]: |_ |_) | (_ \/\/ (_) | | (_| \_| (/_ | | (/_ | (_| |_ (_) |
  198. [19:36:58] [Server thread/INFO]: |
  199. [19:36:58] [Server thread/INFO]:
  200. [19:36:58] [Server thread/INFO]: Version 7.2.23 | Licensed to 11227
  201. [19:36:58] [Server thread/INFO]:
  202. [19:36:58] [Server thread/INFO]: Documentation can be found at http://discuss.dynamic-bytes.com/p/1-wiki
  203. [19:36:58] [Server thread/INFO]:
  204. [19:36:58] [Server thread/INFO]:
  205. [19:36:58] [Server thread/INFO]: > Loading structures (.EWG schematics)
  206. [19:37:00] [Server thread/INFO]: - DECO_desert_tower
  207. [19:37:00] [Server thread/INFO]: - DECO_forest_house
  208. [19:37:00] [Server thread/INFO]: - DECO_jungle_tower
  209. [19:37:00] [Server thread/INFO]: - DECO_portals_204
  210. [19:37:00] [Server thread/INFO]: - DECO_rock_01
  211. [19:37:00] [Server thread/INFO]: - DECO_rock_02
  212. [19:37:00] [Server thread/INFO]: - DECO_rock_03
  213. [19:37:00] [Server thread/INFO]: - DECO_rock_04
  214. [19:37:00] [Server thread/INFO]: - DECO_rock_10
  215. [19:37:00] [Server thread/INFO]: - DECO_rock_17
  216. [19:37:00] [Server thread/INFO]: - DECO_rock_18
  217. [19:37:01] [Server thread/INFO]: - DECO_rock_19
  218. [19:37:01] [Server thread/INFO]: - DECO_rock_20
  219. [19:37:01] [Server thread/INFO]: - DECO_rock_21
  220. [19:37:01] [Server thread/INFO]: - DECO_rock_22
  221. [19:37:01] [Server thread/INFO]: - DECO_rock_23
  222. [19:37:01] [Server thread/INFO]: - DECO_rock_24
  223. [19:37:01] [Server thread/INFO]: - DECO_rock_25
  224. [19:37:01] [Server thread/INFO]: - TREES_birch_normal
  225. [19:37:01] [Server thread/INFO]: - TREES_birch_normal_2
  226. [19:37:01] [Server thread/INFO]: - TREES_birch_normal_3
  227. [19:37:01] [Server thread/INFO]: - TREES_birch_normal_4
  228. [19:37:01] [Server thread/INFO]: - TREES_bonsai_big
  229. [19:37:01] [Server thread/INFO]: - TREES_bonsai_big_2
  230. [19:37:01] [Server thread/INFO]: - TREES_bonsai_big_3
  231. [19:37:01] [Server thread/INFO]: - TREES_bonsai_huge
  232. [19:37:01] [Server thread/INFO]: - TREES_bonsai_medium
  233. [19:37:01] [Server thread/INFO]: - TREES_bonsai_medium_2
  234. [19:37:01] [Server thread/INFO]: - TREES_bonsai_normal
  235. [19:37:01] [Server thread/INFO]: - TREES_bonsai_normal_2
  236. [19:37:01] [Server thread/INFO]: - TREES_bonsai_small
  237. [19:37:01] [Server thread/INFO]: - TREES_bonsai_tiny
  238. [19:37:01] [Server thread/INFO]: - TREES_dead_big
  239. [19:37:01] [Server thread/INFO]: - TREES_dead_huge
  240. [19:37:01] [Server thread/INFO]: - TREES_dead_medium
  241. [19:37:01] [Server thread/INFO]: - TREES_dead_medium_2
  242. [19:37:01] [Server thread/INFO]: - TREES_dead_normal
  243. [19:37:01] [Server thread/INFO]: - TREES_dead_normal_2
  244. [19:37:01] [Server thread/INFO]: - TREES_fantasy_normal
  245. [19:37:01] [Server thread/INFO]: - TREES_fantasy_normal_2
  246. [19:37:01] [Server thread/INFO]: - TREES_fantasy_small
  247. [19:37:01] [Server thread/INFO]: - TREES_fantasy_small_2
  248. [19:37:01] [Server thread/INFO]: - TREES_fantasy_small_3
  249. [19:37:01] [Server thread/INFO]: - TREES_forgottenForest_medium
  250. [19:37:01] [Server thread/INFO]: - TREES_forgottenForest_medium_4
  251. [19:37:01] [Server thread/INFO]: - TREES_forgottenForest_medium_5
  252. [19:37:01] [Server thread/INFO]: - TREES_forgottenForest_normal_2
  253. [19:37:01] [Server thread/INFO]: - TREES_forgottenForest_normal_3
  254. [19:37:01] [Server thread/INFO]: - TREES_jungle_big
  255. [19:37:01] [Server thread/INFO]: - TREES_jungle_huge
  256. [19:37:01] [Server thread/INFO]: - TREES_jungle_medium
  257. [19:37:01] [Server thread/INFO]: - TREES_jungle_normal
  258. [19:37:01] [Server thread/INFO]: - TREES_jungle_normal_2
  259. [19:37:01] [Server thread/INFO]: - TREES_jungle_normal_3
  260. [19:37:01] [Server thread/INFO]: - TREES_jungle_normal_4
  261. [19:37:01] [Server thread/INFO]: - TREES_jungle_small
  262. [19:37:01] [Server thread/INFO]: - TREES_jungle_small_2
  263. [19:37:01] [Server thread/INFO]: - TREES_jungle_small_3
  264. [19:37:01] [Server thread/INFO]: - TREES_nether_normal
  265. [19:37:01] [Server thread/INFO]: - TREES_pine_big
  266. [19:37:01] [Server thread/INFO]: - TREES_pine_huge
  267. [19:37:01] [Server thread/INFO]: - TREES_pine_medium
  268. [19:37:01] [Server thread/INFO]: - TREES_pine_normal
  269. [19:37:01] [Server thread/INFO]: - TREES_pine_normal_2
  270. [19:37:01] [Server thread/INFO]: - TREES_pine_small
  271. [19:37:01] [Server thread/INFO]: - TREES_pine_small_2
  272. [19:37:01] [Server thread/INFO]: - TREES_pine_small_3
  273. [19:37:01] [Server thread/INFO]: - TREES_pine_tiny
  274. [19:37:01] [Server thread/INFO]: - TREES_pine_tiny_2
  275. [19:37:01] [Server thread/INFO]: - TREES_scotsPine_normal_10
  276. [19:37:01] [Server thread/INFO]: - TREES_scotsPine_normal_11
  277. [19:37:01] [Server thread/INFO]: - TREES_scotsPine_normal_12
  278. [19:37:01] [Server thread/INFO]: - TREES_scotsPine_normal_6
  279. [19:37:01] [Server thread/INFO]: - TREES_scotsPine_normal_8
  280. [19:37:01] [Server thread/INFO]: - TREES_scotsPine_normal_9
  281. [19:37:01] [Server thread/INFO]: - TREES_stoneForest_normal
  282. [19:37:01] [Server thread/INFO]: - TREES_stoneForest_normal_2
  283. [19:37:01] [Server thread/INFO]: - TREES_stoneForest_normal_3
  284. [19:37:01] [Server thread/INFO]: - TREES_tropicalForest_medium_1
  285. [19:37:01] [Server thread/INFO]: - TREES_tropicalForest_medium_2
  286. [19:37:01] [Server thread/INFO]: - TREES_tropicalForest_medium_3
  287. [19:37:01] [Server thread/INFO]: - TREES_tropicalForest_medium_4
  288. [19:37:01] [Server thread/INFO]: - TREES_tropicalForest_small_1
  289. [19:37:01] [Server thread/INFO]: - TREES_willow_big
  290. [19:37:01] [Server thread/INFO]: - TREES_willow_big_2
  291. [19:37:01] [Server thread/INFO]: - TREES_willow_huge
  292. [19:37:01] [Server thread/INFO]: - TREES_willow_medium
  293. [19:37:01] [Server thread/INFO]: - TREES_willow_medium_2
  294. [19:37:01] [Server thread/INFO]: - TREES_willow_normal
  295. [19:37:01] [Server thread/INFO]: - TREES_willow_small
  296. [19:37:01] [Server thread/INFO]: - TREES_willow_tiny
  297. [19:37:01] [Server thread/INFO]: - TREES_willow_tiny_2
  298. [19:37:01] [Server thread/INFO]: - TREES_willow_tiny_3
  299. [19:37:01] [Server thread/INFO]:
  300. [19:37:01] [Server thread/INFO]: > Loading configuration
  301. [19:37:01] [Server thread/INFO]: [MVdW] EpicWorldGenerator added custom placeholder {ewgbiome}
  302. [19:37:01] [Server thread/INFO]:
  303. [19:37:01] [Server thread/INFO]: Done
  304. [19:37:01] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  305. [19:37:01] [Server thread/INFO]: Preparing level "MAP"
  306. [19:37:01] [Server thread/INFO]: -------- World Settings For [MAP] --------
  307. [19:37:01] [Server thread/INFO]: Item Despawn Rate: 6000
  308. [19:37:01] [Server thread/INFO]: Item Merge Radius: 2.5
  309. [19:37:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  310. [19:37:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
  311. [19:37:01] [Server thread/INFO]: View Distance: 10
  312. [19:37:01] [Server thread/INFO]: Max Entity Collisions: 8
  313. [19:37:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  314. [19:37:01] [Server thread/INFO]: Experience Merge Radius: 3.0
  315. [19:37:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
  316. [19:37:01] [Server thread/INFO]: Clear tick list: false
  317. [19:37:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  318. [19:37:01] [Server thread/INFO]: Mob Spawn Range: 4
  319. [19:37:01] [Server thread/INFO]: Anti X-Ray: true
  320. [19:37:01] [Server thread/INFO]: Engine Mode: 1
  321. [19:37:01] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  322. [19:37:01] [Server thread/INFO]: Replace Blocks: [1, 5]
  323. [19:37:01] [Server thread/INFO]: Random Lighting Updates: false
  324. [19:37:01] [Server thread/INFO]: Structure Info Saving: true
  325. [19:37:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  326. [19:37:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
  327. [19:37:01] [Server thread/INFO]: Cane Growth Modifier: 100%
  328. [19:37:01] [Server thread/INFO]: Melon Growth Modifier: 100%
  329. [19:37:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  330. [19:37:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  331. [19:37:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
  332. [19:37:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
  333. [19:37:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  334. [19:37:01] [Server thread/INFO]: Sending up to 10 chunks per packet
  335. [19:37:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  336. [19:37:01] [Server thread/INFO]: Max TNT Explosions: 100
  337. [19:37:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  338. [19:37:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  339. [19:37:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  340. [19:37:01] [Server thread/INFO]: -------- World Settings For [MAP] --------
  341. [19:37:01] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  342. [19:37:01] [Server thread/INFO]: Fix TNT cannons: true
  343. [19:37:01] [Server thread/INFO]: Water over lava flow speed: 5
  344. [19:37:01] [Server thread/INFO]: Keep spawn chunk loaded: true
  345. [19:37:01] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  346. [19:37:01] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  347. [19:37:01] [Server thread/INFO]: Allow undead horse types to be leashed: false
  348. [19:37:01] [Server thread/INFO]: World async lighting: false
  349. [19:37:01] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  350. [19:37:01] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  351. [19:37:01] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  352. [19:37:01] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  353. [19:37:02] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest
  354. [19:37:02] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for MAP ]~~~~~~~~~~~~
  355. [19:37:02] [Server thread/INFO]: Biomes that will generated;
  356. [19:37:02] [Server thread/INFO]: * Mesa
  357. [19:37:02] [Server thread/INFO]: * Tropical Forest
  358. [19:37:02] [Server thread/INFO]: * Deciduous Forest
  359. [19:37:02] [Server thread/INFO]: * River
  360. [19:37:02] [Server thread/INFO]: * Deep Ocean
  361. [19:37:02] [Server thread/INFO]: * Birch Forest
  362. [19:37:02] [Server thread/INFO]: * Fantasy Forest
  363. [19:37:02] [Server thread/INFO]: * Bonsai Forest
  364. [19:37:02] [Server thread/INFO]: * Pine Forest 2
  365. [19:37:02] [Server thread/INFO]: * Pine Forest
  366. [19:37:02] [Server thread/INFO]: * Plains
  367. [19:37:02] [Server thread/INFO]: * Bonsai Forest
  368. [19:37:02] [Server thread/INFO]: * Jungle
  369. [19:37:02] [Server thread/INFO]: * Desert
  370. [19:37:02] [Server thread/INFO]: * Ocean
  371. [19:37:02] [Server thread/INFO]: * Forgotten Forest
  372. [19:37:02] [Server thread/INFO]: * Stone Forest
  373. [19:37:02] [Server thread/INFO]: * Scots pine forest
  374. [19:37:02] [Server thread/INFO]: Generator version: 7.2.23
  375. [19:37:02] [Server thread/INFO]: Biomes in total: 18
  376. [19:37:02] [Server thread/INFO]: Preparing world injection
  377. [19:37:02] [Server thread/INFO]: -------- World Settings For [MAP_nether] --------
  378. [19:37:02] [Server thread/INFO]: Item Despawn Rate: 6000
  379. [19:37:02] [Server thread/INFO]: Item Merge Radius: 2.5
  380. [19:37:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  381. [19:37:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  382. [19:37:02] [Server thread/INFO]: View Distance: 10
  383. [19:37:02] [Server thread/INFO]: Max Entity Collisions: 8
  384. [19:37:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  385. [19:37:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  386. [19:37:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  387. [19:37:02] [Server thread/INFO]: Clear tick list: false
  388. [19:37:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  389. [19:37:02] [Server thread/INFO]: Mob Spawn Range: 4
  390. [19:37:02] [Server thread/INFO]: Anti X-Ray: true
  391. [19:37:02] [Server thread/INFO]: Engine Mode: 1
  392. [19:37:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  393. [19:37:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  394. [19:37:02] [Server thread/INFO]: Random Lighting Updates: false
  395. [19:37:02] [Server thread/INFO]: Structure Info Saving: true
  396. [19:37:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  397. [19:37:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  398. [19:37:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  399. [19:37:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  400. [19:37:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  401. [19:37:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  402. [19:37:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  403. [19:37:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  404. [19:37:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  405. [19:37:02] [Server thread/INFO]: Sending up to 10 chunks per packet
  406. [19:37:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  407. [19:37:02] [Server thread/INFO]: Max TNT Explosions: 100
  408. [19:37:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  409. [19:37:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  410. [19:37:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  411. [19:37:02] [Server thread/INFO]: -------- World Settings For [MAP_nether] --------
  412. [19:37:02] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  413. [19:37:02] [Server thread/INFO]: Fix TNT cannons: true
  414. [19:37:02] [Server thread/INFO]: Water over lava flow speed: 5
  415. [19:37:02] [Server thread/INFO]: Keep spawn chunk loaded: true
  416. [19:37:02] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  417. [19:37:02] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  418. [19:37:02] [Server thread/INFO]: Allow undead horse types to be leashed: false
  419. [19:37:02] [Server thread/INFO]: World async lighting: false
  420. [19:37:02] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  421. [19:37:02] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  422. [19:37:02] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  423. [19:37:02] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  424. [19:37:02] [Server thread/INFO]: -------- World Settings For [MAP_the_end] --------
  425. [19:37:02] [Server thread/INFO]: Item Despawn Rate: 6000
  426. [19:37:02] [Server thread/INFO]: Item Merge Radius: 2.5
  427. [19:37:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  428. [19:37:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  429. [19:37:02] [Server thread/INFO]: View Distance: 10
  430. [19:37:02] [Server thread/INFO]: Max Entity Collisions: 8
  431. [19:37:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  432. [19:37:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  433. [19:37:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  434. [19:37:02] [Server thread/INFO]: Clear tick list: false
  435. [19:37:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  436. [19:37:02] [Server thread/INFO]: Mob Spawn Range: 4
  437. [19:37:02] [Server thread/INFO]: Anti X-Ray: true
  438. [19:37:02] [Server thread/INFO]: Engine Mode: 1
  439. [19:37:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  440. [19:37:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  441. [19:37:02] [Server thread/INFO]: Random Lighting Updates: false
  442. [19:37:02] [Server thread/INFO]: Structure Info Saving: true
  443. [19:37:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  444. [19:37:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  445. [19:37:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  446. [19:37:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  447. [19:37:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  448. [19:37:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  449. [19:37:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  450. [19:37:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  451. [19:37:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  452. [19:37:02] [Server thread/INFO]: Sending up to 10 chunks per packet
  453. [19:37:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  454. [19:37:02] [Server thread/INFO]: Max TNT Explosions: 100
  455. [19:37:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  456. [19:37:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  457. [19:37:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  458. [19:37:02] [Server thread/INFO]: -------- World Settings For [MAP_the_end] --------
  459. [19:37:02] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  460. [19:37:02] [Server thread/INFO]: Fix TNT cannons: true
  461. [19:37:02] [Server thread/INFO]: Water over lava flow speed: 5
  462. [19:37:02] [Server thread/INFO]: Keep spawn chunk loaded: true
  463. [19:37:02] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  464. [19:37:02] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  465. [19:37:02] [Server thread/INFO]: Allow undead horse types to be leashed: false
  466. [19:37:02] [Server thread/INFO]: World async lighting: false
  467. [19:37:02] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  468. [19:37:02] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  469. [19:37:02] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  470. [19:37:02] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  471. [19:37:02] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3462066838884300688)
  472. [19:37:02] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5784796406131793791)
  473. [19:37:03] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5784796406131793791)
  474. [19:37:03] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
  475. [19:37:03] [Server thread/INFO]: GroupManager - INFO - World Found: map
  476. [19:37:03] [Server thread/INFO]: GroupManager - INFO - World Found: world
  477. [19:37:03] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  478. [19:37:03] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  479. [19:37:03] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  480. [19:37:03] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled!
  481. [19:37:03] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  482. [19:37:03] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  483. [19:37:03] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.5
  484. [19:37:03] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  485. [19:37:04] [Server thread/ERROR]: [PlaceholderAPI] Failed to load placeholder expansion from class: com.extendedclip.papi.expansion.config.ConfigExpansion
  486. [19:37:04] [Server thread/ERROR]: [PlaceholderAPI] null
  487. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxechat
  488. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
  489. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  490. [19:37:04] [Server thread/WARN]: [PlaceholderAPI] File: example.js for javascript placeholder: example is empty
  491. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
  492. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] NMS placeholders such as %player_ping% have been enabled!
  493. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  494. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  495. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  496. [19:37:04] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  497. [19:37:04] [Server thread/INFO]: [ChunkbusterPlus] Enabling ChunkbusterPlus v1.3
  498. [19:37:04] [Server thread/INFO]: ==================
  499. [19:37:04] [Server thread/INFO]: SavageChunkbusters <3
  500. [19:37:04] [Server thread/INFO]: Enabling
  501. [19:37:04] [Server thread/INFO]: ==================
  502. [19:37:04] [Server thread/INFO]: Enabled
  503. [19:37:04] [Server thread/INFO]: [PlugMan] Enabling PlugMan v1.8.1
  504. [19:37:04] [Server thread/INFO]: [PlugMan] Metrics successfully started!
  505. [19:37:04] [Server thread/INFO]: [FulckDuels] Enabling FulckDuels v1.0
  506. [19:37:04] [Server thread/ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
  507. java.lang.IllegalArgumentException: unknown world
  508. at org.bukkit.Location.deserialize(Location.java:595) ~[server.jar:git-PaperSpigot-"4c7641d"]
  509. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  510. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
  511. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
  512. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
  513. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [server.jar:git-PaperSpigot-"4c7641d"]
  514. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [server.jar:git-PaperSpigot-"4c7641d"]
  515. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [server.jar:git-PaperSpigot-"4c7641d"]
  516. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [server.jar:git-PaperSpigot-"4c7641d"]
  517. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [server.jar:git-PaperSpigot-"4c7641d"]
  518. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [server.jar:git-PaperSpigot-"4c7641d"]
  519. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [server.jar:git-PaperSpigot-"4c7641d"]
  520. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [server.jar:git-PaperSpigot-"4c7641d"]
  521. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [server.jar:git-PaperSpigot-"4c7641d"]
  522. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [server.jar:git-PaperSpigot-"4c7641d"]
  523. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [server.jar:git-PaperSpigot-"4c7641d"]
  524. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [server.jar:git-PaperSpigot-"4c7641d"]
  525. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [server.jar:git-PaperSpigot-"4c7641d"]
  526. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [server.jar:git-PaperSpigot-"4c7641d"]
  527. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [server.jar:git-PaperSpigot-"4c7641d"]
  528. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [server.jar:git-PaperSpigot-"4c7641d"]
  529. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [server.jar:git-PaperSpigot-"4c7641d"]
  530. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [server.jar:git-PaperSpigot-"4c7641d"]
  531. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [server.jar:git-PaperSpigot-"4c7641d"]
  532. at me.tomerkenis.duels.Duels.onEnable(Duels.java:52) [Duels%20(2).jar:?]
  533. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [server.jar:git-PaperSpigot-"4c7641d"]
  534. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [server.jar:git-PaperSpigot-"4c7641d"]
  535. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [server.jar:git-PaperSpigot-"4c7641d"]
  536. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [server.jar:git-PaperSpigot-"4c7641d"]
  537. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [server.jar:git-PaperSpigot-"4c7641d"]
  538. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [server.jar:git-PaperSpigot-"4c7641d"]
  539. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [server.jar:git-PaperSpigot-"4c7641d"]
  540. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [server.jar:git-PaperSpigot-"4c7641d"]
  541. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [server.jar:git-PaperSpigot-"4c7641d"]
  542. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [server.jar:git-PaperSpigot-"4c7641d"]
  543. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  544. [19:37:04] [Server thread/ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
  545. java.lang.IllegalArgumentException: unknown world
  546. at org.bukkit.Location.deserialize(Location.java:595) ~[server.jar:git-PaperSpigot-"4c7641d"]
  547. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  548. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
  549. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_131]
  550. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_131]
  551. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [server.jar:git-PaperSpigot-"4c7641d"]
  552. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [server.jar:git-PaperSpigot-"4c7641d"]
  553. at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [server.jar:git-PaperSpigot-"4c7641d"]
  554. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [server.jar:git-PaperSpigot-"4c7641d"]
  555. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [server.jar:git-PaperSpigot-"4c7641d"]
  556. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [server.jar:git-PaperSpigot-"4c7641d"]
  557. at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [server.jar:git-PaperSpigot-"4c7641d"]
  558. at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [server.jar:git-PaperSpigot-"4c7641d"]
  559. at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [server.jar:git-PaperSpigot-"4c7641d"]
  560. at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [server.jar:git-PaperSpigot-"4c7641d"]
  561. at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [server.jar:git-PaperSpigot-"4c7641d"]
  562. at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [server.jar:git-PaperSpigot-"4c7641d"]
  563. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [server.jar:git-PaperSpigot-"4c7641d"]
  564. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [server.jar:git-PaperSpigot-"4c7641d"]
  565. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [server.jar:git-PaperSpigot-"4c7641d"]
  566. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [server.jar:git-PaperSpigot-"4c7641d"]
  567. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [server.jar:git-PaperSpigot-"4c7641d"]
  568. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [server.jar:git-PaperSpigot-"4c7641d"]
  569. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [server.jar:git-PaperSpigot-"4c7641d"]
  570. at me.tomerkenis.duels.Duels.onEnable(Duels.java:52) [Duels%20(2).jar:?]
  571. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [server.jar:git-PaperSpigot-"4c7641d"]
  572. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [server.jar:git-PaperSpigot-"4c7641d"]
  573. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [server.jar:git-PaperSpigot-"4c7641d"]
  574. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [server.jar:git-PaperSpigot-"4c7641d"]
  575. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318) [server.jar:git-PaperSpigot-"4c7641d"]
  576. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408) [server.jar:git-PaperSpigot-"4c7641d"]
  577. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372) [server.jar:git-PaperSpigot-"4c7641d"]
  578. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327) [server.jar:git-PaperSpigot-"4c7641d"]
  579. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267) [server.jar:git-PaperSpigot-"4c7641d"]
  580. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [server.jar:git-PaperSpigot-"4c7641d"]
  581. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  582. [19:37:04] [Server thread/INFO]: [AntiDupe] Enabling AntiDupe v1.0
  583. [19:37:04] [Server thread/INFO]: [RogueParkour] Enabling RogueParkour v4.3
  584. [19:37:04] [Server thread/INFO]: --------------------------------------
  585. [19:37:04] [Server thread/INFO]: RogueParkour 4.3 enabling
  586. [19:37:04] [Server thread/INFO]: Made by: Kledioz (omegacraft.cl)
  587. [19:37:04] [Server thread/INFO]: Any feedbacks on Spigot PM: Kledioz
  588. [19:37:04] [Server thread/INFO]: --------------------------------------
  589. [19:37:04] [Server thread/WARN]: [RogueParkour] Default system encoding may have misread config.yml from plugin jar
  590. [19:37:04] [Server thread/INFO]: RP> Using players.yml flatfile..
  591. [19:37:04] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.7.1
  592. [19:37:04] [Server thread/INFO]: [DeluxeTags] 13 tags loaded
  593. [19:37:04] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
  594. [19:37:04] [Server thread/INFO]: [DeluxeTags] DeluxeChat will handle fetching placeholders for tags!
  595. [19:37:04] [Server thread/INFO]: ----------------------------
  596. [19:37:04] [Server thread/INFO]: DeluxeTags Updater
  597. [19:37:04] [Server thread/INFO]:
  598. [19:37:04] [Server thread/INFO]: Could not connect to spigotmc.org
  599. [19:37:04] [Server thread/INFO]: to check for updates!
  600. [19:37:04] [Server thread/INFO]:
  601. [19:37:04] [Server thread/INFO]: ----------------------------
  602. [19:37:04] [Server thread/INFO]: ----------------------------
  603. [19:37:04] [Server thread/INFO]: DeluxeTags Updater
  604. [19:37:04] [Server thread/INFO]:
  605. [19:37:04] [Server thread/INFO]: You are running 1.7.1
  606. [19:37:04] [Server thread/INFO]: The latest version
  607. [19:37:04] [Server thread/INFO]: of DeluxeTags!
  608. [19:37:04] [Server thread/INFO]:
  609. [19:37:04] [Server thread/INFO]: ----------------------------
  610. [19:37:04] [Server thread/INFO]: [denyItemCraft] Enabling denyItemCraft v2.0
  611. [19:37:04] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
  612. [19:37:04] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  613. [19:37:04] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  614. [19:37:04] [Server thread/INFO]: [BossBarAPI] Enabling BossBarAPI v2.4.1
  615. [19:37:04] [Server thread/INFO]: [ParticleLIB] Enabling ParticleLIB v2.1.1
  616. [19:37:04] [Server thread/INFO]: [SynexSpawnFly] Enabling SynexSpawnFly v1.0
  617. [19:37:04] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.3.0
  618. [19:37:04] [Server thread/INFO]: [TigerReports] Enabling TigerReports v4.2.2
  619. [19:37:04] [Server thread/INFO]: [TigerReports] The plugin is not using BungeeCord.
  620. [19:37:04] [Server thread/INFO]: [SynexQuests] Enabling SynexQuests v1.0
  621. [19:37:04] [Server thread/INFO]: [Elevator] Enabling Elevator v2.9.3
  622. [19:37:04] [Server thread/INFO]: [KnockBack_Plus] Enabling KnockBack_Plus v0.1
  623. [19:37:04] [Server thread/INFO]: [ActionBarAPI] Enabling ActionBarAPI v1.5.3
  624. [19:37:04] [Server thread/INFO]: ActionBarAPI V1.5.3 has been enabled!
  625. [19:37:04] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
  626. [19:37:04] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PvPMAP_the_end
  627. [19:37:04] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  628. [19:37:04] [Server thread/INFO]: -------- World Settings For [Building] --------
  629. [19:37:04] [Server thread/INFO]: Item Despawn Rate: 6000
  630. [19:37:04] [Server thread/INFO]: Item Merge Radius: 2.5
  631. [19:37:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  632. [19:37:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
  633. [19:37:04] [Server thread/INFO]: View Distance: 10
  634. [19:37:04] [Server thread/INFO]: Max Entity Collisions: 8
  635. [19:37:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  636. [19:37:04] [Server thread/INFO]: Experience Merge Radius: 3.0
  637. [19:37:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
  638. [19:37:04] [Server thread/INFO]: Clear tick list: false
  639. [19:37:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  640. [19:37:04] [Server thread/INFO]: Mob Spawn Range: 4
  641. [19:37:04] [Server thread/INFO]: Anti X-Ray: true
  642. [19:37:04] [Server thread/INFO]: Engine Mode: 1
  643. [19:37:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  644. [19:37:04] [Server thread/INFO]: Replace Blocks: [1, 5]
  645. [19:37:04] [Server thread/INFO]: Random Lighting Updates: false
  646. [19:37:04] [Server thread/INFO]: Structure Info Saving: true
  647. [19:37:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  648. [19:37:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
  649. [19:37:04] [Server thread/INFO]: Cane Growth Modifier: 100%
  650. [19:37:04] [Server thread/INFO]: Melon Growth Modifier: 100%
  651. [19:37:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  652. [19:37:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  653. [19:37:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
  654. [19:37:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
  655. [19:37:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  656. [19:37:04] [Server thread/INFO]: Sending up to 10 chunks per packet
  657. [19:37:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  658. [19:37:04] [Server thread/INFO]: Max TNT Explosions: 100
  659. [19:37:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  660. [19:37:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  661. [19:37:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  662. [19:37:04] [Server thread/INFO]: -------- World Settings For [Building] --------
  663. [19:37:04] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  664. [19:37:04] [Server thread/INFO]: Fix TNT cannons: true
  665. [19:37:04] [Server thread/INFO]: Water over lava flow speed: 5
  666. [19:37:04] [Server thread/INFO]: Keep spawn chunk loaded: true
  667. [19:37:04] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  668. [19:37:04] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  669. [19:37:04] [Server thread/INFO]: Allow undead horse types to be leashed: false
  670. [19:37:04] [Server thread/INFO]: World async lighting: false
  671. [19:37:04] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  672. [19:37:04] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  673. [19:37:04] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  674. [19:37:04] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  675. [19:37:04] [Server thread/INFO]: Preparing start region for level 3 (Seed: 6294731081049201779)
  676. [19:37:05] [Server thread/INFO]: -------- World Settings For [Amit] --------
  677. [19:37:05] [Server thread/INFO]: Item Despawn Rate: 6000
  678. [19:37:05] [Server thread/INFO]: Item Merge Radius: 2.5
  679. [19:37:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  680. [19:37:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  681. [19:37:05] [Server thread/INFO]: View Distance: 10
  682. [19:37:05] [Server thread/INFO]: Max Entity Collisions: 8
  683. [19:37:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  684. [19:37:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  685. [19:37:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  686. [19:37:05] [Server thread/INFO]: Clear tick list: false
  687. [19:37:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  688. [19:37:05] [Server thread/INFO]: Mob Spawn Range: 4
  689. [19:37:05] [Server thread/INFO]: Anti X-Ray: true
  690. [19:37:05] [Server thread/INFO]: Engine Mode: 1
  691. [19:37:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  692. [19:37:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  693. [19:37:05] [Server thread/INFO]: Random Lighting Updates: false
  694. [19:37:05] [Server thread/INFO]: Structure Info Saving: true
  695. [19:37:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  696. [19:37:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  697. [19:37:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  698. [19:37:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  699. [19:37:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  700. [19:37:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  701. [19:37:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  702. [19:37:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  703. [19:37:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  704. [19:37:05] [Server thread/INFO]: Sending up to 10 chunks per packet
  705. [19:37:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  706. [19:37:05] [Server thread/INFO]: Max TNT Explosions: 100
  707. [19:37:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  708. [19:37:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  709. [19:37:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  710. [19:37:05] [Server thread/INFO]: -------- World Settings For [Amit] --------
  711. [19:37:05] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  712. [19:37:05] [Server thread/INFO]: Fix TNT cannons: true
  713. [19:37:05] [Server thread/INFO]: Water over lava flow speed: 5
  714. [19:37:05] [Server thread/INFO]: Keep spawn chunk loaded: true
  715. [19:37:05] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  716. [19:37:05] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  717. [19:37:05] [Server thread/INFO]: Allow undead horse types to be leashed: false
  718. [19:37:05] [Server thread/INFO]: World async lighting: false
  719. [19:37:05] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  720. [19:37:05] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  721. [19:37:05] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  722. [19:37:05] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  723. [19:37:05] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest
  724. [19:37:05] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for Amit ]~~~~~~~~~~~~
  725. [19:37:05] [Server thread/INFO]: Biomes that will generated;
  726. [19:37:05] [Server thread/INFO]: * Mesa
  727. [19:37:05] [Server thread/INFO]: * Tropical Forest
  728. [19:37:05] [Server thread/INFO]: * Deciduous Forest
  729. [19:37:05] [Server thread/INFO]: * River
  730. [19:37:05] [Server thread/INFO]: * Deep Ocean
  731. [19:37:05] [Server thread/INFO]: * Birch Forest
  732. [19:37:05] [Server thread/INFO]: * Fantasy Forest
  733. [19:37:05] [Server thread/INFO]: * Bonsai Forest
  734. [19:37:05] [Server thread/INFO]: * Pine Forest 2
  735. [19:37:05] [Server thread/INFO]: * Pine Forest
  736. [19:37:05] [Server thread/INFO]: * Plains
  737. [19:37:05] [Server thread/INFO]: * Bonsai Forest
  738. [19:37:05] [Server thread/INFO]: * Jungle
  739. [19:37:05] [Server thread/INFO]: * Desert
  740. [19:37:05] [Server thread/INFO]: * Ocean
  741. [19:37:05] [Server thread/INFO]: * Forgotten Forest
  742. [19:37:05] [Server thread/INFO]: * Stone Forest
  743. [19:37:05] [Server thread/INFO]: * Scots pine forest
  744. [19:37:05] [Server thread/INFO]: Generator version: 7.2.23
  745. [19:37:05] [Server thread/INFO]: Biomes in total: 18
  746. [19:37:05] [Server thread/INFO]: Preparing world injection
  747. [19:37:05] [Server thread/INFO]: Preparing start region for level 4 (Seed: -1559782943876282136)
  748. [19:37:05] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: City
  749. [19:37:05] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  750. [19:37:05] [Server thread/INFO]: -------- World Settings For [PvP] --------
  751. [19:37:05] [Server thread/INFO]: Item Despawn Rate: 6000
  752. [19:37:05] [Server thread/INFO]: Item Merge Radius: 2.5
  753. [19:37:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  754. [19:37:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  755. [19:37:05] [Server thread/INFO]: View Distance: 10
  756. [19:37:05] [Server thread/INFO]: Max Entity Collisions: 8
  757. [19:37:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  758. [19:37:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  759. [19:37:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  760. [19:37:05] [Server thread/INFO]: Clear tick list: false
  761. [19:37:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  762. [19:37:05] [Server thread/INFO]: Mob Spawn Range: 4
  763. [19:37:05] [Server thread/INFO]: Anti X-Ray: true
  764. [19:37:05] [Server thread/INFO]: Engine Mode: 1
  765. [19:37:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  766. [19:37:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  767. [19:37:05] [Server thread/INFO]: Random Lighting Updates: false
  768. [19:37:05] [Server thread/INFO]: Structure Info Saving: true
  769. [19:37:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  770. [19:37:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  771. [19:37:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  772. [19:37:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  773. [19:37:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  774. [19:37:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  775. [19:37:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  776. [19:37:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  777. [19:37:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  778. [19:37:05] [Server thread/INFO]: Sending up to 10 chunks per packet
  779. [19:37:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  780. [19:37:05] [Server thread/INFO]: Max TNT Explosions: 100
  781. [19:37:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  782. [19:37:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  783. [19:37:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  784. [19:37:05] [Server thread/INFO]: -------- World Settings For [PvP] --------
  785. [19:37:05] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  786. [19:37:05] [Server thread/INFO]: Fix TNT cannons: true
  787. [19:37:05] [Server thread/INFO]: Water over lava flow speed: 5
  788. [19:37:05] [Server thread/INFO]: Keep spawn chunk loaded: true
  789. [19:37:05] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  790. [19:37:05] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  791. [19:37:05] [Server thread/INFO]: Allow undead horse types to be leashed: false
  792. [19:37:05] [Server thread/INFO]: World async lighting: false
  793. [19:37:05] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  794. [19:37:05] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  795. [19:37:05] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  796. [19:37:05] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  797. [19:37:05] [Server thread/INFO]: Preparing start region for level 5 (Seed: -1527702027749711661)
  798. [19:37:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PvPMAP_nether
  799. [19:37:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  800. [19:37:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
  801. [19:37:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  802. [19:37:06] [Server thread/INFO]: -------- World Settings For [world] --------
  803. [19:37:06] [Server thread/INFO]: Item Despawn Rate: 6000
  804. [19:37:06] [Server thread/INFO]: Item Merge Radius: 2.5
  805. [19:37:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  806. [19:37:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  807. [19:37:06] [Server thread/INFO]: View Distance: 10
  808. [19:37:06] [Server thread/INFO]: Max Entity Collisions: 8
  809. [19:37:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  810. [19:37:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  811. [19:37:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  812. [19:37:06] [Server thread/INFO]: Clear tick list: false
  813. [19:37:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  814. [19:37:06] [Server thread/INFO]: Mob Spawn Range: 4
  815. [19:37:06] [Server thread/INFO]: Anti X-Ray: true
  816. [19:37:06] [Server thread/INFO]: Engine Mode: 1
  817. [19:37:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  818. [19:37:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  819. [19:37:06] [Server thread/INFO]: Random Lighting Updates: false
  820. [19:37:06] [Server thread/INFO]: Structure Info Saving: true
  821. [19:37:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  822. [19:37:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  823. [19:37:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  824. [19:37:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  825. [19:37:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  826. [19:37:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  827. [19:37:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  828. [19:37:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  829. [19:37:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  830. [19:37:06] [Server thread/INFO]: Sending up to 10 chunks per packet
  831. [19:37:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  832. [19:37:06] [Server thread/INFO]: Max TNT Explosions: 100
  833. [19:37:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  834. [19:37:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  835. [19:37:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  836. [19:37:06] [Server thread/INFO]: -------- World Settings For [world] --------
  837. [19:37:06] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  838. [19:37:06] [Server thread/INFO]: Fix TNT cannons: true
  839. [19:37:06] [Server thread/INFO]: Water over lava flow speed: 5
  840. [19:37:06] [Server thread/INFO]: Keep spawn chunk loaded: true
  841. [19:37:06] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  842. [19:37:06] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  843. [19:37:06] [Server thread/INFO]: Allow undead horse types to be leashed: false
  844. [19:37:06] [Server thread/INFO]: World async lighting: false
  845. [19:37:06] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  846. [19:37:06] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  847. [19:37:06] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  848. [19:37:06] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  849. [19:37:06] [Server thread/INFO]: CUSTOM TERRAIN: Scots pine forest
  850. [19:37:06] [Server thread/INFO]: ~~~~~~~~~~~~[ EWG Settings for world ]~~~~~~~~~~~~
  851. [19:37:06] [Server thread/INFO]: Biomes that will generated;
  852. [19:37:06] [Server thread/INFO]: * Mesa
  853. [19:37:06] [Server thread/INFO]: * Tropical Forest
  854. [19:37:06] [Server thread/INFO]: * Deciduous Forest
  855. [19:37:06] [Server thread/INFO]: * River
  856. [19:37:06] [Server thread/INFO]: * Deep Ocean
  857. [19:37:06] [Server thread/INFO]: * Birch Forest
  858. [19:37:06] [Server thread/INFO]: * Fantasy Forest
  859. [19:37:06] [Server thread/INFO]: * Bonsai Forest
  860. [19:37:06] [Server thread/INFO]: * Pine Forest 2
  861. [19:37:06] [Server thread/INFO]: * Pine Forest
  862. [19:37:06] [Server thread/INFO]: * Plains
  863. [19:37:06] [Server thread/INFO]: * Bonsai Forest
  864. [19:37:06] [Server thread/INFO]: * Jungle
  865. [19:37:06] [Server thread/INFO]: * Desert
  866. [19:37:06] [Server thread/INFO]: * Ocean
  867. [19:37:06] [Server thread/INFO]: * Forgotten Forest
  868. [19:37:06] [Server thread/INFO]: * Stone Forest
  869. [19:37:06] [Server thread/INFO]: * Scots pine forest
  870. [19:37:06] [Server thread/INFO]: Generator version: 7.2.23
  871. [19:37:06] [Server thread/INFO]: Biomes in total: 18
  872. [19:37:06] [Server thread/INFO]: Preparing world injection
  873. [19:37:06] [Server thread/INFO]: Preparing start region for level 6 (Seed: -2992530488272714681)
  874. [19:37:06] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
  875. [19:37:06] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
  876. [19:37:06] [Server thread/WARN]: Skipping BlockEntity with id minecraft:mob_spawner
  877. [19:37:06] [Server thread/WARN]: Skipping BlockEntity with id minecraft:mob_spawner
  878. [19:37:06] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
  879. [19:37:06] [Server thread/WARN]: Skipping BlockEntity with id minecraft:mob_spawner
  880. [19:37:06] [Server thread/WARN]: Skipping BlockEntity with id minecraft:chest
  881. [19:37:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: CraftRoyale
  882. [19:37:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  883. [19:37:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_nether
  884. [19:37:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  885. [19:37:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: basepvp
  886. [19:37:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  887. [19:37:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: PvPMAP
  888. [19:37:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  889. [19:37:06] [Server thread/INFO]: [Multiverse-Core] 8 - World(s) loaded.
  890. [19:37:06] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  891. [19:37:06] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
  892. [19:37:06] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
  893. [19:37:06] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
  894. [19:37:06] [Server thread/INFO]: [FulckTab] Enabling FulckTab v1.3.2.9
  895. [19:37:06] [Server thread/INFO]: FulckTab> You have installed PlaceholderAPI feel free to use it !
  896. [19:37:06] [Server thread/INFO]: FulckTab> FulckTab v1.3.2.9 enabled!!
  897. [19:37:06] [Server thread/INFO]: [AlwaysOnline] Enabling AlwaysOnline v6.1
  898. [19:37:06] [Server thread/INFO]: [AlwaysOnline] Loading configuration...
  899. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Successfully loaded previous state variables!
  900. [19:37:07] [Server thread/WARN]: [AlwaysOnline] Your check-interval is less than 15 seconds. This may cause issues and is recommended to be set to a higher number.
  901. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Loading file database...
  902. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Database is ready to go!
  903. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Mojang help page check: false
  904. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Xpaw check: false
  905. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Head Session server check: true
  906. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Total check methods active: 1
  907. [19:37:07] [Server thread/INFO]: [AlwaysOnline] Setting up NMS authentication service...
  908. [19:37:07] [Server thread/INFO]: [DeathChest] Enabling DeathChest v1.0
  909. [19:37:07] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v3.23.0
  910. [19:37:07] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  911. [19:37:07] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v3.23.0
  912. [19:37:07] [Server thread/INFO]: [FeatherBoard] Framework version: 2017-08
  913. [19:37:07] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  914. [19:37:07] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
  915. [19:37:07] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  916. [19:37:07] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
  917. [19:37:07] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
  918. [19:37:07] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
  919. [19:37:07] [Server thread/INFO]: [FeatherBoard] Loading dependency Ebean 2.8.1 ...
  920. [19:37:07] [Server thread/INFO]: [FeatherBoard] Ebean 2.8.1 is now loaded!
  921. [19:37:07] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  922. [19:37:07] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  923. [19:37:07] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  924. [19:37:07] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
  925. [19:37:08] [Server thread/INFO]: 19:37:08.024 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Request:
  926.  
  927. [19:37:08] [Server thread/INFO]: 19:37:08.024 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - GET https://graph.facebook.com/oauth/access_token?client_id=435471433280012&client_secret=2eeea0c3cc3c2ed060175ae5aa48c45b&grant_type=client_credentials
  928.  
  929. [19:37:08] [Server thread/INFO]: 19:37:08.024 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - User-Agent: be/maximvdw/featherboardcore/facebook http://facebook4j.org/ /2.4.10
  930.  
  931. [19:37:08] [Server thread/INFO]: 19:37:08.025 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Accept-Encoding: gzip
  932.  
  933. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Response:
  934.  
  935. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - x-fb-trace-id: EpzENRe56vz
  936.  
  937. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - HTTP/1.1 200 OK
  938.  
  939. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Access-Control-Allow-Origin: *
  940.  
  941. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Connection: keep-alive
  942.  
  943. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - x-fb-rev: 4134043
  944.  
  945. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Pragma: no-cache
  946.  
  947. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Date: Tue, 24 Jul 2018 16:37:07 GMT
  948.  
  949. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Strict-Transport-Security: max-age=15552000; preload
  950.  
  951. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Cache-Control: private, no-cache, no-store, must-revalidate
  952.  
  953. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Expires: Sat, 01 Jan 2000 00:00:00 GMT
  954.  
  955. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Content-Length: 84
  956.  
  957. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - X-FB-Debug: XVuG593UYKJO/4BXg8HuNtIgRWQzSNpCpS7J5yI1sRiXU7T9L9gGc2dcj79ovbaoUcUPZbA74U1qw624xlDdqw==
  958.  
  959. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - facebook-api-version: v2.7
  960.  
  961. [19:37:08] [Server thread/INFO]: 19:37:08.341 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpClientImpl - Content-Type: application/json; charset=UTF-8
  962.  
  963. [19:37:08] [Server thread/INFO]: 19:37:08.348 [Server thread] DEBUG be.maximvdw.featherboardcore.facebook.internal.http.HttpResponseImpl - {"access_token":"435471433280012|vfl-9u8aJCvYAmSOd48Epk2zHQo","token_type":"bearer"}
  964.  
  965. [19:37:08] [Server thread/ERROR]: [FeatherBoard] java.lang.NoSuchMethodError: be.maximvdw.placeholderapi.PlaceholderAPI.getCustomPlaceholders()Ljava/util/Map;
  966. at be.maximvdw.featherboardcore.hooks.MVdWPlaceholderAPIHook.addPlaceholders(MVdWPlaceholderAPIHook.java:39)
  967. at be.maximvdw.featherboardcore.placeholders.ai.<init>(MVdWPlaceholderAPIPlaceholder.java:28)
  968. at be.maximvdw.featherboardcore.placeholders.aC.a(PlaceholderLoader.java:539)
  969. at be.maximvdw.featherboard.FeatherBoard.initPlaceholders(Unknown Source)
  970. at be.maximvdw.featherboard.FeatherBoard.loadConfiguration(Unknown Source)
  971. at be.maximvdw.featherboardcore.BasePlugin.initialize(Unknown Source)
  972. at be.maximvdw.featherboardcore.BasePlugin.onEnable(Unknown Source)
  973. at be.maximvdw.featherboard.FeatherBoard.onEnable(Unknown Source)
  974. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  975. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  976. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407)
  977. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359)
  978. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:318)
  979. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:408)
  980. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:372)
  981. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:327)
  982. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:267)
  983. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563)
  984. at java.lang.Thread.run(Unknown Source)
  985.  
  986. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loaded 2725 of the 5104 placholders
  987. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading Event hooks ...
  988. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: KoTH ...
  989. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
  990. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
  991. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
  992. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
  993. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
  994. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
  995. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
  996. [19:37:08] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
  997. [19:37:08] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
  998. [19:37:08] [Server thread/INFO]: [FeatherBoard] Lines: 2
  999. [19:37:08] [Server thread/INFO]: [FeatherBoard] Arguments: 1
  1000. [19:37:09] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
  1001. [19:37:09] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'combat-scoreboard-example' ...
  1002. [19:37:09] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'mcmmo-levelup' ...
  1003. [19:37:09] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'towny-town-example' ...
  1004. [19:37:09] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
  1005. [19:37:09] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
  1006. [19:37:09] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4.8
  1007. [19:37:09] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
  1008. [19:37:09] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  1009. [19:37:09] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
  1010. [19:37:09] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
  1011. [19:37:09] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
  1012. [19:37:09] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 enabled.
  1013. [19:37:09] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.7.4.4
  1014. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
  1015. [19:37:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
  1016. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
  1017. [19:37:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
  1018. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
  1019. [19:37:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
  1020. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
  1021. [19:37:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
  1022. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loading custom files.
  1023. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Diamond.yml.
  1024. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Emerald.yml.
  1025. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Gold.yml.
  1026. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loaded custom file: /Crates/Iron.yml.
  1027. [19:37:09] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
  1028. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
  1029. [19:37:09] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
  1030. [19:37:09] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
  1031. [19:37:09] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
  1032. [19:37:09] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
  1033. [19:37:09] [Server thread/INFO]: [CrazyCrates] 2 player's data has been marked to be removed.
  1034. [19:37:09] [Server thread/INFO]: [CrazyCrates] All empty player data has been removed.
  1035. [19:37:09] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
  1036. [19:37:09] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@776dfa43}
  1037. [19:37:09] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@52cb020}
  1038. [19:37:09] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@1d0bed24}
  1039. [19:37:09] [Server thread/INFO]: [MVdWPlaceholderAPI] CrazyCrates added custom placeholder {crazycrates_me.badbones69.crazycrates.api.objects.crate@166053f4}
  1040. [19:37:09] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.3.1
  1041. [19:37:09] [Server thread/INFO]: [EpicRename] Version: 3.3.1 MC Version: OLDER_THAN_ONE_DOT_NINE
  1042. [19:37:09] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2018 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of it at: http://bit.ly/2eMknxx
  1043. [19:37:09] [Server thread/INFO]: [EpicRename] Starting plugin enable...
  1044. [19:37:09] [Server thread/INFO]: SynexMC>> Prefix set to: 'SynexMC>> '
  1045. [19:37:09] [Server thread/INFO]: SynexMC>> Plugin Enabled!
  1046. [19:37:09] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  1047. [19:37:09] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  1048. [19:37:09] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  1049. [19:37:10] [Server thread/INFO]: [TigerReportsSupports] Enabling TigerReportsSupports v1.2.2
  1050. [19:37:12] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.0.5
  1051. [19:37:12] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials.
  1052. [19:37:12] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials.
  1053. [19:37:12] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
  1054. [19:37:12] [Server thread/INFO]: [GenBuckets] Enabling GenBuckets v2.8
  1055. [19:37:12] [Server thread/INFO]: [GenBuckets] Plugin Developed by Dirkastan. For server: DioxusFactions.com and for Spigot.
  1056. [19:37:12] [Server thread/INFO]: [GenBuckets] Vault Linked!
  1057. [19:37:12] [Server thread/INFO]: [GenBuckets] Plugin is up to date!
  1058. [19:37:12] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  1059. [19:37:12] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  1060. [19:37:12] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  1061. [19:37:12] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b488
  1062. [19:37:13] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
  1063. [19:37:13] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  1064. [19:37:13] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
  1065. [19:37:13] [Server thread/INFO]: [Essentials] Using legacy potion meta provider as potion meta provider.
  1066. [19:37:13] [Server thread/INFO]: Using locale iw_IL
  1067. [19:37:13] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  1068. [19:37:13] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  1069. [19:37:13] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
  1070. [19:37:13] [Server thread/INFO]: [AnimatedNames] Enabling AnimatedNames v6.4.0
  1071. [19:37:13] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  1072. [19:37:13] [Server thread/INFO]: [AnimatedNames] Plugin: AnimatedNames v6.4.0
  1073. [19:37:13] [Server thread/INFO]: [AnimatedNames] Framework version: 2018-02
  1074. [19:37:13] [Server thread/INFO]: [AnimatedNames] Author: Maximvdw (Maxim Van de Wynckel)
  1075. [19:37:13] [Server thread/INFO]: [AnimatedNames] Site: https://www.mvdw-software.com/
  1076. [19:37:13] [Server thread/INFO]: [AnimatedNames] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  1077. [19:37:13] [Server thread/INFO]: [AnimatedNames] Loading configuration ...
  1078. [19:37:13] [Server thread/INFO]: [AnimatedNames] Loading placeholders and event triggers ...
  1079. [19:37:13] [Server thread/INFO]: [AnimatedNames] Loading internal placeholders ...
  1080. [19:37:13] [Server thread/INFO]: [AnimatedNames] Fetching available placeholders from server ...
  1081. [19:37:13] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Armor] ...
  1082. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Bukkit] ...
  1083. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [BungeeCord] ...
  1084. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Color] ...
  1085. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [CommandPlaceholderPack] ...
  1086. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Compass placeholders] ...
  1087. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [DeluxeTags] ...
  1088. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Economy] ...
  1089. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Effects] ...
  1090. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Entities] ...
  1091. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Essentials] ...
  1092. [19:37:14] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Facebook] ...
  1093. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Factions] ...
  1094. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Factions 1.8] ...
  1095. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [FireworkEffect] ...
  1096. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Geographical] ...
  1097. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Hotbar] ...
  1098. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [JavaInfo] ...
  1099. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Memory] ...
  1100. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Multiverse-Core] ...
  1101. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Permissions] ...
  1102. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [PlaceholderAPI] ...
  1103. [19:37:15] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Player] ...
  1104. [19:37:16] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Previous Names] ...
  1105. [19:37:16] [Server thread/INFO]: [AnimatedNames] Loading placeholder [RedisBungee] ...
  1106. [19:37:16] [Server thread/INFO]: [AnimatedNames] Loading placeholder [ServerPinger] ...
  1107. [19:37:16] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Sound Effects] ...
  1108. [19:37:16] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Statistics] ...
  1109. [19:37:16] [Server thread/INFO]: [AnimatedNames] Loading placeholder [TicksPerSecond] ...
  1110. [19:37:16] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Twitter] ...
  1111. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [Unicode Characters] ...
  1112. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [VanillaEvents] ...
  1113. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  1114. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  1115. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  1116. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  1117. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  1118. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  1119. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  1120. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  1121. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Combat hook ...
  1122. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block break hook ...
  1123. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Block place hook ...
  1124. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player rejoin ...
  1125. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player join ...
  1126. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Death hook ...
  1127. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla Create portal hook ...
  1128. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: Vanilla player first join ...
  1129. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [World] ...
  1130. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [WorldGuard] ...
  1131. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: WorldGuard Region ...
  1132. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading event hook: WorldGuard Region ...
  1133. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [ChatReaction] ...
  1134. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_en
  1135. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_temp
  1136. [19:37:17] [Server thread/INFO]: [AnimatedNames] Unable to load placeholders 'chatreaction'. Plugin ChatReaction not found!
  1137. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [CustomList] ...
  1138. [19:37:17] [Server thread/INFO]: [AnimatedNames] Unable to load placeholders 'customlist'. Plugin ChatReaction not found!
  1139. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [GAListener] ...
  1140. [19:37:17] [Server thread/INFO]: [AnimatedNames] Unable to load placeholders 'galistener'. Plugin GAListener not found!
  1141. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [WorldBorder] ...
  1142. [19:37:17] [Server thread/INFO]: [AnimatedNames] Unable to load placeholders 'worldborder'. Plugin WorldBorder not found!
  1143. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading placeholder [mcMMO] ...
  1144. [19:37:17] [Server thread/INFO]: [AnimatedNames] Unable to load placeholders 'mcmmo'. Plugin mcMMO not found!
  1145. [19:37:17] [Server thread/INFO]: [AnimatedNames] Checking for placeholder updates ...
  1146. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loaded 3213 of the 3213 placholders
  1147. [19:37:17] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: AnimatedNames
  1148. [19:37:17] [Server thread/INFO]: [AnimatedNames] Creating new custom effect: warning
  1149. [19:37:17] [Server thread/INFO]: [AnimatedNames] Lines: 2
  1150. [19:37:17] [Server thread/INFO]: [AnimatedNames] Arguments: 1
  1151. [19:37:17] [Server thread/INFO]: [AnimatedNames] Adding team name group 'default' ...
  1152. [19:37:17] [Server thread/INFO]: [AnimatedNames] Preparing team names for existing online players ...
  1153. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading messages ...
  1154. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_en
  1155. [19:37:17] [Server thread/INFO]: [AnimatedNames] Loading language file: lang_temp
  1156. [19:37:18] [Server thread/INFO]: [AnimatedNames] A new update for AnimatedNames is available for download on Spigot!
  1157. [19:37:18] [Server thread/INFO]: [AnimatedNames] Adding command 'animatednames'
  1158. [19:37:18] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.5
  1159. [19:37:18] [Server thread/INFO]: RandomTP has been enabled successfully!
  1160. [19:37:18] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.2.4
  1161. [19:37:18] [Server thread/INFO]: [LiteBans] Using default database drivers.
  1162. [19:37:18] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
  1163. [19:37:18] [Server thread/INFO]: [LiteBans] Connecting to database...
  1164. [19:37:18] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2://D:\server\Voltix FACTIONS\plugins\LiteBans\litebans] (329.9 ms).
  1165. [19:37:18] [Server thread/INFO]: [LiteBans] Database connection fully initialized (338.2 ms).
  1166. [19:37:18] [Server thread/INFO]: [LiteBans] v2.2.4 enabled. Startup took 594 ms.
  1167. [19:37:18] [Server thread/INFO]: [SafeTrade] Enabling SafeTrade v1.0.16
  1168. [19:37:18] [Server thread/INFO]: [SafeTrade] Using Essentials Economy
  1169. [19:37:18] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  1170. [19:37:18] [Server thread/ERROR]: [Citizens] Missing preferred location bundle.
  1171. [19:37:18] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.16.3
  1172. [19:37:18] [Server thread/INFO]: [CrazyAuctions] Enabling CrazyAuctions v1.2.4
  1173. [19:37:19] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.10.2
  1174. [19:37:19] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
  1175. [19:37:19] [Server thread/INFO]: [DeluxeMenus] 4 GUI menus loaded!
  1176. [19:37:19] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
  1177. [19:37:19] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
  1178. [19:37:19] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
  1179. [19:37:19] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  1180. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP) TNT ignition is PERMITTED.
  1181. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP) Lighters are PERMITTED.
  1182. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP) Lava fire is blocked.
  1183. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP) Fire spread is UNRESTRICTED.
  1184. [19:37:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MAP'
  1185. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_nether) TNT ignition is PERMITTED.
  1186. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_nether) Lighters are PERMITTED.
  1187. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_nether) Lava fire is blocked.
  1188. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_nether) Fire spread is UNRESTRICTED.
  1189. [19:37:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MAP_nether'
  1190. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_the_end) TNT ignition is PERMITTED.
  1191. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_the_end) Lighters are PERMITTED.
  1192. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_the_end) Lava fire is blocked.
  1193. [19:37:19] [Server thread/INFO]: [WorldGuard] (MAP_the_end) Fire spread is UNRESTRICTED.
  1194. [19:37:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MAP_the_end'
  1195. [19:37:19] [Server thread/INFO]: [WorldGuard] (Building) TNT ignition is PERMITTED.
  1196. [19:37:19] [Server thread/INFO]: [WorldGuard] (Building) Lighters are PERMITTED.
  1197. [19:37:19] [Server thread/INFO]: [WorldGuard] (Building) Lava fire is blocked.
  1198. [19:37:19] [Server thread/INFO]: [WorldGuard] (Building) Fire spread is UNRESTRICTED.
  1199. [19:37:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Building'
  1200. [19:37:19] [Server thread/INFO]: [WorldGuard] (Amit) TNT ignition is PERMITTED.
  1201. [19:37:19] [Server thread/INFO]: [WorldGuard] (Amit) Lighters are PERMITTED.
  1202. [19:37:19] [Server thread/INFO]: [WorldGuard] (Amit) Lava fire is blocked.
  1203. [19:37:19] [Server thread/INFO]: [WorldGuard] (Amit) Fire spread is UNRESTRICTED.
  1204. [19:37:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Amit'
  1205. [19:37:19] [Server thread/INFO]: [WorldGuard] (PvP) TNT ignition is PERMITTED.
  1206. [19:37:19] [Server thread/INFO]: [WorldGuard] (PvP) Lighters are PERMITTED.
  1207. [19:37:19] [Server thread/INFO]: [WorldGuard] (PvP) Lava fire is blocked.
  1208. [19:37:19] [Server thread/INFO]: [WorldGuard] (PvP) Fire spread is UNRESTRICTED.
  1209. [19:37:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PvP'
  1210. [19:37:19] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1211. [19:37:19] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1212. [19:37:19] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1213. [19:37:19] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1214. [19:37:19] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1215. [19:37:19] [Server thread/INFO]: [WorldGuard] Loading region data...
  1216. [19:37:19] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5
  1217. [19:37:19] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] === ENABLE START ===
  1218. [19:37:19] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Loaded 17 players
  1219. [19:37:19] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Loaded 3 Factions
  1220. [19:37:19] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Loading board from disk
  1221. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Loaded 324024 board locations
  1222. [19:37:20] [Server thread/WARN]: [Factions] Default system encoding may have misread config.yml from plugin jar
  1223. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] CoreProtect not found, disabling Inspect
  1224. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Economy integration through Vault plugin successful.
  1225. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
  1226. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Minecraft Version 1.8 found, Title Fadeouttime etc will not be configurable.
  1227. [19:37:20] [Server thread/INFO]: .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.-
  1228. [19:37:20] [Server thread/INFO]: / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \
  1229. [19:37:20] [Server thread/INFO]: `-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-'
  1230. [19:37:20] [Server thread/INFO]: You are using a BETA version of the plugin!
  1231. [19:37:20] [Server thread/INFO]: This comes with risks of small bugs in newer features!
  1232. [19:37:20] [Server thread/INFO]: For support head to: https://github.com/ProSavage/SavageFactions/issues
  1233. [19:37:20] [Server thread/INFO]: .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.-. .-.-
  1234. [19:37:20] [Server thread/INFO]: / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \ \ / / \
  1235. [19:37:20] [Server thread/INFO]: `-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-' `-`-'
  1236. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Successfully registered placeholders with PlaceholderAPI.
  1237. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Found MVdWPlaceholderAPI. Adding hooks.
  1238. [19:37:20] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] === ENABLE DONE (Took 763ms) ===
  1239. [19:37:20] [Server thread/INFO]: [PetBlocks] Enabling PetBlocks v6.5.1
  1240. [19:37:20] [Server thread/INFO]: [PetBlocks] Loading PetBlocks ...
  1241. [19:37:20] [Server thread/INFO]: [PetBlocks] found dependency [WorldGuard].
  1242. [19:37:20] [Server thread/INFO]: [PetBlocks] hooked successfully into [WorldGuard] 6.1.
  1243. [19:37:20] [Server thread/INFO]: HikariPool-1 - Starting...
  1244. [19:37:20] [Server thread/INFO]: HikariPool-1 - Driver does not support get/set network timeout for connections. (org.sqlite.Conn.getNetworkTimeout()I)
  1245. [19:37:20] [Server thread/INFO]: HikariPool-1 - Start completed.
  1246. [19:37:20] [Server thread/INFO]: Connected to jdbc:sqlite:D:\server\Voltix FACTIONS\plugins\PetBlocks\PetBlocks.db
  1247. [19:37:20] [Server thread/INFO]: [PetBlocks] Enabled PetBlocks 6.5.1 by Shynixn
  1248. [19:37:20] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
  1249. [19:37:20] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
  1250. [19:37:20] [Server thread/INFO]: [CommandNPC] Initiating Database
  1251. [19:37:20] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
  1252. [19:37:20] [Thread-14/INFO]: [CommandNPC] Loading commands complete!
  1253. [19:37:20] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
  1254. [19:37:20] [Server thread/INFO]: [FactionWarsCORE] Enabling FactionWarsCORE v1.0
  1255. [19:37:20] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.0.1-b516
  1256. [19:37:20] [Server thread/WARN]: §4Version mismatch! Please update all Essentials jars to the same version.
  1257. [19:37:20] [Server thread/INFO]: [FactionWars] Enabling FactionWars v4.4
  1258. [19:37:20] [Server thread/INFO]: [FactionWars] Loaded 5 kit(s).
  1259. [19:37:20] [Server thread/INFO]: [FactionWars] Loaded 5 gamemode(s).
  1260. [19:37:20] [Server thread/INFO]: [FactionWars] Loaded 5 map(s).
  1261. [19:37:20] [Server thread/INFO]: [FactionWars] Loaded FactionWars for Factions-UUID v1.6.9.5-U0.1.18-b302
  1262. [19:37:20] [Server thread/INFO]: [KoTH] Enabling KoTH v1.5.1
  1263. [19:37:20] [Server thread/INFO]: [KoTH] VanishNoPacket hook: Disabled
  1264. [19:37:20] [Server thread/INFO]: [KoTH] Featherboard hook: Disabled
  1265. [19:37:20] [Server thread/INFO]: [KoTH] Bossbar hook: Disabled
  1266. [19:37:20] [Server thread/INFO]: [KoTH] PvPManager hook: Disabled
  1267. [19:37:20] [Server thread/INFO]: [KoTH] Essentials Vanish hook: Enabled
  1268. [19:37:21] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v5.0.2
  1269. [19:37:21] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1270. [19:37:21] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
  1271. [19:37:21] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  1272. [19:37:21] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  1273. [19:37:21] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  1274. [19:37:21] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.11.1
  1275. [19:37:21] [Server thread/INFO]: [DeluxeChat] 1 formats loaded!
  1276. [19:37:21] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
  1277. [19:37:21] [Server thread/INFO]: [DeluxeChat] Loading placeholders.yml
  1278. [19:37:21] [Server thread/INFO]: [DeluxeChat] Hooked into DeluxeTags for placeholders!
  1279. [19:37:21] [Server thread/INFO]: [DeluxeChat] Hooked into Essentials for placeholders!
  1280. [19:37:21] [Server thread/INFO]: [DeluxeChat] Hooked into Factions 1.6.9.5 by drtshock for placeholders!
  1281. [19:37:21] [Server thread/INFO]: [DeluxeChat] Factions 1.6.9.5 relation placeholders enabled!
  1282. [19:37:21] [Server thread/INFO]: [DeluxeChat] Hooked into MVdWPlaceholderAPI for placeholders!
  1283. [19:37:21] [Server thread/INFO]: [DeluxeChat] Hooked into PlaceholderAPI for placeholders!
  1284. [19:37:21] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for economy placeholders!
  1285. [19:37:21] [Server thread/INFO]: [DeluxeChat] Hooked into Vault for permissions placeholders!
  1286. [19:37:21] [Server thread/INFO]: [DeluxeChat] 8 placeholder hooks have been registered and are enabled.
  1287. [19:37:21] [Server thread/INFO]: ----------------------------
  1288. [19:37:21] [Server thread/INFO]: DeluxeChat Updater
  1289. [19:37:21] [Server thread/INFO]:
  1290. [19:37:21] [Server thread/INFO]: Could not connect to spigotmc.org
  1291. [19:37:21] [Server thread/INFO]: to check for updates!
  1292. [19:37:21] [Server thread/INFO]:
  1293. [19:37:21] [Server thread/INFO]: ----------------------------
  1294. [19:37:21] [Server thread/INFO]: ----------------------------
  1295. [19:37:21] [Server thread/INFO]: DeluxeChat Updater
  1296. [19:37:21] [Server thread/INFO]:
  1297. [19:37:21] [Server thread/INFO]: You are running 1.11.1
  1298. [19:37:21] [Server thread/INFO]: The latest version
  1299. [19:37:21] [Server thread/INFO]: of DeluxeChat!
  1300. [19:37:21] [Server thread/INFO]:
  1301. [19:37:21] [Server thread/INFO]: ----------------------------
  1302. [19:37:21] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.3.1
  1303. [19:37:22] [Server thread/INFO]: [FactionsUUIDBar] Enabling FactionsUUIDBar v1.3
  1304. [19:37:22] [Server thread/INFO]: [BeastCore] Enabling BeastCore v1.0-SNAPSHOT
  1305. [19:37:22] [Server thread/WARN]: [BeastCore] Default system encoding may have misread config.yml from plugin jar
  1306. [19:37:22] [Server thread/INFO]: BeastFactionsCore hooked into FactionsUUID
  1307. [19:37:22] [Server thread/INFO]: BeastFactionsCore hooked into SilkSpawners
  1308. [19:37:22] [Server thread/INFO]: CMI not found
  1309. [19:37:22] [Server thread/INFO]: Listeners registered!
  1310. [19:37:22] [Server thread/INFO]: Commands registered!
  1311. [19:37:22] [Server thread/INFO]: HopperFilter loaded!
  1312. [19:37:22] [Server thread/INFO]: Main menu loaded!
  1313. [19:37:22] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.13.1
  1314. [19:37:22] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
  1315. [19:37:22] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  1316. [19:37:22] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R3
  1317. [19:37:22] [Server thread/INFO]: [ShopGUIPlus] SilkSpawners support enabled.
  1318. [19:37:22] [Server thread/WARN]: [ShopGUIPlus] Error occurred when loading food > 10 (shops.yml), item not loaded
  1319. [19:37:22] [Server thread/INFO]: [ShopGUIPlus] Vault economy support enabled.
  1320. [19:37:22] [Server thread/INFO]: [PrinterMode] Enabling PrinterMode v2.0.3
  1321. [19:37:22] [Server thread/INFO]: [PrinterMode] Checking configuration version...
  1322. [19:37:22] [Server thread/INFO]: [PrinterMode] config.yml is up-to-date.
  1323. [19:37:22] [Server thread/WARN]: [PrinterMode] No valid shop found with the name: drops
  1324. [19:37:22] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1325. [19:37:22] [Server thread/INFO]: Done (21.249s)! For help, type "help" or "?"
  1326. [19:37:22] [Server thread/INFO]: Starting GS4 status listener
  1327. [19:37:22] [Query Listener #1/INFO]: Query running on 0.0.0.0:25643
  1328. [19:37:22] [Server thread/ERROR]: Couldn't load server icon
  1329. java.lang.IllegalStateException: Must be 64 pixels wide
  1330. at org.apache.commons.lang3.Validate.validState(Validate.java:826) ~[server.jar:git-PaperSpigot-"4c7641d"]
  1331. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:678) [server.jar:git-PaperSpigot-"4c7641d"]
  1332. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:569) [server.jar:git-PaperSpigot-"4c7641d"]
  1333. at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
  1334. [19:37:22] [Server thread/INFO]: Timings Reset
  1335. [19:37:23] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
  1336. [19:37:23] [Server thread/INFO]: [ViaVersion] Enabling PaperSpigot/TacoSpigot patch: Fixes block placement.
  1337. [19:37:23] [Craft Scheduler Thread - 179/INFO]: [TigerReports] The plugin is using the SQLite (default) database.
  1338. [19:37:23] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  1339. [19:37:23] [Server thread/INFO]: (FAWE) Plugin 'FactionsUUID' found. Using it now.
  1340. [19:37:23] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (3d84241bb014707a8c96572abe308e79de65f670)
  1341. [19:37:23] [Server thread/INFO]: [Citizens] Loaded 8 NPCs.
  1342. [19:37:23] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  1343. [19:37:23] [Craft Scheduler Thread - 10/INFO]: [Vault] Checking for Updates ...
  1344. [19:37:23] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.4.1, you're on: 1.3.0
  1345. [19:37:23] [Server thread/INFO]: [ActionBarAPI] No update was found, you are running the latest version.
  1346. [19:37:23] [Craft Scheduler Thread - 7/INFO]: [PetBlocks] ================================================
  1347. [19:37:23] [Craft Scheduler Thread - 7/INFO]: [PetBlocks] PetBlocks is outdated
  1348. [19:37:23] [Craft Scheduler Thread - 7/INFO]: [PetBlocks] Please download the latest version from spigotmc.org
  1349. [19:37:23] [Craft Scheduler Thread - 7/INFO]: [PetBlocks] ================================================
  1350. [19:37:23] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 122 placeholder expansions are available on the cloud.
  1351. [19:37:23] [Craft Scheduler Thread - 2/INFO]: [PlaceholderAPI] 3 installed expansions have updates available.
  1352. [19:37:23] [Craft Scheduler Thread - 10/INFO]: [Vault] No new version available
  1353. [19:37:24] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.9.1) is available at:
  1354. [19:37:24] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  1355. [19:37:24] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Unknown user language HE.
  1356. [19:37:24] [DiscordSRV - Initialization/INFO]: [DiscordSRV] If you fluently speak HE as well as English, see the GitHub repo to translate it!
  1357. [19:37:24] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Language initialized as English
  1358. [19:37:24] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Thank you so much to these people for allowing DiscordSRV to grow to what it is: Ac3dUd3, Androkai, anton8604, buildblox, Bysokar, CoreyD97, DeeKay, Diamondman121314/DMAN, FataL, Foxy, geekhideout, Helmic, KaizenWorlds, LDSG Ghost, Mick, mikedmd, mikedmd again, Mitecraft, PChard, Rui, Ryan (The Loyal One), Sicnus
  1359. [19:37:25] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:37:25.495 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7cfb02fc8bf20-FRA]
  1360.  
  1361. [19:37:25] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:37:25.744 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7cfb1089ebf20-FRA]
  1362.  
  1363. [19:37:25] [DiscordSRV - Initialization/INFO]: 19:37:25.745 [DiscordSRV - Initialization] INFO github.scarsz.discordsrv.dependencies.jda.core.JDA - Login Successful!
  1364.  
  1365. [19:37:26] [JDA MainWS-WriteThread/INFO]: 19:37:26.346 [JDA MainWS-WriteThread] INFO github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Connected to WebSocket
  1366.  
  1367. [19:37:26] [JDA MainWS-WriteThread/INFO]: 19:37:26.347 [JDA MainWS-WriteThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Received new CF-RAY: 43f7cfb43e649ab2-FRA
  1368.  
  1369. [19:37:26] [JDA MainWS-WriteThread/INFO]: 19:37:26.348 [JDA MainWS-WriteThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Sending Identify-packet...
  1370.  
  1371. [19:37:26] [JDA MainWS-ReadThread/INFO]: 19:37:26.351 [JDA MainWS-ReadThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Got HELLO packet (OP 10). Initializing keep-alive.
  1372.  
  1373. [19:37:26] [JDA MainWS-ReadThread/INFO]: 19:37:26.356 [JDA MainWS-ReadThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Received a _trace for HELLO (OP: 10) with ["gateway-prd-main-7dp6"]
  1374.  
  1375. [19:37:26] [JDA MainWS-ReadThread/INFO]: 19:37:26.586 [JDA MainWS-ReadThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Received a _trace for READY (OP: 0) with ["gateway-prd-main-7dp6","discord-sessions-prd-1-28"]
  1376.  
  1377. [19:37:26] [JDA MainWS-ReadThread/INFO]: 19:37:26.649 [JDA MainWS-ReadThread] INFO github.scarsz.discordsrv.dependencies.jda.core.JDA - Finished Loading!
  1378.  
  1379. [19:37:26] [JDA MainWS-ReadThread/INFO]: 19:37:26.650 [JDA MainWS-ReadThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Resending 0 cached events...
  1380.  
  1381. [19:37:26] [JDA MainWS-ReadThread/INFO]: 19:37:26.650 [JDA MainWS-ReadThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Sending of cached events finished.
  1382.  
  1383. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:SynexMC.net | SOON(430751355750187012)
  1384. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(430753861788237824)
  1385. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-rules(430758500499456002)
  1386. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:discord-rules(471026842430865418)
  1387. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:partners(471202250933534722)
  1388. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:parnter-info(471202334160977921)
  1389. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:application-format(431827768767152139)
  1390. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(470366362519470082)
  1391. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:off-topic(471027350427926530)
  1392. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(471027257796722729)
  1393. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:commands(471233622750527489)
  1394. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:support(471027109154783242)
  1395. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:giveaways(471027055753035797)
  1396. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console(470585150053548053)
  1397. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:log-channel(470310031032844288)
  1398. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(430842912012632064)
  1399. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-server-log(471180107067686912)
  1400. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:management-chat(471067914699669504)
  1401. [19:37:26] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(470585150053548053)
  1402. [19:37:26] [Craft Scheduler Thread - 1/INFO]: (FAWE) Updated FAWE to 18.07.21-a00345f-1159-20.4.0 @ null
  1403. [19:37:26] [Craft Scheduler Thread - 1/INFO]: (FAWE) /restart to update FAWE with these changes: /fawe changelog or https://empcraft.com/fawe/cl?2ec9a92
  1404. [19:37:27] [DiscordSRV - Initialization/WARN]: [DiscordSRV] No channels have been linked
  1405. [19:37:27] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [DEBUG] Tried sending a message to a null channel
  1406. [19:37:27] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Chat event cancellation detector has been enabled
  1407. [19:37:27] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
  1408. [19:37:27] [DiscordSRV - Channel Topic Updater/INFO]: [DiscordSRV] [DEBUG] Attempted to set status of null channel
  1409. [19:37:27] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:37:27.323 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Encountered issue with headers when updating a bucket
  1410. Route: channels/470585150053548053
  1411. Headers: Date: Tue, 24 Jul 2018 16:37:26 GMT
  1412. Content-Type: application/json
  1413. Transfer-Encoding: chunked
  1414. Connection: keep-alive
  1415. Set-Cookie: __cfduid=dadf5ca5d66bb2b9be6c148504a6e88db1532450246; expires=Wed, 24-Jul-19 16:37:26 GMT; path=/; domain=.discordapp.com; HttpOnly
  1416. Strict-Transport-Security: max-age=31536000; includeSubDomains
  1417. Content-Encoding: gzip
  1418. Via: 1.1 google
  1419. Alt-Svc: clear
  1420. Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
  1421. Server: cloudflare
  1422. CF-RAY: 43f7cfbaea32bf20-FRA
  1423.  
  1424.  
  1425. [19:37:27] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:37:27.323 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7cfbaea32bf20-FRA]
  1426.  
  1427. [19:37:32] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:37:32.390 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7cfd9ec34bf20-FRA]
  1428.  
  1429. [19:37:37] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:37:37.312 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7cff92ee2bf20-FRA]
  1430.  
  1431. [19:37:42] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:37:42.294 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d01868f9bf20-FRA]
  1432.  
  1433. [19:37:47] [JDA RateLimit-Queue Pool - Thread 4/INFO]: 19:37:47.295 [JDA RateLimit-Queue Pool - Thread 4] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d037ad9bbf20-FRA]
  1434.  
  1435. [19:37:52] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:37:52.292 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d056ebafbf20-FRA]
  1436.  
  1437. [19:37:57] [JDA RateLimit-Queue Pool - Thread 5/INFO]: 19:37:57.297 [JDA RateLimit-Queue Pool - Thread 5] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d07628e4bf20-FRA]
  1438.  
  1439. [19:38:02] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:38:02.303 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d0956f12bf20-FRA]
  1440.  
  1441. [19:38:07] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:38:07.307 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d0b4bbadbf20-FRA]
  1442.  
  1443. [19:38:12] [JDA RateLimit-Queue Pool - Thread 4/INFO]: 19:38:12.394 [JDA RateLimit-Queue Pool - Thread 4] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d0d3ff66bf20-FRA]
  1444.  
  1445. [19:38:17] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:38:17.302 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d0f338d7bf20-FRA]
  1446.  
  1447. [19:38:22] [JDA RateLimit-Queue Pool - Thread 5/INFO]: 19:38:22.388 [JDA RateLimit-Queue Pool - Thread 5] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d1127d7fbf20-FRA]
  1448.  
  1449. [19:38:27] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:38:27.296 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d131b8b3bf20-FRA]
  1450.  
  1451. [19:38:30] [User Authenticator #1/INFO]: UUID of player EqZe is 0ccd1b26-d701-4960-94e9-fc74a5cf2293
  1452. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Not handling possible unban for player EqZe (0ccd1b26-d701-4960-94e9-fc74a5cf2293) because doing so is disabled in the config
  1453. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Synchronizing player EqZe
  1454. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448087256775786496 for use with group synchronization. Is the bot in the server?
  1455. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448089410412609536 for use with group synchronization. Is the bot in the server?
  1456. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Could not find role id 470308031020662785 for use with group synchronization. Is the bot in the server?
  1457. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Could not find role id 470318746062422026 for use with group synchronization. Is the bot in the server?
  1458. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448086598266126338 for use with group synchronization. Is the bot in the server?
  1459. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Could not find role id 430753229882785812 for use with group synchronization. Is the bot in the server?
  1460. [19:38:30] [Server thread/INFO]: [DiscordSRV] [DEBUG] Synced player EqZe (no changes)
  1461. [19:38:30] [Server thread/INFO]: [DiscordSRV] Player EqZe joined with silent joining permission, not sending a join message
  1462. [19:38:30] [Server thread/INFO]: EqZe[/127.0.0.1:28145] logged in with entity id 423 at ([MAP]-10.06571926898323, 94.9041491540959, 72.56632543799319)
  1463. [19:38:32] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:38:32.375 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d150fe7bbf20-FRA]
  1464.  
  1465. [19:38:37] [JDA RateLimit-Queue Pool - Thread 4/INFO]: 19:38:37.300 [JDA RateLimit-Queue Pool - Thread 4] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d1703a7abf20-FRA]
  1466.  
  1467. [19:38:40] [Server thread/INFO]: EqZe issued server command: /quests
  1468. [19:38:42] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:38:42.301 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d18f7dccbf20-FRA]
  1469.  
  1470. [19:38:47] [JDA RateLimit-Queue Pool - Thread 5/INFO]: 19:38:47.300 [JDA RateLimit-Queue Pool - Thread 5] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d1aebc4abf20-FRA]
  1471.  
  1472. [19:38:52] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:38:52.307 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d1cdf936bf20-FRA]
  1473.  
  1474. [19:38:57] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:38:57.331 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d1ed3c3ebf20-FRA]
  1475.  
  1476. [19:38:57] [Server thread/INFO]: EqZe issued server command: /synexquests:q
  1477. [19:39:00] [Server thread/INFO]: EqZe issued server command: /synexquests:quest
  1478. [19:39:02] [JDA RateLimit-Queue Pool - Thread 4/INFO]: 19:39:02.299 [JDA RateLimit-Queue Pool - Thread 4] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d20c7955bf20-FRA]
  1479.  
  1480. [19:39:03] [Async Chat Thread - #0/INFO]: [DiscordSRV] [DEBUG] Chat message received, canceled: false
  1481. [19:39:03] [Async Chat Thread - #0/INFO]: [DiscordSRV] [DEBUG] User EqZe sent a message but it was not delivered to Discord because DiscordChatChannelMinecraftToDiscord is false
  1482. [19:39:03] [Async Chat Thread - #0/INFO]: <EqZe> t
  1483. [19:39:05] [Server thread/INFO]: EqZe issued server command: /synexquests:quests
  1484. [19:39:07] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:39:07.309 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d22bbfbfbf20-FRA]
  1485.  
  1486. [19:39:12] [JDA RateLimit-Queue Pool - Thread 5/INFO]: 19:39:12.309 [JDA RateLimit-Queue Pool - Thread 5] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d24afaf5bf20-FRA]
  1487.  
  1488. [19:39:15] [Server thread/INFO]: EqZe issued server command: /synexquests:quests
  1489. [19:39:17] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:39:17.315 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d26a3edbbf20-FRA]
  1490.  
  1491. [19:39:22] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:39:22.319 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d2897bc6bf20-FRA]
  1492.  
  1493. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Synchronizing player EqZe
  1494. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448087256775786496 for use with group synchronization. Is the bot in the server?
  1495. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448089410412609536 for use with group synchronization. Is the bot in the server?
  1496. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Could not find role id 470308031020662785 for use with group synchronization. Is the bot in the server?
  1497. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Could not find role id 470318746062422026 for use with group synchronization. Is the bot in the server?
  1498. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448086598266126338 for use with group synchronization. Is the bot in the server?
  1499. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Could not find role id 430753229882785812 for use with group synchronization. Is the bot in the server?
  1500. [19:39:27] [Craft Scheduler Thread - 224/INFO]: [DiscordSRV] [DEBUG] Synced player EqZe (no changes)
  1501. [19:39:27] [JDA RateLimit-Queue Pool - Thread 4/INFO]: 19:39:27.334 [JDA RateLimit-Queue Pool - Thread 4] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d2a8bf58bf20-FRA]
  1502.  
  1503. [19:39:32] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:39:32.316 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d2c7fba9bf20-FRA]
  1504.  
  1505. [19:39:37] [JDA RateLimit-Queue Pool - Thread 5/INFO]: 19:39:37.344 [JDA RateLimit-Queue Pool - Thread 5] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d2e74e26bf20-FRA]
  1506.  
  1507. [19:39:42] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:39:42.307 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d3067964bf20-FRA]
  1508.  
  1509. [19:39:47] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:39:47.326 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d325b886bf20-FRA]
  1510.  
  1511. [19:39:52] [JDA RateLimit-Queue Pool - Thread 4/INFO]: 19:39:52.307 [JDA RateLimit-Queue Pool - Thread 4] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d344fa94bf20-FRA]
  1512.  
  1513. [19:39:57] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:39:57.317 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d36438c7bf20-FRA]
  1514.  
  1515. [19:40:02] [JDA RateLimit-Queue Pool - Thread 5/INFO]: 19:40:02.318 [JDA RateLimit-Queue Pool - Thread 5] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d3837c8fbf20-FRA]
  1516.  
  1517. [19:40:07] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:40:07.353 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d3a2bbabbf20-FRA]
  1518.  
  1519. [19:40:12] [JDA RateLimit-Queue Pool - Thread 2/INFO]: 19:40:12.314 [JDA RateLimit-Queue Pool - Thread 2] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d3c1fcc8bf20-FRA]
  1520.  
  1521. [19:40:17] [JDA RateLimit-Queue Pool - Thread 4/INFO]: 19:40:17.326 [JDA RateLimit-Queue Pool - Thread 4] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d3e13ecdbf20-FRA]
  1522.  
  1523. [19:40:22] [JDA RateLimit-Queue Pool - Thread 1/INFO]: 19:40:22.316 [JDA RateLimit-Queue Pool - Thread 1] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d4008b46bf20-FRA]
  1524.  
  1525. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Synchronizing player EqZe
  1526. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448087256775786496 for use with group synchronization. Is the bot in the server?
  1527. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448089410412609536 for use with group synchronization. Is the bot in the server?
  1528. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Could not find role id 470308031020662785 for use with group synchronization. Is the bot in the server?
  1529. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Could not find role id 470318746062422026 for use with group synchronization. Is the bot in the server?
  1530. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Could not find role id 448086598266126338 for use with group synchronization. Is the bot in the server?
  1531. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Could not find role id 430753229882785812 for use with group synchronization. Is the bot in the server?
  1532. [19:40:27] [Craft Scheduler Thread - 216/INFO]: [DiscordSRV] [DEBUG] Synced player EqZe (no changes)
  1533. [19:40:27] [JDA RateLimit-Queue Pool - Thread 5/INFO]: 19:40:27.338 [JDA RateLimit-Queue Pool - Thread 5] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d41fc9cbbf20-FRA]
  1534.  
  1535. [19:40:30] [Server thread/INFO]: Stopping the server
  1536. [19:40:30] [Server thread/INFO]: Stopping server
  1537. [19:40:30] [Server thread/INFO]: [PrinterMode] Disabling PrinterMode v2.0.3
  1538. [19:40:30] [Server thread/INFO]: [ShopGUIPlus] Disabling ShopGUIPlus v1.13.1
  1539. [19:40:30] [Server thread/INFO]: [BeastCore] Disabling BeastCore v1.0-SNAPSHOT
  1540. [19:40:30] [Server thread/INFO]: [FactionsUUIDBar] Disabling FactionsUUIDBar v1.3
  1541. [19:40:30] [Server thread/INFO]: [CombatTagPlus] Disabling CombatTagPlus v1.3.1
  1542. [19:40:30] [Server thread/INFO]: [DeluxeChat] Disabling DeluxeChat v1.11.1
  1543. [19:40:30] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: deluxechat
  1544. [19:40:30] [Server thread/INFO]: [SilkSpawners] Disabling SilkSpawners v5.0.2
  1545. [19:40:30] [Server thread/INFO]: [KoTH] Disabling KoTH v1.5.1
  1546. [19:40:30] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: koth
  1547. [19:40:30] [Server thread/INFO]: [FactionWars] Disabling FactionWars v4.4
  1548. [19:40:30] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: facwars
  1549. [19:40:30] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.0.1-b516
  1550. [19:40:30] [Server thread/INFO]: [FactionWarsCORE] Disabling FactionWarsCORE v1.0
  1551. [19:40:30] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.9.1
  1552. [19:40:30] [Server thread/INFO]: [PetBlocks] Disabling PetBlocks v6.5.1
  1553. [19:40:30] [Server thread/INFO]: [Factions] Disabling Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5
  1554. [19:40:31] [Server thread/INFO]: [Factions v1.6.9.5-U0.2.1-RC-1.4-BETA-5] Disabled
  1555. [19:40:31] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
  1556. [19:40:31] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1557. [19:40:31] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.10.2
  1558. [19:40:31] [Server thread/INFO]: [CrazyAuctions] Disabling CrazyAuctions v1.2.4
  1559. [19:40:31] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.16.3
  1560. [19:40:31] [Server thread/INFO]: [DiscordSRV] [DEBUG] Tried sending a message to a null channel
  1561. [19:40:31] [Server thread/INFO]: [DiscordSRV] [DEBUG] Attempted to set status of null channel
  1562. [19:40:31] [DiscordSRV - Channel Topic Updater/INFO]: [DiscordSRV] [DEBUG] Broke from Channel Topic Updater thread: sleep interrupted
  1563. [19:40:31] [DiscordSRV - Console Message Queue Worker/INFO]: [DiscordSRV] [DEBUG] Broke from Console Message Queue Worker thread: interrupted
  1564. [19:40:31] [Server thread/INFO]: [DiscordSRV] Saved linked accounts in 7ms
  1565. [19:40:31] [Server thread/INFO]: [DiscordSRV] Saved metrics in 4ms
  1566. [19:40:31] [Server thread/INFO]: [DiscordSRV] Shutdown completed in 21ms
  1567. [19:40:31] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.16-SNAPSHOT (build 1267)
  1568. [19:40:31] [Server thread/INFO]: [SafeTrade] Disabling SafeTrade v1.0.16
  1569. [19:40:31] [Server thread/INFO]: [LiteBans] Disabling LiteBans v2.2.4
  1570. [19:40:31] [Server thread/INFO]: [LiteBans] litebans-pool - Shutdown initiated...
  1571. [19:40:31] [Server thread/INFO]: [LiteBans] litebans-pool - Shutdown completed.
  1572. [19:40:31] [JDA MainWS-ReadThread/INFO]: 19:40:31.373 [JDA MainWS-ReadThread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - WebSocket connection closed with code CloseCode(1000 / The connection was closed gracefully or your heartbeats timed out.)
  1573.  
  1574. [19:40:31] [JDA MainWS-Sending Thread/INFO]: 19:40:31.374 [JDA MainWS-Sending Thread] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.WebSocketClient - Main WS send thread interrupted. Most likely JDA is disconnecting the websocket.
  1575.  
  1576. [19:40:31] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:40:31.385 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Encountered issue with headers when updating a bucket
  1577. Route: channels/470585150053548053
  1578. Headers: Date: Tue, 24 Jul 2018 16:40:31 GMT
  1579. Content-Type: application/json
  1580. Transfer-Encoding: chunked
  1581. Connection: keep-alive
  1582. Set-Cookie: __cfduid=d91e7b8576ff6e72830fe1e0e84a1b0e01532450430; expires=Wed, 24-Jul-19 16:40:30 GMT; path=/; domain=.discordapp.com; HttpOnly
  1583. Strict-Transport-Security: max-age=31536000; includeSubDomains
  1584. Content-Encoding: gzip
  1585. Via: 1.1 google
  1586. Alt-Svc: clear
  1587. Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
  1588. Server: cloudflare
  1589. CF-RAY: 43f7d439387abf20-FRA
  1590.  
  1591.  
  1592. [19:40:31] [JDA RateLimit-Queue Pool - Thread 3/INFO]: 19:40:31.385 [JDA RateLimit-Queue Pool - Thread 3] DEBUG github.scarsz.discordsrv.dependencies.jda.core.requests.Requester - Received response with following cf-rays: [43f7d439387abf20-FRA]
  1593.  
  1594. [19:40:32] [Server thread/INFO]: [LiteBans] v2.2.4 disabled.
  1595. [19:40:32] [Server thread/INFO]: [RandomTP] Disabling RandomTP v1.5
  1596. [19:40:32] [Server thread/INFO]: RandomTP has been disabled successfully!
  1597. [19:40:32] [Server thread/INFO]: [AnimatedNames] Disabling AnimatedNames v6.4.0
  1598. [19:40:32] [Server thread/INFO]: [AnimatedNames] Cancelling all tasks ...
  1599. [19:40:32] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b488
  1600. [19:40:32] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: essentials
  1601. [19:40:32] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  1602. [19:40:32] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  1603. [19:40:32] [Server thread/INFO]: [GenBuckets] Disabling GenBuckets v2.8
  1604. [19:40:32] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v4.0.5
  1605. [19:40:32] [Server thread/INFO]: [EpicWorldGenerator] Disabling EpicWorldGenerator v7.2.23
  1606. [19:40:32] [Server thread/INFO]: [TigerReportsSupports] Disabling TigerReportsSupports v1.2.2
  1607. [19:40:32] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.6
  1608. [19:40:32] [Server thread/INFO]: [EpicRename] Disabling EpicRename v3.3.1
  1609. [19:40:32] [Server thread/INFO]: SynexMC>> Plugin Disabled.
  1610. [19:40:32] [Server thread/INFO]: [CrazyCrates] Disabling CrazyCrates v1.7.4.4
  1611. [19:40:32] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder hook for placeholder: crazycrates
  1612. [19:40:32] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
  1613. [19:40:32] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
  1614. [19:40:32] [Server thread/INFO]: [ServerListPlus] Disabling ServerListPlus v3.4.8
  1615. [19:40:32] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4.8 disabled.
  1616. [19:40:32] [Server thread/INFO]: [FeatherBoard] Disabling FeatherBoard v3.23.0
  1617. [19:40:32] [Server thread/INFO]: [FeatherBoard] Cancelling all tasks ...
  1618. [19:40:32] [Server thread/INFO]: [DeathChest] Disabling DeathChest v1.0
  1619. [19:40:32] [Server thread/INFO]: [AlwaysOnline] Disabling AlwaysOnline v6.1
  1620. [19:40:32] [Server thread/INFO]: [AlwaysOnline] Saving data...
  1621. [19:40:32] [Server thread/INFO]: [AlwaysOnline] Closing database connections/streams...
  1622. [19:40:32] [Server thread/INFO]: [FulckTab] Disabling FulckTab v1.3.2.9
  1623. [19:40:32] [Server thread/INFO]: FulckTab> FulckTab v1.3.2.9 disabled!!
  1624. [19:40:32] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v18.04.27-2ec9a92-1089-19.5.23
  1625. [19:40:32] [Server thread/INFO]: [MVdWPlaceholderAPI] Disabling MVdWPlaceholderAPI v2.5.1
  1626. [19:40:32] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.2.0
  1627. [19:40:32] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
  1628. [19:40:32] [Server thread/INFO]: [ActionBarAPI] Disabling ActionBarAPI v1.5.3
  1629. [19:40:32] [Server thread/INFO]: [KnockBack_Plus] Disabling KnockBack_Plus v0.1
  1630. [19:40:32] [Server thread/INFO]: [Elevator] Disabling Elevator v2.9.3
  1631. [19:40:32] [Server thread/INFO]: [SynexQuests] Disabling SynexQuests v1.0
  1632. [19:40:32] [Server thread/INFO]: [TigerReports] Disabling TigerReports v4.2.2
  1633. [19:40:32] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.3.0
  1634. [19:40:32] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
  1635. [19:40:32] [Server thread/INFO]: [SynexSpawnFly] Disabling SynexSpawnFly v1.0
  1636. [19:40:32] [Server thread/INFO]: [ParticleLIB] Disabling ParticleLIB v2.1.1
  1637. [19:40:32] [Server thread/INFO]: [BossBarAPI] Disabling BossBarAPI v2.4.1
  1638. [19:40:32] [Server thread/INFO]: [VoxelSniper] Disabling VoxelSniper v5.171.0-SNAPSHOT
  1639. [19:40:32] [Server thread/INFO]: [denyItemCraft] Disabling denyItemCraft v2.0
  1640. [19:40:32] [Server thread/INFO]: [DeluxeTags] Disabling DeluxeTags v1.7.1
  1641. [19:40:32] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: deluxetags
  1642. [19:40:32] [Server thread/INFO]: [RogueParkour] Disabling RogueParkour v4.3
  1643. [19:40:32] [Server thread/INFO]: --------------------------------------
  1644. [19:40:32] [Server thread/INFO]: RogueParkour 4.3 disabling
  1645. [19:40:32] [Server thread/INFO]: Made by: Kledioz (omegacraft.cl)
  1646. [19:40:32] [Server thread/INFO]: See you soon.
  1647. [19:40:32] [Server thread/INFO]: --------------------------------------
  1648. [19:40:32] [Server thread/INFO]: [AntiDupe] Disabling AntiDupe v1.0
  1649. [19:40:32] [Server thread/INFO]: [FulckDuels] Disabling FulckDuels v1.0
  1650. [19:40:32] [Server thread/INFO]: [PlugMan] Disabling PlugMan v1.8.1
  1651. [19:40:32] [Server thread/INFO]: [ChunkbusterPlus] Disabling ChunkbusterPlus v1.3
  1652. [19:40:32] [Server thread/INFO]: ==================
  1653. [19:40:32] [Server thread/INFO]: SavageChunkbusters <3
  1654. [19:40:32] [Server thread/INFO]: Disabling
  1655. [19:40:32] [Server thread/INFO]: ==================
  1656. [19:40:32] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.8.5
  1657. [19:40:32] [Server thread/INFO]: [GroupManager] Disabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
  1658. [19:40:32] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
  1659. [19:40:32] [Server thread/INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is disabled!
  1660. [19:40:32] [Server thread/INFO]: Saving players
  1661. [19:40:32] [Server thread/INFO]: EqZe lost connection: Server closed
  1662. [19:40:32] [Server thread/INFO]: EqZe left the game.
  1663. [19:40:32] [Server thread/INFO]: Saving worlds
  1664. [19:40:32] [Server thread/INFO]: Saving chunks for level 'MAP'/Overworld
  1665. [19:40:32] [Server thread/INFO]: Saving chunks for level 'MAP_nether'/Nether
  1666. [19:40:32] [Server thread/INFO]: Saving chunks for level 'MAP_the_end'/The End
  1667. [19:40:32] [Server thread/INFO]: Saving chunks for level 'Building'/Overworld
  1668. [19:40:32] [Server thread/INFO]: Saving chunks for level 'Amit'/Overworld
  1669. [19:40:32] [Server thread/INFO]: Saving chunks for level 'PvP'/Overworld
  1670. [19:40:32] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement