Guest User

Untitled

a guest
Mar 25th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 126.56 KB | None | 0 0
  1. [08:40:03] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  2. [08:40:04] [ServerMain/INFO]: Loaded 7 recipes
  3. [08:40:04] [Server thread/INFO]: Starting minecraft server version 1.20.1
  4. [08:40:04] [Server thread/INFO]: Loading properties
  5. [08:40:04] [Server thread/INFO]: This server is running CraftBukkit version 3871-Spigot-d2eba2c-3f9263b (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)
  6. [08:40:05] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [08:40:05] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [08:40:05] [Server thread/INFO]: Debug logging is disabled
  9. [08:40:05] [Server thread/INFO]: Default game type: SURVIVAL
  10. [08:40:05] [Server thread/INFO]: Generating keypair
  11. [08:40:05] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25573
  12. [08:40:05] [Server thread/INFO]: Using epoll channel type
  13. [08:40:05] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  14. [08:40:06] [Server thread/WARN]: Legacy plugin Safari v3.1 does not specify an api-version.
  15. [08:40:06] [Server thread/WARN]: Legacy plugin ServerIcon v1.0.1 does not specify an api-version.
  16. [08:40:06] [Server thread/WARN]: Legacy plugin AFK-Kick v1.1 does not specify an api-version.
  17. [08:40:06] [Server thread/WARN]: Legacy plugin AntiChatManager v1.1.4 does not specify an api-version.
  18. [08:40:06] [Server thread/WARN]: Legacy plugin Geyser v1.0.1 does not specify an api-version.
  19. [08:40:06] [Server thread/WARN]: Legacy plugin Click2Enchant v1.6 does not specify an api-version.
  20. [08:40:06] [Server thread/WARN]: Legacy plugin SpigotBoard v3.0.4 does not specify an api-version.
  21. [08:40:06] [Server thread/WARN]: Legacy plugin AntiAdvertiser v1.1 does not specify an api-version.
  22. [08:40:06] [Server thread/WARN]: Legacy plugin LuckTab v1.2.1 does not specify an api-version.
  23. [08:40:06] [Server thread/WARN]: Legacy plugin PlayerVaults v3.6.0-bSNAPSHOT does not specify an api-version.
  24. [08:40:06] [Server thread/INFO]: [NexEngine] Loading 2 libraries... please wait
  25. [08:40:06] [Server thread/INFO]: [NexEngine] Loaded library /home/container/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
  26. [08:40:06] [Server thread/INFO]: [NexEngine] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
  27. [08:40:06] [Server thread/INFO]: [NexEngine] Loaded library /home/container/libraries/it/unimi/dsi/fastutil/8.5.11/fastutil-8.5.11.jar
  28. [08:40:06] [Server thread/INFO]: [RewardsLite] Loading 1 libraries... please wait
  29. [08:40:06] [Server thread/INFO]: [RewardsLite] Loaded library /home/container/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
  30. [08:40:06] [Server thread/INFO]: [RewardsLite] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
  31. [08:40:07] [Server thread/WARN]: Legacy plugin Banknotes v1.8.0 does not specify an api-version.
  32. [08:40:07] [Server thread/INFO]: [Vouchers] Loading 1 libraries... please wait
  33. [08:40:07] [Server thread/INFO]: [Vouchers] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar
  34. [08:40:07] [Server thread/INFO]: [VotingPlugin] Loading 1 libraries... please wait
  35. [08:40:07] [Server thread/INFO]: [VotingPlugin] Loaded library /home/container/libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar
  36. [08:40:07] [Server thread/INFO]: [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
  37. [08:40:07] [Server thread/INFO]: [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
  38. [08:40:07] [Server thread/INFO]: [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
  39. [08:40:07] [Server thread/INFO]: [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
  40. [08:40:07] [Server thread/INFO]: [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
  41. [08:40:07] [Server thread/ERROR]: Could not load 'plugins/CrazyEnchantments-2.1.2.jar' in folder 'plugins'
  42. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/kyori/adventure/text/Component
  43. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  44. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  45. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:332) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  46. at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:435) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
  47. at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:219) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
  48. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:972) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
  49. at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
  50. at java.lang.Thread.run(Thread.java:840) ~[?:?]
  51. Caused by: java.lang.NoClassDefFoundError: net/kyori/adventure/text/Component
  52. at com.badbones69.crazyenchantments.paper.CrazyEnchantments.<init>(CrazyEnchantments.java:60) ~[?:?]
  53. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  54. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
  55. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  56. at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  57. at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
  58. at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
  59. at java.lang.Class.newInstance(Class.java:645) ~[?:?]
  60. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  61. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  62. ... 7 more
  63. Caused by: java.lang.ClassNotFoundException: net.kyori.adventure.text.Component
  64. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  65. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  66. at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
  67. at com.badbones69.crazyenchantments.paper.CrazyEnchantments.<init>(CrazyEnchantments.java:60) ~[?:?]
  68. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
  69. at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
  70. at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
  71. at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
  72. at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
  73. at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
  74. at java.lang.Class.newInstance(Class.java:645) ~[?:?]
  75. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  76. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  77. ... 7 more
  78. [08:40:07] [Server thread/INFO]: [Safari] Loading Safari v3.1
  79. [08:40:07] [Server thread/INFO]: [CSL] Loading ChunkSpawnerLimiter v4.3.2
  80. [08:40:07] [Server thread/INFO]: [ServerIcon] Loading ServerIcon v1.0.1
  81. [08:40:07] [Server thread/INFO]: [KauriVPN] Loading KauriVPN v1.9.2
  82. [08:40:07] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.5
  83. [08:40:07] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart v2024.03
  84. [08:40:07] [Server thread/INFO]: [ChatEmojis] Loading ChatEmojis v2.3.4
  85. [08:40:07] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.8.2-Release
  86. [08:40:07] [Server thread/INFO]: [Blue Slime Core] Loading BlueSlimeCore v2.9.4.402
  87. [08:40:07] [Server thread/INFO]: [PL-Hide] Loading PL-Hide v1.5.21
  88. [08:40:07] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.5
  89. [08:40:07] [Server thread/INFO]: [AFK-Kick] Loading AFK-Kick v1.1
  90. [08:40:07] [Server thread/INFO]: [AntiChatManager] Loading AntiChatManager v1.1.4
  91. [08:40:07] [Server thread/INFO]: [Geyser] Loading Geyser v1.0.1
  92. [08:40:07] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.9.3
  93. [08:40:07] [Server thread/INFO]: [ViaVersion] ViaVersion 4.9.3 is now loaded. Registering protocol transformers and injecting...
  94. [08:40:07] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  95. [08:40:07] [Server thread/INFO]: [ViaBackwards] Loading translations...
  96. [08:40:07] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
  97. [08:40:07] [Server thread/INFO]: [ViaBackwards] Registering protocols...
  98. [08:40:07] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.9.2
  99. [08:40:07] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v1.0.1
  100. [08:40:07] [Server thread/INFO]: [SetHome] Loading SetHome v6.2.3
  101. [08:40:07] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.102
  102. [08:40:08] [Server thread/INFO]: [Click2Enchant] Loading Click2Enchant v1.6
  103. [08:40:08] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.4.0
  104. [08:40:08] [Server thread/INFO]: [SpigotBoard] Loading SpigotBoard v3.0.4
  105. [08:40:08] [Server thread/INFO]: [AntiAdvertiser] Loading AntiAdvertiser v1.1
  106. [08:40:08] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
  107. [08:40:08] [Server thread/INFO]: [spark] Loading spark v1.10.34
  108. [08:40:08] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v4.8
  109. [08:40:08] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.8
  110. [08:40:08] [Server thread/INFO]: [ServersNPC] Loading ServersNPC v4.3
  111. [08:40:08] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.3
  112. [08:40:08] [Server thread/INFO]: [LaggRemover] Loading LaggRemover v2.0.6
  113. [08:40:08] [Server thread/INFO]: [Freeze] Loading Freeze v2.5.0.165
  114. [08:40:08] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.1.0
  115. [08:40:08] [Server thread/INFO]: [TCPShield] Loading TCPShield v2.7.0
  116. [08:40:08] [Server thread/INFO]: [AdvancedGift] Loading AdvancedGift v1.11.2
  117. [08:40:08] [Server thread/INFO]: [zDiscord] Loading zDiscord v1.4.0-SNAPSHOT
  118. [08:40:08] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
  119. [08:40:08] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v3.0.7-SNAPSHOT
  120. [08:40:08] [Server thread/INFO]: [Join Commands] Loading JoinCommands v3.1.0.116
  121. [08:40:08] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.13.1
  122. [08:40:08] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.11.1
  123. [08:40:08] [Server thread/INFO]: [LuckTab] Loading LuckTab v1.2.1
  124. [08:40:08] [Server thread/INFO]: [Spartan] Loading Spartan vPhase 515
  125. [08:40:08] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v15.0.7
  126. [08:40:08] [Server thread/INFO]: [Themis] Loading Themis v0.15.1
  127. [08:40:08] [Server thread/INFO]: [Vulcan] Loading Vulcan v2.7.5
  128. [08:40:08] [Server thread/INFO]: [Orebfuscator] Loading Orebfuscator v5.4.0
  129. [08:40:08] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
  130. [08:40:08] [Server thread/INFO]: [NexEngine] Loading NexEngine v2.2.12
  131. [08:40:08] [Server thread/INFO]: [LPC] Loading LPC v3.6.0
  132. [08:40:08] [Server thread/INFO]: [PlayerKits] Loading PlayerKits v2.27.1
  133. [08:40:08] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.6
  134. [08:40:08] [Server thread/INFO]: [Essentials] Loading Essentials v2.21.0-dev+73-2cb0af0
  135. [08:40:08] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v3.3.0
  136. [08:40:08] [Server thread/INFO]: [RewardsLite] Loading RewardsLite v3.1.6
  137. [08:40:08] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
  138. [08:40:08] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
  139. [08:40:08] [Server thread/INFO]: [SafeTrade] Loading SafeTrade v1.1.1
  140. [08:40:08] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.12
  141. [08:40:08] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v2.7.1
  142. [08:40:09] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7d04135f]
  143. [08:40:09] [Server thread/INFO]: [Vouchers] Loading Vouchers v3.20.0
  144. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.8.0
  145. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
  146. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
  147. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
  148. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
  149. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
  150. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
  151. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
  152. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
  153. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
  154. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
  155. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
  156. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
  157. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
  158. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
  159. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
  160. [08:40:09] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
  161. [08:40:09] [Server thread/INFO]: [TAB] Loading TAB v4.0.6
  162. [08:40:09] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.18
  163. [08:40:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.9+5934e49
  164. [08:40:09] [Server thread/INFO]: [BetterTeams] Loading BetterTeams v4.9.1
  165. [08:40:09] [Server thread/INFO]: [BetterTeams] Checking if the file config.yml is up to date
  166. [08:40:09] [Server thread/INFO]: [BetterTeams] File is up to date
  167. [08:40:09] [Server thread/INFO]: [KGenerators] Loading KGenerators v7.3-#161
  168. [08:40:09] [Server thread/INFO]: [KGenerators] Settings: Loading settings
  169. [08:40:09] [Server thread/INFO]: [KGenerators] WorldGuard: Registering kgenerators-pick-up flag
  170. [08:40:09] [Server thread/INFO]: [KGenerators] WorldGuard: Registering kgenerators-only-gen-break flag
  171. [08:40:09] [Server thread/INFO]: [InteractiveChat] Loading InteractiveChat v4.2.9.0
  172. [08:40:09] [Server thread/INFO]: [CrisTreeCapitator] Loading CrisTreeCapitator v6.4.2
  173. [08:40:09] [Server thread/INFO]: [ItemEdit] Loading ItemEdit v3.1.0
  174. [08:40:09] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.32-SNAPSHOT (build 3208)
  175. [08:40:09] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v6.14.1
  176. [08:40:09] [Server thread/INFO]: [EzChestShop] Loading EzChestShop v1.6.4.6
  177. [08:40:09] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v6.4.5
  178. [08:40:09] [Server thread/INFO]: [StackMob] Loading StackMob v5.8.7
  179. [08:40:09] [Server thread/INFO]: [StackMob] Registered WorldGuard region flag.
  180. [08:40:09] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v1.3.0-b10
  181. [08:40:09] [Server thread/INFO]: [BlockRegen] Loading BlockRegen v3.10.5
  182. [08:40:09] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.6.12
  183. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading CombatLogX v11.4.0.1.1193
  184. [08:40:09] [Server thread/INFO]: [CombatLogX] Configuration version is recent, no major changes necessary.
  185. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansions...
  186. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Force Field v17.4'...
  187. [08:40:09] [Server thread/INFO]: [CombatLogX]
  188. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/HuskHomes Compatibility.jar' because a plugin dependency was not loaded: HuskHomes
  189. [08:40:09] [Server thread/INFO]: [CombatLogX]
  190. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Factions Compatibility v17.0'...
  191. [08:40:09] [Server thread/INFO]: [CombatLogX]
  192. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/PreciousStones Compatibility.jar' because a plugin dependency was not loaded: PreciousStones
  193. [08:40:09] [Server thread/INFO]: [CombatLogX]
  194. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Death Effects v17.0'...
  195. [08:40:09] [Server thread/INFO]: [CombatLogX]
  196. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/BSkyBlock Compatibility.jar' because a plugin dependency was not loaded: BentoBox
  197. [08:40:09] [Server thread/INFO]: [CombatLogX]
  198. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/CMI Compatibility.jar' because a plugin dependency was not loaded: CMI
  199. [08:40:09] [Server thread/INFO]: [CombatLogX]
  200. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/CrackShot Compatibility.jar' because a plugin dependency was not loaded: CrackShot
  201. [08:40:09] [Server thread/INFO]: [CombatLogX]
  202. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'EssentialsX Compatibility v17.2'...
  203. [08:40:09] [Server thread/INFO]: [CombatLogX]
  204. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Boss Bar v17.1'...
  205. [08:40:09] [Server thread/INFO]: [CombatLogX]
  206. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Damage Effects v17.0'...
  207. [08:40:09] [Server thread/INFO]: [CombatLogX]
  208. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/RedProtect Compatibility.jar' because a plugin dependency was not loaded: RedProtect
  209. [08:40:09] [Server thread/INFO]: [CombatLogX]
  210. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/ASkyBlock Compatibility.jar' because a plugin dependency was not loaded: ASkyBlock
  211. [08:40:09] [Server thread/INFO]: [CombatLogX]
  212. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/AngelChest Compatibility.jar' because a plugin dependency was not loaded: AngelChest
  213. [08:40:09] [Server thread/INFO]: [CombatLogX]
  214. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/Residence Compatibility.jar' because a plugin dependency was not loaded: Residence
  215. [08:40:09] [Server thread/INFO]: [CombatLogX]
  216. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Scoreboard v17.1'...
  217. [08:40:09] [Server thread/INFO]: [CombatLogX]
  218. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/KingdomsX Compatibility.jar' because a plugin dependency was not loaded: Kingdoms
  219. [08:40:09] [Server thread/INFO]: [CombatLogX]
  220. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/LibsDisguises Compatibility.jar' because a plugin dependency was not loaded: LibsDisguises
  221. [08:40:09] [Server thread/INFO]: [CombatLogX]
  222. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/Lands Compatibility.jar' because a plugin dependency was not loaded: Lands
  223. [08:40:09] [Server thread/INFO]: [CombatLogX]
  224. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/Konquest Compatibility.jar' because a plugin dependency was not loaded: Konquest
  225. [08:40:09] [Server thread/INFO]: [CombatLogX]
  226. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'GriefPrevention Compatibility v17.1'...
  227. [08:40:09] [Server thread/INFO]: [CombatLogX]
  228. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/MythicMobs Compatibility.jar' because a plugin dependency was not loaded: MythicMobs
  229. [08:40:09] [Server thread/INFO]: [CombatLogX]
  230. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'End Crystal Helper v17.1'...
  231. [08:40:09] [Server thread/INFO]: [CombatLogX]
  232. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Citizens Compatibility v17.9'...
  233. [08:40:09] [Server thread/INFO]: [CombatLogX]
  234. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/HuskSync Compatibility.jar' because a plugin dependency was not loaded: HuskSync
  235. [08:40:09] [Server thread/INFO]: [CombatLogX]
  236. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'SuperVanish Compatibility v17.1'...
  237. [08:40:09] [Server thread/INFO]: [CombatLogX]
  238. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/Towny Compatibility.jar' because a plugin dependency was not loaded: Towny
  239. [08:40:09] [Server thread/INFO]: [CombatLogX]
  240. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Mob Tagger v17.1'...
  241. [08:40:09] [Server thread/INFO]: [CombatLogX]
  242. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/GriefDefender Compatibility.jar' because a plugin dependency was not loaded: GriefDefender
  243. [08:40:09] [Server thread/INFO]: [CombatLogX]
  244. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/PlayerParticles Compatibility.jar' because a plugin dependency was not loaded: PlayerParticles
  245. [08:40:09] [Server thread/INFO]: [CombatLogX]
  246. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/uSkyBlock Compatibility.jar' because a plugin dependency was not loaded: uSkyBlock
  247. [08:40:09] [Server thread/INFO]: [CombatLogX]
  248. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/VanishNoPacket Compatibility.jar' because a plugin dependency was not loaded: VanishNoPacket
  249. [08:40:09] [Server thread/INFO]: [CombatLogX]
  250. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'WorldGuard Compatibility v17.2'...
  251. [08:40:09] [Server thread/INFO]: [CombatLogX] [WorldGuard Compatibility] Successfully found a dependency: WorldGuard v7.0.9+5934e49
  252. [08:40:09] [Server thread/INFO]: [CombatLogX]
  253. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Action Bar v17.3'...
  254. [08:40:09] [Server thread/INFO]: [CombatLogX]
  255. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Loot Protection v17.1'...
  256. [08:40:09] [Server thread/INFO]: [CombatLogX]
  257. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'PlaceholderAPI Compatibility v17.1'...
  258. [08:40:09] [Server thread/INFO]: [CombatLogX]
  259. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/MarriageMaster Compatibility.jar' because a plugin dependency was not loaded: MarriageMaster
  260. [08:40:09] [Server thread/INFO]: [CombatLogX]
  261. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'LuckPerms Compatibility v17.1'...
  262. [08:40:09] [Server thread/INFO]: [CombatLogX]
  263. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Damage Tagger v17.1'...
  264. [08:40:09] [Server thread/INFO]: [CombatLogX]
  265. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/FeatherBoard Compatibility.jar' because a plugin dependency was not loaded: FeatherBoard
  266. [08:40:09] [Server thread/INFO]: [CombatLogX]
  267. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/CrashClaim Compatibility.jar' because a plugin dependency was not loaded: CrashClaim
  268. [08:40:09] [Server thread/INFO]: [CombatLogX]
  269. [08:40:09] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/UltimateClaims Compatibility.jar' because a plugin dependency was not loaded: UltimateClaims
  270. [08:40:09] [Server thread/INFO]: [CombatLogX]
  271. [08:40:09] [Server thread/INFO]: [CombatLogX] Loading expansion 'Glowing v17.0'...
  272. [08:40:09] [Server thread/INFO]: [CombatLogX]
  273. [08:40:10] [Server thread/INFO]: [CombatLogX] Loading expansion 'Logger v17.2'...
  274. [08:40:10] [Server thread/INFO]: [CombatLogX]
  275. [08:40:10] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/iDisguise Compatibility.jar' because a plugin dependency was not loaded: iDisguise
  276. [08:40:10] [Server thread/INFO]: [CombatLogX]
  277. [08:40:10] [Server thread/INFO]: [CombatLogX] Loading expansion 'Newbie Helper v17.2'...
  278. [08:40:10] [Server thread/INFO]: [CombatLogX]
  279. [08:40:10] [Server thread/INFO]: [CombatLogX] Loading expansion 'Rewards v17.4'...
  280. [08:40:10] [Server thread/INFO]: [CombatLogX]
  281. [08:40:10] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/FabledSkyBlock Compatibility.jar' because a plugin dependency was not loaded: FabledSkyBlock
  282. [08:40:10] [Server thread/INFO]: [CombatLogX]
  283. [08:40:10] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/CompatHuskTowns.jar' because a plugin dependency was not loaded: HuskTowns
  284. [08:40:10] [Server thread/INFO]: [CombatLogX]
  285. [08:40:10] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/IridiumSkyblock Compatibility.jar' because a plugin dependency was not loaded: IridiumSkyblock
  286. [08:40:10] [Server thread/INFO]: [CombatLogX]
  287. [08:40:10] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/SuperiorSkyblock Compatibility.jar' because a plugin dependency was not loaded: SuperiorSkyblock2
  288. [08:40:10] [Server thread/INFO]: [CombatLogX]
  289. [08:40:10] [Server thread/WARN]: [CombatLogX] Failed to load expansion 'plugins/CombatLogX/expansions/ProtectionStones Compatibility.jar' because a plugin dependency was not loaded: ProtectionStones
  290. [08:40:10] [Server thread/INFO]: [CombatLogX]
  291. [08:40:10] [Server thread/INFO]: [CombatLogX] Loading expansion 'Cheat Prevention v17.6'...
  292. [08:40:10] [Server thread/INFO]: [CombatLogX]
  293. [08:40:10] [Server thread/INFO]: [CombatLogX] Successfully loaded 23 expansions.
  294. [08:40:10] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.2
  295. [08:40:10] [Server thread/INFO]: [PlayerWarps] Loading PlayerWarps v6.30.0
  296. [08:40:10] [Server thread/INFO]: [MoneyFromMobs] Loading MoneyFromMobs v4.71
  297. [08:40:10] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.18.1
  298. [08:40:10] [Server thread/INFO]: [Blue Slime Core] Enabling BlueSlimeCore v2.9.4.402
  299. [08:40:10] [Server thread/INFO]: [Blue Slime Core] Successfully loaded 2 language(s).
  300. [08:40:10] [Server thread/INFO]: [Blue Slime Core] Detected server as regular SpigotMC/PaperMC (not Folia)
  301. [08:40:10] [Server thread/WARN]: [Blue Slime Core] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  302. [08:40:10] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
  303. [08:40:10] [Server thread/WARN]: [LuckPerms] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  304. [08:40:10] [Server thread/INFO]:   __ 
  305. [08:40:10] [Server thread/INFO]:  | |__) LuckPerms v5.4.102
  306. [08:40:10] [Server thread/INFO]:  |___ | Running on Bukkit - CraftBukkit
  307. [08:40:10] [Server thread/INFO]: 
  308. [08:40:10] [Server thread/INFO]: [LuckPerms] Loading configuration...
  309. [08:40:11] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  310. [08:40:11] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  311. [08:40:11] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  312. [08:40:11] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1485ms)
  313. [08:40:11] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.1.0
  314. [08:40:11] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  315. [08:40:11] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.21.0-dev+73-2cb0af0 which is not a depend or softdepend of this plugin.
  316. [08:40:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  317. [08:40:11] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  318. [08:40:12] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  319. [08:40:12] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  320. [08:40:12] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v3.0.7-SNAPSHOT
  321. [08:40:12] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.0.7
  322. [08:40:12] [Server thread/WARN]: [SkinsRestorer] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  323. [08:40:12] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.20.1.
  324. [08:40:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.0.7]
  325. [08:40:12] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
  326. [08:40:12] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.12
  327. [08:40:12] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
  328. [08:40:12] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
  329. [08:40:12] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
  330. [08:40:12] [Server thread/INFO]: [NexEngine] Plugin loaded in 40 ms!
  331. [08:40:12] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.7.1
  332. [08:40:12] [Server thread/INFO]: LZ4 Compression Binding loaded successfully
  333. [08:40:12] [Server thread/INFO]: ZSTD Compression Binding loaded successfully
  334. [08:40:12] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  335. [08:40:12] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  336. [08:40:12] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R1.PaperweightFaweAdapter as the Bukkit adapter
  337. [08:40:13] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  338. [08:40:13] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  339. [08:40:13] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  340. [08:40:13] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  341. [08:40:13] [Server thread/INFO]: Preparing level "world"
  342. [08:40:13] [Server thread/INFO]: -------- World Settings For [world] --------
  343. [08:40:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  344. [08:40:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  345. [08:40:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  346. [08:40:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  347. [08:40:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  348. [08:40:13] [Server thread/INFO]: Max TNT Explosions: 100
  349. [08:40:13] [Server thread/INFO]: Mob Spawn Range: 6
  350. [08:40:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  351. [08:40:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  352. [08:40:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  353. [08:40:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  354. [08:40:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  355. [08:40:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  356. [08:40:13] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  357. [08:40:13] [Server thread/INFO]: Carrot Growth Modifier: 100%
  358. [08:40:13] [Server thread/INFO]: Potato Growth Modifier: 100%
  359. [08:40:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  360. [08:40:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  361. [08:40:13] [Server thread/INFO]: Vine Growth Modifier: 100%
  362. [08:40:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  363. [08:40:13] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  364. [08:40:13] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  365. [08:40:13] [Server thread/INFO]: Kelp Growth Modifier: 100%
  366. [08:40:13] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  367. [08:40:13] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  368. [08:40:13] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  369. [08:40:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  370. [08:40:13] [Server thread/INFO]: View Distance: 10
  371. [08:40:13] [Server thread/INFO]: Simulation Distance: 10
  372. [08:40:13] [Server thread/INFO]: Item Despawn Rate: 6000
  373. [08:40:13] [Server thread/INFO]: Item Merge Radius: 2.5
  374. [08:40:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  375. [08:40:13] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  376. [08:40:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  377. [08:40:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  378. [08:40:13] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  379. [08:40:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  380. [08:40:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  381. [08:40:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  382. [08:40:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  383. [08:40:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  384. [08:40:13] [Server thread/INFO]: Max TNT Explosions: 100
  385. [08:40:13] [Server thread/INFO]: Mob Spawn Range: 6
  386. [08:40:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  387. [08:40:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  388. [08:40:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  389. [08:40:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  390. [08:40:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  391. [08:40:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  392. [08:40:13] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  393. [08:40:13] [Server thread/INFO]: Carrot Growth Modifier: 100%
  394. [08:40:13] [Server thread/INFO]: Potato Growth Modifier: 100%
  395. [08:40:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  396. [08:40:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  397. [08:40:13] [Server thread/INFO]: Vine Growth Modifier: 100%
  398. [08:40:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  399. [08:40:13] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  400. [08:40:13] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  401. [08:40:13] [Server thread/INFO]: Kelp Growth Modifier: 100%
  402. [08:40:13] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  403. [08:40:13] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  404. [08:40:13] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  405. [08:40:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  406. [08:40:13] [Server thread/INFO]: View Distance: 10
  407. [08:40:13] [Server thread/INFO]: Simulation Distance: 10
  408. [08:40:13] [Server thread/INFO]: Item Despawn Rate: 6000
  409. [08:40:13] [Server thread/INFO]: Item Merge Radius: 2.5
  410. [08:40:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  411. [08:40:13] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  412. [08:40:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  413. [08:40:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  414. [08:40:13] [ForkJoinPool.commonPool-worker-1/WARN]: You are using a snapshot or a custom version of FAWE. This is not an official build distributed via https://www.spigotmc.org/resources/13932/
  415. [08:40:14] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  416. [08:40:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  417. [08:40:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  418. [08:40:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  419. [08:40:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  420. [08:40:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  421. [08:40:14] [Server thread/INFO]: Max TNT Explosions: 100
  422. [08:40:14] [Server thread/INFO]: Mob Spawn Range: 6
  423. [08:40:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  424. [08:40:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  425. [08:40:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  426. [08:40:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  427. [08:40:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  428. [08:40:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  429. [08:40:14] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  430. [08:40:14] [Server thread/INFO]: Carrot Growth Modifier: 100%
  431. [08:40:14] [Server thread/INFO]: Potato Growth Modifier: 100%
  432. [08:40:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  433. [08:40:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  434. [08:40:14] [Server thread/INFO]: Vine Growth Modifier: 100%
  435. [08:40:14] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  436. [08:40:14] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  437. [08:40:14] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  438. [08:40:14] [Server thread/INFO]: Kelp Growth Modifier: 100%
  439. [08:40:14] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  440. [08:40:14] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  441. [08:40:14] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  442. [08:40:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  443. [08:40:14] [Server thread/INFO]: View Distance: 10
  444. [08:40:14] [Server thread/INFO]: Simulation Distance: 10
  445. [08:40:14] [Server thread/INFO]: Item Despawn Rate: 6000
  446. [08:40:14] [Server thread/INFO]: Item Merge Radius: 2.5
  447. [08:40:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  448. [08:40:14] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  449. [08:40:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  450. [08:40:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  451. [08:40:14] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  452. [08:40:16] [Worker-Main-4/INFO]: Preparing spawn area: 0%
  453. [08:40:16] [Worker-Main-4/INFO]: Preparing spawn area: 0%
  454. [08:40:16] [Worker-Main-2/INFO]: Preparing spawn area: 0%
  455. [08:40:16] [Worker-Main-2/INFO]: Preparing spawn area: 0%
  456. [08:40:16] [Worker-Main-2/INFO]: Preparing spawn area: 0%
  457. [08:40:16] [Worker-Main-1/INFO]: Preparing spawn area: 4%
  458. [08:40:17] [Worker-Main-1/INFO]: Preparing spawn area: 89%
  459. [08:40:17] [Server thread/INFO]: Time elapsed: 3036 ms
  460. [08:40:17] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  461. [08:40:18] [Worker-Main-1/INFO]: Preparing spawn area: 0%
  462. [08:40:18] [Worker-Main-2/INFO]: Preparing spawn area: 0%
  463. [08:40:18] [Worker-Main-2/INFO]: Preparing spawn area: 0%
  464. [08:40:18] [Server thread/INFO]: Time elapsed: 1444 ms
  465. [08:40:18] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  466. [08:40:19] [Worker-Main-3/INFO]: Preparing spawn area: 0%
  467. [08:40:19] [Worker-Main-3/INFO]: Preparing spawn area: 0%
  468. [08:40:19] [Worker-Main-1/INFO]: Preparing spawn area: 54%
  469. [08:40:20] [Server thread/INFO]: Time elapsed: 1126 ms
  470. [08:40:20] [Server thread/INFO]: [Safari] Enabling Safari v3.1
  471. [08:40:20] [Server thread/INFO]: [Safari] Safari v3.1 has been enabled.
  472. [08:40:20] [Server thread/INFO]: [CSL] Enabling ChunkSpawnerLimiter v4.3.2
  473. [08:40:20] [Server thread/INFO]: [ServerIcon] Enabling ServerIcon v1.0.1
  474. [08:40:20] [Server thread/INFO]: <------------------------------------>
  475. [08:40:20] [Server thread/INFO]: [ServerIcon] Enabled, (Version: 1.0.1)
  476. [08:40:20] [Server thread/INFO]: [ServerIcon] Thanks for use my plugin :)
  477. [08:40:20] [Server thread/INFO]: [ServerIcon] Made by davigamer161
  478. [08:40:20] [Server thread/INFO]: <------------------------------------>
  479. [08:40:20] [Server thread/INFO]: [KauriVPN] Enabling KauriVPN v1.9.2
  480. [08:40:20] [Server thread/INFO]: Starting AntiVPN services...
  481. [08:40:20] [Server thread/INFO]: Loading dependency com.h2database:h2:2.2.224 from https://repo1.maven.org/maven2
  482. [08:40:20] [Server thread/INFO]: Loaded dependency 'h2-2.2.224' successfully.
  483. [08:40:20] [Server thread/INFO]: Loading dependency org.mongodb:mongo-java-driver:3.12.14 from https://repo1.maven.org/maven2
  484. [08:40:20] [Server thread/INFO]: Loaded dependency 'mongo-java-driver-3.12.14' successfully.
  485. [08:40:20] [Server thread/INFO]: Loading dependency com.mysql:mysql-connector-j:8.2.0 from https://repo1.maven.org/maven2
  486. [08:40:20] [Server thread/INFO]: Loaded dependency 'mysql-connector-j-8.2.0' successfully.
  487. [08:40:20] [Server thread/INFO]: Using databaseType H2...
  488. [08:40:20] [Server thread/INFO]: Initializing H2...
  489. [08:40:20] [Server thread/INFO]: Connection to H2 has been established.
  490. [08:40:20] [Server thread/INFO]: Creating tables...
  491. [08:40:20] [Server thread/INFO]: Creating indexes...
  492. [08:40:20] [Server thread/INFO]: Added string command-misc-playerRequired
  493. [08:40:20] [Server thread/INFO]: Added string command-alerts-toggled
  494. [08:40:20] [Server thread/INFO]: Added string command-reload-complete
  495. [08:40:20] [Server thread/INFO]: Added string no-permission
  496. [08:40:20] [Server thread/INFO]: Starting bStats metrics...
  497. [08:40:20] [Server thread/INFO]: Setting up and registering commands...
  498. [08:40:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
  499. [08:40:20] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  500. [08:40:20] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  501. [08:40:20] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart v2024.03
  502. [08:40:20] [Server thread/INFO]: [UltimateAutoRestart] 2024.03, a free resource by Norska - Thanks for downloading!
  503. [08:40:20] [Server thread/INFO]: [UltimateAutoRestart] Join www.norska.dev/discord/ for support!
  504. [08:40:20] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
  505. [08:40:20] [Server thread/INFO]: [ChatEmojis] Enabling ChatEmojis v2.3.4
  506. [08:40:20] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.8.2-Release
  507. [08:40:20] [Server thread/INFO]: [DeluxeTags] Using standard hex colors format: #aaFF00
  508. [08:40:20] [Server thread/INFO]: [DeluxeTags] 10 tags loaded
  509. [08:40:20] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
  510. [08:40:20] [Server thread/INFO]: [DeluxeTags] PAPI Chat enabled. This means your chat plugin will use placeholders to fetch the tags!
  511. [08:40:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxetags [1.8.2-Release]
  512. [08:40:20] [Server thread/INFO]: [DeluxeTags] ----------------------------
  513. [08:40:20] [Server thread/INFO]: [DeluxeTags] DeluxeTags Updater
  514. [08:40:20] [Server thread/INFO]: [DeluxeTags]
  515. [08:40:20] [Server thread/INFO]: [DeluxeTags] You are running 1.8.2-Release
  516. [08:40:20] [Server thread/INFO]: [DeluxeTags] The latest version
  517. [08:40:20] [Server thread/INFO]: [DeluxeTags] of DeluxeTags!
  518. [08:40:20] [Server thread/INFO]: [DeluxeTags]
  519. [08:40:20] [Server thread/INFO]: [DeluxeTags] ----------------------------
  520. [08:40:20] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.21
  521. [08:40:20] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.5
  522. [08:40:20] [Server thread/INFO]: [DeathMessages] Found PlaceholderAPI: hooking into it.
  523. [08:40:20] [Server thread/INFO]: [AFK-Kick] Enabling AFK-Kick v1.1
  524. [08:40:20] [Server thread/INFO]: AFKKick loaded!
  525. [08:40:20] [Server thread/INFO]: [AntiChatManager] Enabling AntiChatManager v1.1.4
  526. [08:40:20] [Server thread/INFO]: [AntiChatManager] No updates found.
  527. [08:40:20] [Server thread/INFO]: [Geyser] Enabling Geyser v1.0.1
  528. [08:40:20] [Server thread/INFO]: [Geyser] Geyser has been enabled!
  529. [08:40:20] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.9.3
  530. [08:40:20] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20/1.20.1 (763)
  531. [08:40:20] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.9.2
  532. [08:40:20] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v1.0.1
  533. [08:40:20] [Server thread/INFO]: [SetHome] Enabling SetHome v6.2.3
  534. [08:40:20] [Server thread/INFO]: [Click2Enchant] Enabling Click2Enchant v1.6
  535. [08:40:20] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.4.0
  536. [08:40:20] [Server thread/INFO]: [SpigotBoard] Enabling SpigotBoard v3.0.4
  537. [08:40:20] [Server thread/INFO]: [AntiAdvertiser] Enabling AntiAdvertiser v1.1
  538. [08:40:20] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  539. [08:40:20] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  540. [08:40:20] [Server thread/INFO]: [ClearLag] Loading modules...
  541. [08:40:20] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R1.MinecraftServer)
  542. [08:40:20] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  543. [08:40:20] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  544. [08:40:20] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  545. [08:40:20] [Thread-13/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
  546. [08:40:20] [Server thread/INFO]: [spark] Enabling spark v1.10.34
  547. [08:40:20] [Thread-13/INFO]: [ClearLag] No updates found!
  548. [08:40:20] [Server thread/WARN]: [spark] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  549. [08:40:20] [Server thread/INFO]: [spark] Using Bukkit scheduler for tick monitoring
  550. [08:40:20] [Server thread/INFO]: [spark] Starting background profiler...
  551. [08:40:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.34]
  552. [08:40:21] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
  553. [08:40:21] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v4.8
  554. [08:40:21] [Server thread/INFO]: [SetSpawn] Enabled!
  555. [08:40:21] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.8
  556. [08:40:21] [Server thread/INFO]: [BuycraftX] Validating your server key...
  557. [08:40:21] [Server thread/WARN]: [BuycraftX] Your server and webstore online mode settings are mismatched. Unless you are using a proxy and server combination (such as BungeeCord/Spigot or LilyPad/Connect) that corrects UUIDs, then you may experience issues with packages not applying.
  558. [08:40:21] [Server thread/WARN]: [BuycraftX] If you have verified that your set up is correct, you can suppress this message by setting is-bungeecord=true in your BuycraftX config.properties.
  559. [08:40:21] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  560. [08:40:21] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v4.3
  561. [08:40:21] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
  562. [08:40:21] [Server thread/INFO]: [Votifier] Loaded token for website: default
  563. [08:40:21] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
  564. [08:40:21] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  565. [08:40:21] [Server thread/INFO]: [LaggRemover] Enabling LaggRemover v2.0.6
  566. [08:40:21] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:8192.
  567. [08:40:21] [Server thread/INFO]:
  568. [08:40:21] [Server thread/INFO]: __ ____ _ _____
  569. [08:40:21] [Server thread/INFO]: / / ____ _____ _____ _/ __ \___ ____ ___ ____ _ _____ _____ | | / /__ \
  570. [08:40:21] [Server thread/INFO]: / / / __ `/ __ `/ __ `/ /_/ / _ \/ __ `__ \/ __ \ | / / _ \/ ___/ | | / /__/ /
  571. [08:40:21] [Server thread/INFO]: / /___/ /_/ / /_/ / /_/ / _, _/ __/ / / / / / /_/ / |/ / __/ / | |/ // __/
  572. [08:40:21] [Server thread/INFO]: /_____/\__,_/\__, /\__, /_/ |_|\___/_/ /_/ /_/\____/|___/\___/_/ |___//____/
  573. [08:40:21] [Server thread/INFO]: /____//____/
  574. [08:40:21] [Server thread/INFO]:
  575. [08:40:21] [Server thread/INFO]: [LaggRemover] Loaded 0 module(s)
  576. [08:40:21] [Server thread/INFO]: [LaggRemover] The LaggRemover AI is now active!
  577. [08:40:21] [Server thread/INFO]: [LaggRemover] LaggRemover has been enabled!
  578. [08:40:21] [Server thread/INFO]: [Freeze] Enabling Freeze v2.5.0.165
  579. [08:40:21] [Server thread/INFO]: [Freeze] Successfully loaded 1 language(s).
  580. [08:40:21] [Server thread/INFO]: [Freeze] Detected server as regular SpigotMC/PaperMC (not Folia)
  581. [08:40:21] [Server thread/INFO]: [TCPShield] Enabling TCPShield v2.7.0
  582. [08:40:21] [Server thread/INFO]: [AdvancedGift] Enabling AdvancedGift v1.11.2
  583. [08:40:21] [Server thread/INFO]: [AdvancedGift] ===================================================
  584. [08:40:21] [Server thread/INFO]: [AdvancedGift] Checking server version ------------------
  585. [08:40:21] [Server thread/INFO]: [AdvancedGift] NMS Version used: v1_20_R1
  586. [08:40:21] [Server thread/INFO]: [AdvancedGift]
  587. [08:40:21] [Server thread/INFO]: [AdvancedGift] This version is supported!
  588. [08:40:21] [Server thread/INFO]: [AdvancedGift]
  589. [08:40:21] [Server thread/INFO]: [AdvancedGift] Loading files --------------------
  590. [08:40:21] [Server thread/INFO]: [AdvancedGift] Config loaded.
  591. [08:40:21] [Server thread/INFO]: [AdvancedGift] playerinfo.json loaded.
  592. [08:40:21] [Server thread/INFO]: [AdvancedGift]
  593. [08:40:21] [Server thread/INFO]: [AdvancedGift] Searching for a material library -----------------
  594. [08:40:21] [Server thread/INFO]: [AdvancedGift] No supported material library found.
  595. [08:40:21] [Server thread/INFO]: [AdvancedGift] Spigot's material enum will be used instead.
  596. [08:40:21] [Server thread/INFO]: [AdvancedGift] ===================================================
  597. [08:40:21] [Server thread/INFO]: [zDiscord] Enabling zDiscord v1.4.0-SNAPSHOT
  598. [08:40:21] [Server thread/INFO]: [zDiscord] The plugin is now loading...
  599. [08:40:21] [Server thread/INFO]: [zDiscord] Created by Casuistry. Thank you for using the plugin! :)
  600. [08:40:21] [Server thread/INFO]: [zDiscord] The plugin has started. Running version; 1.4.0-SNAPSHOT
  601. [08:40:21] [Server thread/INFO]: [Join Commands] Enabling JoinCommands v3.1.0.116
  602. [08:40:21] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.13.1
  603. [08:40:21] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.13.1 has been enabled.
  604. [08:40:21] [Server thread/INFO]: [ChatColor] Current update: Gradient colours & GUI tweaks
  605. [08:40:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: cc [1.13.1]
  606. [08:40:21] [Server thread/INFO]: [ChatColor] PlaceholderAPI has been hooked.
  607. [08:40:21] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
  608. [08:40:21] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.11.1
  609. [08:40:21] [Server thread/INFO]: [EpicRename] [CheckServerVersion] Server running 1.16 or newer. Hex color code support has been enabled.
  610. [08:40:21] [Server thread/INFO]: [EpicRename] Version: 3.11.1 MC Version: ONE_DOT_SIXTEEN_OR_NEWER
  611. [08:40:21] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2022 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of the MPL v2.0 license at: http://bit.ly/2eMknxx
  612. [08:40:21] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
  613. [08:40:21] [Server thread/INFO]: [ꜱᴏʟᴏꜱᴍᴘ] Prefix set to: '[ꜱᴏʟᴏꜱᴍᴘ] '
  614. [08:40:21] [Server thread/INFO]: [ꜱᴏʟᴏꜱᴍᴘ] Plugin Enabled!
  615. [08:40:21] [Server thread/INFO]: [LuckTab] Enabling LuckTab v1.2.1
  616. [08:40:21] [Server thread/INFO]: ▌ LuckTab ➡ Der Server läuft auf der Version v1_20_R1.
  617. [08:40:21] [Server thread/INFO]: ▌ LuckTab ➡ Plugin geladen.
  618. [08:40:21] [Server thread/INFO]: ▌ LuckTab ➡ Version: v1.2.1
  619. [08:40:21] [Server thread/INFO]: [Spartan] Enabling Spartan vPhase 515
  620. [08:40:22] [Server thread/INFO]: [Themis] Enabling Themis v0.15.1
  621. [08:40:22] [Server thread/WARN]: [Themis] Couldn't find Floodgate which is required for Bedrock support
  622. [08:40:22] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.7.5
  623. [08:40:22] [Server thread/INFO]: [Vulcan] Server Version: 1.20 detected!
  624. [08:40:22] [Server thread/INFO]: [Vulcan] BStats enabled!
  625. [08:40:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: Vulcan [2.7.5]
  626. [08:40:22] [Server thread/INFO]: [Vulcan] PlaceholderAPI found. Enabling hook!
  627. [08:40:22] [Server thread/INFO]: [Orebfuscator] Enabling Orebfuscator v5.4.0
  628. [08:40:22] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT
  629. [08:40:22] [Thread-15/INFO]: [Spartan: Java Edition Notification] Done loading 18 rows of data to the Research Engine.
  630. [08:40:22] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
  631. [08:40:22] [Server thread/INFO]: [PlayerKits] Enabling PlayerKits v2.27.1
  632. [08:40:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerkits [2.27.1]
  633. [08:40:22] [Server thread/INFO]: [PlayerKits] Has been enabled! Version: 2.27.1
  634. [08:40:22] [Server thread/INFO]: [PlayerKits] Thanks for using my plugin! ~Ajneb97
  635. [08:40:22] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.6
  636. [08:40:22] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+73-2cb0af0
  637. [08:40:22] [Server thread/ERROR]: You are running an unsupported server version!
  638. [08:40:22] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  639. [08:40:22] [Server thread/INFO]: No kits found to migrate.
  640. [08:40:23] [Server thread/INFO]: Loaded 39095 items from items.json.
  641. [08:40:23] [Server thread/INFO]: Using locale en_US
  642. [08:40:23] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
  643. [08:40:23] [Server thread/WARN]: Loaded class {0} from {1} which is not a depend or softdepend of this plugin.
  644. [08:40:23] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
  645. [08:40:23] [Server thread/WARN]: [ChatEmojis] Loaded class net.ess3.api.events.PrivateMessagePreSendEvent from Essentials v2.21.0-dev+73-2cb0af0 which is not a depend or softdepend of this plugin.
  646. [08:40:23] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  647. [08:40:23] [Server thread/INFO]: Using Vault based permissions (LuckPerms)
  648. [08:40:23] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v3.3.0
  649. [08:40:23] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
  650. [08:40:23] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "en_us"
  651. [08:40:23] [Server thread/INFO]: [LoginSecurity] Registering commands...
  652. [08:40:23] [Server thread/INFO]: [LoginSecurity] Registering listeners...
  653. [08:40:23] [Server thread/INFO]: [LoginSecurity] Using 1.12+ map captcha renderer
  654. [08:40:23] [Server thread/INFO]: [RewardsLite] Enabling RewardsLite v3.1.6
  655. [08:40:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rewardslite [1.0.0]
  656. [08:40:23] [Server thread/INFO]: [RewardsLite] Loaded 1 reward.
  657. [08:40:23] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
  658. [08:40:23] [Server thread/INFO]: HikariPool-1 - Starting...
  659. [08:40:23] [Server thread/INFO]: HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  660. [08:40:23] [Server thread/INFO]: HikariPool-1 - Start completed.
  661. [08:40:23] [Server thread/INFO]:
  662. [08:40:23] [Server thread/INFO]:
  663. [08:40:23] [Server thread/INFO]: []=====[Enabling AdvancedBan]=====[]
  664. [08:40:23] [Server thread/INFO]: | Information:
  665. [08:40:23] [Server thread/INFO]: | Name: AdvancedBan
  666. [08:40:23] [Server thread/INFO]: | Developer: Leoko
  667. [08:40:23] [Server thread/INFO]: | Version: 2.3.0
  668. [08:40:23] [Server thread/INFO]: | Storage: HSQLDB (local)
  669. [08:40:23] [Server thread/INFO]: | Support:
  670. [08:40:23] [Server thread/INFO]: | Github: https://github.com/DevLeoko/AdvancedBan/issues
  671. [08:40:23] [Server thread/INFO]: | Discord: https://discord.gg/ycDG6rS
  672. [08:40:23] [Server thread/INFO]: | Twitter: @LeokoGar
  673. [08:40:23] [Server thread/INFO]: | Update:
  674. [08:40:23] [Server thread/INFO]: | You have the newest version
  675. [08:40:23] [Server thread/INFO]: []================================[]
  676. [08:40:23] [Server thread/INFO]: 
  677. [08:40:23] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0
  678. [08:40:23] [Server thread/INFO]: [SafeTrade] Enabling SafeTrade v1.1.1
  679. [08:40:23] [Server thread/INFO]: [SafeTrade] Using EssentialsX Economy
  680. [08:40:23] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
  681. [08:40:23] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
  682. [08:40:23] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
  683. [08:40:23] [Server thread/INFO]: -------- World Settings For [PVP] --------
  684. [08:40:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  685. [08:40:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  686. [08:40:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  687. [08:40:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  688. [08:40:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  689. [08:40:23] [Server thread/INFO]: Max TNT Explosions: 100
  690. [08:40:23] [Server thread/INFO]: Mob Spawn Range: 6
  691. [08:40:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  692. [08:40:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  693. [08:40:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  694. [08:40:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  695. [08:40:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  696. [08:40:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  697. [08:40:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  698. [08:40:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
  699. [08:40:23] [Server thread/INFO]: Potato Growth Modifier: 100%
  700. [08:40:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  701. [08:40:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  702. [08:40:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  703. [08:40:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  704. [08:40:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  705. [08:40:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  706. [08:40:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
  707. [08:40:23] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  708. [08:40:23] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  709. [08:40:23] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  710. [08:40:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  711. [08:40:23] [Server thread/INFO]: View Distance: 10
  712. [08:40:23] [Server thread/INFO]: Simulation Distance: 10
  713. [08:40:23] [Server thread/INFO]: Item Despawn Rate: 6000
  714. [08:40:23] [Server thread/INFO]: Item Merge Radius: 2.5
  715. [08:40:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  716. [08:40:23] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  717. [08:40:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  718. [08:40:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  719. [08:40:23] [Server thread/INFO]: Preparing start region for dimension minecraft:pvp
  720. [08:40:23] [Server thread/INFO]: Time elapsed: 0 ms
  721. [08:40:23] [Server thread/INFO]: -------- World Settings For [Spawn] --------
  722. [08:40:23] [Server thread/INFO]: Experience Merge Radius: 3.0
  723. [08:40:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  724. [08:40:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
  725. [08:40:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
  726. [08:40:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  727. [08:40:23] [Server thread/INFO]: Max TNT Explosions: 100
  728. [08:40:23] [Server thread/INFO]: Mob Spawn Range: 6
  729. [08:40:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
  730. [08:40:23] [Server thread/INFO]: Cane Growth Modifier: 100%
  731. [08:40:23] [Server thread/INFO]: Melon Growth Modifier: 100%
  732. [08:40:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  733. [08:40:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  734. [08:40:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
  735. [08:40:23] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  736. [08:40:23] [Server thread/INFO]: Carrot Growth Modifier: 100%
  737. [08:40:23] [Server thread/INFO]: Potato Growth Modifier: 100%
  738. [08:40:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
  739. [08:40:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  740. [08:40:23] [Server thread/INFO]: Vine Growth Modifier: 100%
  741. [08:40:23] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  742. [08:40:23] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  743. [08:40:23] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  744. [08:40:23] [Server thread/INFO]: Kelp Growth Modifier: 100%
  745. [08:40:23] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  746. [08:40:23] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  747. [08:40:23] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  748. [08:40:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  749. [08:40:23] [Server thread/INFO]: View Distance: 10
  750. [08:40:23] [Server thread/INFO]: Simulation Distance: 10
  751. [08:40:23] [Server thread/INFO]: Item Despawn Rate: 6000
  752. [08:40:23] [Server thread/INFO]: Item Merge Radius: 2.5
  753. [08:40:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  754. [08:40:23] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  755. [08:40:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  756. [08:40:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  757. [08:40:23] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
  758. [08:40:24] [Server thread/INFO]: Time elapsed: 660 ms
  759. [08:40:24] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  760. [08:40:24] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
  761. [08:40:24] [Server thread/INFO]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  762. [08:40:24] [Server thread/INFO]: [Vouchers] Enabling Vouchers v3.20.0
  763. [08:40:24] [Server thread/INFO]: 
  764. [08:40:24] [Server thread/INFO]: =============================
  765. [08:40:24] [Server thread/INFO]: Vouchers v3.20.0 by Tweetzy
  766. [08:40:24] [Server thread/INFO]: Developer: Kiran Hart
  767. [08:40:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: vouchers [1.0.0]
  768. [08:40:24] [Server thread/INFO]: [FlightCore] Enabling metrics for Vouchers
  769. [08:40:24] [Server thread/INFO]: =============================
  770. [08:40:24] [Server thread/INFO]: 
  771. [08:40:24] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.8.0
  772. [08:40:25] [Server thread/WARN]: [ajLeaderboards] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  773. [08:40:25] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
  774. [08:40:25] [Server thread/INFO]: [ajLeaderboards] Loaded 2 boards
  775. [08:40:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.8.0]
  776. [08:40:25] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
  777. [08:40:25] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.8.0 by ajgeiss0702 enabled!
  778. [08:40:25] [Server thread/INFO]: [TAB] Enabling TAB v4.0.6
  779. [08:40:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.0.6]
  780. [08:40:25] [Server thread/WARN]: [TAB] Loaded class net.kyori.adventure.text.minimessage.MiniMessage from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  781. [08:40:25] [Server thread/INFO]: [TAB] Enabled in 87ms
  782. [08:40:25] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.18
  783. [08:40:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: supervanish [6.2.18]
  784. [08:40:25] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
  785. [08:40:25] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
  786. [08:40:25] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
  787. [08:40:25] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  788. [08:40:25] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  789. [08:40:25] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  790. [08:40:25] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  791. [08:40:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  792. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  793. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  794. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  795. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  796. [08:40:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  797. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  798. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  799. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  800. [08:40:25] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  801. [08:40:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  802. [08:40:25] [Server thread/INFO]: [WorldGuard] (PVP) TNT ignition is PERMITTED.
  803. [08:40:25] [Server thread/INFO]: [WorldGuard] (PVP) Lighters are PERMITTED.
  804. [08:40:25] [Server thread/INFO]: [WorldGuard] (PVP) Lava fire is PERMITTED.
  805. [08:40:25] [Server thread/INFO]: [WorldGuard] (PVP) Fire spread is UNRESTRICTED.
  806. [08:40:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PVP'
  807. [08:40:25] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
  808. [08:40:25] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
  809. [08:40:25] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
  810. [08:40:25] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
  811. [08:40:25] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
  812. [08:40:25] [Server thread/INFO]: [WorldGuard] Loading region data...
  813. [08:40:25] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.9.1
  814. [08:40:25] [Server thread/INFO]: [BetterTeams] Checking if the file messages.yml is up to date
  815. [08:40:25] [Server thread/INFO]: [BetterTeams] File is up to date
  816. [08:40:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterTeams [4.9.1]
  817. [08:40:26] [Server thread/INFO]: Display team name config value: prefix
  818. [08:40:26] [Server thread/INFO]: Loading below name. Type: PREFIX
  819. [08:40:26] [Server thread/INFO]: teamManagement declared: com.booksaw.betterTeams.events.MCTeamManagement@3a0b4674
  820. [08:40:26] [Server thread/INFO]: [KGenerators] Enabling KGenerators v7.3-#161
  821. [08:40:26] [Server thread/WARN]: [KGenerators] !!! WARNING !!! KGenerators will be loaded in post init check, check for more informations futher in this log
  822. [08:40:26] [Server thread/INFO]: [InteractiveChat] Enabling InteractiveChat v4.2.9.0
  823. [08:40:26] [Server thread/INFO]: [InteractiveChat] Opened Sqlite database successfully
  824. [08:40:26] [Server thread/WARN]: [ProtocolLib] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  825. [08:40:26] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into Essentials!
  826. [08:40:26] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into ViaVersion!
  827. [08:40:26] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into LuckPerms!
  828. [08:40:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: interactivechat [4.2.9.0]
  829. [08:40:26] [Server thread/INFO]: [InteractiveChat] InteractiveChat has been Enabled!
  830. [08:40:26] [Server thread/INFO]: [CrisTreeCapitator] Enabling CrisTreeCapitator v6.4.2
  831. [08:40:26] [Server thread/INFO]: [CrisTreeCapitator] WorldGuard found, extra protection enabled.
  832. [08:40:26] [Server thread/INFO]: [CrisTreeCapitator] An update is available, use /tc update to update to the lastest version (from v6.4.2 to v6.4.4)
  833. [08:40:26] [Server thread/INFO]: [CrisTreeCapitator] Logs from JSON: [OAK_LOG, OAK_LOG, OAK_LOG, OAK_LOG]
  834. [08:40:26] [Server thread/INFO]: [CrisTreeCapitator] Leaves from JSON: [OAK_LEAVES, OAK_LEAVES, OAK_LEAVES, OAK_LEAVES]
  835. [08:40:26] [Server thread/INFO]: [CrisTreeCapitator] Enabled
  836. [08:40:26] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.1.0
  837. [08:40:26] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
  838. [08:40:26] [Server thread/INFO]: [ItemEdit] Hooking into Vault
  839. [08:40:26] [Server thread/INFO]: [ItemEdit] Hooking into PlaceholderApi
  840. [08:40:26] [Server thread/INFO]: [ItemEdit] Hooked into PlaceHolderAPI:
  841. [08:40:26] [Server thread/INFO]: [ItemEdit] placeholders:
  842. [08:40:26] [Server thread/INFO]: [ItemEdit]  %itemedit_amount_<{itemid}>_[{slot}]_[{player}]%
  843. [08:40:26] [Server thread/INFO]: [ItemEdit]  shows how many itemid player has on slot
  844. [08:40:26] [Server thread/INFO]: [ItemEdit]  <{itemid}> for item id on serveritem
  845. [08:40:26] [Server thread/INFO]: [ItemEdit]  [{slot}] for the slot where the item should be counted, by default inventory
  846. [08:40:26] [Server thread/INFO]: [ItemEdit]  Values: inventory, equip, inventoryandequip, hand, offhand, head, chest, legs, feet
  847. [08:40:26] [Server thread/INFO]: [ItemEdit]  [{player}] for the player, by default self
  848. [08:40:26] [Server thread/INFO]: [ItemEdit]  example: %itemedit_amount_{my_item_id}_{hand}%
  849. [08:40:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: itemedit [1.0]
  850. [08:40:26] [Server thread/INFO]: [ItemEdit] # Enabled (took 28 ms)
  851. [08:40:26] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3208)
  852. [08:40:26] [Server thread/INFO]: [Citizens] Loading external libraries
  853. [08:40:26] [Server thread/WARN]: [Citizens] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  854. [08:40:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
  855. [08:40:26] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
  856. [08:40:26] [Server thread/WARN]: [SuperVanish] Loaded class net.citizensnpcs.api.ai.speech.event.NPCSpeechEvent from Citizens v2.0.32-SNAPSHOT (build 3208) which is not a depend or softdepend of this plugin.
  857. [08:40:26] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
  858. [08:40:26] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v6.14.1
  859. [08:40:26] [Server thread/INFO]: [VotingPlugin] Loaded LuckPerms hook!
  860. [08:40:26] [Server thread/WARN]: [VotingPlugin] Loaded class com.lenis0012.bukkit.loginsecurity.events.AuthActionEvent from LoginSecurity v3.3.0 which is not a depend or softdepend of this plugin.
  861. [08:40:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: votingplugin [1.6]
  862. [08:40:26] [Server thread/INFO]: [VotingPlugin] Loading PlaceholderAPI expansion
  863. [08:40:27] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
  864. [08:40:27] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 6.14.1
  865. [08:40:27] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from https://best-minecraft-servers.co, may be an invalid service site. Please read: https://github.com/BenCodez/VotingPlugin/wiki/Votifier-Troubleshooting
  866. [08:40:27] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from https://topminecraftservers.org, may be an invalid service site. Please read: https://github.com/BenCodez/VotingPlugin/wiki/Votifier-Troubleshooting
  867. [08:40:27] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from https://servers-minecraft.net, may be an invalid service site. Please read: https://github.com/BenCodez/VotingPlugin/wiki/Votifier-Troubleshooting
  868. [08:40:27] [Server thread/INFO]: [EzChestShop] Enabling EzChestShop v1.6.4.6
  869. [08:40:27] [Server thread/INFO]: [EzChestShop] Enabling EzChestShop - version 1.6.4.6
  870. [08:40:27] [Server thread/INFO]: [EzChestShop] Initializing SQLite database...
  871. [08:40:27] [Server thread/INFO]: [EzChestShop] SQLite database initialized!
  872. [08:40:27] [Server thread/INFO]: [EzChestShop] Current Protocol version initialized.
  873. [08:40:27] [Server thread/INFO]: [EzChestShop] Locale_EN successfully loaded
  874. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.4.5
  875. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file.
  876. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 5 section configs from /sections/
  877. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 5 shop configs from /shops/
  878. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
  879. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault
  880. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 3 shop sections.
  881. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.20.1...
  882. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
  883. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
  884. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Failed to automatically find compatible spawner provider, using default...
  885. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
  886. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
  887. [08:40:27] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 76ms to complete
  888. [08:40:27] [Server thread/INFO]: [StackMob] Enabling StackMob v5.8.7
  889. [08:40:27] [Server thread/WARN]: [StackMob] Loaded class net.kyori.adventure.text.Component from PlayerWarps v6.30.0 which is not a depend or softdepend of this plugin.
  890. [08:40:27] [Server thread/INFO]: [StackMob] StackMob v5.8.7 by antiPerson and contributors.
  891. [08:40:27] [Server thread/INFO]: [StackMob] GitHub: https://github.com/Nathat23/StackMob-5 Discord: https://discord.gg/fz9xzuB
  892. [08:40:27] [Server thread/INFO]: [StackMob] Loading config files...
  893. [08:40:27] [Server thread/INFO]: [StackMob] Registering hooks and trait checks...
  894. [08:40:27] [Server thread/INFO]: [StackMob] Registering events, commands and tasks...
  895. [08:40:27] [Server thread/INFO]: [StackMob] Detected CraftBukkit NMS version V1_20_R1
  896. [08:40:27] [Server thread/WARN]: [StackMob] It has been detected that you are not using Paper (https://papermc.io).
  897. [08:40:27] [Server thread/WARN]: [StackMob] StackMob makes use of Paper's API, which means you're missing out on features.
  898. [08:40:27] [ForkJoinPool.commonPool-worker-1/INFO]: [StackMob] A new version is currently available. (5.8.10)
  899. [08:40:27] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v1.3.0-b10
  900. [08:40:27] [Server thread/INFO]: [AuctionHouse] ========== Akarian Auction House ==========
  901. [08:40:27] [Server thread/INFO]: [AuctionHouse]
  902. [08:40:27] [Server thread/INFO]: [AuctionHouse] Loading Akarian Auction House v1.3.0-b10...
  903. [08:40:28] [Server thread/INFO]: [AuctionHouse] Setting up Economy...
  904. [08:40:28] [Server thread/INFO]: [AuctionHouse] Successfully hooked into EssentialsX Economy.
  905. [08:40:28] [Server thread/INFO]: [AuctionHouse] Loading database...
  906. [08:40:28] [Server thread/INFO]: [AuctionHouse] Successfully connected to FILE database.
  907. [08:40:28] [Server thread/INFO]: [AuctionHouse] Loading listings...
  908. [08:40:28] [Server thread/INFO]: [AuctionHouse] Listings loaded successfully.
  909. [08:40:28] [Server thread/INFO]: [AuctionHouse] Loading users...
  910. [08:40:28] [Server thread/INFO]: [AuctionHouse] Users loaded successfully.
  911. [08:40:28] [Server thread/INFO]: [AuctionHouse] Loading layouts...
  912. [08:40:28] [Server thread/INFO]: [AuctionHouse] =================================================
  913. [08:40:28] [Server thread/INFO]: [BlockRegen] Enabling BlockRegen v3.10.5
  914. [08:40:28] [Server thread/INFO]: INFO: Loaded file Settings.yml
  915. [08:40:28] [Server thread/INFO]: INFO: Loaded file Messages.yml
  916. [08:40:28] [Server thread/INFO]: INFO: Loaded file Blocklist.yml
  917. [08:40:28] [Server thread/INFO]: INFO: Loaded file Regions.yml
  918. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Running on version 1.20
  919. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: WorldEdit found! Enabling regions.
  920. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: WorldGuard found! Supporting it's Region protection.
  921. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Checking dependencies...
  922. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Vault & economy plugin found! Enabling economy functions.
  923. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Found PlaceholderAPI! Using it for placeholders.
  924. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Loaded 6 block preset(s)...
  925. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Added 1 event(s)...
  926. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Loaded file Regions.yml
  927. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Loaded 1 region(s)...
  928. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: You are using version 3.10.5
  929. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Report bugs or suggestions to discord only please. ( /blockregen discord )
  930. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: Always backup if you are not sure about things.
  931. [08:40:28] [Server thread/INFO]: [BlockRegen] INFO: MetricsLite enabled
  932. [08:40:28] [ForkJoinPool.commonPool-worker-1/INFO]: [BlockRegen] INFO: Loaded 0 regeneration process(es)...
  933. [08:40:28] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.12
  934. [08:40:28] [Server thread/INFO]: [BetterRTP] Cooldown = 600
  935. [08:40:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.12]
  936. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling CombatLogX v11.4.0.1.1193
  937. [08:40:28] [Server thread/INFO]: [CombatLogX] Successfully loaded 29 language(s).
  938. [08:40:28] [Server thread/INFO]: [CombatLogX] Detected server as regular SpigotMC/PaperMC (not Folia)
  939. [08:40:28] [Server thread/INFO]: CombatLogX was loaded successfully.
  940. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansions...
  941. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Action Bar v17.3'...
  942. [08:40:28] [Server thread/INFO]: [CombatLogX]
  943. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Boss Bar v17.1'...
  944. [08:40:28] [Server thread/INFO]: [CombatLogX]
  945. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Cheat Prevention v17.6'...
  946. [08:40:28] [Server thread/INFO]: [CombatLogX] [Cheat Prevention] io.papermc.paper.event.player.AsyncChatEvent is not supported on this server version.
  947. [08:40:28] [Server thread/INFO]: [CombatLogX] [Cheat Prevention] io.papermc.paper.event.entity.EntityInsideBlockEvent is not supported on this server version.
  948. [08:40:28] [Server thread/INFO]: [CombatLogX]
  949. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Citizens Compatibility v17.9'...
  950. [08:40:28] [Server thread/INFO]: [CombatLogX] [Citizens Compatibility] Successfully found a dependency: Citizens v2.0.32-SNAPSHOT (build 3208)
  951. [08:40:28] [Server thread/INFO]: [CombatLogX]
  952. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'EssentialsX Compatibility v17.2'...
  953. [08:40:28] [Server thread/INFO]: [CombatLogX] [EssentialsX Compatibility] Successfully found a dependency: Essentials v2.21.0-dev+73-2cb0af0
  954. [08:40:28] [Server thread/INFO]: [CombatLogX] [EssentialsX Compatibility] Detected EssentialsX successfully.
  955. [08:40:28] [Server thread/INFO]: [CombatLogX]
  956. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Factions Compatibility v17.0'...
  957. [08:40:28] [Server thread/WARN]: [CombatLogX] Failed to find any of the following plugins:
  958. [08:40:28] [Server thread/WARN]: [CombatLogX] [Factions, FactionsX, LegacyFactions]
  959. [08:40:28] [Server thread/WARN]: [CombatLogX] Please contact SirBlobman if you believe this is mistake.
  960. [08:40:28] [Server thread/WARN]: [CombatLogX] https://github.com/SirBlobman/BlueSlimeCore/issues/new/choose
  961. [08:40:28] [Server thread/INFO]: [CombatLogX] [Factions Compatibility] Some dependencies for this expansion are missing!
  962. [08:40:28] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Factions Compatibility v17.0'...
  963. [08:40:28] [Server thread/INFO]: [CombatLogX]
  964. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'LuckPerms Compatibility v17.1'...
  965. [08:40:28] [Server thread/INFO]: [CombatLogX] [LuckPerms Compatibility] Successfully found a dependency: LuckPerms v5.4.102
  966. [08:40:28] [Server thread/INFO]: [CombatLogX]
  967. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'PlaceholderAPI Compatibility v17.1'...
  968. [08:40:28] [Server thread/INFO]: [CombatLogX] [PlaceholderAPI Compatibility] Successfully found a dependency: PlaceholderAPI v2.11.5
  969. [08:40:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: combatlogx [17.1]
  970. [08:40:28] [Server thread/INFO]: [CombatLogX]
  971. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'SuperVanish Compatibility v17.1'...
  972. [08:40:28] [Server thread/WARN]: [CombatLogX] [SuperVanish Compatibility] A dependency is not installed on the server: PremiumVanish
  973. [08:40:28] [Server thread/INFO]: [CombatLogX] [SuperVanish Compatibility] Missing PremiumVanish, checking for regular SuperVanish...
  974. [08:40:28] [Server thread/INFO]: [CombatLogX] [SuperVanish Compatibility] Successfully found a dependency: SuperVanish v6.2.18
  975. [08:40:28] [Server thread/INFO]: [CombatLogX]
  976. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'WorldGuard Compatibility v17.2'...
  977. [08:40:28] [Server thread/INFO]: [CombatLogX] [WorldGuard Compatibility] Successfully found a dependency: WorldGuard v7.0.9+5934e49
  978. [08:40:28] [Server thread/INFO]: [CombatLogX]
  979. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Damage Effects v17.0'...
  980. [08:40:28] [Server thread/INFO]: [CombatLogX]
  981. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Damage Tagger v17.1'...
  982. [08:40:28] [Server thread/INFO]: [CombatLogX]
  983. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Death Effects v17.0'...
  984. [08:40:28] [Server thread/INFO]: [CombatLogX]
  985. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'End Crystal Helper v17.1'...
  986. [08:40:28] [Server thread/INFO]: [CombatLogX]
  987. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Force Field v17.4'...
  988. [08:40:28] [Server thread/INFO]: [CombatLogX] [Force Field] Successfully found a dependency: ProtocolLib v5.1.0
  989. [08:40:28] [Server thread/INFO]: [CombatLogX]
  990. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Glowing v17.0'...
  991. [08:40:28] [Server thread/INFO]: [CombatLogX]
  992. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Logger v17.2'...
  993. [08:40:28] [Server thread/INFO]: [CombatLogX]
  994. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Loot Protection v17.1'...
  995. [08:40:28] [Server thread/INFO]: [CombatLogX]
  996. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Mob Tagger v17.1'...
  997. [08:40:28] [Server thread/INFO]: [CombatLogX]
  998. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Newbie Helper v17.2'...
  999. [08:40:28] [Server thread/INFO]: [CombatLogX]
  1000. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Rewards v17.4'...
  1001. [08:40:28] [Server thread/INFO]: [CombatLogX] [Rewards] Successfully found a dependency: Vault v1.7.3-b131
  1002. [08:40:28] [Server thread/INFO]: [CombatLogX] [Rewards] Successfully hooked into economy handler 'EssentialsX Economy' from plugin 'Essentials v2.21.0-dev+73-2cb0af0'.
  1003. [08:40:28] [Server thread/INFO]: [CombatLogX]
  1004. [08:40:28] [Server thread/INFO]: [CombatLogX] Enabling expansion 'Scoreboard v17.1'...
  1005. [08:40:28] [Server thread/INFO]: [CombatLogX]
  1006. [08:40:28] [Server thread/INFO]: [CombatLogX] Successfully enabled 21 expansions.
  1007. [08:40:28] [Server thread/INFO]: CombatLogX was enabled successfully.
  1008. [08:40:28] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.2
  1009. [08:40:28] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
  1010. [08:40:28] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
  1011. [08:40:28] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  1012. [08:40:28] [Server thread/INFO]: --------------------
  1013. [08:40:28] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
  1014. [08:40:28] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
  1015. [08:40:28] [Server thread/INFO]: --------------------
  1016. [08:40:28] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.30.0
  1017. [08:40:28] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
  1018. [08:40:29] [Server thread/INFO]: [PlayerWarps] Found 23 config files to load!
  1019. [08:40:29] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
  1020. [08:40:29] [Server thread/INFO]: [PlayerWarps] Economy plugin found! (EssentialsX Economy)
  1021. [08:40:29] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
  1022. [08:40:29] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
  1023. [08:40:29] [Server thread/INFO]: [PlayerWarps] Found Essentials Expansion integrating support...
  1024. [08:40:29] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
  1025. [08:40:29] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
  1026. [08:40:29] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
  1027. [08:40:29] [Server thread/INFO]: [MoneyFromMobs] Enabling MoneyFromMobs v4.71
  1028. [08:40:29] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.1
  1029. [08:40:29] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  1030. [08:40:29] [Server thread/INFO]: [GriefPrevention] 55 total claims loaded.
  1031. [08:40:30] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  1032. [08:40:30] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  1033. [08:40:30] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  1034. [08:40:30] [Server thread/INFO]: [GriefPrevention] Boot finished.
  1035. [08:40:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  1036. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  1037. [08:40:30] [Server thread/INFO]: Done (17.317s)! For help, type "help"
  1038. [08:40:30] [Server thread/WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.9+5934e49 which is not a depend or softdepend of this plugin.
  1039. [08:40:30] [Server thread/INFO]: Plugin 'WorldGuard' found. Using it now.
  1040. [08:40:30] [Server thread/INFO]: Attempting to use plugin 'WorldGuard'
  1041. [08:40:30] [Server thread/INFO]: Plugin 'GriefPrevention' found. Using it now.
  1042. [08:40:30] [Server thread/INFO]: Attempting to use plugin 'GriefPrevention'
  1043. [08:40:30] [ForkJoinPool.commonPool-worker-1/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.21.0-dev+73-2cb0af0 which is not a depend or softdepend of this plugin.
  1044. [08:40:30] [Craft Scheduler Thread - 9/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  1045. [08:40:30] [Craft Scheduler Thread - 0/INFO]: [Blue Slime Core]
  1046. [08:40:30] [Craft Scheduler Thread - 0/INFO]: [Blue Slime Core] [Update Checker] There are no updates available for plugin 'CombatLogX'.
  1047. [08:40:30] [Craft Scheduler Thread - 0/INFO]: [Blue Slime Core]
  1048. [08:40:30] [Craft Scheduler Thread - 0/INFO]: [Blue Slime Core] [Update Checker] There are no updates available for plugin 'Freeze'.
  1049. [08:40:30] [Craft Scheduler Thread - 12/WARN]: [AntiAdvertiser] Plugin AntiAdvertiser v1.1 generated an exception while executing task 38
  1050. java.lang.NoSuchMethodError: 'org.bukkit.entity.Player[] org.bukkit.Server.getOnlinePlayers()'
  1051. at net.unknownmc.antiadvertiser.Metrics.postPlugin(Metrics.java:335) ~[?:?]
  1052. at net.unknownmc.antiadvertiser.Metrics.access$400(Metrics.java:57) ~[?:?]
  1053. at net.unknownmc.antiadvertiser.Metrics$1.run(Metrics.java:223) ~[?:?]
  1054. at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:82) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
  1055. at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[spigot-1.20.1-R0.1-SNAPSHOT.jar:3871-Spigot-d2eba2c-3f9263b]
  1056. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  1057. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  1058. at java.lang.Thread.run(Thread.java:840) ~[?:?]
  1059. [08:40:30] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
  1060. [08:40:30] [Craft Scheduler Thread - 7/INFO]: [PlayerVaults] We didn't find an update!
  1061. [08:40:30] [Craft Scheduler Thread - 7/INFO]: [DecentHolograms] Loading holograms...
  1062. [08:40:30] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
  1063. [08:40:30] [Server thread/INFO]: [Banknotes] Found economy provider Essentials
  1064. [08:40:30] [Craft Scheduler Thread - 15/INFO]: §6Fetching version information...
  1065. [08:40:30] [Craft Scheduler Thread - 11/INFO]: [zDiscord] §6You are using the latest version of zDiscord!
  1066. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
  1067. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  +==================+
  1068. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  | SkinsRestorer |
  1069. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  |------------------|
  1070. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  | Standalone Mode |
  1071. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  +==================+
  1072. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
  1073. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  Version: 15.0.7
  1074. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  Commit: 301d078
  1075. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer]  This is the latest version!
  1076. [08:40:30] [Craft Scheduler Thread - 3/INFO]: [SkinsRestorer] ----------------------------------------------
  1077. [08:40:30] [Craft Scheduler Thread - 5/WARN]: [Themis] You're running an outdated version of Themis, you should update as soon as possible!
  1078. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: kgenerators [1.0.0]
  1079. [08:40:30] [Craft Scheduler Thread - 7/INFO]: [DecentHolograms] Loaded 24 holograms!
  1080. [08:40:30] [Server thread/INFO]: [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
  1081. [08:40:30] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_20_R1' loaded!
  1082. [08:40:30] [Server thread/INFO]: [NBTAPI] Using the plugin 'KGenerators' to create a bStats instance!
  1083. [08:40:30] [Server thread/INFO]: [KGenerators] Generators file: Loaded 5 generators!
  1084. [08:40:30] [Server thread/INFO]: [KGenerators] Lang: Messages and Guis file loaded with lang: en
  1085. [08:40:30] [Server thread/INFO]: [KGenerators] Recipes file: Recipes are disabled. You can enable them in recipes.yml
  1086. [08:40:30] [Server thread/INFO]: [KGenerators] Upgrades file: Upgrades are disabled. You can enable them in upgrades.yml
  1087. [08:40:30] [Server thread/INFO]: [KGenerators] Limits file: Limits are disabled. You can enable them in limits.yml!
  1088. [08:40:30] [Server thread/INFO]: KGeneratorsSQLitePool - Starting...
  1089. [08:40:30] [Server thread/WARN]: [KGenerators] Loaded class me.leoko.advancedban.shaded.org.hsqldb.jdbc.JDBCDriver from AdvancedBan v2.3.0 which is not a depend or softdepend of this plugin.
  1090. [08:40:30] [Server thread/INFO]: KGeneratorsSQLitePool - Start completed.
  1091. [08:40:30] [Server thread/INFO]: [KGenerators] Database SQLITE: Connected to SQLITE database
  1092. [08:40:30] [Server thread/INFO]: [KGenerators] MainManager: KGenerators loaded successfully
  1093. [08:40:30] [Craft Scheduler Thread - 17/INFO]: [InteractiveChat] Loading languages...
  1094. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pw [1.0.0]
  1095. [08:40:30] [Craft Scheduler Thread - 18/INFO]: [PlayerWarps] Loading player warps...
  1096. [08:40:30] [Craft Scheduler Thread - 10/INFO]: [ItemEdit] New Update at https://spigotmc.org/resources/40993
  1097. [08:40:30] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
  1098. [08:40:30] [Server thread/INFO]: [BlockRegen] INFO: Checking dependencies...
  1099. [08:40:30] [Server thread/INFO]: [BlockRegen] INFO: GriefPrevention found! Supporting it's protection.
  1100. [08:40:30] [Server thread/INFO]: [BlockRegen] INFO: Starting auto-save.. with an interval of 600 seconds.
  1101. [08:40:30] [Server thread/INFO]: [CombatLogX] Enabling expansion 'GriefPrevention Compatibility v17.1'...
  1102. [08:40:30] [Server thread/INFO]: [CombatLogX] [GriefPrevention Compatibility] Successfully found a dependency: GriefPrevention v16.18.1
  1103. [08:40:30] [Server thread/INFO]: [CombatLogX]
  1104. [08:40:30] [Server thread/INFO]: [CombatLogX] Successfully enabled 1 late-load expansions.
  1105. [08:40:30] [Craft Scheduler Thread - 19/INFO]: [Vault] Checking for Updates ...
  1106. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
  1107. [08:40:30] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.102 which is not a depend or softdepend of this plugin.
  1108. [08:40:30] [Craft Scheduler Thread - 19/INFO]: [Vault] No new version available
  1109. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
  1110. [08:40:30] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
  1111. [08:40:30] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
  1112. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: localtime [1.2]
  1113. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
  1114. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.5]
  1115. [08:40:30] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
  1116. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: world [1.2.2]
  1117. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1]
  1118. [08:40:30] [Server thread/WARN]: [PlaceholderAPI] Loaded class me.ryanhamshire.GriefPrevention.GriefPrevention from GriefPrevention v16.18.1 which is not a depend or softdepend of this plugin.
  1119. [08:40:30] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: griefprevention [1.6.0]
  1120. [08:40:30] [Server thread/INFO]: 8 placeholder hook(s) registered! 3 placeholder hook(s) have an update available.
  1121. [08:40:30] [Craft Scheduler Thread - 1/INFO]: [Blue Slime Core]
  1122. [08:40:30] [Craft Scheduler Thread - 1/INFO]: [Blue Slime Core] [Update Checker] There are no updates available for plugin 'BlueSlimeCore'.
  1123. [08:40:31] [Thread-36/INFO]: --------------------
  1124. [08:40:31] [Thread-36/INFO]: [CoreProtect] Version 22.2 is now available.
  1125. [08:40:31] [Thread-36/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
  1126. [08:40:31] [Thread-36/INFO]: --------------------
  1127. [08:40:31] [Craft Scheduler Thread - 6/INFO]: [InteractiveChat] Loaded all 1 languages!
  1128. [08:40:32] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetching all due players...
  1129. [08:40:33] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetched due players (0 found).
  1130. [08:40:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ultimateautorestart [2024.03]
  1131. [08:40:34] [Server thread/INFO]: [UltimateAutoRestart] Hooked into PlaceholderAPI!
  1132. [08:40:34] [Server thread/INFO]: [UltimateAutoRestart] Successfully performed 1 hooks!
  1133. [08:40:35] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
  1134. [08:40:35] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
  1135. [08:40:35] [Craft Scheduler Thread - 18/WARN]: [VotingPlugin] Detected an issue with voting sites, check the server startup log for more details: https://github.com/BenCodez/VotingPlugin/wiki/Votifier-Troubleshooting
  1136. [08:40:40] [Craft Scheduler Thread - 18/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 6.14.1 New Version: 6.15.1
  1137. [08:40:43] [User Authenticator #1/INFO]: UUID of player _NameIess is fa8192a1-2350-31cb-b824-d17529e2c4c5
  1138. [08:40:43] [pool-22-thread-1/INFO]: Not enabled
  1139. [08:40:43] [Server thread/INFO]: ᴏᴡɴᴇʀ » _NameIess joined the game
  1140. [08:40:43] [Server thread/INFO]: _NameIess[/98.169.35.243:54738] logged in with entity id 918 at ([Spawn]7.4547047790754, 71.0, 26.9376436731385)
  1141. [08:40:58] [Server thread/INFO]: _NameIess issued server command: /effect give _NameIess minecraft:strength infinite 255 true
  1142. [08:40:58] [Server thread/INFO]: [ᴏᴡɴᴇʀ » _NameIess: Applied effect Strength to ᴏᴡɴᴇʀ » _NameIess]
  1143. [08:40:58] [Server thread/INFO]: _NameIess lost connection: Disconnected
  1144. [08:40:58] [Server thread/INFO]: _NameIess left the game
  1145. [08:41:30] [Craft Scheduler Thread - 7/INFO]: [BuycraftX] Sending 2 analytic events
  1146. [08:42:19] [Server thread/INFO]: Stopping the server
  1147. [08:42:19] [Server thread/INFO]: Stopping server
  1148. [08:42:19] [Server thread/INFO]: [GriefPrevention] Disabling GriefPrevention v16.18.1
  1149. [08:42:19] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion griefprevention
  1150. [08:42:19] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin GriefPrevention was disabled.
  1151. [08:42:19] [Server thread/INFO]: [GriefPrevention] GriefPrevention disabled.
  1152. [08:42:19] [Server thread/INFO]: [MoneyFromMobs] Disabling MoneyFromMobs v4.71
  1153. [08:42:19] [Server thread/INFO]: [PlayerWarps] Disabling PlayerWarps v6.30.0
  1154. [08:42:19] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v21.2
  1155. [08:42:19] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
  1156. [08:42:20] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v21.2
  1157. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling CombatLogX v11.4.0.1.1193
  1158. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansions...
  1159. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Action Bar v17.3'...
  1160. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1161. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Boss Bar v17.1'...
  1162. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1163. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Cheat Prevention v17.6'...
  1164. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1165. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Citizens Compatibility v17.9'...
  1166. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1167. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'EssentialsX Compatibility v17.2'...
  1168. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1169. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'GriefPrevention Compatibility v17.1'...
  1170. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1171. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'LuckPerms Compatibility v17.1'...
  1172. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1173. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'PlaceholderAPI Compatibility v17.1'...
  1174. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1175. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'SuperVanish Compatibility v17.1'...
  1176. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1177. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'WorldGuard Compatibility v17.2'...
  1178. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1179. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Damage Effects v17.0'...
  1180. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1181. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Damage Tagger v17.1'...
  1182. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1183. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Death Effects v17.0'...
  1184. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1185. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'End Crystal Helper v17.1'...
  1186. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1187. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Force Field v17.4'...
  1188. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1189. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Glowing v17.0'...
  1190. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1191. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Logger v17.2'...
  1192. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1193. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Loot Protection v17.1'...
  1194. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1195. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Mob Tagger v17.1'...
  1196. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1197. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Newbie Helper v17.2'...
  1198. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1199. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Rewards v17.4'...
  1200. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1201. [08:42:20] [Server thread/INFO]: [CombatLogX] Disabling expansion 'Scoreboard v17.1'...
  1202. [08:42:20] [Server thread/INFO]: [CombatLogX]
  1203. [08:42:20] [Server thread/INFO]: [CombatLogX] Successfully disabled all expansions.
  1204. [08:42:20] [Server thread/INFO]: CombatLogX was disabled successfully.
  1205. [08:42:20] [Server thread/INFO]: [BlockRegen] Disabling BlockRegen v3.10.5
  1206. [08:42:20] [Server thread/INFO]: [AuctionHouse] Disabling AuctionHouse v1.3.0-b10
  1207. [08:42:20] [Server thread/INFO]: [AuctionHouse] Saved 1 layouts.
  1208. [08:42:20] [Server thread/INFO]: [AuctionHouse] Zipped log 2024-03-25-005.
  1209. [08:42:20] [Server thread/INFO]: [StackMob] Disabling StackMob v5.8.7
  1210. [08:42:20] [Server thread/INFO]: [EconomyShopGUI] Disabling EconomyShopGUI v6.4.5
  1211. [08:42:20] [Server thread/INFO]: [EzChestShop] Disabling EzChestShop v1.6.4.6
  1212. [08:42:20] [Server thread/INFO]: [EzChestShop] Saving remained sql cache...
  1213. [08:42:20] [Server thread/INFO]: [EzChestShop] Completed. 
  1214. [08:42:20] [Server thread/INFO]: [EzChestShop] Plugin is now disabled. 
  1215. [08:42:20] [Server thread/INFO]: [VotingPlugin] Disabling VotingPlugin v6.14.1
  1216. [08:42:20] [Server thread/INFO]: [VotingPlugin] Allowing background tasks to finish, this could take up to 20 seconds
  1217. [08:42:26] [spark-asyncsampler-worker-thread/WARN]: [spark] Timed out waiting for world statistics
  1218. [08:42:26] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.32-SNAPSHOT (build 3208)
  1219. [08:42:26] [Server thread/INFO]: [ItemEdit] Disabling ItemEdit v3.1.0
  1220. [08:42:26] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion itemedit
  1221. [08:42:26] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin ItemEdit was disabled.
  1222. [08:42:26] [Server thread/INFO]: [CrisTreeCapitator] Disabling CrisTreeCapitator v6.4.2
  1223. [08:42:26] [Server thread/INFO]: [CrisTreeCapitator] Disabled
  1224. [08:42:26] [Server thread/INFO]: [InteractiveChat] Disabling InteractiveChat v4.2.9.0
  1225. [08:42:26] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion interactivechat
  1226. [08:42:26] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin InteractiveChat was disabled.
  1227. [08:42:26] [Server thread/INFO]: [InteractiveChat] InteractiveChat has been Disabled!
  1228. [08:42:26] [Server thread/INFO]: [KGenerators] Disabling KGenerators v7.3-#161
  1229. [08:42:27] [Server thread/INFO]: [KGenerators] Disabling KGenerators
  1230. [08:42:27] [Server thread/INFO]: [KGenerators] Safely closing menus.
  1231. [08:42:27] [Server thread/INFO]: [KGenerators] Saving 0 running generators.
  1232. [08:42:27] [Server thread/INFO]: [KGenerators] Safely shutting down database.
  1233. [08:42:27] [Server thread/INFO]: KGeneratorsSQLitePool - Shutdown initiated...
  1234. [08:42:27] [Server thread/INFO]: KGeneratorsSQLitePool - Shutdown completed.
  1235. [08:42:27] [Server thread/INFO]: [KGenerators] Database SQLITE: Connection closed
  1236. [08:42:27] [Server thread/INFO]: [BetterTeams] Disabling BetterTeams v4.9.1
  1237. [08:42:27] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.9+5934e49
  1238. [08:42:27] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
  1239. [08:42:27] [Server thread/INFO]: [SuperVanish] Disabling SuperVanish v6.2.18
  1240. [08:42:27] [Server thread/INFO]: [TAB] Disabling TAB v4.0.6
  1241. [08:42:27] [Server thread/INFO]: [TAB] Disabled in 0ms
  1242. [08:42:27] [Server thread/INFO]: [ajLeaderboards] Disabling ajLeaderboards v2.8.0
  1243. [08:42:27] [pool-88-thread-1/INFO]: [ajLeaderboards] Shutting down cache method..
  1244. [08:42:27] [pool-88-thread-1/INFO]: [ajLeaderboards] Cache method shut down
  1245. [08:42:27] [Server thread/INFO]: [ajLeaderboards] Killing remaining workers
  1246. [08:42:27] [Server thread/INFO]: [ajLeaderboards] Remaining workers killed
  1247. [08:42:27] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.8.0 disabled.
  1248. [08:42:27] [Server thread/INFO]: [Vouchers] Disabling Vouchers v3.20.0
  1249. [08:42:27] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v2.7.1
  1250. [08:42:27] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
  1251. [08:42:27] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.12
  1252. [08:42:27] [Server thread/INFO]: [SafeTrade] Disabling SafeTrade v1.1.1
  1253. [08:42:27] [Server thread/INFO]: [Banknotes] Disabling Banknotes v1.8.0
  1254. [08:42:27] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v2.3.0
  1255. [08:42:27] [Server thread/INFO]: Database closed
  1256. [08:42:27] [Server thread/INFO]: HikariPool-1 - Shutdown initiated...
  1257. [08:42:27] [Server thread/INFO]: HikariPool-1 - Shutdown completed.
  1258. [08:42:27] [Server thread/INFO]:
  1259. [08:42:27] [Server thread/INFO]:
  1260. [08:42:27] [Server thread/INFO]: []=====[Disabling AdvancedBan]=====[]
  1261. [08:42:27] [Server thread/INFO]: | Information:
  1262. [08:42:27] [Server thread/INFO]: | Name: AdvancedBan
  1263. [08:42:27] [Server thread/INFO]: | Developer: Leoko
  1264. [08:42:27] [Server thread/INFO]: | Version: 2.3.0
  1265. [08:42:27] [Server thread/INFO]: | Storage: HSQLDB (local)
  1266. [08:42:27] [Server thread/INFO]: | Support:
  1267. [08:42:27] [Server thread/INFO]: | Github: https://github.com/DevLeoko/AdvancedBan/issues
  1268. [08:42:27] [Server thread/INFO]: | Discord: https://discord.gg/ycDG6rS
  1269. [08:42:27] [Server thread/INFO]: | Twitter: @LeokoGar
  1270. [08:42:27] [Server thread/INFO]: []================================[]
  1271. [08:42:27] [Server thread/INFO]: 
  1272. [08:42:27] [Server thread/INFO]: [RewardsLite] Disabling RewardsLite v3.1.6
  1273. [08:42:27] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion rewardslite
  1274. [08:42:27] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin RewardsLite was disabled.
  1275. [08:42:27] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v3.3.0
  1276. [08:42:27] [Server thread/INFO]: [LoginSecurity] Waiting for queued tasks...
  1277. [08:42:27] [Server thread/INFO]: [LoginSecurity] ExecutorService shut down, ready to disable.
  1278. [08:42:27] [Server thread/INFO]: Disabling Essentials v2.21.0-dev+73-2cb0af0
  1279. [08:42:27] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
  1280. [08:42:27] [Server thread/INFO]: [DecentHolograms] Disabling DecentHolograms v2.8.6
  1281. [08:42:27] [Server thread/INFO]: [PlayerKits] Disabling PlayerKits v2.27.1
  1282. [08:42:27] [Server thread/INFO]: [PlayerKits] Has been disabled! Version: 2.27.1
  1283. [08:42:27] [Server thread/INFO]: [LPC] Disabling LPC v3.6.0
  1284. [08:42:27] [Server thread/INFO]: [NexEngine] Disabling NexEngine v2.2.12
  1285. [08:42:27] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v3.6.0-bSNAPSHOT
  1286. [08:42:27] [Server thread/INFO]: [Orebfuscator] Disabling Orebfuscator v5.4.0
  1287. [08:42:27] [Server thread/INFO]: [Vulcan] Disabling Vulcan v2.7.5
  1288. [08:42:27] [Server thread/INFO]: [Themis] Disabling Themis v0.15.1
  1289. [08:42:27] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v15.0.7
  1290. [08:42:27] [Server thread/INFO]: [Spartan] Disabling Spartan vPhase 515
  1291. [08:42:27] [Server thread/INFO]: [LuckTab] Disabling LuckTab v1.2.1
  1292. [08:42:27] [Server thread/INFO]: [EpicRename] Disabling EpicRename v3.11.1
  1293. [08:42:27] [Server thread/INFO]: [ꜱᴏʟᴏꜱᴍᴘ] Plugin Disabled.
  1294. [08:42:27] [Server thread/INFO]: [ChatColor2] Disabling ChatColor2 v1.13.1
  1295. [08:42:27] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.13.1 has been disabled.
  1296. [08:42:27] [Server thread/INFO]: [Join Commands] Disabling JoinCommands v3.1.0.116
  1297. [08:42:27] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v3.0.7-SNAPSHOT
  1298. [08:42:27] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
  1299. [08:42:27] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion vault
  1300. [08:42:27] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin Vault was disabled.
  1301. [08:42:27] [Server thread/INFO]: [zDiscord] Disabling zDiscord v1.4.0-SNAPSHOT
  1302. [08:42:27] [Server thread/INFO]: [AdvancedGift] Disabling AdvancedGift v1.11.2
  1303. [08:42:27] [Server thread/INFO]: [AdvancedGift] Saving playerinfo.json
  1304. [08:42:27] [Server thread/INFO]: [TCPShield] Disabling TCPShield v2.7.0
  1305. [08:42:27] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.1.0
  1306. [08:42:27] [Server thread/INFO]: [Freeze] Disabling Freeze v2.5.0.165
  1307. [08:42:27] [Server thread/INFO]: [LaggRemover] Disabling LaggRemover v2.0.6
  1308. [08:42:27] [Server thread/INFO]: [LaggRemover] LaggRemover has been disabled!
  1309. [08:42:27] [Server thread/INFO]: [Votifier] Disabling Votifier v2.7.3
  1310. [08:42:29] [Server thread/INFO]: [Votifier] Votifier disabled.
  1311. [08:42:29] [Server thread/INFO]: [ServersNPC] Disabling ServersNPC v4.3
  1312. [08:42:29] [Votifier epoll worker/ERROR]: Failed to submit a listener notification task. Event loop shut down?
  1313. java.lang.IllegalStateException: zip file closed
  1314. at java.util.zip.ZipFile.ensureOpen(ZipFile.java:840) ~[?:?]
  1315. at java.util.zip.ZipFile.getEntry(ZipFile.java:339) ~[?:?]
  1316. at java.util.jar.JarFile.getEntry(JarFile.java:517) ~[?:?]
  1317. at java.util.jar.JarFile.getJarEntry(JarFile.java:472) ~[?:?]
  1318. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:159) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  1319. at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
  1320. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:104) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  1321. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  1322. at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
  1323. at com.vexsoftware.votifier.io.netty.util.concurrent.GlobalEventExecutor.startThread(GlobalEventExecutor.java:220) ~[?:?]
  1324. at com.vexsoftware.votifier.io.netty.util.concurrent.GlobalEventExecutor.execute(GlobalEventExecutor.java:208) ~[?:?]
  1325. at com.vexsoftware.votifier.io.netty.util.concurrent.DefaultPromise.safeExecute(DefaultPromise.java:841) ~[?:?]
  1326. at com.vexsoftware.votifier.io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:498) ~[?:?]
  1327. at com.vexsoftware.votifier.io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:615) ~[?:?]
  1328. at com.vexsoftware.votifier.io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:604) ~[?:?]
  1329. at com.vexsoftware.votifier.io.netty.util.concurrent.DefaultPromise.setSuccess(DefaultPromise.java:96) ~[?:?]
  1330. at com.vexsoftware.votifier.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:1051) ~[?:?]
  1331. at com.vexsoftware.votifier.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[?:?]
  1332. at com.vexsoftware.votifier.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[?:?]
  1333. at java.lang.Thread.run(Thread.java:840) ~[?:?]
  1334. [08:42:29] [Server thread/INFO]: [BuycraftX] Disabling BuycraftX v12.0.8
  1335. [08:42:29] [Server thread/INFO]: [SetSpawn] Disabling SetSpawn v4.8
  1336. [08:42:29] [Server thread/INFO]: [SetSpawn] Disabled!
  1337. [08:42:29] [Server thread/INFO]: [spark] Disabling spark v1.10.34
  1338. [08:42:29] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.2.2
  1339. [08:42:29] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
  1340. [08:42:29] [Server thread/INFO]: [AntiAdvertiser] Disabling AntiAdvertiser v1.1
  1341. [08:42:29] [Server thread/INFO]: [SpigotBoard] Disabling SpigotBoard v3.0.4
  1342. [08:42:29] [Server thread/INFO]: [OpenInv] Disabling OpenInv v4.4.0
  1343. [08:42:29] [Server thread/INFO]: [Click2Enchant] Disabling Click2Enchant v1.6
  1344. [08:42:29] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.102
  1345. [08:42:29] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion luckperms
  1346. [08:42:29] [Server thread/INFO]: [PlaceholderAPI] Reason: required plugin LuckPerms was disabled.
  1347. [08:42:29] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
  1348. [08:42:29] [Server thread/INFO]: [LuckPerms] Closing storage...
  1349. [08:42:29] [Server thread/INFO]: [LuckPerms] Goodbye!
  1350. [08:42:29] [Server thread/INFO]: [SetHome] Disabling SetHome v6.2.3
  1351. [08:42:29] [Server thread/INFO]: [PlayerHeads] Disabling PlayerHeads v1.0.1
  1352. [08:42:29] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.9.2
  1353. [08:42:29] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.9.3
  1354. [08:42:29] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
  1355. [08:42:29] [Server thread/INFO]: [Geyser] Disabling Geyser v1.0.1
  1356. [08:42:29] [Server thread/INFO]: [Geyser] Geyser has been disabled!
  1357. [08:42:29] [Server thread/INFO]: [AntiChatManager] Disabling AntiChatManager v1.1.4
  1358. [08:42:29] [Server thread/INFO]: [AFK-Kick] Disabling AFK-Kick v1.1
  1359. [08:42:29] [Server thread/INFO]: [DeathMessages] Disabling DeathMessages v3.5
  1360. [08:42:29] [Server thread/INFO]: [PL-Hide] Disabling PL-Hide v1.5.21
  1361. [08:42:29] [Server thread/INFO]: [Blue Slime Core] Disabling BlueSlimeCore v2.9.4.402
  1362. [08:42:29] [Server thread/INFO]: [DeluxeTags] Disabling DeluxeTags v1.8.2-Release
  1363. [08:42:29] [Server thread/INFO]: [ChatEmojis] Disabling ChatEmojis v2.3.4
  1364. [08:42:29] [Server thread/INFO]: [UltimateAutoRestart] Disabling UltimateAutoRestart v2024.03
  1365. [08:42:29] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.5
  1366. [08:42:29] [Server thread/INFO]: [KauriVPN] Disabling KauriVPN v1.9.2
  1367. [08:42:29] [Server thread/INFO]: Stopping plugin services...
  1368. [08:42:30] [Server thread/INFO]: Unregistering commands...
  1369. [08:42:30] [Server thread/INFO]: Unregistering listeners...
  1370. [08:42:30] [Server thread/INFO]: Cancelling any running tasks...
  1371. [08:42:30] [Server thread/INFO]: [ServerIcon] Disabling ServerIcon v1.0.1
  1372. [08:42:30] [Server thread/INFO]: [ServerIcon] Disabled, (Version: 1.0.1)
  1373. [08:42:30] [Server thread/INFO]: [CSL] Disabling ChunkSpawnerLimiter v4.3.2
  1374. [08:42:30] [Server thread/INFO]: [Safari] Disabling Safari v3.1
  1375. [08:42:30] [Server thread/INFO]: [Safari] Disabling: Safari v3.1
  1376. [08:42:30] [Server thread/INFO]: Saving players
  1377. [08:42:30] [Server thread/INFO]: Saving worlds
  1378. [08:42:32] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  1379. [08:42:57] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
  1380. [08:42:58] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
  1381. [08:42:58] [Server thread/INFO]: Saving chunks for level 'ServerLevel[PVP]'/minecraft:pvp
  1382. [08:42:58] [Server thread/INFO]: Saving chunks for level 'ServerLevel[Spawn]'/minecraft:spawn
  1383. [08:42:58] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
  1384. [08:42:58] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  1385. [08:42:58] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  1386. [08:42:58] [Server thread/INFO]: ThreadedAnvilChunkStorage (PVP): All chunks are saved
  1387. [08:42:58] [Server thread/INFO]: ThreadedAnvilChunkStorage (Spawn): All chunks are saved
  1388. [08:42:58] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
  1389.  
Add Comment
Please, Sign In to add comment