Untitled

mail@pastecode.io avatarunknown
plain_text
a month ago
68 kB
2
Indexable
Never
[17:19:48] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:19:50] [ServerMain/INFO]: Loaded 7 recipes
[17:19:51] [Server thread/INFO]: Starting minecraft server version 1.20.1
[17:19:51] [Server thread/INFO]: Loading properties
[17:19:51] [Server thread/INFO]: This server is running Paper version git-Paper-"6813244" (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 6813244)
[17:19:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:19:51] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:19:51] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[17:19:51] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 2 worker threads, and gen parallelism of 2 threads
[17:19:51] [Server thread/INFO]: Default game type: SURVIVAL
[17:19:51] [Server thread/INFO]: Generating keypair
[17:19:51] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25582
[17:19:51] [Server thread/INFO]: Using epoll channel type
[17:19:52] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[17:19:52] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[17:19:52] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[17:19:55] [Server thread/WARN]: Legacy plugin Lobbys v1 does not specify an api-version.
[17:19:56] [Server thread/WARN]: Legacy plugin VoidWorld v1.0 does not specify an api-version.
[17:19:56] [Server thread/WARN]: Legacy plugin Skript v2.1.2 does not specify an api-version.
[17:19:56] [Server thread/WARN]: Legacy plugin InstantDecay v1.3 does not specify an api-version.
[17:19:56] [Server thread/WARN]: Legacy plugin MoneyNote v1.0 does not specify an api-version.
[17:19:56] [Server thread/WARN]: Legacy plugin TradeMod v1.8 does not specify an api-version.
[17:19:56] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loading 2 libraries... please wait
[17:19:56] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/minecraft/multicraft/servers/server562502/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[17:19:56] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/minecraft/multicraft/servers/server562502/libraries/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar
[17:19:56] [Server thread/INFO]: [SpigotLibraryLoader] [NexEngine] Loaded library /home/minecraft/multicraft/servers/server562502/libraries/it/unimi/dsi/fastutil/8.5.11/fastutil-8.5.11.jar
[17:19:57] [Server thread/ERROR]: [LegacyPluginLoadingStrategy] Could not load 'plugins/MoreTools - DEV 10 (git 660e2).jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/mrCookieSlime/Slimefun/api/SlimefunItemStack
	at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:127) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at io.papermc.paper.plugin.entrypoint.strategy.LegacyPluginLoadingStrategy.loadProviders(LegacyPluginLoadingStrategy.java:202) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadPlugins(CraftServer.java:508) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: me/mrCookieSlime/Slimefun/api/SlimefunItemStack
	at java.lang.Class.forName0(Native Method) ~[?:?]
	at java.lang.Class.forName(Class.java:467) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	... 9 more
Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.Slimefun.api.SlimefunItemStack
	at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:?]
	at java.lang.Class.forName(Class.java:467) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	... 9 more
[17:19:57] [Server thread/INFO]: [Lobbys] Loading server plugin Lobbys v1
[17:19:57] [Server thread/INFO]: [VoidWorld] Loading server plugin VoidWorld v1.0
[17:19:57] [Server thread/INFO]: [PlayerCarry] Loading server plugin PlayerCarry v1.1
[17:19:57] [Server thread/INFO]: [SilkyShops] Loading server plugin SilkyShops v1.0-BETA
[17:19:57] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.7.0
[17:19:57] [Server thread/INFO]: [ViaVersion] ViaVersion 4.7.0 is now loaded. Registering protocol transformers and injecting...
[17:19:57] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[17:19:57] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[17:19:57] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[17:19:58] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.1.2
[17:19:58] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.3
[17:19:58] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
[17:19:58] [Server thread/INFO]: [UltimateTimber] Loading server plugin UltimateTimber v1.1
[17:19:58] [Server thread/INFO]: [BuycraftX] Loading server plugin BuycraftX v12.0.8
[17:19:58] [Server thread/INFO]: [Chairstairs] Loading server plugin Chairstairs v1.0
[17:19:58] [Server thread/INFO]: [InstantDecay] Loading server plugin InstantDecay v1.3
[17:19:58] [Server thread/INFO]: [BackpackPlus] Loading server plugin BackpackPlus v0.0.3
[17:19:58] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[17:19:58] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.2-SNAPSHOT (b56-e23f1b2)
[17:19:58] [Server thread/INFO]: [floodgate] Took 490ms to boot Floodgate
[17:19:58] [Server thread/INFO]: [DailyRewards] Loading server plugin DailyRewards v1.3.9
[17:19:58] [Server thread/INFO]: [MoneyNote] Loading server plugin MoneyNote v1.0
[17:19:58] [Server thread/INFO]: [TradeMod] Loading server plugin TradeMod v1.8
[17:19:58] [Server thread/INFO]: [NametagEdit] Loading server plugin NametagEdit v4.5.20
[17:19:58] [Server thread/INFO]: [Maintenance] Loading server plugin Maintenance v4.1.0
[17:19:58] [Server thread/INFO]: [Nations] Loading server plugin Nations v1.2.6
[17:19:58] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.1.1-SNAPSHOT
[17:19:59] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[17:19:59] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[17:19:59] [Server thread/INFO]: [NexEngine] Loading server plugin NexEngine v2.2.11
[17:19:59] [Server thread/INFO]: [PlayerKits] Loading server plugin PlayerKits v2.27.1
[17:19:59] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+13-ee1111f
[17:19:59] [Server thread/INFO]: [MineableSpawners] Loading server plugin MineableSpawners v3.1.4
[17:19:59] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.11
[17:19:59] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.7.1-SNAPSHOT-545;50e45f0
[17:20:00] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@24e9df3d]
[17:20:00] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v4.4.0
[17:20:00] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+13-ee1111f
[17:20:00] [Server thread/INFO]: [AuctionGUIPlus] Loading server plugin AuctionGUIPlus v1.30.1
[17:20:00] [Server thread/INFO]: [TAB] Loading server plugin TAB v3.3.2
[17:20:00] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
[17:20:00] [Server thread/INFO]: [Holograms] Loading server plugin Holograms v2.13
[17:20:00] [Server thread/INFO]: [SilkSpawners] Loading server plugin SilkSpawners v7.5.0
[17:20:00] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.32-SNAPSHOT (build 3176)
[17:20:00] [Server thread/INFO]: [mcMMO] Loading server plugin mcMMO v2.1.218
[17:20:00] [Server thread/INFO]: [mcMMO] Registered WG flags successfully!
[17:20:00] [Server thread/INFO]: [BloodMoon] Loading server plugin BloodMoon v0.8.1
[17:20:00] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.1
[17:20:00] [Server thread/INFO]: [ChestShop] Loading server plugin ChestShop v3.12.2 (build 353)
[17:20:00] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.9+5934e49 loaded.
[17:20:00] [Server thread/INFO]: [ChestShop] GriefPrevention version 16.18.1 loaded.
[17:20:00] [Server thread/INFO]: [Slimefun] Loading server plugin Slimefun vDEV - 1096 (git 68edac52)
[17:20:00] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.8-2
[17:20:00] [Server thread/INFO]: [ShopGUIPlus] Loading server plugin ShopGUIPlus v1.90.0
[17:20:00] [Server thread/INFO]: [ExtraGear] Loading server plugin ExtraGear vDEV - 13 (git c62047e2)
[17:20:00] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.2.5.3
[17:20:00] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.26.2
[17:20:00] [Server thread/INFO]: [SlimefunLuckyBlocks] Loading server plugin SlimefunLuckyBlocks vDEV - 36 (git 60f0c8dc)
[17:20:00] [Server thread/INFO]: [StackMob] Loading server plugin StackMob v5.8.7
[17:20:00] [Server thread/INFO]: [StackMob] Registered WorldGuard region flag.
[17:20:00] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.1.3.0
[17:20:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:20:00] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0*
[17:20:00] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[17:20:01] [Server thread/INFO]:         __    
[17:20:01] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.102
[17:20:01] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[17:20:01] [Server thread/INFO]: 
[17:20:01] [Server thread/INFO]: [LuckPerms] Loading configuration...
[17:20:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[17:20:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[17:20:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[17:20:03] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[17:20:03] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[17:20:03] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[17:20:04] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3559ms)
[17:20:04] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[17:20:04] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[17:20:04] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[17:20:04] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[17:20:04] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[17:20:04] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.2.11
[17:20:04] [Server thread/INFO]: [NexEngine] Seems like we have Paper based fork here...
[17:20:04] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms permissions
[17:20:04] [Server thread/INFO]: [NexEngine] Successfully hooked with EssentialsX Economy economy
[17:20:04] [Server thread/INFO]: [NexEngine] Successfully hooked with LuckPerms chat
[17:20:04] [Server thread/INFO]: [NexEngine] Plugin loaded in 66 ms!
[17:20:04] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.7.1-SNAPSHOT-545;50e45f0
[17:20:04] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[17:20:04] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[17:20:04] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[17:20:04] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[17:20:04] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R1.PaperweightFaweAdapter as the Bukkit adapter
[17:20:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[17:20:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:20:05] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[17:20:05] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[17:20:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:20:05] [Server thread/INFO]: Preparing level "world"
[17:20:06] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[17:20:06] [ForkJoinPool.commonPool-worker-1/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 7 build(s) out of date.
You are running build 545, the latest version is build 552.
Update at https://www.spigotmc.org/resources/13932/
[17:20:06] [Server thread/INFO]: Time elapsed: 493 ms
[17:20:06] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[17:20:06] [Server thread/INFO]: Time elapsed: 130 ms
[17:20:06] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[17:20:06] [Server thread/INFO]: Time elapsed: 127 ms
[17:20:06] [Server thread/INFO]: [Lobbys] Enabling Lobbys v1*
[17:20:06] [Server thread/INFO]: [PlayerCarry] Enabling PlayerCarry v1.1
[17:20:06] [Server thread/INFO]: [SilkyShops] Enabling SilkyShops v1.0-BETA
[17:20:06] [Server thread/ERROR]: [SilkyShops] - Disabled due to not having SilkySpawnersLITE installed!
[17:20:06] [Server thread/INFO]: https://www.spigotmc.org/resources/76103/
[17:20:06] [Server thread/INFO]: [SilkyShops] Disabling SilkyShops v1.0-BETA
[17:20:06] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.7.0
[17:20:06] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20 (763)
[17:20:06] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version!
[17:20:06] [Server thread/WARN]: [ViaVersion] Please remember that ViaVersion only adds support for versions newer than the server version.
[17:20:06] [Server thread/WARN]: [ViaVersion] If you need support for older versions you may need to use one or more ViaVersion addons too.
[17:20:06] [Server thread/WARN]: [ViaVersion] In that case please read the ViaVersion resource page carefully or use https://jo0001.github.io/ViaSetup
[17:20:07] [Server thread/WARN]: [ViaVersion] and if you're still unsure, feel free to join our Discord-Server for further assistance.
[17:20:07] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2*
[17:20:07] [Server thread/ERROR]: Error occurred while enabling Skript v2.1.2 (Is it up to date?)
java.lang.NoSuchMethodError: 'byte org.bukkit.DyeColor.getData()'
	at ch.njol.skript.util.Color.<clinit>(Color.java:82) ~[Skript.jar:?]
	at ch.njol.skript.SkriptCommand.<clinit>(SkriptCommand.java:60) ~[Skript.jar:?]
	at ch.njol.skript.Skript.onEnable(Skript.java:254) ~[Skript.jar:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:640) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:551) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:20:07] [Server thread/INFO]: [Skript] Disabling Skript v2.1.2
[17:20:07] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.3
[17:20:07] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[17:20:07] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[17:20:07] [Server thread/INFO]: [ClearLag] Loading modules...
[17:20:07] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R1.MinecraftServer)
[17:20:07] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[17:20:07] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[17:20:07] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[17:20:07] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v1.1
[17:20:07] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.8
[17:20:07] [Thread-12/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
[17:20:08] [Thread-12/INFO]: [ClearLag] No updates found!
[17:20:08] [Server thread/INFO]: [BuycraftX] Looks like this is a fresh setup. Get started by using 'tebex secret <key>' in the console.
[17:20:08] [Server thread/INFO]: [Chairstairs] Enabling Chairstairs v1.0
[17:20:08] [Server thread/INFO]: [Chairstairs] [STDOUT] [Chairstairs] V1.0 Started
[17:20:08] [Server thread/WARN]: Nag author(s): '[]' of 'Chairstairs v1.0' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[17:20:08] [Server thread/INFO]: [InstantDecay] Enabling InstantDecay v1.3*
[17:20:08] [Server thread/INFO]: [BackpackPlus] Enabling BackpackPlus v0.0.3
[17:20:09] [Server thread/INFO]: [BackpackPlus] Successfully connected to the database
[17:20:09] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b56-e23f1b2)
[17:20:09] [Server thread/INFO]: [DailyRewards] Enabling DailyRewards v1.3.9
[17:20:09] [Server thread/INFO]: [MoneyNote] Enabling MoneyNote v1.0*
[17:20:09] [Server thread/INFO]: [MoneyNote] MoneyNote has been enabled (V.1.0)
[17:20:09] [Server thread/INFO]: [TradeMod] Enabling TradeMod v1.8*
[17:20:09] [Server thread/INFO]: [TradeMod] TradeMod is enabled.
[17:20:09] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.5.20
[17:20:09] [Server thread/INFO]: [NametagEdit] Successfully loaded using bukkit version: v1_20_R1
[17:20:09] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
[17:20:09] [Server thread/INFO]: [Maintenance] Enabling Maintenance v4.1.0
[17:20:10] [Server thread/INFO]: [Nations] Enabling Nations v1.2.6
[17:20:10] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.1-SNAPSHOT
[17:20:10] [Server thread/INFO]: [PlayerKits] Enabling PlayerKits v2.27.1
[17:20:10] [Server thread/INFO]: [PlayerKits] Has been enabled! Version: 2.27.1
[17:20:10] [Server thread/INFO]: [PlayerKits] Thanks for using my plugin!  ~Ajneb97
[17:20:10] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+13-ee1111f
[17:20:10] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[17:20:10] [Server thread/INFO]: [Essentials] No kits found to migrate.
[17:20:11] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[17:20:11] [Server thread/INFO]: [Essentials] Using locale en_US
[17:20:11] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[17:20:11] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[17:20:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[17:20:11] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[17:20:11] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v3.1.4
[17:20:11] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.11
[17:20:11] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.11" 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--].
[17:20:11] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[17:20:12] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[17:20:13] [Server thread/INFO]: Time elapsed: 1132 ms
[17:20:13] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[17:20:13] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[17:20:13] [Server thread/INFO]: [Multiverse-Core] Version 4.3.11 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[17:20:13] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v4.4.0
[17:20:13] [Server thread/INFO]: [ExcellentCrates] Powered by: NexEngine
[17:20:13] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[17:20:13] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@1ab24c56
[17:20:13] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[17:20:13] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crate keys.
[17:20:13] [Server thread/INFO]: [ExcellentCrates] Loaded 4 rarities!
[17:20:13] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crates.
[17:20:14] [Server thread/ERROR]: [ExcellentCrates] Invalid crate 'diamond' in 'default' menu!
[17:20:14] [Server thread/INFO]: [ExcellentCrates] Loaded 1 crate menus.
[17:20:14] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 783 ms!
[17:20:14] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+13-ee1111f
[17:20:14] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[17:20:14] [Server thread/INFO]: [AuctionGUIPlus] Enabling AuctionGUIPlus v1.30.1
[17:20:14] [Server thread/INFO]: [AuctionGUIPlus] Vault economy support enabled.
[17:20:14] [Server thread/INFO]: [TAB] Enabling TAB v3.3.2
[17:20:14] [Server thread/INFO]: [TAB] Server version: 1.20.1 (v1_20_R1)
[17:20:14] [Server thread/INFO]: [TAB] No compatibility issue was found, but this plugin version does not claim to support your server package (v1_20_R1). This jar has only been tested on 1.5 - 1.19.4. Disabling just to stay safe.
[17:20:14] [Server thread/INFO]: [TAB] Disabling TAB v3.3.2
[17:20:14] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[17:20:14] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[17:20:14] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
[17:20:14] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
[17:20:14] [Server thread/INFO]: [WorldGuard] Loading region data...
[17:20:15] [Server thread/INFO]: [Holograms] Enabling Holograms v2.13
[17:20:15] [Server thread/ERROR]: [Holograms] The plugin couldn't create the NMS controller instance and has been disabled. This is likelydue to no supported Hologram implementation for your CraftBukkit/Spigot version.
[17:20:15] [Server thread/INFO]: [Holograms] Disabling Holograms v2.13
[17:20:15] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v7.5.0
[17:20:15] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
[17:20:15] [Server thread/INFO]: [SilkSpawners] Loading support for v1_20_R1
[17:20:15] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled and now running.
[17:20:15] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
[17:20:15] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.32-SNAPSHOT (build 3176)
[17:20:15] [Server thread/INFO]: [Citizens] Loading external libraries
[17:20:16] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[17:20:16] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.218
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: config.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: config.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: config.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [Debug] No errors found in config.yml!
[17:20:16] [Server thread/INFO]: [mcMMO] Loading locale from plugins/mcMMO/locales/locale_override.properties
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: advanced.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: advanced.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: advanced.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [Debug] No errors found in advanced.yml!
[17:20:16] [Server thread/INFO]: [mcMMO] Platform String: 1.20.1-R0.1-SNAPSHOT
[17:20:16] [Server thread/INFO]: [mcMMO] Minecraft version determined to be - 1.20.1
[17:20:16] [Server thread/INFO]: [mcMMO] Loading compatibility layers...
[17:20:16] [Server thread/INFO]: [mcMMO] Finished loading compatibility layers.
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: persistent_data.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: persistent_data.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: persistent_data.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [Debug] No errors found in persistent_data.yml!
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: upgrades_overhaul.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: upgrades_overhaul.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: upgrades_overhaul.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: treasures.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: treasures.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: treasures.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: fishing_treasures.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: fishing_treasures.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: fishing_treasures.yml
[17:20:16] [Server thread/INFO]: [mcMMO] Registering enchantments for Fishing Book...
[17:20:16] [Server thread/INFO]: [mcMMO] Loading mcMMO potions.yml File...
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: coreskills.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: coreskills.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: coreskills.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Initializing config: sounds.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: sounds.yml
[17:20:16] [Server thread/INFO]: [mcMMO] [config] Config initialized: sounds.yml
[17:20:16] [Server thread/INFO]: [mcMMO] Loading mcMMO skillranks.yml File...
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Initializing config: child.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: child.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Config initialized: child.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Initializing config: repair.vanilla.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: repair.vanilla.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Config initialized: repair.vanilla.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Initializing config: salvage.vanilla.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: salvage.vanilla.yml
[17:20:18] [Server thread/INFO]: [mcMMO] [config] Config initialized: salvage.vanilla.yml
[17:20:19] [Server thread/INFO]: [mcMMO] (plugins/mcMMO/flatfile/mcmmo.users) Validating database file..
[17:20:19] [Server thread/INFO]: [mcMMO] Enabling Acrobatics Skills
[17:20:19] [Server thread/INFO]: [mcMMO] Registered subskill: Roll
[17:20:19] [Server thread/INFO]: [mcMMO] [config] Initializing config: experience.yml
[17:20:19] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: experience.yml
[17:20:19] [Server thread/INFO]: [mcMMO] [config] Config initialized: experience.yml
[17:20:19] [Server thread/INFO]: [mcMMO] 0 entries in mcMMO World Blacklist
[17:20:19] [Server thread/INFO]: [mcMMO] [config] Initializing config: chat.yml
[17:20:19] [Server thread/INFO]: [mcMMO] [config] Loading config from disk: chat.yml
[17:20:19] [Server thread/INFO]: [mcMMO] [config] Config initialized: chat.yml
[17:20:19] [Server thread/WARN]: Plugin 'mcMMO' is creating timing 'Commands' - this is deprecated behavior, please report it to the authors: nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking, electronicboy, kashike
[17:20:19] [Server thread/WARN]: Plugin 'mcMMO' is creating timing 'Command: ac' - this is deprecated behavior, please report it to the authors: nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking, electronicboy, kashike
[17:20:19] [Server thread/WARN]: Plugin 'mcMMO' is creating timing 'Command: pc' - this is deprecated behavior, please report it to the authors: nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking, electronicboy, kashike
[17:20:19] [Server thread/INFO]: [BloodMoon] Enabling BloodMoon v0.8.1
[17:20:19] [Server thread/INFO]: [BloodMoon] This plugin is still in its infancy. If you encounter a bug, please report it to https://www.spigotmc.org/threads/bloodmoon.412741/
[17:20:19] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.1
[17:20:19] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[17:20:19] [Server thread/INFO]: [GriefPrevention] 0 total claims loaded.
[17:20:19] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[17:20:19] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[17:20:19] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[17:20:19] [Server thread/INFO]: [GriefPrevention] Boot finished.
[17:20:20] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.12.2 (build 353)
[17:20:20] [Server thread/INFO]: [ChestShop] Found locales ar, it, es, el, hu, fr, pl, cs, pt_br, ja, sv, da, es_mx, sr, tr, nl, zh_tw, af, ko, no, vi, ro, he, ru, ca, zh, de, fi, en, uk
[17:20:20] [Server thread/INFO]: [ChestShop] Using EssentialsX Economy as the Economy provider now.
[17:20:20] [Server thread/INFO]: [ChestShop] Vault loaded!
[17:20:20] [Server thread/INFO]: [ChestShop] Using Paper's BlockDestroyEvent instead of the BlockPhysicsEvent!
[17:20:20] [Server thread/INFO]: [ChestShop] Auto-updater is disabled. If you want the plugin to automatically download new releases then set 'TURN_OFF_UPDATES' to 'false' in your config.yml!
[17:20:20] [Server thread/INFO]: [Slimefun] Enabling Slimefun vDEV - 1096 (git 68edac52)
[17:20:20] [Server thread/INFO]: [Slimefun] Paper was detected! Performance optimizations have been applied.
[17:20:20] [Server thread/INFO]: [Slimefun] Creating directories...
[17:20:20] [Server thread/INFO]: [Slimefun] Loading language files...
[17:20:21] [Server thread/INFO]: [Slimefun] Loaded language "en"
[17:20:21] [Server thread/INFO]: [Slimefun] Available languages: en, de, fr, it, es, ru, pl, uk, sv, nl, da, cs, ro, bg, pt, pt-BR, hu, lv, sk, vi, id, zh-CN, zh-TW, ja, ko, he, ar, tr, fa, th, tl
[17:20:21] [Server thread/INFO]: [Slimefun] Starting Auto-Updater...
[17:20:21] [Server thread/INFO]: [Slimefun] Loading GEO-Resources...
[17:20:21] [Server thread/INFO]: [Slimefun] Loading Tags...
[17:20:21] [Server thread/INFO]: [Slimefun] Loading items...
[17:20:22] [Server thread/INFO]: [Slimefun] Loading researches...
[17:20:22] [Server thread/INFO]: [Slimefun] Loading Wiki pages...
[17:20:22] [Server thread/INFO]: [Slimefun] Registering listeners...
[17:20:22] [Server thread/INFO]: [Slimefun] Loading Third-Party plugin integrations...
[17:20:22] [Server thread/INFO]: [Slimefun] Hooked into Plugin: WorldEdit v2.7.1-SNAPSHOT-545;50e45f0
[17:20:22] [Server thread/INFO]: [Slimefun] Hooked into Plugin: mcMMO v2.1.218
[17:20:22] [Server thread/INFO]: [Slimefun] Hooked into Plugin: ClearLag v3.2.2
[17:20:22] [Server thread/INFO]: [Slimefun] Slimefun has finished loading in 1.48s
[17:20:22] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.8-2
[17:20:22] [Server thread/INFO]: [BetterRTP] Cooldown = 600
[17:20:22] [Server thread/INFO]: [BetterRTP] Loading Overrides...
[17:20:22] [Server thread/INFO]: [BetterRTP] Loading World Types...
[17:20:22] [Server thread/INFO]: [BetterRTP] - World Type for 'world' set to 'NORMAL'
[17:20:22] [Server thread/INFO]: [BetterRTP] - World Type for 'world_nether' set to 'NETHER'
[17:20:22] [Server thread/INFO]: [BetterRTP] - World Type for 'world_the_end' set to 'NORMAL'
[17:20:22] [Server thread/INFO]: [BetterRTP] Loading Defaults...
[17:20:22] [Server thread/INFO]: [BetterRTP] Loading Custom Worlds...
[17:20:22] [Server thread/INFO]: [BetterRTP] [WARN] - Custom World 'custom_world_1' was not registered because world does NOT exist
[17:20:22] [Server thread/INFO]: [BetterRTP] [WARN] - Custom World 'other_custom_world' was not registered because world does NOT exist
[17:20:22] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.90.0
[17:20:22] [Server thread/INFO]: [ExtraGear] Enabling ExtraGear vDEV - 13 (git c62047e2)
[17:20:22] [Server thread/INFO]: [CMILib] Enabling CMILib v1.2.5.3
[17:20:23] [Server thread/INFO]: Server version: v1_20_R1 - 1.20.1 - paper
[17:20:23] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.nbt.NBTTagCompound.f_()
[17:20:23] [Server thread/WARN]: 	at java.base/java.lang.Class.getMethod(Class.java:2227)
[17:20:23] [Server thread/WARN]: 	at CMILib1.2.5.3.jar//net.Zrips.CMILib.NBT.CMINBT.<clinit>(CMINBT.java:233)
[17:20:23] [Server thread/WARN]: 	at CMILib1.2.5.3.jar//net.Zrips.CMILib.Reflections.asNMSCopy(Reflections.java:1024)
[17:20:23] [Server thread/WARN]: 	at CMILib1.2.5.3.jar//net.Zrips.CMILib.Reflections.getItemMinecraftName(Reflections.java:837)
[17:20:23] [Server thread/WARN]: 	at CMILib1.2.5.3.jar//net.Zrips.CMILib.Items.ItemManager.load(ItemManager.java:89)
[17:20:23] [Server thread/WARN]: 	at CMILib1.2.5.3.jar//net.Zrips.CMILib.CMILib.onEnable(CMILib.java:192)
[17:20:23] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281)
[17:20:23] [Server thread/WARN]: 	at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189)
[17:20:23] [Server thread/WARN]: 	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[17:20:23] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[17:20:23] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:640)
[17:20:23] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:551)
[17:20:23] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:636)
[17:20:23] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:435)
[17:20:23] [Server thread/WARN]: 	at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[17:20:23] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1101)
[17:20:23] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[17:20:23] [Server thread/WARN]: 	at java.base/java.lang.Thread.run(Thread.java:833)
[17:20:24] [Server thread/INFO]: Updated (EN) language file. Took 33ms
[17:20:24] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
[17:20:24] [Server thread/INFO]: [SlimefunLuckyBlocks] Enabling SlimefunLuckyBlocks vDEV - 36 (git 60f0c8dc)
[17:20:24] [Server thread/INFO]: [SlimefunLuckyBlocks] Loaded 51 different Surprises!
[17:20:24] [Server thread/INFO]: [StackMob] Enabling StackMob v5.8.7
[17:20:24] [DiscordSRV - Initialization/ERROR]: [DiscordSRV] No bot token has been set in the config; a bot token is required to connect to Discord.
[17:20:24] [Server thread/INFO]: [StackMob] StackMob v5.8.7 by antiPerson and contributors.
[17:20:24] [Server thread/INFO]: [StackMob] GitHub: https://github.com/Nathat23/StackMob-5 Discord: https://discord.gg/fz9xzuB
[17:20:24] [Server thread/INFO]: [StackMob] Loading config files...
[17:20:24] [Server thread/INFO]: [StackMob] Registering hooks and trait checks...
[17:20:24] [Server thread/INFO]: [StackMob] Registering events, commands and tasks...
[17:20:24] [Server thread/INFO]: [StackMob] Detected CraftBukkit NMS version V1_20_R1
[17:20:24] [Server thread/INFO]: [Jobs] Enabling Jobs v5.1.3.0
[17:20:24] [Server thread/INFO]: ------------- Jobs -------------
[17:20:24] [ForkJoinPool.commonPool-worker-1/INFO]: [StackMob] No update is currently available.
[17:20:24] [Server thread/INFO]: Connected to database (SqLite)
[17:20:24] [Server thread/INFO]: Loaded 8 titles
[17:20:24] [Server thread/INFO]: Loaded 69 protected blocks timers
[17:20:25] [pool-60-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (767828469573c2f0fa3ed5a44feb0b2f15f2c02d)
[17:20:25] [Server thread/INFO]: Loaded 1282 custom item names
[17:20:25] [Server thread/INFO]: Loaded 79 custom entity names
[17:20:25] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[17:20:25] [Server thread/INFO]: Loaded 38 custom enchant names
[17:20:25] [Server thread/INFO]: Loaded 21 custom enchant names
[17:20:25] [Server thread/INFO]: Loaded 16 custom color names
[17:20:25] [Server thread/INFO]: Loaded 4 shop items
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Miner
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Builder
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Hunter
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Farmer
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Crafter
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Brewer
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Fisherman
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Explorer
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Digger
[17:20:25] [Server thread/INFO]: Loaded 1 quests for Enchanter
[17:20:25] [Server thread/INFO]: Loaded 12 jobs
[17:20:25] [Server thread/INFO]: Loaded 0 boosted items
[17:20:25] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[17:20:25] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[17:20:25] [Server thread/INFO]: Preloaded 4 players data in 0.0
[17:20:25] [Server thread/INFO]: WorldGuard detected.
[17:20:25] [Server thread/INFO]: mcMMO2.1.218 was found - Enabling capabilities.
[17:20:25] [Server thread/INFO]: Registered McMMO 2.x listener
[17:20:25] [Server thread/INFO]: Loading explorer data
[17:20:25] [Server thread/INFO]: Loaded explorer data (80) in 3 ms
[17:20:25] [Server thread/INFO]: Plugin has been enabled successfully.
[17:20:25] [Server thread/INFO]: ------------------------------------
[17:20:26] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[17:20:26] [Server thread/INFO]: [Geyser-Spigot] 
[17:20:26] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.1.1-SNAPSHOT (git-master-231e9a1)
[17:20:26] [Server thread/INFO]: [Geyser-Spigot] 
[17:20:26] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[17:20:30] [Server thread/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:19132
[17:20:30] [Server thread/INFO]: [Geyser-Spigot] Done (4.38s)! Run /geyser help for help!
[17:20:30] [Server thread/INFO]: Running delayed init tasks
[17:20:31] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[17:20:31] [Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Fetching version information...
[17:20:31] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[17:20:31] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[17:20:31] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.GriefPreventionFeature] Plugin 'GriefPrevention' found. Using it now.
[17:20:31] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'GriefPrevention'
[17:20:31] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[17:20:31] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
[17:20:31] [Craft Scheduler Thread - 6 - ExcellentCrates/INFO]: [ExcellentCrates] Auto-save: Saved 0 online users | 0 offline users.
[17:20:31] [Craft Scheduler Thread - 18 - BetterRTP/INFO]: [BetterRTP] Database PLAYERS:Players configured and loaded!
[17:20:31] [Craft Scheduler Thread - 6 - BetterRTP/INFO]: [BetterRTP] Database QUEUE:Queue configured and loaded!
[17:20:31] [Craft Scheduler Thread - 23 - BetterRTP/INFO]: [BetterRTP] Database CHUNK_DATA:ChunkData configured and loaded!
[17:20:31] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] Checking for Updates ... 
[17:20:31] [Craft Scheduler Thread - 19 - BetterRTP/INFO]: [BetterRTP] Database COOLDOWN:world configured and loaded!
[17:20:31] [Craft Scheduler Thread - 19 - BetterRTP/INFO]: [BetterRTP] Database COOLDOWN:world_nether configured and loaded!
[17:20:31] [Craft Scheduler Thread - 19 - BetterRTP/INFO]: [BetterRTP] Database COOLDOWN:world_the_end configured and loaded!
[17:20:31] [Craft Scheduler Thread - 19 - BetterRTP/INFO]: [BetterRTP] Database COOLDOWN:Spawn configured and loaded!
[17:20:31] [ForkJoinPool.commonPool-worker-2/INFO]: [Geyser-Spigot] There's a new Geyser update available to support Bedrock version 1.20.10. Download it here: https://ci.geysermc.org
[17:20:31] [Craft Scheduler Thread - 4 - DailyRewards/INFO]: [DailyRewards] Plugin is up to date.
[17:20:31] [Craft Scheduler Thread - 7 - BackpackPlus/INFO]: [BackpackPlus] Plugin has an update.
[17:20:31] [Craft Scheduler Thread - 14 - SlimefunLuckyBlocks/INFO]: [SlimefunLuckyBlocks] SlimefunLuckyBlocks is already up to date!
[17:20:31] [Craft Scheduler Thread - 13 - Slimefun/INFO]: [Slimefun] Slimefun is already up to date!
[17:20:31] [Craft Scheduler Thread - 9 - ExtraGear/INFO]: [ExtraGear] ExtraGear is already up to date!
[17:20:31] [Craft Scheduler Thread - 16 - CMILib/INFO]: New version of CMILib was detected. Please update it
[17:20:31] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] No new version available
[17:20:31] [Craft Scheduler Thread - 17 - Nations/INFO]: [Nations] A new update is available at https://www.spigotmc.org/resources/85086/updates
[17:20:31] [Craft Scheduler Thread - 12 - Essentials/WARN]: [Essentials] You're 2 EssentialsX dev build(s) out of date!
[17:20:31] [Craft Scheduler Thread - 12 - Essentials/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html
[17:20:31] [Server thread/INFO]: [Slimefun] Now running MetricsModule build #29
[17:20:31] [Server thread/INFO]: [Slimefun] with a total of 19/19 chart(s)!
[17:20:31] [Server thread/INFO]: [Slimefun] Metrics build #29 started.
[17:20:31] [Server thread/INFO]: [Slimefun] Collecting Snapshots of all Recipes...
[17:20:31] [Server thread/INFO]: [Slimefun] Found 1,177 Recipes!
[17:20:31] [Server thread/INFO]: 
[17:20:31] [Server thread/INFO]: ######################### - Slimefun vDEV - 1096 (git 68edac52) - #########################
[17:20:31] [Server thread/INFO]: 
[17:20:31] [Server thread/INFO]: Successfully loaded 618 Items and 290 Researches
[17:20:31] [Server thread/INFO]: ( 555 Items from Slimefun, 63 Items from 4 Addons )
[17:20:31] [Server thread/INFO]: 
[17:20:31] [Server thread/INFO]: Slimefun is an Open-Source project that is kept alive by a large community.
[17:20:31] [Server thread/INFO]: Consider helping us maintain this project by contributing on GitHub!
[17:20:31] [Server thread/INFO]: 
[17:20:31] [Server thread/INFO]:  - Source Code:  https://github.com/Slimefun/Slimefun4
[17:20:31] [Server thread/INFO]:  - Wiki:         https://github.com/Slimefun/Slimefun4/wiki
[17:20:31] [Server thread/INFO]:  - Addons:       https://github.com/Slimefun/Slimefun4/wiki/Addons
[17:20:31] [Server thread/INFO]:  - Bug Reports:  https://github.com/Slimefun/Slimefun4/issues
[17:20:31] [Server thread/INFO]:  - Discord:      https://discord.gg/slimefun
[17:20:31] [Server thread/INFO]: 
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world"
[17:20:31] [Server thread/INFO]: [Slimefun] This may take a long time...
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 1ms)
[17:20:31] [Server thread/INFO]: [Slimefun] Loaded a total of 1 Blocks for World "world"
[17:20:31] [Server thread/INFO]: [Slimefun] Avg: 1ms/Block
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_nether"
[17:20:31] [Server thread/INFO]: [Slimefun] This may take a long time...
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[17:20:31] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_nether"
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks for World "world_the_end"
[17:20:31] [Server thread/INFO]: [Slimefun] This may take a long time...
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 0ms)
[17:20:31] [Server thread/INFO]: [Slimefun] Loaded a total of 0 Blocks for World "world_the_end"
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks for World "Spawn"
[17:20:31] [Server thread/INFO]: [Slimefun] This may take a long time...
[17:20:31] [Server thread/INFO]: [Slimefun] Loading Blocks... 100% (FINISHED - 5ms)
[17:20:31] [Server thread/INFO]: [Slimefun] Loaded a total of 1 Blocks for World "Spawn"
[17:20:31] [Server thread/INFO]: [Slimefun] Avg: 5ms/Block
[17:20:31] [Server thread/INFO]: [dough: protection] Loading Protection Modules...
[17:20:31] [Server thread/INFO]: [dough: protection] This may happen more than once.
[17:20:31] [Server thread/INFO]: [dough: protection] Loaded Protection Module "WorldGuard v7.0.9+5934e49"
[17:20:31] [Server thread/INFO]: [dough: protection] Loaded Protection Module "GriefPrevention v16.18.1"
[17:20:31] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.26.2
[17:20:31] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (EssentialsX Economy)
[17:20:31] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.90.0 ]================================
[17:20:31] [Server thread/INFO]: [ShopGUIPlus]  
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Vault economy registered.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Vault economy enabled.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Enabled item provider for Slimefun.
[17:20:31] [Server thread/WARN]: [ShopGUIPlus] Found MineableSpawners but not hooked into it. You need to download an additional addon: https://brcdev.net/go/mineablespawners-bridge
[17:20:31] [Server thread/WARN]: [ShopGUIPlus] Found SilkSpawners but not hooked into it. You need to download an additional addon: https://brcdev.net/go/silkspawners-bridge
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 18 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 9 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 24 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 8 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 37 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 18 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'tools' with 15 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 16 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 19 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 shops with total of 164 items.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded 0 permission-based price modifiers.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] Loaded 7 sounds.
[17:20:31] [Server thread/INFO]: [ShopGUIPlus]  
[17:20:31] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
[17:20:31] [Server thread/INFO]: Done (40.857s)! For help, type "help"
[17:20:31] [Server thread/INFO]: Timings Reset
[17:20:32] [Craft Scheduler Thread - 12 - BetterRTP/INFO]: [BetterRTP] Attempting to queue up some more safe locations...
[17:20:33] [Server thread/WARN]: [BetterRTP] Seems like the world `Spawn` does not have a `WorldType` declared. Please add/fix this in the config.yml file! This world will be treated as an overworld! If this world is a nether world, configure it to NETHER (example: `- Spawn: NETHER`
[17:21:03] [Craft Scheduler Thread - 5 - Slimefun/ERROR]: [dough: skins] Exception while requesting skin: https://api.mojang.com/users/profiles/minecraft/Nekomitsuki
[17:21:03] [Craft Scheduler Thread - 12 - Slimefun/WARN]: [Slimefun] Attempted to refresh skin cache, got this response: ExecutionException: java.io.FileNotFoundException: https://api.mojang.com/users/profiles/minecraft/Nekomitsuki
[17:21:03] [Craft Scheduler Thread - 12 - Slimefun/WARN]: [Slimefun] This usually means mojang.com is temporarily down or started to rate-limit this connection, nothing to worry about!
[17:21:24] [User Authenticator #0/INFO]: UUID of player MysteriousRocker is 8fb9bc7e-4647-400d-a760-8c976ed37607
[17:21:24] [Server thread/INFO]: MysteriousRocker joined the game
[17:21:24] [Server thread/INFO]: MysteriousRocker[/223.233.86.204:49746] logged in with entity id 101 at ([Spawn]10.319822390471481, 72.0, 45.36163346483421)
[17:21:24] [Server thread/WARN]: [Essentials] Permissions lag notice with (LuckPermsHandler). Response took 38.432416ms. Summary: Getting prefix for MysteriousRocker
[17:21:42] [Server thread/INFO]: MysteriousRocker lost connection: Disconnected
[17:21:42] [Server thread/WARN]: java.lang.NoSuchFieldException: b
[17:21:42] [Server thread/WARN]: 	at java.base/java.lang.Class.getField(Class.java:2117)
[17:21:42] [Server thread/WARN]: 	at CMILib1.2.5.3.jar//net.Zrips.CMILib.RawMessages.RawMessageManager.<clinit>(RawMessageManager.java:109)
[17:21:42] [Server thread/WARN]: 	at CMILib1.2.5.3.jar//net.Zrips.CMILib.RawMessages.RawMessageListener.onPlayerQuitEvent(RawMessageListener.java:17)
[17:21:42] [Server thread/WARN]: 	at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor649.execute(Unknown Source)
[17:21:42] [Server thread/WARN]: 	at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
[17:21:42] [Server thread/WARN]: 	at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81)
[17:21:42] [Server thread/WARN]: 	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[17:21:42] [Server thread/WARN]: 	at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
[17:21:42] [Server thread/WARN]: 	at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126)
[17:21:42] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.players.PlayerList.remove(PlayerList.java:607)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.players.PlayerList.remove(PlayerList.java:592)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.network.PlayerConnection.onDisconnect(PlayerConnection.java:2178)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2157)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.network.NetworkManager.m(NetworkManager.java:818)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.network.ServerConnection.c(ServerConnection.java:254)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1587)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:447)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1394)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1171)
[17:21:42] [Server thread/WARN]: 	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
[17:21:42] [Server thread/WARN]: 	at java.base/java.lang.Thread.run(Thread.java:833)
[17:21:42] [Server thread/INFO]: MysteriousRocker left the game
[17:22:01] [Craft Scheduler Thread - 17 - BetterRTP/INFO]: [BetterRTP] Max attempts to create a Queue reached for default_Spawn (amount: 0)
[17:22:01] [Craft Scheduler Thread - 17 - BetterRTP/INFO]: [BetterRTP] Queueing paused, max queue limit reached!
[17:22:16] [User Authenticator #0/INFO]: UUID of player MysteriousRocker is 8fb9bc7e-4647-400d-a760-8c976ed37607
[17:22:16] [Server thread/INFO]: MysteriousRocker joined the game
[17:22:16] [Server thread/INFO]: MysteriousRocker[/223.233.86.204:42647] logged in with entity id 169 at ([Spawn]-11.16086263349626, 70.0, 32.45792938785486)
[17:22:34] [Server thread/INFO]: MysteriousRocker issued server command: /sk
[17:22:34] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'sk' in plugin Skript v2.1.2 - plugin is disabled.
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1007) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
	at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
	at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
	at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
	at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
	at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
	at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1339) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
	at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
	at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1287) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:22:38] [Server thread/INFO]: MysteriousRocker issued server command: /sk
[17:22:38] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'sk' in plugin Skript v2.1.2 - plugin is disabled.
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
	at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1007) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
	at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
	at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
	at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
	at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
	at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
	at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1339) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
	at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
	at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1287) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1175) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-"6813244"]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:22:48] [Server thread/INFO]: MysteriousRocker issued server command: /lp editor
[17:23:22] [Server thread/INFO]: MysteriousRocker issued server command: /lp applyedits DMlncDXqTa
[17:23:22] [luckperms-worker-2/INFO]: [LuckPerms] [Messaging] Sending log with id: 899668cb-1f64-494e-ae84-d8c85bd3812e
[17:23:23] [luckperms-command-executor/INFO]: [LP] LOG > (MysteriousRocker) [G] (developer)
[17:23:23] [luckperms-command-executor/INFO]: [LP] LOG > webeditor add bukkit.command.plugins true
[17:23:25] [luckperms-worker-2/INFO]: [LuckPerms] [Messaging] Sending ping with id: 6b362b48-5fd8-483a-bdcb-1b2f97eb0d0e
[17:23:26] [Server thread/INFO]: MysteriousRocker issued server command: /plugins
[17:25:33] [Server thread/INFO]: MysteriousRocker issued server command: /mv create
[17:25:45] [Server thread/INFO]: MysteriousRocker issued server command: /mv create shops noraml -t flat
[17:25:53] [Server thread/INFO]: MysteriousRocker issued server command: /mv create shops normal -t flat
[17:25:53] [Server thread/INFO]: MysteriousRocker: Starting creation of world 'shops'...
[17:25:53] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'shops' - Env: NORMAL - Type: FLAT
[17:25:53] [Server thread/ERROR]: No key layers in MapLike[{}]
[17:25:54] [Server thread/INFO]: Preparing start region for dimension minecraft:shops
[17:25:54] [Server thread/INFO]: Time elapsed: 105 ms
[17:25:54] [Server thread/INFO]: [WorldGuard] Default configuration file written: config_world.yml
[17:25:54] [Server thread/INFO]: [WorldGuard] Default configuration file written: blacklist.txt
[17:25:54] [Server thread/INFO]: [WorldGuard] (shops) TNT ignition is PERMITTED.
[17:25:54] [Server thread/INFO]: [WorldGuard] (shops) Lighters are PERMITTED.
[17:25:54] [Server thread/INFO]: [WorldGuard] (shops) Lava fire is PERMITTED.
[17:25:54] [Server thread/INFO]: [WorldGuard] (shops) Fire spread is UNRESTRICTED.
[17:25:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'shops'
[17:25:54] [Server thread/INFO]: [Slimefun] Loading Blocks for World "shops"
[17:25:54] [Server thread/INFO]: [Slimefun] This may take a long time...
[17:25:54] [Server thread/INFO]: MysteriousRocker: Complete!
[17:27:29] [Server thread/INFO]: MysteriousRocker issued server command: /mvsetspawn
[17:27:40] [Server thread/INFO]: MysteriousRocker issued server command: /feed
[17:27:46] [Server thread/INFO]: MysteriousRocker issued server command: /gm c
[17:28:05] [Server thread/INFO]: MysteriousRocker issued server command: /clear
[17:28:23] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
[17:28:23] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
[17:28:23] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[17:29:03] [Server thread/INFO]: MysteriousRocker has made the advancement [Stone Age]