Guest User

Plugin disabling after second restart - Start log

a guest
Sep 14th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.77 KB | None | 0 0
  1. [18:29:59] [main/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. [18:29:59] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [18:29:59] [Worker-Main-2/INFO]: Loaded 7 recipes
  4. [18:30:00] [Server thread/INFO]: Starting minecraft server version 1.16.5
  5. [18:30:00] [Server thread/INFO]: Loading properties
  6. [18:30:00] [Server thread/INFO]: This server is running Paper version git-Paper-788 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
  7. [18:30:00] [Server thread/INFO]: Debug logging is disabled
  8. [18:30:00] [Server thread/INFO]: Server Ping Player Sample Count: 12
  9. [18:30:00] [Server thread/INFO]: Using 4 threads for Netty based IO
  10. [18:30:00] [Server thread/INFO]: Default game type: SURVIVAL
  11. [18:30:00] [Server thread/INFO]: Generating keypair
  12. [18:30:01] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25100
  13. [18:30:01] [Server thread/INFO]: Using epoll channel type
  14. [18:30:01] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  15. [18:30:03] [Server thread/WARN]: Legacy plugin PlayTime v3.1 does not specify an api-version.
  16. [18:30:03] [Server thread/WARN]: Legacy plugin DeluxeTags v1.8.1 does not specify an api-version.
  17. [18:30:04] [Server thread/WARN]: Legacy plugin NightVisionReloaded v1.7 does not specify an api-version.
  18. [18:30:04] [Server thread/WARN]: Legacy plugin dynmap v3.2-beta-1-470 does not specify an api-version.
  19. [18:30:04] [Server thread/ERROR]: Could not load 'plugins/NexEngine.jar' in folder 'plugins'
  20. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: su/nexmedia/engine/NexEngine has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0
  21. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.16.5.jar:git-Paper-788]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-788]
  23. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-788]
  24. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-788]
  25. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-788]
  26. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-788]
  27. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-788]
  28. at java.lang.Thread.run(Thread.java:829) [?:?]
  29. Caused by: java.lang.UnsupportedClassVersionError: su/nexmedia/engine/NexEngine has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0
  30. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  31. at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
  32. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) ~[?:?]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:201) ~[patched_1.16.5.jar:git-Paper-788]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
  35. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[patched_1.16.5.jar:git-Paper-788]
  36. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-788]
  37. at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
  38. at java.lang.Class.forName0(Native Method) ~[?:?]
  39. at java.lang.Class.forName(Class.java:398) ~[?:?]
  40. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.16.5.jar:git-Paper-788]
  41. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-788]
  42. ... 7 more
  43. [18:30:04] [Server thread/ERROR]: Could not load 'plugins/GoldenCrates.jar' in folder 'plugins'
  44. org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [NexEngine]. Please download and install these plugins to run 'GoldenCrates'.
  45. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:291) ~[patched_1.16.5.jar:git-Paper-788]
  46. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-788]
  47. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-788]
  48. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-788]
  49. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-788]
  50. at java.lang.Thread.run(Thread.java:829) [?:?]
  51. [18:30:04] [Server thread/INFO]: [PremiumVanish] Loading 1 libraries... please wait
  52. [18:30:04] [Server thread/INFO]: [PremiumVanish] Loaded library /home/container/libraries/mysql/mysql-connector-java/8.0.20/mysql-connector-java-8.0.20.jar
  53. [18:30:04] [Server thread/INFO]: [PremiumVanish] Loaded library /home/container/libraries/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar
  54. [18:30:04] [Server thread/INFO]: [BlockLocker] Loading BlockLocker v1.10
  55. [18:30:04] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.10
  56. [18:30:04] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.2.0
  57. [18:30:04] [Server thread/INFO]: [PlayTime] Loading PlayTime v3.1
  58. [18:30:04] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.8.0
  59. [18:30:04] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags v1.8.1
  60. [18:30:04] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.0.1
  61. [18:30:04] [Server thread/INFO]: [ViaVersion] ViaVersion 4.0.1 is now loaded, injecting!
  62. [18:30:04] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
  63. [18:30:04] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
  64. [18:30:04] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
  65. [18:30:04] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
  66. [18:30:04] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
  67. [18:30:04] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
  68. [18:30:04] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
  69. [18:30:04] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.3.5.0
  70. [18:30:04] [Server thread/INFO]: Hooked into PlaceholderAPI 2.10.10
  71. [18:30:04] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.0.1
  72. [18:30:04] [Server thread/INFO]: [ViaBackwards] Loading translations...
  73. [18:30:04] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
  74. [18:30:04] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
  75. [18:30:05] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  76. [18:30:05] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
  77. [18:30:05] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.3.48
  78. [18:30:05] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
  79. [18:30:05] [Via-Mappingloader-3/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
  80. [18:30:05] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
  81. [18:30:05] [Via-Mappingloader-2/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
  82. [18:30:05] [Via-Mappingloader-3/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
  83. [18:30:05] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
  84. [18:30:05] [Server thread/INFO]: [AnimatedScoreboard] Loading AnimatedScoreboard v0.2.4
  85. [18:30:05] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.5
  86. [18:30:05] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
  87. [18:30:05] [Server thread/INFO]: [spark] Loading spark v1.5.2
  88. [18:30:05] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.7
  89. [18:30:05] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.2
  90. [18:30:05] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0
  91. [18:30:06] [Server thread/INFO]: [InventoryRollback] Loading InventoryRollback v1.4.0
  92. [18:30:06] [Server thread/INFO]: [TCPShield] Loading TCPShield v2.5
  93. [18:30:06] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v4.1.2
  94. [18:30:06] [Server thread/INFO]: [NightVisionReloaded] Loading NightVisionReloaded v1.7
  95. [18:30:06] [Server thread/INFO]: [ShowItem] Loading ShowItem v1.6.13 (build 430)
  96. [18:30:06] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
  97. [18:30:06] [Server thread/INFO]: [TokenManager] Loading TokenManager v3.2.5
  98. [18:30:06] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.0
  99. [18:30:06] [Server thread/INFO]: [AlonsoLevels] Loading AlonsoLevels v2.2-BETA-PRO
  100. [18:30:06] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.9
  101. [18:30:06] [Server thread/INFO]: [VoteParty] Loading VoteParty v2.26
  102. [18:30:06] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.1.16
  103. [18:30:06] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.1
  104. [18:30:06] [Server thread/INFO]: [dynmap] Loading dynmap v3.2-beta-1-470
  105. [18:30:06] [Server thread/INFO]: [dynmap] version=git-Paper-788 (MC: 1.16.5)
  106. [18:30:06] [Server thread/INFO]: [dynmap] Mod Support API available
  107. [18:30:06] [Server thread/INFO]: [GUIPlus] Loading GUIPlus v2.73
  108. [18:30:06] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
  109. [18:30:06] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
  110. [18:30:06] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
  111. [18:30:06] [Server thread/INFO]: [HeadDatabase] Loading HeadDatabase v4.14.1
  112. [18:30:06] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812
  113. [18:30:06] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat v1.16.2
  114. [18:30:06] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.16-734;78acb85
  115. [18:30:07] [Server thread/INFO]: Using FAWE for relighting
  116. [18:30:07] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@11e4b8ba]
  117. [18:30:07] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v2.0.4
  118. [18:30:07] [Server thread/INFO]: [PlayerAuctions] Loading PlayerAuctions v1.8.1
  119. [18:30:07] [Server thread/INFO]: [DeluxeChatHex] Loading DeluxeChatHex v1.0.1-SNAPSHOT
  120. [18:30:07] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.18.2.0
  121. [18:30:07] [Server thread/INFO]: [TAB] Loading TAB v2.8.10
  122. [18:30:07] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10.1-RELEASE
  123. [18:30:07] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.9
  124. [18:30:07] [Server thread/INFO]: [BeastWithdraw] Loading BeastWithdraw v2.9.5
  125. [18:30:07] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0
  126. [18:30:07] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.62.2
  127. [18:30:07] [Server thread/INFO]: [Harbor] Loading Harbor v1.6.3
  128. [18:30:07] [Server thread/INFO]: [Lands] Loading Lands v5.13.0
  129. [18:30:07] [Server thread/INFO]: [Lands] Added flag 'lands-claim' to the plugin WorldGuard.
  130. [18:30:07] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.3;5407315
  131. [18:30:07] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v5.0.0-SNAPSHOT-5145f853
  132. [18:30:07] [Server thread/INFO]: [Duels] Loading Duels v3.4.1
  133. [18:30:07] [Server thread/INFO]: [Shop] Loading Shop v1.8.2.7
  134. [18:30:07] [Server thread/INFO]: [GSit] Loading GSit v[6.0.1.0]
  135. [18:30:07] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.1.0-5
  136. [18:30:07] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.16.3.2
  137. [18:30:07] [Server thread/INFO]: [VeinMiner] Found WorldGuard. Registering custom region flag.
  138. [18:30:07] [Server thread/INFO]: [PlayerWarps] Loading PlayerWarps v6.9.2
  139. [18:30:07] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.28-SNAPSHOT (build 2328)
  140. [18:30:07] [Server thread/INFO]: [Denizen] Loading Denizen v1.2.1-SNAPSHOT (build 1746-REL)
  141. [18:30:07] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.7.0
  142. [18:30:07] [Server thread/INFO]: [DynamicGui] Loading DynamicGui v4.1.0-b17
  143. [18:30:07] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v20.0
  144. [18:30:07] [Server thread/INFO]: [UltimateTimber] Loading UltimateTimber v2.2.5
  145. [18:30:07] [Server thread/INFO]: [CMILib] Loading CMILib v1.0.3.8
  146. [18:30:07] [Server thread/INFO]: [Jobs] Loading Jobs v5.0.0.1
  147. [18:30:07] [Server thread/INFO]: [UltimateStacker] Loading UltimateStacker v2.1.7
  148. [18:30:07] [Server thread/INFO]: [EpicSpawners] Loading EpicSpawners v7.1.1
  149. [18:30:07] [Server thread/INFO]: [PlayerParticles] Loading PlayerParticles v7.20
  150. [18:30:07] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  151. [18:30:07] [Server thread/INFO]: [BlockLocker] Enabling BlockLocker v1.10
  152. [18:30:07] [Server thread/WARN]: SLF4J: No SLF4J providers were found.
  153. [18:30:07] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
  154. [18:30:07] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
  155. [18:30:08] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.3.48
  156. [18:30:08] [Server thread/INFO]: __
  157. [18:30:08] [Server thread/INFO]: | |__) LuckPerms v5.3.48
  158. [18:30:08] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  159. [18:30:08] [Server thread/INFO]:
  160. [18:30:08] [Server thread/INFO]: [LuckPerms] Loading configuration...
  161. [18:30:09] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  162. [18:30:09] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  163. [18:30:09] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  164. [18:30:10] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1560ms)
  165. [18:30:10] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0
  166. [18:30:10] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  167. [18:30:10] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  168. [18:30:10] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
  169. [18:30:10] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  170. [18:30:10] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  171. [18:30:10] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  172. [18:30:10] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  173. [18:30:10] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.0
  174. [18:30:11] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.16-734;78acb85
  175. [18:30:11] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  176. [18:30:11] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  177. [18:30:11] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.FAWE_Spigot_v1_16_R3 as the Bukkit adapter
  178. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] ************************************************************
  179. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
  180. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] * MINECRAFT WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
  181. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
  182. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] *
  183. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] * Please update the version of Java you use to run this server
  184. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] * to at least Java 16. Minecraft 1.17 requires a minimum Java version of 16.
  185. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] *
  186. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] * Current Java version: 11.0.12+7
  187. [18:30:12] [Server thread/INFO]: [com.boydti.fawe.serverlib.util.JavaVersionCheck] ************************************************************
  188. [18:30:12] [Server thread/INFO]: Preparing level "Earth"
  189. [18:30:12] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  190. [18:30:12] [Server thread/INFO]: Preparing spawn area: 0%
  191. [18:30:12] [Server thread/INFO]: Time elapsed: 142 ms
  192. [18:30:12] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  193. [18:30:12] [Server thread/INFO]: Time elapsed: 84 ms
  194. [18:30:12] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  195. [18:30:12] [Server thread/INFO]: Time elapsed: 103 ms
  196. [18:30:12] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.10
  197. [18:30:13] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.0.1 which is not a depend, softdepend or loadbefore of this plugin.
  198. [18:30:13] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  199. [18:30:13] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.2.0
  200. [18:30:13] [Server thread/INFO]: [PlayTime] Enabling PlayTime v3.1*
  201. [18:30:13] [Server thread/INFO]: [PlayTime] PlaceholderAPI was found! Registering Placeholders.
  202. [18:30:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playtime
  203. [18:30:13] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.8.0
  204. [18:30:14] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
  205. [18:30:14] [Server thread/INFO]: [ChatReaction] 46 words loaded!
  206. [18:30:14] [Server thread/INFO]: [ChatReaction] Reaction stats are disabled!!
  207. [18:30:14] [Server thread/INFO]: ---------------------------
  208. [18:30:14] [Server thread/INFO]: ChatReaction Updater
  209. [18:30:14] [Server thread/INFO]:
  210. [18:30:14] [Server thread/INFO]: Could not connect to spigotmc.org
  211. [18:30:14] [Server thread/INFO]: to check for updates!
  212. [18:30:14] [Server thread/INFO]:
  213. [18:30:14] [Server thread/INFO]: ---------------------------
  214. [18:30:14] [Server thread/INFO]: ---------------------------
  215. [18:30:14] [Server thread/INFO]: ChatReaction Updater
  216. [18:30:14] [Server thread/INFO]:
  217. [18:30:14] [Server thread/INFO]: You are running 1.8.0
  218. [18:30:14] [Server thread/INFO]: The latest version
  219. [18:30:14] [Server thread/INFO]: of ChatReaction!
  220. [18:30:14] [Server thread/INFO]:
  221. [18:30:14] [Server thread/INFO]: ---------------------------
  222. [18:30:14] [Server thread/WARN]: [ChatReaction] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
  223. [18:30:14] [Server thread/INFO]: [DeluxeTags] Enabling DeluxeTags v1.8.1*
  224. [18:30:14] [Server thread/INFO]: [DeluxeTags] 32 tags loaded
  225. [18:30:14] [Server thread/INFO]: [DeluxeTags] Loading DeluxeTags messages.yml
  226. [18:30:14] [Server thread/INFO]: [DeluxeTags] You are not using DeluxeChat!
  227. [18:30:14] [Server thread/INFO]: [DeluxeTags] DeluxeTags will listen to the AsyncPlayerChatEvent to provide compatibility for some chat plugins.
  228. [18:30:14] [Server thread/INFO]: ----------------------------
  229. [18:30:14] [Server thread/INFO]: DeluxeTags Updater
  230. [18:30:14] [Server thread/INFO]:
  231. [18:30:14] [Server thread/INFO]: You are running 1.8.1
  232. [18:30:14] [Server thread/INFO]: The latest version
  233. [18:30:14] [Server thread/INFO]: of DeluxeTags!
  234. [18:30:14] [Server thread/INFO]:
  235. [18:30:14] [Server thread/INFO]: ----------------------------
  236. [18:30:14] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.0.1
  237. [18:30:14] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.3.5.0
  238. [18:30:14] [Server thread/INFO]: [APIManager] API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
  239. [18:30:14] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
  240. [18:30:14] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_16_R3 (11603)
  241. [18:30:14] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
  242. [18:30:14] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
  243. [18:30:14] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
  244. [18:30:14] [Server thread/INFO]: [Staff+] Version protocol set to 'v1_16_R3'.
  245. [18:30:15] [Server thread/INFO]: [Staff+] Staff+ has been enabled! Initialization took 90ms.
  246. [18:30:15] [Server thread/INFO]: [Staff+] Plugin created by Shortninja continued by Qball.
  247. [18:30:15] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.0.1
  248. [18:30:15] [Server thread/INFO]: [AnimatedScoreboard] Enabling AnimatedScoreboard v0.2.4
  249. [18:30:15] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: animatedscoreboard
  250. [18:30:15] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.5
  251. [18:30:15] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  252. [18:30:16] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  253. [18:30:16] [Server thread/INFO]: [ClearLag] Loading modules...
  254. [18:30:16] [Server thread/WARN]: [ClearLag] Failed to initialize 'mob-range' controller ~ This is possibly caused by an unsupported Bukkit/Spigot server version
  255. [18:30:16] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  256. [18:30:16] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  257. [18:30:16] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  258. [18:30:16] [Thread-19/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
  259. [18:30:16] [Server thread/INFO]: [spark] Enabling spark v1.5.2
  260. [18:30:16] [Thread-19/INFO]: [ClearLag] No updates found!
  261. [18:30:16] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
  262. [18:30:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark
  263. [18:30:16] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
  264. [18:30:16] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.7
  265. [18:30:16] [Server thread/INFO]: [BuycraftX] Validating your server key...
  266. [18:30:17] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  267. [18:30:17] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.2
  268. [18:30:18] [Server thread/INFO]: [Votifier] Loaded token for website: default
  269. [18:30:18] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
  270. [18:30:18] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  271. [18:30:18] [Server thread/INFO]: [InventoryRollback] Enabling InventoryRollback v1.4.0
  272. [18:30:18] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /0:0:0:0:0:0:0:0%0:25002.
  273. [18:30:18] [Server thread/WARN]: ** WARNING... Plugin may not be compatible with this version of Minecraft. **
  274. [18:30:18] [Server thread/WARN]: ** Tested versions: 1.8.8 to 1.16.3 **
  275. [18:30:18] [Server thread/WARN]: ** Please fully test the plugin before using on your server as features may be broken. **
  276. [18:30:18] [Server thread/INFO]: Checking for updates...
  277. [18:30:18] [Server thread/INFO]: You are running the latest version.
  278. [18:30:18] [Server thread/INFO]: [TCPShield] Enabling TCPShield v2.5
  279. [18:30:18] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.1.2
  280. [18:30:19] [Server thread/INFO]: [ImageOnMap] Loaded 73 player map files.
  281. [18:30:19] [Server thread/INFO]: [NightVisionReloaded] Enabling NightVisionReloaded v1.7*
  282. [18:30:19] [Server thread/INFO]: [ShowItem] Enabling ShowItem v1.6.13 (build 430)
  283. [18:30:19] [Server thread/INFO]: [ShowItem] Loading Config...
  284. [18:30:19] [Server thread/INFO]: [ShowItem] Metrics are disabled.
  285. [18:30:19] [Server thread/INFO]: [ShowItem] Loading item blocker...
  286. [18:30:19] [Server thread/INFO]: [ShowItem] Found locale en
  287. [18:30:19] [Server thread/WARN]: [ShowItem] NONE is not a valid ClickType!
  288. [18:30:19] [Server thread/INFO]: [ShowItem] Loading TranslationMapping...
  289. [18:30:19] [Server thread/INFO]: [ShowItem] Found API-Version 1.13, using new Material IDs...
  290. [18:30:19] [Server thread/INFO]: [ShowItem] TranslationMapping loaded.
  291. [18:30:19] [Server thread/INFO]: [ShowItem] Loading Text Icon Resourcepack mapping...
  292. [18:30:19] [Server thread/INFO]: [ShowItem] Found API-Version 1.13, using new Material IDs...
  293. [18:30:19] [Server thread/INFO]: [ShowItem] Text Icon Resourcepack mapping loaded.
  294. [18:30:19] [Server thread/INFO]: [ShowItem] Using LibChatManager
  295. [18:30:19] [Server thread/INFO]: [ShowItem] Native adventure support detected.
  296. [18:30:19] [Server thread/INFO]: [ShowItem] Listening on chat packets with the HIGHEST priority!
  297. [18:30:19] [Server thread/INFO]: [TokenManager] Enabling TokenManager v3.2.5
  298. [18:30:20] [Server thread/INFO]: [TokenManager] Loaded Config.
  299. [18:30:20] [Server thread/INFO]: [TokenManager] Loaded Lang.
  300. [18:30:20] [Server thread/INFO]: [TokenManager] ===============================================
  301. [18:30:20] [Server thread/INFO]: [TokenManager] TokenManager has detected your server as online mode.
  302. [18:30:20] [Server thread/INFO]: [TokenManager] DataManager will operate with UUIDs.
  303. [18:30:20] [Server thread/INFO]: [TokenManager] If your server is NOT in online mode, please manually set online-mode in TokenManager's config.yml.
  304. [18:30:20] [Server thread/INFO]: [TokenManager] ===============================================
  305. [18:30:20] [Server thread/INFO]: [TokenManager] Loaded DataManager.
  306. [18:30:20] [Server thread/INFO]: [TokenManager] Loaded ShopConfig.
  307. [18:30:20] [Server thread/INFO]: [TokenManager] Loaded ShopManager.
  308. [18:30:20] [Server thread/INFO]: [TokenManager] Loaded WorthConfig.
  309. [18:30:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tm
  310. [18:30:20] [Server thread/INFO]: [TokenManager] Successfully hooked into 'PlaceholderAPI'!
  311. [18:30:20] [Server thread/INFO]: [TokenManager] Successfully hooked into 'Vault'!
  312. [18:30:20] [Server thread/INFO]: [TokenManager] Loaded HookManager.
  313. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Enabling AlonsoLevels v2.2-BETA-PRO
  314. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Max health Attribute check found. Using it..
  315. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Inventory title with support for more than 32 characters. Skipping..
  316. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Hex colors are available! Ready for RGB..
  317. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Old constructor for HoverEvent found! Using it..
  318. [18:30:20] [Server thread/INFO]: [AlonsoLevels] New sendTitle method found! Using it..
  319. [18:30:20] [Server thread/INFO]: [AlonsoLevels] New setUnbreakable method found! Using it..
  320. [18:30:20] [Server thread/INFO]: [AlonsoLevels] New isUnbreakable method found! Using it..
  321. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Damageable interface is available! Using it to set durability..
  322. [18:30:20] [Server thread/INFO]: Enabling HEX color fix for 1.8 - 1.15 players.. (This is an experimental feature
  323. [18:30:20] [Server thread/INFO]: _ _ _ _ ___
  324. [18:30:20] [Server thread/INFO]: /_\ | |___ _ _ ___ ___| | _____ _____| |___ | _ \_ _ ___
  325. [18:30:20] [Server thread/INFO]: / _ \| / _ \ ' \(_-</ _ \ |__/ -_) V / -_) (_-< | _/ '_/ _ \
  326. [18:30:20] [Server thread/INFO]: /_/ \_\_\___/_||_/__/\___/____\___|\_/\___|_/__/ |_| |_| \___/
  327. [18:30:20] [Server thread/INFO]:
  328. [18:30:20] [Server thread/INFO]: Running plugin AlonsoLevels v2.2-BETA-PRO
  329. [18:30:20] [Server thread/INFO]: Server running Paper version git-Paper-788 (MC: 1.16.5)
  330. [18:30:20] [Server thread/INFO]: (Implementing API version git-Paper-788 (MC: 1.16.5))
  331. [18:30:20] [Server thread/INFO]: (Developed by AlonsoAliaga - Thanks for using my plugin ❤!)
  332. [18:30:20] [Server thread/INFO]: (Thanks for purchasing my plugin Unknown! If you didn't, do it or you won't receive support :D
  333. [18:30:20] [Server thread/INFO]: Join our official discord server to receive support in alonsoaliaga.com/discord
  334. [18:30:20] [Server thread/INFO]: If you loved the plugin consider leaving a 5-stars review and mentioning your server IP in it!
  335. [18:30:20] [Server thread/INFO]:
  336. [18:30:20] [Server thread/INFO]: ===================================================================================
  337. [18:30:20] [Server thread/INFO]: [AlonsoLevels] You are using a Paper fork (Paper). Plugin might have errors
  338. [18:30:20] [Server thread/INFO]: [AlonsoLevels] and not work properly. Consider using SPIGOT!
  339. [18:30:20] [Server thread/INFO]: [AlonsoLevels] This is not an error! This is just a warning to let you know that this
  340. [18:30:20] [Server thread/INFO]: [AlonsoLevels] plugin has not been tested on paper forks. This plugin was made for spigot
  341. [18:30:20] [Server thread/INFO]: [AlonsoLevels] and has been tested on spigot only. If you have issues report them to the
  342. [18:30:20] [Server thread/INFO]: [AlonsoLevels] developer instead of reviewing 1 star. Thanks in advanced!
  343. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Join our official support server on alonsoaliaga.com/discord
  344. [18:30:20] [Server thread/INFO]: ===================================================================================
  345. [18:30:20] [Server thread/INFO]:
  346. [18:30:20] [Server thread/INFO]: [AlonsoLevels] BungeeCord action bar available. Hooking..
  347. [18:30:20] [Server thread/INFO]: [AlonsoLevels] ProtocolLib found! Checking..
  348. [18:30:20] [Server thread/INFO]: [Auto-update] Configuration is up-to-date!
  349. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Vault found! Hooking..
  350. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Cost type 'VAULT' has been enabled!
  351. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Successfully hooked economy with VAULT mode!
  352. [18:30:20] [Server thread/INFO]: [AlonsoLevels] [HikariCP] Using com.mysql.cj.jdbc.MysqlDataSource for source class name..
  353. [18:30:20] [Server thread/INFO]: [AlonsoLevels] [SQLite] Attempting to create 'alonsolevels' table..
  354. [18:30:20] [Server thread/INFO]: [SQLite] Connecting to database 'database-alonsolevels.db'!
  355. [18:30:20] [Server thread/INFO]: [SQLite] Driver available: SQLite JDBC
  356. [18:30:20] [Server thread/INFO]: [SQLite] Successfully connected to database!
  357. [18:30:20] [Server thread/INFO]: [AlonsoLevels] [SQLite] Table 'alonsolevels' has been created if didn't exist.
  358. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Column called 'auto_claim' already exists. Skipping..
  359. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Material selected is 'CUSTOM_HEAD' but NBTAPI is not installed. Using COBBLESTONE..
  360. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Server name has been selected as 'Lobby'
  361. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Formula for experience is enabled! Loading..
  362. [18:30:20] [Server thread/INFO]: ===========================================================================================
  363. [18:30:20] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  364. [18:30:20] [Server thread/INFO]: [AlonsoLevels] Engine 'JavaScript' (1) recognized: jdk.nashorn.api.scripting.NashornScriptEngine@746a1db3
  365. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Successfully loaded 500 levels!
  366. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Successfully loaded 9 colors!
  367. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Loaded 56 normal rewards in 3 pages.
  368. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Loaded 3 veteran rewards.
  369. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Loaded 8 normal multipliers.
  370. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Loaded 5 veteran multipliers.
  371. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Seems that you just updated the plugin to 2.2-BETA-PRO version or higher!
  372. [18:30:21] [Server thread/INFO]: [AlonsoLevels] To enable slot customization make sure you edit 'Options.Normal-rewards.Rows'
  373. [18:30:21] [Server thread/INFO]: [AlonsoLevels] and 'Options.Veteran-rewards.Rows' to a number between 1 and 6. If it's 0 custom
  374. [18:30:21] [Server thread/INFO]: [AlonsoLevels] slots will be ignored as you probably just updated to this version.
  375. [18:30:21] [Server thread/INFO]: [AlonsoLevels] After updating those values, custom slots will take effect. This is a BETA feature,
  376. [18:30:21] [Server thread/INFO]: [AlonsoLevels] please report bugs in our discord server: https://alonsoaliaga.com/discord
  377. [18:30:21] [Server thread/INFO]: [AlonsoLevels] Leaderboard is disabled! Skipping..
  378. [18:30:21] [Server thread/INFO]: [AlonsoLevels] PlaceholderAPI found! Hooking..
  379. [18:30:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: alonsolevels
  380. [18:30:21] [Server thread/INFO]: [AlonsoLevels] VaultMultiplier wasn't found! Skipping..
  381. [18:30:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.9
  382. [18:30:21] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  383. [18:30:21] [Server thread/INFO]: [VoteParty] Enabling VoteParty v2.26
  384. [18:30:22] [Server thread/INFO]: [VoteParty] [ACF] Enabled Asynchronous Tab Completion Support!
  385. [18:30:22] [Server thread/INFO]:
  386. _ _ ____
  387. / )( \( _ \
  388. \ \/ / ) __/ VoteParty v2.26
  389. \__/ (__) Server Version: git-Paper-788 (MC: 1.16.5)
  390.  
  391. [18:30:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voteparty
  392. [18:30:22] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.1.16
  393. [18:30:23] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials.
  394. [18:30:23] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials.
  395. [18:30:23] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
  396. [18:30:23] [Server thread/INFO]: [PlayerVaults] Patched Spigot item storage bug.
  397. [18:30:23] [Server thread/INFO]: [PlayerVaults] Loaded! Took 53ms
  398. [18:30:23] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.1
  399. [18:30:23] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.1*-=-=-=-=-=-=-=-=-=-*
  400. [18:30:23] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
  401. [18:30:23] [Server thread/INFO]: | Command file(s) found : 1
  402. [18:30:23] [Server thread/INFO]: | Config : Ready.
  403. [18:30:23] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
  404. [18:30:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand
  405. [18:30:23] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
  406. [18:30:23] [Server thread/INFO]: | Custom commands loaded : 7
  407. [18:30:23] [Server thread/INFO]: | You're running the latest version of MyCommand.
  408. [18:30:23] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v4.6.0 which is not a depend, softdepend or loadbefore of this plugin.
  409. [18:30:23] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.
  410. [18:30:23] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  411. [18:30:23] [Server thread/INFO]: [dynmap] Enabling dynmap v3.2-beta-1-470*
  412. [18:30:23] [Server thread/INFO]: [dynmap] Using LuckPerms 5.3.48 for access control
  413. [18:30:24] [Server thread/INFO]: [dynmap] Mod Support processing completed
  414. [18:30:24] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
  415. [18:30:24] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  416. [18:30:24] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
  417. [18:30:24] [Server thread/INFO]: [dynmap] Starting enter/exit processing
  418. [18:30:24] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
  419. [18:30:24] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:25001
  420. [18:30:24] [Server thread/INFO]: [dynmap] version 3.2-beta-1-470 is enabled - core version 3.2-beta-1-470
  421. [18:30:24] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn
  422. [18:30:24] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
  423. [18:30:24] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
  424. [18:30:24] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Earth'.
  425. [18:30:24] [Server thread/INFO]: [dynmap] World 'Earth_nether' disabled
  426. [18:30:24] [Server thread/INFO]: [dynmap] World 'Earth_the_end' disabled
  427. [18:30:24] [Server thread/INFO]: [dynmap] Enabled
  428. [18:30:24] [Server thread/INFO]: [GUIPlus] Enabling GUIPlus v2.73
  429. [18:30:24] [Server thread/WARN]: java.lang.IllegalArgumentException: Material cannot be null
  430. [18:30:24] [Server thread/WARN]: at org.apache.commons.lang.Validate.notNull(Validate.java:192)
  431. [18:30:24] [Server thread/WARN]: at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:85)
  432. [18:30:24] [Server thread/WARN]: at org.bukkit.inventory.ItemStack.<init>(ItemStack.java:73)
  433. [18:30:24] [Server thread/WARN]: at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:511)
  434. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.utils.ItemStackUtils.deserializeItemStack(ItemStackUtils.java:118)
  435. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.gui.item.GItem.deserialize(GItem.java:67)
  436. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.gui.GUI.deserialize(GUI.java:115)
  437. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.storage.GUIBacking.load(GUIBacking.java:58)
  438. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.storage.GUIBacking.loadAll(GUIBacking.java:42)
  439. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.BukkitPlugin.onEnable(BukkitPlugin.java:78)
  440. [18:30:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  441. [18:30:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  442. [18:30:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
  443. [18:30:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
  444. [18:30:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
  445. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594)
  446. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298)
  447. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069)
  448. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
  449. [18:30:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:829)
  450. [18:30:24] [Server thread/INFO]: ERROR LOADING GUI
  451. [18:30:24] [Server thread/WARN]: [GUIPlus] Couldn't save BLOCKS!
  452. [18:30:24] [Server thread/WARN]: java.lang.NullPointerException
  453. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.storage.GUIBacking.load(GUIBacking.java:58)
  454. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.storage.GUIBacking.loadAll(GUIBacking.java:42)
  455. [18:30:24] [Server thread/WARN]: at de.kinglol12345.GUIPlus.BukkitPlugin.onEnable(BukkitPlugin.java:78)
  456. [18:30:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  457. [18:30:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  458. [18:30:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
  459. [18:30:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
  460. [18:30:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
  461. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594)
  462. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298)
  463. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069)
  464. [18:30:24] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
  465. [18:30:24] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:829)
  466. [18:30:24] [Server thread/INFO]: ERROR LOADING GUI
  467. [18:30:25] [Server thread/WARN]: [GUIPlus] Couldn't save MINERALS!
  468. [18:30:25] [Server thread/WARN]: java.lang.NullPointerException
  469. [18:30:25] [Server thread/WARN]: at de.kinglol12345.GUIPlus.storage.GUIBacking.load(GUIBacking.java:58)
  470. [18:30:25] [Server thread/WARN]: at de.kinglol12345.GUIPlus.storage.GUIBacking.loadAll(GUIBacking.java:42)
  471. [18:30:25] [Server thread/WARN]: at de.kinglol12345.GUIPlus.BukkitPlugin.onEnable(BukkitPlugin.java:78)
  472. [18:30:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  473. [18:30:25] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  474. [18:30:25] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
  475. [18:30:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
  476. [18:30:25] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
  477. [18:30:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594)
  478. [18:30:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298)
  479. [18:30:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069)
  480. [18:30:25] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
  481. [18:30:25] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:829)
  482. [18:30:25] [Server thread/INFO]: ERROR LOADING GUI
  483. [18:30:25] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0
  484. [18:30:25] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
  485. [18:30:25] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  486. [18:30:25] [Server thread/INFO]: [Essentials] No kits found to migrate.
  487. [18:30:25] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json.
  488. [18:30:25] [Server thread/INFO]: [Essentials] Using locale en
  489. [18:30:25] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  490. [18:30:25] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  491. [18:30:25] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  492. [18:30:25] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  493. [18:30:25] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
  494. [18:30:25] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
  495. [18:30:26] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
  496. [18:30:26] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
  497. [18:30:26] [Server thread/INFO]: AdvancedBan >> Failed to register command warn
  498. [18:30:26] [Server thread/INFO]: AdvancedBan >> Failed to register command notes
  499. [18:30:26] [Server thread/INFO]:
  500.  
  501. []=====[Enabling AdvancedBan]=====[]
  502. | Information:
  503. | Name: AdvancedBan
  504. | Developer: Leoko
  505. | Version: 2.3.0
  506. | Storage: HSQLDB (local)
  507. | Support:
  508. | Github: https://github.com/DevLeoko/AdvancedBan/issues
  509. | Discord: https://discord.gg/ycDG6rS
  510. | Twitter: @LeokoGar
  511. | Update:
  512. | You have the newest version
  513. []================================[]
  514.  
  515. [18:30:26] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
  516. [18:30:26] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
  517. [18:30:26] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  518. [18:30:26] [Server thread/INFO]: [WorldBorder] [CONFIG] World "earth" has border radius 15360x7936 at X: 15359.5 Z: 7935.5
  519. [18:30:26] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Earth" has border radius 10496x7680 at X: 8960.5 Z: 6656.5
  520. [18:30:26] [Server thread/INFO]: [WorldBorder] [CONFIG] World "Earth_nether" has border radius 10000 at X: 0.6 Z: 0.8
  521. [18:30:26] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
  522. [18:30:26] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 6909.0 Y: 145.0 Z: 5032.0
  523. [18:30:26] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.14.1
  524. [18:30:26] [Server thread/INFO]: [HeadDatabase] Using default "en_US.lang" created by Arcaniax
  525. [18:30:26] [Server thread/WARN]: [HeadDatabase] Economy was not loaded, some features will be disabled!
  526. [18:30:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb
  527. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] ************************************************************
  528. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
  529. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] * MINECRAFT WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
  530. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
  531. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] *
  532. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] * Please update the version of Java you use to run this server
  533. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] * to at least Java 16. Minecraft 1.17 requires a minimum Java version of 16.
  534. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] *
  535. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] * Current Java version: 11.0.12+7
  536. [18:30:26] [Server thread/INFO]: [me.arcaniax.hdb.serverlib.util.JavaVersionCheck] ************************************************************
  537. [18:30:26] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.2-b812
  538. [18:30:26] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.2-b812" 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--].
  539. [18:30:26] [Server thread/INFO]: [Multiverse-Core] We 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.
  540. [18:30:26] [Server thread/INFO]: Preparing start region for dimension minecraft:buildworld
  541. [18:30:27] [Server thread/INFO]: Preparing spawn area: 0%
  542. [18:30:27] [Server thread/INFO]: Time elapsed: 305 ms
  543. [18:30:27] [Server thread/INFO]: [dynmap] World 'buildworld' disabled
  544. [18:30:27] [Server thread/INFO]: Preparing start region for dimension minecraft:void
  545. [18:30:27] [Server thread/INFO]: Preparing spawn area: 0%
  546. [18:30:27] [Server thread/INFO]: Time elapsed: 91 ms
  547. [18:30:27] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'void'.
  548. [18:30:27] [Server thread/INFO]: Preparing start region for dimension minecraft:world
  549. [18:30:27] [Server thread/INFO]: Preparing spawn area: 0%
  550. [18:30:28] [Server thread/INFO]: Preparing spawn area: 0%
  551. [18:30:28] [Server thread/INFO]: Time elapsed: 756 ms
  552. [18:30:28] [Server thread/INFO]: [dynmap] World 'world' disabled
  553. [18:30:28] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: world_the_end
  554. [18:30:28] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  555. [18:30:28] [Server thread/INFO]: Preparing start region for dimension minecraft:resource
  556. [18:30:28] [Server thread/INFO]: Preparing spawn area: 0%
  557. [18:30:28] [Server thread/INFO]: Time elapsed: 209 ms
  558. [18:30:28] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'resource'.
  559. [18:30:28] [Server thread/INFO]: Preparing start region for dimension minecraft:world_nether
  560. [18:30:28] [Server thread/INFO]: Preparing spawn area: 0%
  561. [18:30:29] [Server thread/INFO]: Time elapsed: 377 ms
  562. [18:30:29] [Server thread/INFO]: [dynmap] World 'world_nether' disabled
  563. [18:30:29] [Server thread/INFO]: Preparing start region for dimension minecraft:events
  564. [18:30:29] [Server thread/INFO]: Preparing spawn area: 0%
  565. [18:30:29] [Server thread/INFO]: Time elapsed: 35 ms
  566. [18:30:29] [Server thread/INFO]: [dynmap] World 'Events' disabled
  567. [18:30:29] [Server thread/INFO]: Preparing start region for dimension minecraft:build
  568. [18:30:29] [Server thread/INFO]: Preparing spawn area: 0%
  569. [18:30:29] [Server thread/INFO]: Time elapsed: 420 ms
  570. [18:30:29] [Server thread/INFO]: [dynmap] World 'Build' disabled
  571. [18:30:29] [Server thread/INFO]: Preparing start region for dimension minecraft:wsoti
  572. [18:30:29] [Server thread/INFO]: Preparing spawn area: 0%
  573. [18:30:29] [Server thread/INFO]: Time elapsed: 237 ms
  574. [18:30:30] [Server thread/INFO]: [dynmap] World 'Wsoti' disabled
  575. [18:30:30] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
  576. [18:30:30] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
  577. [18:30:30] [Server thread/INFO]: [Multiverse-Core] Version 4.2.2-b812 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  578. [18:30:30] [Server thread/INFO]: [DeluxeChat] Enabling DeluxeChat v1.16.2
  579. [18:30:30] [Server thread/INFO]: [DeluxeChat] 1 formats loaded!
  580. [18:30:30] [Server thread/INFO]: [DeluxeChat] Loading DeluxeChat messages.yml
  581. [18:30:30] [Server thread/INFO]: [DeluxeChat] Detected Vault
  582. [18:30:30] [Server thread/INFO]: [DeluxeChat] Hooked into Vault
  583. [18:30:30] [Server thread/INFO]: [DeluxeChat] Detected SuperVanish / PremiumVanish
  584. [18:30:30] [Server thread/INFO]: ----------------------------
  585. [18:30:30] [Server thread/INFO]: DeluxeChat Updater
  586. [18:30:30] [Server thread/INFO]:
  587. [18:30:30] [Server thread/INFO]: You are running 1.16.2
  588. [18:30:30] [Server thread/INFO]: The latest version
  589. [18:30:30] [Server thread/INFO]: of DeluxeChat!
  590. [18:30:30] [Server thread/INFO]:
  591. [18:30:30] [Server thread/INFO]: ----------------------------
  592. [18:30:30] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.0.4
  593. [18:30:30] [Server thread/INFO]:
  594. [18:30:30] [Server thread/INFO]: __________________________________________________________
  595. [18:30:30] [Server thread/INFO]:
  596. [18:30:30] [Server thread/INFO]: TradeSystem [2.0.4]
  597. [18:30:30] [Server thread/INFO]:
  598. [18:30:30] [Server thread/INFO]: Status:
  599. [18:30:30] [Server thread/INFO]:
  600. [18:30:30] [Server thread/INFO]: MC-Version: 1.16.5 (R0.1-SNAPSHOT, PAPER)
  601. [18:30:30] [Server thread/INFO]:
  602. [18:30:30] [Server thread/INFO]: > Loading sounds
  603. [18:30:30] [Server thread/INFO]: > Loading blacklist
  604. [18:30:30] [Server thread/INFO]: ...got 3 blocked item(s)
  605. [18:30:30] [Server thread/INFO]: > Loading layouts
  606. [18:30:30] [Server thread/INFO]: ...got 4 layout(s)
  607. [18:30:30] [Server thread/INFO]: > Database logging is disabled
  608. [18:30:31] [Server thread/INFO]:
  609. [18:30:31] [Server thread/INFO]: Finished (99ms)
  610. [18:30:31] [Server thread/INFO]:
  611. [18:30:31] [Server thread/INFO]: __________________________________________________________
  612. [18:30:31] [Server thread/INFO]:
  613. [18:30:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tradesystem
  614. [18:30:31] [Server thread/INFO]: [PlayerAuctions] Enabling PlayerAuctions v1.8.1
  615. [18:30:31] [Server thread/INFO]: [PlayerAuctions] Vault found, now enabling PlayerAuctions...
  616. [18:30:32] [Server thread/INFO]: [PlayerAuctions] Found 10 config files to load!
  617. [18:30:32] [Server thread/INFO]: [PlayerAuctions] Found PlaceholderAPI integrating support...
  618. [18:30:32] [Server thread/INFO]: [PlayerAuctions] Permissions plugin found!
  619. [18:30:32] [Server thread/INFO]: [PlayerAuctions] Economy plugin found!
  620. [18:30:32] [Server thread/INFO]: [PlayerAuctions] Chat plugin found!
  621. [18:30:32] [Server thread/INFO]: [PlayerAuctions] SQLite database is enabling...
  622. [18:30:32] [Server thread/INFO]: [PlayerAuctions] Loading Metrics...
  623. [18:30:32] [Server thread/INFO]: [PlayerAuctions] Successfully loaded Metrics!
  624. [18:30:32] [Server thread/INFO]: [DeluxeChatHex] Enabling DeluxeChatHex v1.0.1-SNAPSHOT
  625. [18:30:33] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.18.2.0
  626. [18:30:33] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
  627. [18:30:33] [Server thread/INFO]: [TAB] Enabling TAB v2.8.10
  628. [18:30:33] [Server thread/INFO]: [TAB] Server version: 1.16.5 (v1_16_R3)
  629. [18:30:33] [Server thread/INFO]: [TAB] File plugins/TAB/errors.txt exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file.
  630. [18:30:33] [Server thread/INFO]: [TAB] There was 1 startup warning.
  631. [18:30:33] [Server thread/INFO]: [TAB] Enabled in 25ms
  632. [18:30:33] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10.1-RELEASE
  633. [18:30:33] [Thread-43/INFO]: [TAB] Version 2.9.2 is out! Your version: 2.8.10
  634. [18:30:33] [Thread-43/INFO]: [TAB] Get the update at https://www.spigotmc.org/resources/57806/
  635. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
  636. [18:30:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
  637. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
  638. [18:30:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
  639. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
  640. [18:30:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
  641. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
  642. [18:30:33] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
  643. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loading custom files.
  644. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/vote.yml.
  645. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
  646. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Epix.yml.
  647. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Legendary.yml.
  648. [18:30:33] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
  649. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
  650. [18:30:33] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support
  651. [18:30:33] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
  652. [18:30:33] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  653. [18:30:33] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
  654. [18:30:33] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
  655. [18:30:33] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
  656. [18:30:33] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
  657. [18:30:33] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
  658. [18:30:33] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
  659. [18:30:33] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
  660. [18:30:33] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
  661. [18:30:33] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
  662. [18:30:33] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
  663. [18:30:33] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
  664. [18:30:33] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
  665. [18:30:33] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
  666. [18:30:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: crazycrates
  667. [18:30:34] [Server thread/INFO]: [HolographicExtension] Enabling HolographicExtension v1.10.9
  668. [18:30:34] [Thread-44/WARN]: [NBTAPI] [NBTAPI] The NBT-API at 'package me.badbones69.crazycrates.nbtapi' seems to be outdated!
  669. [18:30:34] [Thread-44/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.7.1' Newest Version: 2.8.0'
  670. [18:30:34] [Thread-44/WARN]: [NBTAPI] [NBTAPI] Please update the nbt-api or the plugin that contains the api!
  671. [18:30:34] [Server thread/INFO]: [HolographicExtension] Starting HolographicExtension v1.10.9
  672. [18:30:34] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'example' from config.
  673. [18:30:34] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'scroller' from config.
  674. [18:30:34] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'typing' from config.
  675. [18:30:34] [Server thread/INFO]: [HolographicExtension] Registering placeholder 'rainbow' from config.
  676. [18:30:34] [Server thread/INFO]: [BeastWithdraw] Enabling BeastWithdraw v2.9.5
  677. [18:30:34] [Server thread/INFO]: [BeastWithdraw] /XpBottle command aliases [xpb, beastxpb, bottle] are registered.
  678. [18:30:34] [Server thread/INFO]: [BeastWithdraw] /bWithdraw command aliases [cashnote, withdraw, moneywithdraw, moneynote] are registered.
  679. [18:30:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support
  680. [18:30:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
  681. [18:30:34] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  682. [18:30:34] [Server thread/INFO]: [BeastWithdraw] Version 2.9.5 : has been enabled!
  683. [18:30:34] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.2.0
  684. [18:30:34] [Thread-45/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
  685. [18:30:34] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
  686. [18:30:34] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.62.2
  687. [18:30:36] [Server thread/INFO]: [Harbor] Enabling Harbor v1.6.3
  688. [18:30:36] [Server thread/INFO]: [Lands] Enabling Lands v5.13.0
  689. [18:30:36] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated HolographicDisplays as hologram manager.
  690. [18:30:37] [Server thread/INFO]: [Lands] _ _
  691. [18:30:37] [Server thread/INFO]: [Lands] | | | |
  692. [18:30:37] [Server thread/INFO]: [Lands] | | __ _ _ __ __| | ___
  693. [18:30:37] [Server thread/INFO]: [Lands] | | / _` || '_ \ / _` |/ __|
  694. [18:30:37] [Server thread/INFO]: [Lands] | |____| (_| || | | || (_| |\__ \
  695. [18:30:37] [Server thread/INFO]: [Lands] \_____/ \__,_||_| |_| \__,_||___/
  696. [18:30:37] [Server thread/INFO]: [Lands]
  697. [18:30:37] [Server thread/INFO]: [Lands] Version: 5.13.0
  698. [18:30:37] [Server thread/INFO]: [Lands] Server: 1.16.x running Paper
  699. [18:30:37] [Server thread/INFO]: [Lands] Licensed to: 1230830
  700. [18:30:37] [Server thread/INFO]: [Lands] Experiencing issues or having questions? Join our Discord!
  701. [18:30:37] [Server thread/INFO]: [Lands] Discord: https://discord.gg/B4MAJVk
  702. [18:30:37] [Server thread/INFO]: [Lands] Wiki: https://github.com/Angeschossen/Lands/wiki
  703. [18:30:37] [Server thread/INFO]: [Lands]
  704. [18:30:37] [Server thread/INFO]: [Lands] Performing initial data load.
  705. [18:30:37] [Server thread/WARN]: [Lands] [Database] ERROR: Invalid file: archive-2021-08-27T154745-0400.tar.gz
  706. [18:30:37] [Server thread/WARN]: java.lang.NumberFormatException: For input string: "archive-2021-08-27T154745-0400.t"
  707. [18:30:37] [Server thread/WARN]: at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
  708. [18:30:37] [Server thread/WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:652)
  709. [18:30:37] [Server thread/WARN]: at java.base/java.lang.Integer.parseInt(Integer.java:770)
  710. [18:30:37] [Server thread/WARN]: at me.angeschossen.lands.ZZVCC.ZZVCC.YVhac.mtnvR(?:963)
  711. [18:30:37] [Server thread/WARN]: at me.angeschossen.lands.ZZVCC.YVhac.FEEWn(?:4256)
  712. [18:30:37] [Server thread/WARN]: at me.angeschossen.lands.Lands.onEnable(?:247)
  713. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  714. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  715. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
  716. [18:30:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
  717. [18:30:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
  718. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594)
  719. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298)
  720. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069)
  721. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
  722. [18:30:37] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:829)
  723. [18:30:37] [Server thread/INFO]: [Lands] There are currently 68 created land(s).
  724. [18:30:37] [Server thread/INFO]: [Lands] Initial data load took 68 ms.
  725. [18:30:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.3;5407315
  726. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth) TNT ignition is PERMITTED.
  727. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth) Lighters are PERMITTED.
  728. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth) Lava fire is PERMITTED.
  729. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth) Fire spread is UNRESTRICTED.
  730. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Earth'
  731. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_nether) TNT ignition is PERMITTED.
  732. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_nether) Lighters are PERMITTED.
  733. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_nether) Lava fire is PERMITTED.
  734. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_nether) Fire spread is UNRESTRICTED.
  735. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Earth_nether'
  736. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_the_end) TNT ignition is PERMITTED.
  737. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_the_end) Lighters are PERMITTED.
  738. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_the_end) Lava fire is PERMITTED.
  739. [18:30:37] [Server thread/INFO]: [WorldGuard] (Earth_the_end) Fire spread is UNRESTRICTED.
  740. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Earth_the_end'
  741. [18:30:37] [Server thread/INFO]: [WorldGuard] (buildworld) TNT ignition is PERMITTED.
  742. [18:30:37] [Server thread/INFO]: [WorldGuard] (buildworld) Lighters are PERMITTED.
  743. [18:30:37] [Server thread/INFO]: [WorldGuard] (buildworld) Lava fire is PERMITTED.
  744. [18:30:37] [Server thread/INFO]: [WorldGuard] (buildworld) Fire spread is UNRESTRICTED.
  745. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'buildworld'
  746. [18:30:37] [Server thread/INFO]: [WorldGuard] (void) TNT ignition is PERMITTED.
  747. [18:30:37] [Server thread/INFO]: [WorldGuard] (void) Lighters are PERMITTED.
  748. [18:30:37] [Server thread/INFO]: [WorldGuard] (void) Lava fire is PERMITTED.
  749. [18:30:37] [Server thread/INFO]: [WorldGuard] (void) Fire spread is UNRESTRICTED.
  750. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'void'
  751. [18:30:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  752. [18:30:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  753. [18:30:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  754. [18:30:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  755. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  756. [18:30:37] [Server thread/INFO]: [WorldGuard] (resource) TNT ignition is PERMITTED.
  757. [18:30:37] [Server thread/INFO]: [WorldGuard] (resource) Lighters are PERMITTED.
  758. [18:30:37] [Server thread/INFO]: [WorldGuard] (resource) Lava fire is PERMITTED.
  759. [18:30:37] [Server thread/INFO]: [WorldGuard] (resource) Fire spread is UNRESTRICTED.
  760. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'resource'
  761. [18:30:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  762. [18:30:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  763. [18:30:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  764. [18:30:37] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  765. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  766. [18:30:37] [Server thread/INFO]: [WorldGuard] (Events) TNT ignition is PERMITTED.
  767. [18:30:37] [Server thread/INFO]: [WorldGuard] (Events) Lighters are PERMITTED.
  768. [18:30:37] [Server thread/INFO]: [WorldGuard] (Events) Lava fire is PERMITTED.
  769. [18:30:37] [Server thread/INFO]: [WorldGuard] (Events) Fire spread is UNRESTRICTED.
  770. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Events'
  771. [18:30:37] [Server thread/INFO]: [WorldGuard] (Build) TNT ignition is PERMITTED.
  772. [18:30:37] [Server thread/INFO]: [WorldGuard] (Build) Lighters are PERMITTED.
  773. [18:30:37] [Server thread/INFO]: [WorldGuard] (Build) Lava fire is PERMITTED.
  774. [18:30:37] [Server thread/INFO]: [WorldGuard] (Build) Fire spread is UNRESTRICTED.
  775. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Build'
  776. [18:30:37] [Server thread/INFO]: [WorldGuard] (Wsoti) TNT ignition is PERMITTED.
  777. [18:30:37] [Server thread/INFO]: [WorldGuard] (Wsoti) Lighters are PERMITTED.
  778. [18:30:37] [Server thread/INFO]: [WorldGuard] (Wsoti) Lava fire is PERMITTED.
  779. [18:30:37] [Server thread/INFO]: [WorldGuard] (Wsoti) Fire spread is UNRESTRICTED.
  780. [18:30:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Wsoti'
  781. [18:30:37] [Server thread/INFO]: [WorldGuard] Loading region data...
  782. [18:30:37] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.0.0-SNAPSHOT-5145f853
  783. [18:30:37] [Server thread/WARN]: [MythicMobs] Loaded class javassist.d from BlockLocker v1.10 which is not a depend, softdepend or loadbefore of this plugin.
  784. [18:30:37] [Server thread/ERROR]: Error occurred while enabling MythicMobs v5.0.0-SNAPSHOT-5145f853 (Is it up to date?)
  785. java.lang.VerifyError: Bad return type
  786. Exception Details:
  787. Location:
  788. javassist/f.b(Ljava/lang/String;Z)Ljavassist/CtClass; @67: areturn
  789. Reason:
  790. Type 'javassist/l' (current frame, stack[0]) is not assignable to 'javassist/CtClass' (from method signature)
  791. Current Frame:
  792. bci: @67
  793. flags: { }
  794. locals: { 'javassist/f', 'java/lang/String' }
  795. stack: { 'javassist/l' }
  796. Bytecode:
  797. 0000000: 2b03 b600 9510 5ba0 0008 2bb8 00a1 4c2b
  798. 0000010: 12a3 b600 a799 002f 2b03 2b10 5bb6 00ab
  799. 0000020: b600 af4e 1c99 000b 2a2d b600 87c7 000d
  800. 0000030: 2a2d b600 b2c7 0005 01b0 bb00 b459 2b2a
  801. 0000040: b700 b7b0 2a2b b600 b2c7 0005 01b0 bb00
  802. 0000050: 8059 2b2a b700 b8b0
  803. Stackmap Table:
  804. same_frame(@15)
  805. full_frame(@48,{Object[#2],Object[#126],Top,Object[#126]},{})
  806. chop_frame(@58,2)
  807. same_frame(@68)
  808. same_frame(@78)
  809.  
  810. at io.lumine.xikage.mythicmobs.utils.plugin.LuminePluginL10.a(Unknown Source) ~[?:?]
  811. at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java) ~[?:?]
  812. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-788]
  813. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-788]
  814. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-788]
  815. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-788]
  816. at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-788]
  817. at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) ~[patched_1.16.5.jar:git-Paper-788]
  818. at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-788]
  819. at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-788]
  820. at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-788]
  821. at java.lang.Thread.run(Thread.java:829) [?:?]
  822. [18:30:37] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v5.0.0-SNAPSHOT-5145f853
  823. [18:30:37] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...
  824. [18:30:37] [Server thread/WARN]: java.lang.NullPointerException
  825. [18:30:37] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.MythicMobs.disable(MythicMobs.java:204)
  826. [18:30:37] [Server thread/WARN]: at io.lumine.xikage.mythicmobs.utils.plugin.LuminePlugin.onDisable(LuminePlugin.java:73)
  827. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265)
  828. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:405)
  829. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533)
  830. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
  831. [18:30:37] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
  832. [18:30:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
  833. [18:30:37] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
  834. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594)
  835. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298)
  836. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069)
  837. [18:30:37] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
  838. [18:30:37] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:829)
  839. [18:30:37] [Server thread/INFO]: [Duels] Enabling Duels v3.4.1
  840. [18:30:37] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
  841. [18:30:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: duels
  842. [18:30:37] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
  843. [18:30:37] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
  844. [18:30:37] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
  845. [18:30:38] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 3 kit(s).
  846. [18:30:38] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 3 arena(s).
  847. [18:30:38] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
  848. [18:30:38] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
  849. [18:30:38] [Server thread/INFO]: [Shop] Enabling Shop v1.8.2.7
  850. [18:30:38] [Server thread/INFO]: [Shop] Shops will use emerald as the currency on the server.
  851. [18:30:38] [Server thread/INFO]: [GSit] Enabling GSit v[6.0.1.0]
  852. [18:30:38] [Server thread/INFO]: [GSit] The Plugin was successfully enabled.
  853. [18:30:38] [Server thread/INFO]: [GSit] Hooked successfully with WorldGuard!
  854. [18:30:38] [Server thread/INFO]: [GSit] New Version available: [6.0.2.1]!
  855. [GSit] You are currently running Version: [6.0.1.0]!
  856. [GSit] Download the latest Version at:
  857. [GSit] https://www.spigotmc.org/resources/62325
  858. [18:30:38] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.1.0-5
  859. [18:30:39] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.16.3.2
  860. [18:30:39] [Server thread/INFO]: [VeinMiner] Registering events
  861. [18:30:39] [Server thread/INFO]: [VeinMiner] Registering commands
  862. [18:30:39] [Server thread/INFO]: [VeinMiner] Vault found. Attempting to enable economy support...
  863. [18:30:39] [Server thread/INFO]: [VeinMiner] Economy found! Hooked successfully.
  864. [18:30:39] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
  865. [18:30:39] [Server thread/INFO]: [VeinMiner] Thanks for enabling Metrics! The anonymous stats are appreciated
  866. [18:30:39] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
  867. [18:30:39] [Server thread/INFO]: [VeinMiner] Performing an update check!
  868. [18:30:39] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.9.2
  869. [18:30:39] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
  870. [18:30:39] [ForkJoinPool.commonPool-worker-3/INFO]: [VeinMiner] An update is available! VeinMiner 1.17.9 may be downloaded on SpigotMC
  871. [18:30:40] [Server thread/INFO]: [PlayerWarps] Found 12 config files to load!
  872. [18:30:40] [Server thread/INFO]: [PlayerWarps] Permissions plugin found!
  873. [18:30:40] [Server thread/INFO]: [PlayerWarps] Economy plugin found!
  874. [18:30:40] [Server thread/INFO]: [PlayerWarps] Chat plugin found!
  875. [18:30:40] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
  876. [18:30:40] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
  877. [18:30:40] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
  878. [18:30:40] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
  879. [18:30:40] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.28-SNAPSHOT (build 2328)
  880. [18:30:41] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.1-SNAPSHOT (build 1746-REL)
  881. [18:30:41] [Server thread/INFO]: [Denizen] Running on java version: 11.0.12
  882. [18:30:41] [Server thread/INFO]: [Denizen] Running on mostly supported Java 11. Some warnings may show or limitations may apply due to Java 11. If these limits become problems, switch to Java 8 or Java 16.
  883. [18:30:41] [Server thread/INFO]: +> [Denizen] +-------------------------+
  884. [18:30:41] [Server thread/INFO]: +> [Denizen] _/_ _ ._ _ _
  885. [18:30:41] [Server thread/INFO]: +> [Denizen] (/(-/ )/ /_(-/ ) scriptable minecraft
  886. [18:30:41] [Server thread/INFO]: +> [Denizen]
  887. [18:30:41] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team
  888. [18:30:41] [Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR
  889. [18:30:41] [Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com
  890. [18:30:41] [Server thread/INFO]: +> [Denizen] version: 1.2.1-SNAPSHOT (build 1746-REL)
  891. [18:30:41] [Server thread/INFO]: +> [Denizen] +-------------------------+
  892. [18:30:41] [Server thread/INFO]: OKAY! Loaded core commands: [clickable, showfake, invisible, animate, ban, modifyblock, cast, midi, fakeequip, else, sidebar, explode, cooldown, weather, action, scoreboard, if, give, worldborder, chunkload, zap, lookclose, mount, execute, push, announce, waituntil, firework, stop, advancement,
  893. light, reset, hurt, ratelimit, nbt, wait, flag, log, despawn, webget, sleep, goto, attack, attach, event, stand, map, resume, break, strike, health, team, trigger, fly, itemcooldown, kick, gamerule, playsound, disengage, rename, chat, anchor, fish, definemap, leash, disguise, queue, rotate, sign,
  894. run, while, experience, playeffect, narrate, bossbar, vulnerable, pushable, create, trait, shoot, sneak, oxygen, yaml, group, statistic, fakeitem, pose, opentrades, blockcrack, schematic, look, pause, feed, take, toast, runlater, compass, adjust, animatechest, glow, drop, note, teleport, choose,
  895. inventory, actionbar, title, remove, sql, switch, head, foreach, random, reload, adjustblock, repeat, define, heal, copyblock, filecopy, sit, burn, debug, determine, assignment, permission, follow, displayitem, scribe, createworld, spawn, equip, money, fakespawn, engage, time, inject, mark, age,
  896. walk]
  897. [18:30:41] [Server thread/INFO]: OKAY! Loaded core triggers: [CHAT, CLICK, PROXIMITY, DAMAGE]
  898. [18:30:42] [Server thread/INFO]: OKAY! Loaded core object types: [MapTag as map, BiomeTag as b, DurationTag as d, ChunkTag as ch, EntityTag as e, InventoryTag as in, CustomObjectTag as custom, ElementTag as el, ItemTag as i, ColorTag as co, LocationTag as l, MaterialTag as m, NPCTag as n, EllipsoidTag as ellipsoid, PlayerTag as
  899. p, QueueTag as q, CuboidTag as cu, ScriptTag as s, TradeTag as trade, PolygonTag as polygon, EnchantmentTag as enchantment, WorldTag as w, TimeTag as time, PluginTag as pl, ListTag as li]
  900. [18:30:42] [Server thread/INFO]: +> [PaperModule] Loading Paper support module...
  901. [18:30:42] [Server thread/INFO]: +> [ScriptHelper] No scripts in /plugins/Denizen/scripts/ to load!
  902. [18:30:42] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.7.0
  903. [18:30:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: premiumvanish
  904. [18:30:42] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI
  905. [18:30:42] [Server thread/INFO]: [PremiumVanish] Hooked into dynmap
  906. [18:30:42] [Server thread/INFO]: [PremiumVanish] Hooked into Essentials
  907. [18:30:42] [Server thread/INFO]: [PremiumVanish] Hooked into Citizens
  908. [18:30:42] [Server thread/INFO]: [DynamicGui] Enabling DynamicGui v4.1.0-b17
  909. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "warps" for the gui mainwarps
  910. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "mainwarps" has been loaded!
  911. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "diamond" for the gui rankshopDIAMOND
  912. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "rankshopDIAMOND" has been loaded!
  913. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "netherite" for the gui rankshopNETHERITE
  914. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "rankshopNETHERITE" has been loaded!
  915. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "Prestiges" for the gui PrestigeShop
  916. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "Prestige" for the gui PrestigeShop
  917. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "PrestigeShop" has been loaded!
  918. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "gold" for the gui rankshopGOLD
  919. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "rankshopGOLD" has been loaded!
  920. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "top" for the gui leaderboards
  921. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "leaderboard" for the gui leaderboards
  922. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "ltop" for the gui leaderboards
  923. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "leaderboards" has been loaded!
  924. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "info" for the gui helpmenu
  925. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "helpmenu" has been loaded!
  926. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "Emerald" for the gui PrestigeEmerald
  927. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "PrestigeEmerald" has been loaded!
  928. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "rankshop" for the gui rankshop
  929. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "ranklist" for the gui rankshop
  930. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "rank" for the gui rankshop
  931. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "rankshop" has been loaded!
  932. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "Ruby" for the gui PrestigeRuby
  933. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "PrestigeRuby" has been loaded!
  934. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "particle" for the gui particles
  935. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "particles" for the gui particles
  936. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "pp" for the gui particles
  937. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "playerparticles" for the gui particles
  938. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "playerparticle" for the gui particles
  939. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "particles" has been loaded!
  940. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "Obsidian" for the gui PrestigeObsidian
  941. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "PrestigeObsidian" has been loaded!
  942. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "iron" for the gui rankshopIRON
  943. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "rankshopIRON" has been loaded!
  944. [18:30:43] [Server thread/INFO]: [DynamicGui] Registered the command "Shappire" for the gui PrestigeShappire
  945. [18:30:43] [Server thread/INFO]: [DynamicGui] gui "PrestigeShappire" has been loaded!
  946. [18:30:43] [Server thread/INFO]: [DynamicGui] BungeeCord is enabled!
  947. [18:30:43] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v20.0
  948. [18:30:43] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  949. [18:30:43] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  950. [18:30:43] [Server thread/INFO]: --------------------
  951. [18:30:43] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
  952. [18:30:43] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
  953. [18:30:43] [Server thread/INFO]: --------------------
  954. [18:30:43] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v2.2.5
  955. [18:30:43] [Server thread/INFO]:
  956. [18:30:43] [Server thread/INFO]: =============================
  957. [18:30:43] [Server thread/INFO]: UltimateTimber 2.2.5 by Songoda <3!
  958. [18:30:43] [Server thread/INFO]: Action: Enabling...
  959. [18:30:43] [Server thread/INFO]: [UltimateTimber] Loaded locale "en_US"
  960. [18:30:44] [Server thread/INFO]: [SongodaCore] Hooked UltimateTimber.
  961. [18:30:44] [Server thread/INFO]: =============================
  962. [18:30:44] [Server thread/INFO]:
  963. [18:30:44] [Server thread/INFO]: [CMILib] Enabling CMILib v1.0.3.8
  964. [18:30:45] [Server thread/INFO]: Server version: v1_16_R3 - 1.16.5 - paper
  965. [18:30:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil
  966. [18:30:45] [Server thread/INFO]: PlaceholderAPI hooked.
  967. [18:30:45] [Server thread/INFO]: Updated (EN) language file. Took 27ms
  968. [18:30:45] [Server thread/INFO]: [Jobs] Enabling Jobs v5.0.0.1
  969. [18:30:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr
  970. [18:30:45] [Server thread/INFO]: [Jobs] PlaceholderAPI hooked.
  971. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 8 titles!
  972. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 66 protected blocks timers!
  973. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1077 custom item names!
  974. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 72 custom entity names!
  975. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 2 custom MythicMobs names!
  976. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 38 custom enchant names!
  977. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 16 custom color names!
  978. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 4 shop items!
  979. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Weaponsmith
  980. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Fisherman
  981. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Hunter
  982. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Miner
  983. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Explorer
  984. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Builder
  985. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Farmer
  986. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Brewer
  987. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Crafter
  988. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Digger
  989. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Enchanter
  990. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 1 quests for Woodcutter
  991. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 12 jobs!
  992. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 0 boosted items!
  993. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 312 furnace for reassigning.
  994. [18:30:45] [Server thread/INFO]: [Jobs] Loaded 133 brewing for reassigning.
  995. [18:30:45] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task.
  996. [18:30:45] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread.
  997. [18:30:45] [ForkJoinPool.commonPool-worker-11/INFO]: [Jobs] Preloaded 627 players data in 0.02
  998. [18:30:45] [Server thread/INFO]: [Jobs] WorldGuard detected.
  999. [18:30:45] [Server thread/INFO]: [Jobs] Loading explorer data
  1000. [18:30:45] [Server thread/INFO]: [Jobs] Loaded explorer data (6829)
  1001. [18:30:45] [Server thread/INFO]: [Jobs] Plugin has been enabled successfully.
  1002. [18:30:45] [Server thread/INFO]: [UltimateStacker] Enabling UltimateStacker v2.1.7
  1003. [18:30:46] [Server thread/INFO]:
  1004. [18:30:46] [Server thread/INFO]: =============================
  1005. [18:30:46] [Server thread/INFO]: UltimateStacker 2.1.7 by Songoda <3!
  1006. [18:30:46] [Server thread/INFO]: Action: Enabling...
  1007. [18:30:46] [Server thread/INFO]: [UltimateStacker] Loaded locale "en_US"
  1008. [18:30:46] [Server thread/INFO]: [SongodaCore] Hooked UltimateStacker.
  1009. [18:30:46] [Server thread/INFO]: [UltimateStacker] Data handler connected using SQLite.
  1010. [18:30:46] [Server thread/INFO]: =============================
  1011. [18:30:46] [Server thread/INFO]:
  1012. [18:30:46] [Server thread/INFO]: [EpicSpawners] Enabling EpicSpawners v7.1.1
  1013. [18:30:47] [Server thread/INFO]:
  1014. [18:30:47] [Server thread/INFO]: =============================
  1015. [18:30:47] [Server thread/INFO]: EpicSpawners 7.1.1 by Songoda <3!
  1016. [18:30:47] [Server thread/INFO]: Action: Enabling...
  1017. [18:30:47] [Server thread/INFO]: [EpicSpawners] Loaded locale "en_US"
  1018. [18:30:47] [Server thread/INFO]: [SongodaCore] Hooked EpicSpawners.
  1019. [18:30:47] [Server thread/INFO]: [Lands] [Integrations] 3rd party plugin hooked into Lands: EpicSpawners
  1020. [18:30:47] [Server thread/INFO]: [EpicSpawners] Data handler connected using SQLite.
  1021. [18:30:47] [Server thread/INFO]: =============================
  1022. [18:30:47] [Server thread/INFO]:
  1023. [18:30:47] [Server thread/INFO]: [PlayerParticles] Enabling PlayerParticles v7.20
  1024. [18:30:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerparticles
  1025. [18:30:48] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  1026. [18:30:48] [Server thread/INFO]: Running delayed init tasks
  1027. [18:30:48] [ForkJoinPool.commonPool-worker-5/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
  1028. [18:30:48] [Craft Scheduler Thread - 10/INFO]: [AnimatedScoreboard] Checking for an update!
  1029. [18:30:48] [Server thread/WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.3;5407315 which is not a depend, softdepend or loadbefore of this plugin.
  1030. [18:30:48] [Craft Scheduler Thread - 21/INFO]: [PlayerAuctions] Loading auction items...
  1031. [18:30:48] [Craft Scheduler Thread - 28/INFO]: [PlayerWarps] Loading player warps...
  1032. [18:30:48] [Server thread/INFO]: [com.boydti.fawe.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
  1033. [18:30:48] [Craft Scheduler Thread - 28/INFO]: [Vault] Checking for Updates ...
  1034. [18:30:48] [Craft Scheduler Thread - 25/INFO]: [PlayerParticles] Data handler connected using SQLite.
  1035. [18:30:48] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.16.4/5 (754)
  1036. [18:30:48] [Server thread/WARN]: [ViaVersion] You are running an outdated Java version, please consider updating it to at least Java 16 (your version is 11.0.12). At some point in the future, ViaVersion will no longer be compatible with this version of Java.
  1037. [18:30:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pa
  1038. [18:30:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tab
  1039. [18:30:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pw
  1040. [18:30:48] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  1041. [18:30:48] [Server thread/INFO]: [Jobs] Successfully linked with Vault.
  1042. [18:30:48] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated LuckPerms for faster permission lookups.
  1043. [18:30:48] [Craft Scheduler Thread - 28/INFO]: [Vault] No new version available
  1044. [18:30:48] [Craft Scheduler Thread - 30/INFO]: [PlayerParticles] An update (v7.21) is available! You are running v7.20
  1045. [18:30:48] [Craft Scheduler Thread - 23/INFO]: [BeastWithdraw] There is a new update available.
  1046. [18:30:48] [Server thread/INFO]: [Lands] Successfully added region provider for claim plugin checks: WorldGuard
  1047. [18:30:48] [Craft Scheduler Thread - 7/INFO]: [PlayTime] Latest version is installed! - v3.1
  1048. [18:30:48] [Craft Scheduler Thread - 11/INFO]: [VoteParty] There is an update available: 2.29
  1049. [18:30:48] [Craft Scheduler Thread - 10/INFO]: [AnimatedScoreboard] No new versions found for the plugin!
  1050. [18:30:48] [Craft Scheduler Thread - 13/INFO]: [ShowItem] An update (1.6.14, installed: 1.6.13) for ShowItem is available: https://l.phoenix616.dev/showitemupdate
  1051. [18:30:48] [Craft Scheduler Thread - 13/INFO]: [ShowItem] 1.6.14: Include German translation and support custom EnderChest size
  1052. [18:30:49] [Server thread/INFO]: [Citizens] Loaded 145 NPCs.
  1053. [18:30:49] [Server thread/INFO]: +> [ScriptEvent] Processed 0 script event paths.
  1054. [18:30:49] [Server thread/INFO]: +> [Denizen] +-------------------------+
  1055. [18:30:49] [Server thread/INFO]: +> [Denizen] Denizen fully loaded at: 2021/09/14 18:30:49
  1056. [18:30:49] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  1057. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee
  1058. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: servertime
  1059. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
  1060. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: rainbowcolor
  1061. [18:30:49] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldguard.WorldGuard from WorldGuard v7.0.3;5407315 which is not a depend, softdepend or loadbefore of this plugin.
  1062. [18:30:49] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.sk89q.worldedit.world.World from FastAsyncWorldEdit v1.16-734;78acb85 which is not a depend, softdepend or loadbefore of this plugin.
  1063. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldguard
  1064. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parseother
  1065. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plugin
  1066. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials
  1067. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxetags
  1068. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: viaversion
  1069. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
  1070. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parsenear
  1071. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldborder
  1072. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic
  1073. [18:30:49] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
  1074. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
  1075. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: armor
  1076. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: randomcolor
  1077. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pinger
  1078. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: formatter
  1079. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: world
  1080. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: otherplayer
  1081. [18:30:49] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.3.48 which is not a depend, softdepend or loadbefore of this plugin.
  1082. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms
  1083. [18:30:49] [Server thread/INFO]: 22 placeholder hooks successfully registered!
  1084. [18:30:49] [Server thread/INFO]: [PremiumVanish] Your current version of PremiumVanish is outdated - New version: '2.7.4'; Currently: '2.7.0'
  1085. [18:30:49] [Server thread/INFO]: Done (48.403s)! For help, type "help"
  1086. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
  1087. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
  1088. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
  1089. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
  1090. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
  1091. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Please update the version of Java you use to run Paper
  1092. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * to at least Java 16. When Paper for Minecraft 1.17 is
  1093. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * released support for versions of Java before 16 will
  1094. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * be dropped.
  1095. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
  1096. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Current Java version: 11.0.12
  1097. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
  1098. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Check this forum post for more information:
  1099. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * https://papermc.io/java16
  1100. [18:30:49] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
  1101. [18:30:49] [Server thread/INFO]: Timings Reset
  1102. [18:30:49] [Craft Scheduler Thread - 9/INFO]: [StaffPlus] [SpigetUpdate] Downloading update...
  1103. [18:30:49] [Craft Scheduler Thread - 9/INFO]: [StaffPlus] New version of the plugin downloaded and will be loaded on restart
  1104. [18:30:49] [Craft Scheduler Thread - 14/INFO]: [TokenManager] No updates were available. You are on the latest version!
  1105. [18:30:49] [Craft Scheduler Thread - 26/INFO]: [Duels] No updates were available. You are on the latest version!
  1106. [18:30:49] [Server thread/INFO]: An update for BlockLocker (version 1.10.1) is available for manual download.
  1107. [18:30:49] [Server thread/INFO]: More information: https://www.spigotmc.org/resources/blocklocker.3268/update?update=413400
  1108. [18:30:49] [Craft Scheduler Thread - 14/WARN]: [StaffPlus] [SpigetUpdate] Could not download update
  1109. java.lang.RuntimeException: Download returned status #302
  1110. at org.inventivetalent.update.spiget.download.UpdateDownloader.download(UpdateDownloader.java:71) ~[?:?]
  1111. at org.inventivetalent.update.spiget.download.UpdateDownloader$1.run(UpdateDownloader.java:50) ~[?:?]
  1112. at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:101) ~[patched_1.16.5.jar:git-Paper-788]
  1113. at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.16.5.jar:git-Paper-788]
  1114. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.5.jar:git-Paper-788]
  1115. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
  1116. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
  1117. at java.lang.Thread.run(Thread.java:829) [?:?]
  1118. [18:30:49] [Craft Scheduler Thread - 35/INFO]: [AlonsoLevels] Failed to check for an update on SpigotMC.org!
  1119. [18:30:49] [Thread-49/INFO]: --------------------
  1120. [18:30:49] [Thread-49/INFO]: [CoreProtect] Version 20.1 is now available.
  1121. [18:30:49] [Thread-49/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
  1122. [18:30:49] [Thread-49/INFO]: --------------------
  1123. [18:30:49] [Craft Scheduler Thread - 35/INFO]: [BuycraftX] Fetching all due players...
  1124. [18:30:49] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated Vault economy into economy system. Name: Essentials Economy Banks: true
  1125. [18:30:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: lands
  1126. [18:30:49] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated PlaceholderAPI into chat system.
  1127. [18:30:49] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated Dynmap into web system.
  1128. [18:30:49] [Server thread/WARN]: [Lands] Failed to initialize integration. Is FastAsynchWorldEdit up to date?
  1129. [18:30:49] [Server thread/WARN]: java.lang.NoClassDefFoundError: com/fastasyncworldedit/core/regions/FaweMaskManager
  1130. [18:30:49] [Server thread/WARN]: at me.angeschossen.lands.integration.YVhac.YVhac(?:30)
  1131. [18:30:49] [Server thread/WARN]: at me.angeschossen.lands.Lands.YVhac(?:378)
  1132. [18:30:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:101)
  1133. [18:30:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:485)
  1134. [18:30:49] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1427)
  1135. [18:30:49] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:436)
  1136. [18:30:49] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1342)
  1137. [18:30:49] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1130)
  1138. [18:30:49] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
  1139. [18:30:49] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:829)
  1140. [18:30:49] [Server thread/WARN]: Caused by: java.lang.ClassNotFoundException: com.fastasyncworldedit.core.regions.FaweMaskManager
  1141. [18:30:49] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155)
  1142. [18:30:49] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114)
  1143. [18:30:49] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
  1144. [18:30:49] [Server thread/WARN]: ... 10 more
  1145. [18:30:49] [Server thread/INFO]: [Lands] [Integrations] Successfully loaded LuckPerms contexts. More information: https://github.com/Angeschossen/Lands/wiki/Luckperms-Context
  1146. [18:30:49] [Server thread/INFO]: [Lands] [Upkeep] Resuming task. Next execution is in 6 hour(s), 49 minute(s).
  1147. [18:30:49] [Server thread/INFO]: [Lands] [Nations-Upkeep] Resuming task. Next execution is in 9 day(s), 16 hour(s).
  1148. [18:30:50] [Server thread/INFO]: [EpicSpawners] Loading Crafting Recipes
  1149. [18:30:50] [Craft Scheduler Thread - 35/INFO]: [BuycraftX] Fetched due players (0 found).
  1150. [18:30:51] [Craft Scheduler Thread - 19/INFO]: [HeadDatabase] Succesfully loaded 39191 heads!
  1151. [18:30:51] [Craft Scheduler Thread - 19/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
  1152. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.62.2 ]================================
  1153. [18:30:52] [Server thread/INFO]: [ShopGUIPlus]
  1154. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Vault economy registered.
  1155. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Vault economy enabled.
  1156. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
  1157. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
  1158. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for HeadDatabase.
  1159. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support.
  1160. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items.
  1161. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 19 items.
  1162. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 9 items.
  1163. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'tools' with 15 items.
  1164. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 49 items.
  1165. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 24 items.
  1166. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 8 items.
  1167. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 18 items.
  1168. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 17 items.
  1169. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 16 items.
  1170. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 shops with total of 175 items.
  1171. [18:30:52] [Server thread/INFO]: [ShopGUIPlus]
  1172. [18:30:52] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
  1173. [18:30:53] [Server thread/INFO]: Downloaded CMILib1.0.3.9 file
  1174. [18:30:53] [Server thread/INFO]: Please restart server for this to take full effect
  1175. [18:30:53] [ForkJoinPool.commonPool-worker-11/INFO]: [Lands] There is a new version available: 5.15.2
  1176. [18:31:21] [User Authenticator #1/INFO]: UUID of player Falyx123 is c9b71eb0-1bce-4cbf-9241-fdb08fd3e32d
  1177. [18:31:21] [Server thread/INFO]: Falyx123[/24.48.13.27:43823] logged in with entity id 361 at ([void]966.0204652003151, 234.9750269988835, -132.2748761649538)
  1178. [18:31:21] [Server thread/INFO]: [✔] Falyx123
  1179. [18:31:32] [Server thread/WARN]: Falyx123 moved too quickly! 4.913864245843342,8.433459569248498,12.242740537253752
  1180. [18:31:47] [User Authenticator #1/INFO]: UUID of player CookieCutie_ is c81666c5-56cf-43ed-b804-9da3fcf0910b
  1181. [18:31:47] [Server thread/INFO]: CookieCutie_[/24.4.255.244:36853] logged in with entity id 379 at ([void]954.9796974843803, 153.0, -189.05000001192093)
  1182. [18:31:47] [Server thread/INFO]: [✔] CookieCutie_
  1183. [18:31:48] [Craft Scheduler Thread - 32/INFO]: [BuycraftX] Sending 2 analytic events
  1184. [18:31:50] [Server thread/INFO]: CookieCutie_ issued server command: /pl
  1185. [18:31:55] [Async Chat Thread - #0/WARN]: [PlaceholderAPI] Loaded class me.clip.deluxetags.DeluxeTag from DeluxeTags v1.8.1 which is not a depend, softdepend or loadbefore of this plugin.
  1186. [18:31:55] [Async Chat Thread - #0/INFO]: Falyx123 [Frog] » Hi Cookie
  1187. [18:31:57] [Server thread/WARN]: Falyx123 moved too quickly! 1.5738746078767463,4.073470029490949,-10.486472645407304
  1188. [18:32:01] [Async Chat Thread - #0/INFO]: CookieCutie_ » Hiya falyx :D
  1189. [18:32:14] [Async Chat Thread - #0/INFO]: CookieCutie_ » I'm still tryina get mythic mobs working, it's the core of season 3
  1190. [18:32:23] [Async Chat Thread - #0/INFO]: CookieCutie_ » so I really need it, I just don't know whats wrong ;w;
  1191. [18:32:25] [Async Chat Thread - #0/INFO]: Falyx123 [Frog] » Still doesnt work?!?
  1192. [18:32:28] [Async Chat Thread - #0/INFO]: CookieCutie_ » nope
  1193. [18:32:48] [Craft Scheduler Thread - 16/INFO]: -----< TradeSystem >-----
  1194. [18:32:48] [Craft Scheduler Thread - 16/INFO]: New update available [Maintenance update].
  1195. [18:32:48] [Craft Scheduler Thread - 16/INFO]: Download it on
  1196.  
  1197. https://www.spigotmc.org/resources/58434/update?update=422575
  1198.  
  1199. [18:32:48] [Craft Scheduler Thread - 16/INFO]: ------------------------
  1200. [18:32:49] [Craft Scheduler Thread - 21/INFO]: [BuycraftX] Fetching all due players...
  1201. [18:32:49] [Craft Scheduler Thread - 21/INFO]: [BuycraftX] Fetched due players (0 found).
  1202. [18:34:49] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetching all due players...
  1203. [18:34:49] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetched due players (0 found).
  1204. [18:35:30] [Async Chat Thread - #1/INFO]: Falyx123 [Frog] » Xxen's skin?
  1205. [18:35:34] [Server thread/INFO]: Falyx123 issued server command: /top
  1206. [18:36:04] [Async Chat Thread - #1/INFO]: CookieCutie_ » idkj
  1207. [18:36:19] [Async Chat Thread - #1/INFO]: CookieCutie_ » where?
  1208. [18:36:35] [Async Chat Thread - #1/INFO]: Falyx123 [Frog] » tp
  1209. [18:36:42] [Server thread/INFO]: CookieCutie_ issued server command: /tp Falyx123
  1210. [18:36:47] [Async Chat Thread - #1/INFO]: CookieCutie_ » huh
  1211. [18:36:49] [Craft Scheduler Thread - 38/INFO]: [BuycraftX] Fetching all due players...
  1212. [18:36:50] [Craft Scheduler Thread - 38/INFO]: [BuycraftX] Fetched due players (0 found).
  1213. [18:37:03] [Async Chat Thread - #1/INFO]: CookieCutie_ » I'm gonna ask for help on the mythic mobs discord
  1214. [18:37:17] [Async Chat Thread - #1/INFO]: Falyx123 [Frog] » okay
  1215. [18:38:50] [Craft Scheduler Thread - 24/INFO]: [BuycraftX] Fetching all due players...
  1216. [18:38:50] [Craft Scheduler Thread - 24/INFO]: [BuycraftX] Fetched due players (0 found).
  1217. [18:40:50] [Craft Scheduler Thread - 42/INFO]: [BuycraftX] Fetching all due players...
  1218. [18:40:50] [Craft Scheduler Thread - 42/INFO]: [BuycraftX] Fetched due players (0 found).
  1219. [18:42:50] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetching all due players...
  1220. [18:42:50] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetched due players (0 found).
  1221. [18:44:50] [Craft Scheduler Thread - 41/INFO]: [BuycraftX] Fetching all due players...
  1222. [18:44:50] [Craft Scheduler Thread - 41/INFO]: [BuycraftX] Fetched due players (0 found).
  1223. [18:46:39] [Server thread/INFO]: Falyx123 issued server command: /warp builds
  1224. [18:46:50] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetching all due players...
  1225. [18:46:50] [Craft Scheduler Thread - 9/INFO]: [BuycraftX] Fetched due players (0 found).
  1226. [18:48:20] [Async Chat Thread - #2/INFO]: Falyx123 [Frog] » Oh no :'((( i gtg sorry but i will still be active on the discord tho! so yeah cya ! :DD
  1227. [18:48:22] [Server thread/INFO]: Falyx123 lost connection: Disconnected
  1228. [18:48:22] [Server thread/INFO]: [✘] Falyx123
  1229. [18:48:48] [Craft Scheduler Thread - 24/INFO]: [BuycraftX] Sending 1 analytic events
  1230. [18:48:50] [Craft Scheduler Thread - 42/INFO]: [BuycraftX] Fetching all due players...
  1231. [18:48:51] [Craft Scheduler Thread - 42/INFO]: [BuycraftX] Fetched due players (0 found).
  1232. [18:50:51] [Craft Scheduler Thread - 42/INFO]: [BuycraftX] Fetching all due players...
  1233. [18:50:51] [Craft Scheduler Thread - 42/INFO]: [BuycraftX] Fetched due players (0 found).
  1234. [18:52:51] [Craft Scheduler Thread - 41/INFO]: [BuycraftX] Fetching all due players...
  1235. [18:52:51] [Craft Scheduler Thread - 41/INFO]: [BuycraftX] Fetched due players (0 found).
  1236. [18:54:51] [Craft Scheduler Thread - 46/INFO]: [BuycraftX] Fetching all due players...
  1237. [18:54:51] [Craft Scheduler Thread - 46/INFO]: [BuycraftX] Fetched due players (0 found).
  1238.  
Add Comment
Please, Sign In to add comment