[18:48:45] [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'
[18:48:46] [main/INFO]: Reloading ResourceManager: Default, bukkit
[18:48:47] [Worker-Main-1/INFO]: Loaded 7 recipes
[18:48:48] [Server thread/INFO]: Starting minecraft server version 1.16.5
[18:48:48] [Server thread/INFO]: Loading properties
[18:48:49] [Server thread/INFO]: This server is running Paper version git-Paper-794 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[18:48:49] [Server thread/INFO]: Debug logging is disabled
[18:48:49] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:48:49] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:48:49] [Server thread/INFO]: Default game type: SURVIVAL
[18:48:49] [Server thread/INFO]: Generating keypair
[18:48:49] [Server thread/INFO]: Starting Minecraft server on *:25565
[18:48:50] [Server thread/INFO]: Using default channel type
[18:48:53] [Server thread/ERROR]: Could not load 'plugins\MMOCore-API-1.9.5-20220818.063357-6.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:160) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
... 7 more
[18:48:56] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[18:49:01] [Server thread/WARN]: Legacy plugin MultiWands v3.12 does not specify an api-version.
[18:49:01] [Server thread/WARN]: Legacy plugin Admin-Commands v3.3 does not specify an api-version.
[18:49:02] [Server thread/ERROR]: Could not load 'plugins\CratesPlusReloaded.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: jorisfort/cratesplusreloaded/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
Caused by: java.lang.UnsupportedClassVersionError: jorisfort/cratesplusreloaded/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_351]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_351]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:201) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_351]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_351]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-794]
... 7 more
[18:49:02] [Server thread/WARN]: Legacy plugin PlayerVaults v3.6.0-bSNAPSHOT does not specify an api-version.
[18:49:02] [Server thread/ERROR]: Could not load 'plugins\NexEngine.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.17
at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:361) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
[18:49:02] [Server thread/ERROR]: Could not load 'plugins\ExcellentEnchants-3.2.14.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [NexEngine]. Please download and install these plugins to run 'ExcellentEnchants'.
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
[18:49:02] [Server thread/ERROR]: Could not load 'plugins\worldguard-bukkit-7.0.7-dist.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.17
at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:361) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
[18:49:03] [Server thread/ERROR]: Could not load 'plugins\MMOItems-6.9.2-SNAPSHOT.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: io/lumine/mythic/lib/skill/handler/SkillHandler
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
Caused by: java.lang.NoClassDefFoundError: io/lumine/mythic/lib/skill/handler/SkillHandler
at net.Indyuce.mmoitems.MMOItems.<init>(MMOItems.java:67) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_351]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_351]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_351]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_351]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-794]
... 7 more
Caused by: java.lang.ClassNotFoundException: io.lumine.mythic.lib.skill.handler.SkillHandler
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_351]
at net.Indyuce.mmoitems.MMOItems.<init>(MMOItems.java:67) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_351]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_351]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_351]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_351]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-794]
... 7 more
[18:49:03] [Server thread/ERROR]: Could not load 'plugins\BetterShulkerBoxesRewritten-4.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: dev/martinl/bsbrewritten/BSBRewritten has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
Caused by: java.lang.UnsupportedClassVersionError: dev/martinl/bsbrewritten/BSBRewritten has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_351]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_351]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:201) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_351]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_351]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_351]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-794]
... 7 more
[18:49:03] [Server thread/INFO]: [VoidGen] Loading VoidGen v2.2.1
[18:49:03] [Server thread/INFO]: [MultiWands] Loading MultiWands v3.12
[18:49:03] [Server thread/INFO]: [AgarthaLib] Loading AgarthaLib v2.17.1
[18:49:03] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[18:49:03] [Server thread/INFO]: [FancyBags] Loading FancyBags v1.8.4
[18:49:03] [Server thread/INFO]: [Core] Loading Core v0.5.8
[18:49:04] [Server thread/INFO]: [Core] Checking update for Core v0.5.8
[18:49:06] [Server thread/INFO]: [MyItems] Loading MyItems v6.4.5
[18:49:06] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.7.0
[18:49:06] [Server thread/INFO]: [Admin-Commands] Loading Admin-Commands v3.3
[18:49:06] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.5.1
[18:49:06] [Server thread/INFO]: [ViaVersion] ViaVersion 4.5.1 is now loaded, injecting!
[18:49:06] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[18:49:07] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[18:49:07] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[18:49:07] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[18:49:07] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[18:49:07] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[18:49:07] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[18:49:07] [Via-Mappingloader-7/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[18:49:07] [Via-Mappingloader-8/INFO]: [ViaVersion] Loading 1.18 -> 1.19 mappings...
[18:49:07] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[18:49:07] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.5.1
[18:49:07] [Via-Mappingloader-9/INFO]: [ViaVersion] Loading 1.19 -> 1.19.3 mappings...
[18:49:07] [Server thread/INFO]: [ViaBackwards] Loading translations...
[18:49:08] [Via-Mappingloader-10/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
[18:49:08] [Via-Mappingloader-12/INFO]: [ViaBackwards] Loading 1.12 -> 1.11 mappings...
[18:49:08] [Via-Mappingloader-11/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
[18:49:08] [Via-Mappingloader-13/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
[18:49:08] [Via-Mappingloader-1/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
[18:49:08] [Server thread/INFO]: [MoneyNote] Loading MoneyNote v1.4.1
[18:49:08] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.2
[18:49:08] [Server thread/INFO]: [Bank] Loading Bank v4.5.9-RELEASE
[18:49:08] [Via-Mappingloader-12/INFO]: [ViaBackwards] Loading 1.18 -> 1.17 mappings...
[18:49:08] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
[18:49:08] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
[18:49:08] [Via-Mappingloader-6/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
[18:49:08] [Via-Mappingloader-2/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
[18:49:08] [Server thread/INFO]: [Core] Checking update for Bank v4.5.9-RELEASE
[18:49:09] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[18:49:09] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.19 -> 1.18 mappings...
[18:49:09] [Via-Mappingloader-8/INFO]: [ViaBackwards] Loading 1.19.3 -> 1.19 mappings...
[18:49:09] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
[18:49:10] [Server thread/INFO]: [Core] Attempting to load default ItemUtils
[18:49:10] [Server thread/INFO]: [Core] Attempting to load 1.16 ItemUtils
[18:49:10] [Server thread/INFO]: [Core] Loaded 1.16, enjoy :)
[18:49:11] [Server thread/INFO]: [Bank] Blocks enabled
[18:49:11] [Server thread/INFO]: [Bank] Signs enabled
[18:49:11] [Server thread/INFO]: [Bank] Bank loaded
[18:49:11] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.13+46576cc
[18:49:13] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2a3644c9]
[18:49:13] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0-dev+36-ca71d93
[18:49:13] [Server thread/INFO]: [ItemEdit] Loading ItemEdit v3.0.7
[18:49:13] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.8.0
[18:49:15] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.20.0-dev+36-ca71d93
[18:49:15] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.20.0-dev+36-ca71d93
[18:49:15] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.20.0-dev+36-ca71d93
[18:49:15] [Server thread/INFO]: [TAB] Loading TAB v3.2.1
[18:49:15] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-bSNAPSHOT
[18:49:15] [Server thread/INFO]: [PowerRanks] Loading PowerRanks v1.10.5R2
[18:49:15] [Server thread/INFO]: [ItemTag] Loading ItemTag v3.0.6
[18:49:15] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.0-dev+36-ca71d93
[18:49:15] [Server thread/INFO]: [PlayerVaultsGUI] Loading PlayerVaultsGUI v0.1.15
[18:49:15] [Server thread/INFO]: [MythicLib] Loading MythicLib v1.2
[18:49:15] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.utils.) is bound to plugin MythicLib - io.lumine.mythic.lib.MythicLib
[18:49:15] [Server thread/INFO]: [MythicLib] Detected Bukkit Version: v1_16_R3
[18:49:15] [Server thread/INFO]: [MyPet] Loading MyPet v3.12
[18:49:15] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Error-Reporter ENABLED
[18:49:16] [Server thread/INFO]: [WildStacker] Loading WildStacker v2022.6
[18:49:17] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[18:49:17] [Server thread/INFO]: [Towny] Loading Towny v0.98.4.0
[18:49:17] [Server thread/INFO]: [DeadChest] Loading DeadChest v4.13.0
[18:49:17] [Server thread/INFO]: [DeadChest] Worldguard support disabled by user
[18:49:17] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.98
[18:49:17] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.16.3
[18:49:18] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (1058 ms).
[18:49:18] [Server thread/INFO]: [Shopkeepers] Loading config.
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': ALLAY
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': AXOLOTL
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': FROG
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': GLOW_SQUID
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': GOAT
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': TADPOLE
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': WARDEN
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: All existing entity type names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
[18:49:18] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': ALLAY
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': AXOLOTL
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': FROG
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': GLOW_SQUID
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': GOAT
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': TADPOLE
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': WARDEN
[18:49:18] [Server thread/WARN]: [Shopkeepers] Config: All existing entity type names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
[18:49:18] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[18:49:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:49:18] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[18:49:18] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_1_15
[18:49:18] [Server thread/INFO]: [Core] Enabling Core v0.5.8
[18:49:18] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[18:49:18] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.0-dev+36-ca71d93 which is not a depend, softdepend or loadbefore of this plugin.
[18:49:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:49:18] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:49:18] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[18:49:18] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.2
[18:49:19] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[18:49:19] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[18:49:20] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[18:49:21] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
[18:49:24] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0
[18:49:24] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[18:49:24] [Server thread/INFO]: [PowerRanks] Enabling PowerRanks v1.10.5R2
[18:49:25] [Server thread/INFO]: [PowerRanks]
[18:49:25] [Server thread/INFO]: [PowerRanks] === ------- LOADING CONFIGURATION ------ ===
[18:49:25] [Server thread/INFO]: [PowerRanks] Loading config file
[18:49:25] [Server thread/INFO]: [PowerRanks] Loading language file
[18:49:25] [Server thread/INFO]: [PowerRanks] Loading usertags file
[18:49:25] [Server thread/INFO]: [PowerRanks]
[18:49:25] [Server thread/INFO]: [PowerRanks] === ---------- LOADING ADDONS ---------- ===
[18:49:25] [Server thread/INFO]: [PowerRanks] Loaded 0 add-on(s)!
[18:49:25] [Server thread/INFO]: [PowerRanks]
[18:49:25] [Server thread/INFO]: [PowerRanks] === ----------- LOADING DATA ----------- ===
[18:49:25] [Server thread/INFO]: [PowerRanks] Loading player & rank data
[18:49:26] [Server thread/INFO]: [PowerRanks]
[18:49:26] [Server thread/INFO]: [PowerRanks] === ------- LOADING PLUGIN HOOKS ------- ===
[18:49:26] [Server thread/INFO]: [PowerRanks] Checking for plugins to hook in to:
[18:49:26] [Server thread/INFO]: [PowerRanks] Vault found!
[18:49:26] [Server thread/INFO]: [PowerRanks] Enabling Vault Economy integration.
[18:49:26] [Server thread/INFO]: [PowerRanks] Enabling Vault Permission integration.
[18:49:26] [Server thread/INFO]: [PowerRanks] Vault compatible economy plugin found! (EssentialsX Economy)
[18:49:26] [Server thread/INFO]: [PowerRanks]
[18:49:26] [Server thread/INFO]: [PowerRanks] ?????? ?????? PowerRanks v1.10.5R2
[18:49:26] [Server thread/INFO]: [PowerRanks] ?? ?? ?? ?? Running on Paper v1.16.5
[18:49:26] [Server thread/INFO]: [PowerRanks] ?????? ?????? Startup time: 1528ms
[18:49:26] [Server thread/INFO]: [PowerRanks] ?? ?? ?? Loaded 4 ranks and 1 players (YAML)
[18:49:26] [Server thread/INFO]: [PowerRanks] ?? ?? ??
[18:49:26] [Server thread/INFO]: [PowerRanks]
[18:49:26] [Server thread/INFO]: [PowerRanks] If you'd like to donate, please visit https://ko-fi.com/svenar or https://patreon.com/svenar
[18:49:26] [Server thread/INFO]: [PowerRanks] Checking for updates...
[18:49:26] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:49:26] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:49:26] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[18:49:26] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:49:26] [Server thread/INFO]: Preparing level "world"
[18:49:26] [Server thread/INFO]: -------- World Settings For [world] --------
[18:49:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:49:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:49:26] [Server thread/INFO]: View Distance: 10
[18:49:26] [Server thread/INFO]: Item Despawn Rate: 6000
[18:49:26] [Server thread/INFO]: Item Merge Radius: 2.5
[18:49:26] [Server thread/INFO]: Mob Spawn Range: 4
[18:49:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:49:26] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:49:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:49:26] [Server thread/INFO]: Max TNT Explosions: 100
[18:49:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:49:26] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:49:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:49:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:49:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:49:26] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:49:27] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:49:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:49:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:49:27] [Server thread/INFO]: View Distance: 10
[18:49:27] [Server thread/INFO]: Item Despawn Rate: 6000
[18:49:27] [Server thread/INFO]: Item Merge Radius: 2.5
[18:49:27] [Server thread/INFO]: Mob Spawn Range: 4
[18:49:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:49:27] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:49:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:49:27] [Server thread/INFO]: Max TNT Explosions: 100
[18:49:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:49:27] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:49:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:49:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:49:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:49:27] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:49:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:49:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:49:27] [Server thread/INFO]: View Distance: 10
[18:49:27] [Server thread/INFO]: Item Despawn Rate: 6000
[18:49:27] [Server thread/INFO]: Item Merge Radius: 2.5
[18:49:27] [Server thread/INFO]: Mob Spawn Range: 4
[18:49:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:49:27] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[18:49:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:49:27] [Server thread/INFO]: Max TNT Explosions: 100
[18:49:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:49:27] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:49:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[18:49:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Kelp Growth Modifier: 100%
[18:49:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:49:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[18:49:27] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[18:49:28] [Server thread/INFO]: Time elapsed: 943 ms
[18:49:28] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[18:49:29] [Server thread/INFO]: Time elapsed: 589 ms
[18:49:29] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[18:49:29] [Server thread/INFO]: Time elapsed: 55 ms
[18:49:29] [Server thread/INFO]: [MultiWands] Enabling MultiWands v3.12*
[18:49:29] [Server thread/INFO]: [AgarthaLib] Enabling AgarthaLib v2.17.1
[18:49:31] [Server thread/ERROR]: Error occurred while enabling AgarthaLib v2.17.1 (Is it up to date?)
java.lang.NullPointerException: null
at com.praya.agarthalib.utility.ServerUtil.isCompatible(ServerUtil.java:91) ~[?:?]
at com.praya.agarthalib.utility.ServerUtil.isCompatible(ServerUtil.java:85) ~[?:?]
at com.praya.agarthalib.manager.task.TaskBossBarManager.createTaskBossBarPlayer(TaskBossBarManager.java:33) ~[?:?]
at com.praya.agarthalib.manager.task.TaskBossBarManager.reloadTaskBossBarPlayer(TaskBossBarManager.java:29) ~[?:?]
at com.praya.agarthalib.manager.task.TaskBossBarManager.<init>(TaskBossBarManager.java:21) ~[?:?]
at com.praya.agarthalib.manager.task.TaskManager.<init>(TaskManager.java:15) ~[?:?]
at com.praya.agarthalib.AgarthaLib.registerManager(AgarthaLib.java:152) ~[?:?]
at com.praya.agarthalib.AgarthaLib.onEnable(AgarthaLib.java:135) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:599) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
[18:49:31] [Server thread/INFO]: [AgarthaLib] Disabling AgarthaLib v2.17.1
[18:49:31] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[18:49:31] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[18:49:31] [Server thread/INFO]: [ClearLag] Loading modules...
[18:49:31] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[18:49:31] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[18:49:31] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[18:49:31] [Server thread/INFO]: [FancyBags] Enabling FancyBags v1.8.4
[18:49:31] [Server thread/INFO]: FancyBags >>> NMS Version Detected: v1_16_R3
[18:49:31] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
[18:49:31] [Thread-12/INFO]: [ClearLag] No updates found!
[18:49:32] [Server thread/INFO]: FancyBags >>> loaded 1 recipes!
[18:49:32] [Server thread/INFO]: FancyBags plugin has been enabled!
[18:49:32] [Server thread/INFO]: [MyItems] Enabling MyItems v6.4.5
[18:49:32] [Server thread/ERROR]: Error occurred while enabling MyItems v6.4.5 (Is it up to date?)
java.lang.NoClassDefFoundError: com/praya/agarthalib/utility/FileUtil
at com.praya.myitems.config.plugin.DataConfig.loadConfig(DataConfig.java:56) ~[?:?]
at com.praya.myitems.config.plugin.DataConfig.setup(DataConfig.java:48) ~[?:?]
at com.praya.myitems.config.plugin.DataConfig.<init>(DataConfig.java:23) ~[?:?]
at com.praya.myitems.manager.plugin.DataManager.<init>(DataManager.java:20) ~[?:?]
at com.praya.myitems.manager.plugin.PluginManager.initialize(PluginManager.java:28) ~[?:?]
at com.praya.myitems.MyItems.setPluginManager(MyItems.java:175) ~[?:?]
at com.praya.myitems.MyItems.onEnable(MyItems.java:157) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:599) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
Caused by: java.lang.ClassNotFoundException: com.praya.agarthalib.utility.FileUtil
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_351]
... 17 more
[18:49:32] [Server thread/INFO]: [MyItems] Disabling MyItems v6.4.5
[18:49:32] [Server thread/ERROR]: Error occurred while disabling MyItems v6.4.5 (Is it up to date?)
java.lang.NoClassDefFoundError: com/praya/agarthalib/utility/BlockUtil
at com.praya.myitems.utility.main.AntiBugUtil.antiBugCustomStats(AntiBugUtil.java:11) ~[?:?]
at com.praya.myitems.MyItems.onDisable(MyItems.java:375) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:405) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:599) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
Caused by: java.lang.ClassNotFoundException: com.praya.agarthalib.utility.BlockUtil
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_351]
... 14 more
[18:49:32] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.7.0
[18:49:32] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[18:49:32] [Server thread/WARN]: [AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml) or if you are using Paper settings.velocity-support.enabled may not be enabled (paper.yml)
[18:49:32] [Server thread/INFO]: Advanced portals have been successfully enabled!
[18:49:32] [Server thread/INFO]: [Admin-Commands] Enabling Admin-Commands v3.3*
[18:49:32] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[18:49:32] [Server thread/INFO]: plugin: Admin-Commands
[18:49:32] [Server thread/INFO]: version: 3.3
[18:49:32] [Server thread/INFO]: by: MLGEditz
[18:49:32] [Server thread/INFO]: website: mlgeditz.nl
[18:49:32] [Server thread/INFO]: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
[18:49:32] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.5.1
[18:49:32] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.5.1
[18:49:32] [Server thread/INFO]: [MoneyNote] Enabling MoneyNote v1.4.1
[18:49:33] [Server thread/INFO]: [MoneyNote] Plugin is up to date! - 1.4.1
[18:49:33] [Server thread/INFO]: [MoneyNote] Successfully loaded.
[18:49:33] [Server thread/INFO]: [Bank] Enabling Bank v4.5.9-RELEASE
[18:49:33] [Server thread/INFO]: [Bank] Bank Enabled
[18:49:33] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+36-ca71d93
[18:49:35] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[18:49:35] [Server thread/INFO]: [Essentials] No kits found to migrate.
[18:49:37] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[18:49:37] [Server thread/INFO]: [Essentials] Using locale en
[18:49:38] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[18:49:38] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[18:49:38] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[18:49:38] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)
[18:49:38] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.0.7
[18:49:40] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[18:49:40] [Server thread/INFO]: [ItemEdit] # Enabled (took 1697 ms)
[18:49:40] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.20.0-dev+36-ca71d93
[18:49:40] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[18:49:40] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
[18:49:40] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.20.0-dev+36-ca71d93
[18:49:40] [Server thread/ERROR]: [EssentialsGeoIP] No license key found! Please visit https://essentialsx.net/geoip for first time setup instructions.
[18:49:40] [Server thread/ERROR]: [EssentialsGeoIP] Failed to read GeoIP database!
java.io.FileNotFoundException: plugins\EssentialsGeoIP\GeoIP2-Country.mmdb (The system cannot find the file specified)
at java.io.RandomAccessFile.open0(Native Method) ~[?:1.8.0_351]
at java.io.RandomAccessFile.open(Unknown Source) ~[?:1.8.0_351]
at java.io.RandomAccessFile.<init>(Unknown Source) ~[?:1.8.0_351]
at com.earth2me.essentials.geoip.libs.maxmind.db.BufferHolder.<init>(BufferHolder.java:19) ~[?:?]
at com.earth2me.essentials.geoip.libs.maxmind.db.Reader.<init>(Reader.java:116) ~[?:?]
at com.earth2me.essentials.geoip.libs.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:66) ~[?:?]
at com.earth2me.essentials.geoip.libs.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:54) ~[?:?]
at com.earth2me.essentials.geoip.libs.maxmind.geoip2.DatabaseReader$Builder.build(DatabaseReader.java:160) ~[?:?]
at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:175) ~[?:?]
at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:51) ~[?:?]
at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:33) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:599) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-794]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_351]
[18:49:40] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[18:49:40] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config.
[18:49:40] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.20.0-dev+36-ca71d93
[18:49:40] [Server thread/INFO]: [EssentialsAntiBuild] Starting Metrics. Opt-out using the global bStats config.
[18:49:40] [Server thread/INFO]: [TAB] Enabling TAB v3.2.1
[18:49:40] [Server thread/INFO]: [TAB] Server version: 1.16.5 (v1_16_R3)
[18:49:40] [Server thread/INFO]: [TAB] Loaded NMS hook in 120ms
[18:49:42] [Server thread/INFO]: [TAB] Enabled in 677ms
[18:49:42] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-bSNAPSHOT*
[18:49:42] [Server thread/INFO]: [ItemTag] Enabling ItemTag v3.0.6
[18:49:42] [Server thread/INFO]: [ItemTag] # Enabled (took 176 ms)
[18:49:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+36-ca71d93
[18:49:42] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[18:49:42] [Server thread/INFO]: [PlayerVaultsGUI] Enabling PlayerVaultsGUI v0.1.15
[18:49:42] [Server thread/INFO]: [MythicLib] Enabling MythicLib v1.2
[18:49:43] [Server thread/WARN]: [MythicLib] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.5.1 which is not a depend, softdepend or loadbefore of this plugin.
[18:49:43] [Server thread/INFO]: [MythicLib] Started up bStats Metrics
[18:49:44] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Enabling MyPet v3.12
[18:49:45] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ##################################################
[18:49:45] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] # A new build is available: 3.12-SNAPSHOT #1736 #
[18:49:45] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] # https://github.com/MyPetORG/MyPet/releases #
[18:49:45] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ##################################################
[18:49:45] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Compat mode for v1_16_R3 loaded.
[18:49:45] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Exp calculation mode: MyPet
[18:49:45] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Loading WorldGroups...
[18:49:46] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'world' to 'default'
[18:49:46] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'world_nether' to 'default'
[18:49:46] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] added 'world_the_end' to 'default'
[18:49:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Connect to SQLite database...
[18:49:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] SQLite connection successful.
[18:49:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] ProtocolLib (4.8.0) hook activated.
[18:49:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Vault (1.7.3-b131) (Economy: EssentialsX Economy) (Permissions: PowerRanks) hook activated.
[18:49:47] [Server thread/INFO]: [de.Keyle.MyPet.MyPetPlugin] [MyPet] Version 3.12-SNAPSHOT-b1731 ENABLED
[18:49:47] [Server thread/INFO]: [WildStacker] Enabling WildStacker v2022.6
[18:49:47] [Server thread/INFO]: [WildStacker] ******** ENABLE START ********
[18:49:48] [Server thread/INFO]: [WildStacker] Loading configuration started...
[18:49:48] [Server thread/INFO]: [WildStacker] - Stacking drops is enabled
[18:49:48] [Server thread/INFO]: [WildStacker] - Stacking entities is enabled
[18:49:48] [Server thread/INFO]: [WildStacker] - Stacking spawners is enabled
[18:49:48] [Server thread/INFO]: [WildStacker] - Stacking barrels is enabled
[18:49:48] [Server thread/INFO]: [WildStacker] Loading configuration done (Took 441ms)
[18:49:48] [Server thread/INFO]: [WildStacker] Loading loot-tables started...
[18:49:49] [Server thread/INFO]: [WildStacker] Loading loot-tables done (Took 1281ms)
[18:49:49] [Server thread/INFO]: [WildStacker] Loading messages started...
[18:49:50] [Server thread/INFO]: [WildStacker] - Found 69 messages in lang.yml.
[18:49:50] [Server thread/INFO]: [WildStacker] Loading messages done (Took 82ms)
[18:49:51] [Server thread/INFO]: [WildStacker] ******** ENABLE DONE ********
[18:49:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[18:49:51] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" 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--].
[18:49:51] [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.
[18:49:51] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[18:49:52] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[18:49:52] [Server thread/INFO]: [Towny] Enabling Towny v0.98.4.0
[18:49:52] [Server thread/INFO]: ==================== Towny ========================
[18:49:55] [Server thread/INFO]: [Towny] Successfully loaded translations for 37 languages.
[18:49:56] [Server thread/INFO]: [Towny] Config: Loaded 9 townblock types: default, bank, shop, wilds, inn, farm, embassy, arena, jail.
[18:49:56] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
[18:49:56] [Server thread/INFO]: [Towny] Database: Loaded in 233ms.
[18:49:56] [Server thread/INFO]: [Towny] Database: 100% of residents have stored UUIDs.
[18:49:56] [Thread-14/INFO]: [Towny] Cleaning up old backups...
[18:49:56] [Server thread/INFO]: [Towny] Searching for third-party plugins...
[18:49:56] [Server thread/INFO]: [Towny] Plugins found:
[18:49:56] [Server thread/INFO]: [Towny] Permissions: TownyPerms, Vault v1.7.3-b131 via Vault
[18:49:56] [Server thread/INFO]: [Towny] Chat: Vault v1.7.3-b131 via Vault
[18:49:56] [Server thread/INFO]: [Towny] Economy: EssentialsX Economy via Vault
[18:49:56] [Server thread/INFO]: [Towny] Add-ons: TownyChat v0.98
[18:49:56] [Server thread/INFO]: [Towny] Warning: EssentialsX Economy has been known to reset
town and nation bank accounts on rare occasions.
[18:49:56] [Thread-14/INFO]: [Towny] Successfully cleaned backups.
[18:49:56] [Thread-15/INFO]: [Towny] Making backup...
[18:49:57] [Server thread/INFO]: =============================================================
[18:49:57] [Server thread/INFO]: [Towny] Version: 0.98.4.0 - Plugin Enabled
[18:49:57] [Server thread/INFO]: =============================================================
[18:49:57] [Server thread/INFO]: [DeadChest] Enabling DeadChest v4.13.0
[18:49:57] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.98
[18:49:57] [Server thread/INFO]: [TownyChat] Towny version 0.98.4.0 found.
[18:49:57] [Server thread/INFO]: [TownyChat] Default Channel set to general
[18:49:57] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.16.3
[18:49:58] [Server thread/INFO]: [Shopkeepers] Loading the data of 1 shopkeepers ...
[18:49:58] [Thread-15/INFO]: [Towny] Towny flatfiles and settings successfully backed up.
[18:49:58] [Server thread/INFO]: Running delayed init tasks
[18:49:58] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.16.4/5 (754)
[18:49:58] [Craft Scheduler Thread - 14/INFO]: [Towny] Checking for updates...
[18:49:58] [Craft Scheduler Thread - 11/INFO]: [Towny] Time until a New Day: 17 hours, 10 minutes, 2 seconds
[18:49:58] [Server thread/WARN]: [ViaVersion] You are running an outdated Java version, please consider updating it to at least Java 17 (your version is 1.8.0_351). At some point in the future, ViaVersion will no longer be compatible with this version of Java.
[18:49:58] [Craft Scheduler Thread - 4/INFO]: FancyBags >> You are using the latest version of the plugin!
[18:49:58] [Craft Scheduler Thread - 6/INFO]: [Essentials] Fetching version information...
[18:49:58] [Craft Scheduler Thread - 8/INFO]: [PlayerVaults] We didn't find an update!
[18:49:58] [Craft Scheduler Thread - 15/INFO]: [Vault] Checking for Updates ...
[18:49:58] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[18:49:58] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins\PlayerVaults\uuidvaults directory.
[18:49:58] [Server thread/INFO]: [WildStacker] Loading providers started...
[18:49:58] [Server thread/INFO]: [WildStacker] - Couldn't find any spawners providers, using default one.
[18:49:58] [Server thread/INFO]: [WildStacker] Using Vault as an economy provider.
[18:49:58] [Craft Scheduler Thread - 10/INFO]: [MythicLib] A new build is available: 1.5 (you are running 1.2)
[18:49:58] [Craft Scheduler Thread - 10/INFO]: [MythicLib] Download it here: https://www.spigotmc.org/resources/90306/
[18:49:58] [Craft Scheduler Thread - 9/INFO]: [ItemTag] New Update at https://spigotmc.org/resources/89634
[18:49:59] [Craft Scheduler Thread - 7/INFO]: [ItemEdit] New Update at https://spigotmc.org/resources/40993
[18:49:59] [Craft Scheduler Thread - 15/INFO]: [Vault] No new version available
[18:49:59] [Server thread/INFO]: [WildStacker] Loading providers done (Took 141ms)
[18:49:59] [Server thread/INFO]: [WildStacker] Starting to load entities...
[18:49:59] [Server thread/INFO]: [WildStacker] Loading entities done! Took 2 ms.
[18:49:59] [Server thread/INFO]: [WildStacker] Starting to load items...
[18:49:59] [Server thread/INFO]: [WildStacker] Loading items done! Took 1 ms.
[18:49:59] [Server thread/INFO]: [WildStacker] Starting to load spawners...
[18:49:59] [Server thread/INFO]: [WildStacker] Loading spawners done! Took 20 ms.
[18:49:59] [Server thread/INFO]: [WildStacker] Starting to load barrels...
[18:49:59] [Server thread/INFO]: [WildStacker] Loading barrels done! Took 1 ms.
[18:49:59] [Server thread/INFO]: [TownyChat] -******* TownyChat enabled *******-
[18:49:59] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[18:49:59] [Server thread/INFO]: Done (70.522s)! For help, type "help"
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * WARNING - YOU ARE RUNNING AN OUTDATED VERSION OF JAVA.
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * PAPER WILL STOP BEING COMPATIBLE WITH THIS VERSION OF
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * JAVA WHEN MINECRAFT 1.17 IS RELEASED.
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Please update the version of Java you use to run Paper
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * to at least Java 16. When Paper for Minecraft 1.17 is
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * released support for versions of Java before 16 will
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * be dropped.
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Current Java version: 1.8.0_351
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] *
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * Check this forum post for more information:
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] * https://papermc.io/java16
[18:49:59] [Server thread/WARN]: [io.papermc.paper.util.PaperJvmChecker] ************************************************************
[18:49:59] [Server thread/INFO]: Timings Reset
[18:49:59] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 4.6.0, you're on: 4.5.1
[18:50:01] [Craft Scheduler Thread - 14/INFO]: [Towny] New update available: 0.98.6.19 | Current version: 0.98.4.0
[18:50:01] [Craft Scheduler Thread - 14/INFO]: [Towny] Download it here: https://github.com/TownyAdvanced/Towny/releases/tag/0.98.6.19
[18:50:02] [Craft Scheduler Thread - 6/WARN]: [Essentials] You're 8 EssentialsX dev build(s) out of date!
[18:50:02] [Craft Scheduler Thread - 6/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html
[18:50:02] [Thread-16/INFO]: [DeadChest] About to download a new update: DeadChest v4.14.0
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 0% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 10% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 10% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 20% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 20% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 30% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 40% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 50% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 60% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 70% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 80% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 80% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 90% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 90% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Downloading update: 100% of 122106 bytes.
[18:50:02] [Thread-16/INFO]: [DeadChest] Finished updating.
[18:50:07] [Server thread/INFO]: Plugins (36): Admin-Commands*, AdvancedPortals, AgarthaLib, Bank, ClearLag, Core, DeadChest, Essentials, EssentialsAntiBuild, EssentialsGeoIP, EssentialsProtect, EssentialsSpawn, FancyBags, ItemEdit, ItemTag, MoneyNote, Multiverse-Core, MultiWands*, MyItems, MyPet, MythicLib, PlayerVaults*, PlayerVaultsGUI, PowerRanks, ProtocolLib, Shopkeepers, TAB, Towny, TownyChat, Vault, ViaBackwards, ViaRewind, ViaVersion, VoidGen, WildStacker, WorldEdit
[18:50:28] [Craft Scheduler Thread - 15/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.mlgeditz.nl/Ips.txt
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at java.net.URL.openStream(Unknown Source)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at admin.command.e.a.a(Unknown Source)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at admin.command.b.run(Unknown Source)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:101)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:50:28] [Craft Scheduler Thread - 15/WARN]: at java.lang.Thread.run(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.mlgeditz.nl/Ips.txt
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at java.net.URL.openStream(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at admin.command.e.a.a(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at admin.command.b.run(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:101)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:52:58] [Craft Scheduler Thread - 29/WARN]: at java.lang.Thread.run(Unknown Source)