Advertisement
Guest User

Untitled

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