Вопрос Проблема со входом на сервер

UnicoN

Переводчик
Заблокирован
Сообщения
126
Решения
6
Разрешается выкладывание кода, файлов конфигураций, логов и т.д. только под BB-код CODE
Игрокам при входе выдает такую ошибку:
Код:
[19:36:41 WARN]: Failed to handle packet for IP
net.minecraft.server.v1_16_R3.ReportedException: Sending packet
        at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2041) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PlayerConnection.sendPacket(PlayerConnection.java:2006) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PlayerList.a(PlayerList.java:281) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.LoginListener.c(LoginListener.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.LoginListener.tick(LoginListener.java:87) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.NetworkManager.a(NetworkManager.java:583) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.ServerConnection.c(ServerConnection.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.b(MinecraftServer.java:1597) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.DedicatedServer.b(DedicatedServer.java:449) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1416) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1142) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
        at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.NullPointerException: type cannot be null
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787) ~[patched_1.16.5.jar:git-Purpur-1171]
        at com.comphenix.protocol.injector.StructureCache.getStructure(StructureCache.java:138) ~[?:?]
        at com.comphenix.protocol.events.PacketContainer.<init>(PacketContainer.java:126) ~[?:?]
        at com.comphenix.protocol.injector.netty.manager.NetworkManagerInjector.onPacketSending(NetworkManagerInjector.java:96) ~[?:?]
        at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector.processOutbound(NettyChannelInjector.java:553) ~[?:?]
        at com.comphenix.protocol.injector.netty.channel.NettyChannelInjector$2.doProxyRunnable(NettyChannelInjector.java:456) ~[?:?]
        at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.proxyRunnable(NettyEventLoopProxy.java:43) ~[?:?]
        at com.comphenix.protocol.injector.netty.channel.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:252) ~[?:?]
        at net.minecraft.server.v1_16_R3.NetworkManager.writePacket(NetworkManager.java:507) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.NetworkManager.sendPacket(NetworkManager.java:356) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2033) ~[patched_1.16.5.jar:git-Purpur-1171]
        ... 12 more

Что делать?
 
Последнее редактирование модератором:
Возможно проблема в ProtocolLib, обнови его, если не поможет, то откати до версии ниже, должно помочь

offtop Скрой IP игрока, а то не круто
 
Последнее редактирование:
У всех игроков?
Объединено

И пришлите полный список плагинов
Я разобрался проблема в плагине Morph, его возможно как то установить без проблем и ошибок?
 
Я разобрался проблема в плагине Morph, его возможно как то установить без проблем и ошибок?
Попробуй по шаманить с версиями, если не получится, то всегда найдётся альтернатива
 
Попробовал, ошибка:
Код:
[21:47:58 ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
        at java.lang.Thread.run(Thread.java:840) [?:?]
 
Последнее редактирование модератором:
Попробовал, ошибка:
[21:47:58 ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
at java.lang.Thread.run(Thread.java:840) [?:?]
Плагин выключен, пришлите логи сервера, почему он выключен
 
Форматирование (BB-код):
[21:45:47] [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'
[21:45:47] [main/INFO]: Reloading ResourceManager: Default, bukkit
[21:45:47] [Worker-Main-1/INFO]: Loaded 7 recipes
[21:45:49] [Server thread/INFO]: Starting minecraft server version 1.16.5
[21:45:49] [Server thread/INFO]: Loading properties
[21:45:49] [Server thread/INFO]: This server is running Purpur version git-Purpur-1171 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[21:45:49] [Server thread/INFO]: Debug logging is disabled
[21:45:49] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:45:49] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:45:49] [Server thread/INFO]: Default game type: SURVIVAL
[21:45:49] [Server thread/INFO]: Generating keypair
[21:45:49] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25748
[21:45:49] [Server thread/INFO]: Using epoll channel type
[21:45:49] [Server thread/INFO]: Tuinity: Using libdeflate (Linux x86_64) compression from Velocity.
[21:45:49] [Server thread/INFO]: Tuinity: Using Java cipher from Velocity.
[21:45:50] [Server thread/ERROR]: Could not load 'plugins/ExcellentEnchants_3.2.1.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-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:279) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:45:50] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[21:45:53] [Server thread/WARN]: Legacy plugin EasySetSpawn v3.2 does not specify an api-version.
[21:45:53] [Server thread/INFO]: [PvPEncounterLite] Loading 1 libraries... please wait
[21:45:53] [Server thread/INFO]: [PvPEncounterLite] Loaded library /home/container/libraries/net/elytrium/serializer/1.1.1/serializer-1.1.1.jar
[21:45:53] [Server thread/WARN]: Legacy plugin MultiWorld v5.2.8 does not specify an api-version.
[21:45:53] [Server thread/INFO]: [EasyPayments] Loading 2 libraries... please wait
[21:45:53] [Server thread/INFO]: [EasyPayments] Loaded library /home/container/libraries/org/postgresql/postgresql/42.3.3/postgresql-42.3.3.jar
[21:45:53] [Server thread/INFO]: [EasyPayments] Loaded library /home/container/libraries/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[21:45:53] [Server thread/INFO]: [EasyPayments] Loaded library /home/container/libraries/com/h2database/h2/2.1.210/h2-2.1.210.jar
[21:45:53] [Server thread/ERROR]: Could not load 'plugins/cHider 2.0.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-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:279) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:45:53] [Server thread/WARN]: Legacy plugin AutoMine v1.0.0 does not specify an api-version.
[21:45:53] [Server thread/WARN]: Legacy plugin KillerMoney v4.6.0 does not specify an api-version.
[21:45:53] [Server thread/ERROR]: Could not load 'plugins/Themis_0.16.0.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-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:279) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
[21:45:53] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart v2024.07
[21:45:53] [Server thread/INFO]: [BarrierAutoMessage] Loading BarrierAutoMessage v1.2
[21:45:53] [Server thread/INFO]: [EasySetSpawn] Loading EasySetSpawn v3.2
[21:45:53] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.3
[21:45:53] [Server thread/INFO]: [CommandTimer] Loading CommandTimer v8.7.3
[21:45:53] [Server thread/INFO]: [PvPEncounterLite] Loading PvPEncounterLite v1.1.1
[21:45:53] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
[21:45:53] [Server thread/INFO]: [PL-Hide] Loading PL-Hide v1.5.21
[21:45:53] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v5.0.1
[21:45:53] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.1 is now loaded. Registering protocol transformers and injecting...
[21:45:54] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[21:45:54] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[21:45:54] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.131
[21:45:54] [Server thread/INFO]: [Pickaxe3x3] Loading Pickaxe3x3 v6.0
[21:45:54] [Server thread/INFO]: [fmSubscribe] Loading fmSubscribe v1.14
[21:45:54] [Server thread/INFO]: [Tim] Loading TimTheEnchanter v2.1
[21:45:54] [Server thread/INFO]: [AnimatedScoreboard] Loading AnimatedScoreboard v0.3.1
[21:45:54] [Server thread/INFO]: [EasyPayments] Loading EasyPayments v2.2.4
[21:45:54] [Server thread/INFO]: [RE4TNT] Loading RE4TNT v2.0
[21:45:54] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[21:45:54] [Server thread/INFO]: [CustomCrafting] Loading CustomCrafting v1.4
[21:45:54] [Server thread/INFO]: [AutoMine] Loading AutoMine v1.0.0
[21:45:54] [Server thread/INFO]: [UltimateServerProtector] Loading UltimateServerProtector v31.0
[21:45:54] [Server thread/INFO]: [RMAdminChat] Loading RMAdminChat v2.0
[21:45:54] [Server thread/INFO]: [Clans] Loading Clans v0.4.5
[21:45:54] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.3.0-SNAPSHOT-726
[21:45:54] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.44
[21:45:54] [Server thread/INFO]: [LightCheck] Loading LightCheck vSELL
[21:45:54] [Server thread/INFO]: [FrameCases] Loading FrameCases v0.7.5
[21:45:54] [Server thread/INFO]: [WorldGuardGriefFix] Loading WorldGuardGriefFix v4.0
[21:45:54] [Server thread/INFO]: [TAB] Loading TAB v4.0.9
[21:45:54] [Server thread/INFO]: [CommandCooldown] Loading CommandCooldown v2.4.4 beta
[21:45:54] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[21:45:54] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10.1-RELEASE
[21:45:54] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v4.6.0
[21:45:54] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v3.2.6
[21:45:54] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v15.3.0
[21:45:54] [Server thread/INFO]: [CraftHeads] Loading CraftHeads v4.4.2
[21:45:54] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.2.4
[21:45:54] [Server thread/INFO]: [Images] Loading Images v2.4.0
[21:45:54] [Server thread/INFO]: [Morphy] Loading Morphy v3.4
[21:45:54] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.4
[21:45:54] [Server thread/INFO]: [TigerReports] Loading TigerReports v5.3.4
[21:45:54] [Server thread/INFO]: [Chatty] Loading Chatty v2.19.14
[21:45:54] [Server thread/INFO]: [Vegas] Loading Vegas v2.0
[21:45:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9
[21:45:55] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@271b12e2]
[21:45:55] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.9
[21:45:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.1
[21:45:55] [Server thread/INFO]: [GrimAC] Loading GrimAC v2.3.65
[21:45:55] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[21:45:59] [Server thread/INFO]: [Admin-GUI] Loading Admin-GUI v1.9.0
[21:45:59] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
[21:45:59] [Server thread/INFO]: [PrimeSeller] Loading PrimeSeller v2.3.4
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.8.0
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
[21:45:59] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.7-Release
[21:45:59] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[21:45:59] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.5+3827266
[21:45:59] [Server thread/INFO]: [BAirDrop] Loading BAirDrop v1.0.9
[21:45:59] [Server thread/INFO]: [Duels] Loading Duels v3.5.3
[21:45:59] [Server thread/INFO]: [GSit] Loading GSit v1.9.5
[21:45:59] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.6.11
[21:45:59] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.35-SNAPSHOT (build 3477)
[21:45:59] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.8.5
[21:45:59] [Server thread/INFO]: [AntiRelog] Loading AntiRelog v3.0.11
[21:45:59] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v2.1.3
[21:45:59] [Server thread/INFO]: [RE4WitherFix] Loading RE4WitherFix v1.0
[21:45:59] [Server thread/INFO]: [SCore] Loading SCore v4.23.12.29
[21:45:59] [Server thread/INFO]: [ExecutableItems] Loading ExecutableItems v6.23.12.29
[21:45:59] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:45:59] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.131
[21:45:59] [Server thread/INFO]:         __   
[21:45:59] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.131
[21:45:59] [Server thread/INFO]:   |___ |      Running on Bukkit - Purpur
[21:45:59] [Server thread/INFO]:
[21:45:59] [Server thread/INFO]: [LuckPerms] Loading configuration...
[21:46:00] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[21:46:00] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[21:46:00] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[21:46:01] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1972ms)
[21:46:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0-SNAPSHOT-726
[21:46:01] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[21:46:01] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.1 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:01] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[21:46:01] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:46:01] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[21:46:01] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[21:46:01] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.6
[21:46:01] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.2.5
[21:46:01] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[21:46:01] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.3.0
[21:46:02] [Server thread/ERROR]: An unexpected error occurred while starting the plugin. Please check the console for more details.
java.lang.NoClassDefFoundError: xyz/wagyourtail/jvmdg/j16/stub/java_base/J_L_Record
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:201) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?]
    at java.lang.Class.getDeclaredMethods(Class.java:2504) ~[?:?]
    at net.skinsrestorer.shadow.injector.utils.ReflectionUtils.safeGetDeclaredMethods(ReflectionUtils.java:165) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.StandardInjectionProvider.validateHasNoInjectMethods(StandardInjectionProvider.java:156) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.StandardInjectionProvider.validateInjection(StandardInjectionProvider.java:142) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.DefaultInjectionProvider.validateInjection(DefaultInjectionProvider.java:37) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.StandardInjectionProvider.safeGet(StandardInjectionProvider.java:43) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.DefaultInjectionProvider.safeGet(DefaultInjectionProvider.java:32) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.DirectInstantiationProvider.resolve(DirectInstantiationProvider.java:19) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.findResolutionOrFail(InjectorImpl.java:227) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.resolveContext(InjectorImpl.java:153) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.resolve(InjectorImpl.java:133) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.getSingleton(InjectorImpl.java:72) ~[?:?]
    at net.skinsrestorer.shared.plugin.SRBootstrapper.startPlugin(SRBootstrapper.java:47) ~[?:?]
    at net.skinsrestorer.bukkit.SRBukkitBootstrap.onEnable(SRBukkitBootstrap.java:45) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:280) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.ClassNotFoundException: xyz.wagyourtail.jvmdg.j16.stub.java_base.J_L_Record
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    ... 33 more
[21:46:02] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9
[21:46:02] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[21:46:02] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
[21:46:03] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:46:03] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:46:03] [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.
[21:46:03] [Server thread/WARN]: You will not be offered any support as long as the server allows offline-mode players to join.
[21:46:03] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:46:03] [Server thread/INFO]: Preparing level "world"
[21:46:03] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[21:46:03] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[21:46:03] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:04] [Server thread/INFO]: Preparing spawn area: 4%
[21:46:04] [Server thread/INFO]: Time elapsed: 789 ms
[21:46:04] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[21:46:04] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:04] [Server thread/INFO]: Time elapsed: 257 ms
[21:46:04] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[21:46:05] [Server thread/INFO]: Time elapsed: 284 ms
[21:46:05] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[21:46:05] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart v2024.07
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] 2024.07, a free resource by Norska - Thanks for downloading!
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] Join www.norska.dev/discord/ for support!
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
[21:46:05] [Server thread/INFO]: [BarrierAutoMessage] Enabling BarrierAutoMessage v1.2
[21:46:05] [Server thread/INFO]: [EasySetSpawn] Enabling EasySetSpawn v3.2*
[21:46:05] [Server thread/WARN]: [EasySetSpawn] Error checking updates!
[21:46:05] [Server thread/INFO]: [EasySetSpawn] EasySetSpawn enabled!
[21:46:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.3
[21:46:05] [Server thread/INFO]: [CommandTimer] Enabling CommandTimer v8.7.3
[21:46:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: commandtimer [8.7.3]
[21:46:05] [Server thread/INFO]: [CommandTimer] CommandTimer hooked in PlaceholderAPI
[21:46:05] [Server thread/INFO]: [CommandTimer] Server time : 21:46:05
[21:46:05] [Server thread/INFO]: [CommandTimer] Server day : THURSDAY
[21:46:05] [Server thread/INFO]: [CommandTimer] 8.7.3 loaded!
[21:46:05] [Server thread/INFO]: [PvPEncounterLite] Enabling PvPEncounterLite v1.1.1
[21:46:05] [Server thread/INFO]:   _____        _____  ______                             _           
[21:46:05] [Server thread/INFO]:  |  __ \      |  __ \|  ____|                           | |           
[21:46:05] [Server thread/INFO]:  | |__) |_   _| |__) | |__   _ __   ___ ___  _   _ _ __ | |_ ___ _ __
[21:46:05] [Server thread/INFO]:  |  ___/\ \ / /  ___/|  __| | '_ \ / __/ _ \| | | | '_ \| __/ _ \ '__|
[21:46:05] [Server thread/INFO]:  | |     \ V /| |    | |____| | | | (_| (_) | |_| | | | | ||  __/ |   
[21:46:05] [Server thread/INFO]:  |_|      \_/ |_|    |______|_| |_|\___\___/ \__,_|_| |_|\__\___|_|   
[21:46:05] [Server thread/INFO]:  PvPEncounterLite 1.1.1 | git-Purpur-1171 (MC: 1.16.5)
[21:46:05] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8*
[21:46:05] [Server thread/INFO]: Preparing start region for dimension minecraft:world1
[21:46:06] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:06] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:06] [Server thread/INFO]: Time elapsed: 821 ms
[21:46:06] [Thread-19/INFO]: [CommandTimer] Checking for update...
[21:46:06] [Thread-19/INFO]: [CommandTimer] Update found!
[21:46:06] [Server thread/INFO]: [MultiWorld] [PortalHandler] loaded!
[21:46:06] [Server thread/INFO]: [MultiWorld] [PortalHandler] loaded!
[21:46:06] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
[21:46:06] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.21
[21:46:06] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.1
[21:46:06] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.16.4-1.16.5 (754)
[21:46:06] [Server thread/INFO]: [Pickaxe3x3] Enabling Pickaxe3x3 v6.0
[21:46:06] [Server thread/INFO]: [Pickaxe3x3] Pickaxe3x3 plugin enabled.
[21:46:06] [Server thread/INFO]: [fmSubscribe] Enabling fmSubscribe v1.14
[21:46:06] [Server thread/INFO]:
[21:46:06] [Server thread/INFO]: » Плагин fmSubscribe включился!
[21:46:06] [Server thread/INFO]: » Версия: v1.14
[21:46:06] [Server thread/INFO]:
[21:46:07] [Server thread/INFO]:
[21:46:07] [Server thread/INFO]: » Обновления не найдены!
[21:46:07] [Server thread/INFO]: » Вы используете последнюю версию плагина - v1.14
[21:46:07] [Server thread/INFO]:
[21:46:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fmsubscribe [1.14]
[21:46:07] [Server thread/INFO]: [Tim] Enabling TimTheEnchanter v2.1
[21:46:07] [Server thread/INFO]: [AnimatedScoreboard] Enabling AnimatedScoreboard v0.3.1
[21:46:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: animatedscoreboard [0.0.1]
[21:46:07] [Server thread/INFO]: [EasyPayments] Enabling EasyPayments v2.2.4
[21:46:07] [Server thread/INFO]: [EasyPayments] Detected NMS version: 1_16_R3 (MC 1.16.5)
[21:46:07] [Server thread/INFO]: [EasyPayments] 
[21:46:07] [Server thread/INFO]: [EasyPayments]  EasyPayments is an official payment processing implementation.
[21:46:07] [Server thread/INFO]: [EasyPayments]  © EasyDonate 2020-2024 - All rights reserved.
[21:46:07] [Server thread/INFO]: [EasyPayments] 
[21:46:07] [Server thread/INFO]: [RE4TNT] Enabling RE4TNT v2.0
[21:46:07] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support
[21:46:07] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
[21:46:07] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'RE4TNT' to create a bStats instance!
[21:46:07] [Server thread/INFO]: [RE4TNT]
[21:46:07] [Server thread/INFO]: [RE4TNT] Docs: https://re4erka.gitbook.io/re4tnt-2.0/
[21:46:07] [Server thread/INFO]: [RE4TNT]
[21:46:07] [Server thread/INFO]: [RE4TNT] Used Paper for EventType
[21:46:08] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[21:46:08] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[21:46:08] [Server thread/INFO]: [ClearLag] Loading modules...
[21:46:08] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[21:46:08] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[21:46:08] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[21:46:08] [Thread-23/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
[21:46:08] [Server thread/INFO]: [CustomCrafting] Enabling CustomCrafting v1.4
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Thread-23/INFO]: [ClearLag] No updates found!
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe example_pickaxe
[21:46:08] [Server thread/WARN]: [CustomCrafting] Recipe example_pickaxe is invalid!
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe Pusirok
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe Tntjoke
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe Tnteres
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe head
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loaded 4 recipes in 2ms!
[21:46:08] [Server thread/INFO]: [AutoMine] Enabling AutoMine v1.0.0*
[21:46:08] [Server thread/INFO]: [UltimateServerProtector] Enabling UltimateServerProtector v31.0
[21:46:08] [Server thread/INFO]: [UltimateServerProtector] Plugin started in 18 ms
[21:46:08] [Server thread/INFO]: [RMAdminChat] Enabling RMAdminChat v2.0
[21:46:08] [Server thread/INFO]: [RMAdminChat]
[21:46:08] [Server thread/INFO]: [RMAdminChat] Спасибо за использование плагина на Админ-Чат
[21:46:08] [Server thread/INFO]: [RMAdminChat] Создатель: REINTMASE | Источник: spigotmc.ru / black-minecraft.com
[21:46:08] [Server thread/INFO]: [RMAdminChat] Плагин успешно включен!
[21:46:08] [Server thread/INFO]: [RMAdminChat]
[21:46:08] [Server thread/INFO]: [Clans] Enabling Clans v0.4.5
[21:46:08] [Server thread/WARN]: [Clans] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.11.6 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: clans [0.4.5]
[21:46:08] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.44
[21:46:08] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.44-Free.jar
[21:46:08] [Server thread/INFO]: [LibsDisguises] Discovered nms version: (Package: v1_16_R3) (LD: v1_16) (MC: 1.16.5)
[21:46:08] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1314
[21:46:08] [Server thread/INFO]: [LibsDisguises] Build Date: 10/04/2024 02:12
[21:46:08] [Server thread/ERROR]: [LibsDisguises] Check for BisectHosting failed! Connection error?
[21:46:08] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[21:46:08] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[21:46:08] [Server thread/INFO]: [LibsDisguises] Config 'TallSelfDisguises' is set to 'false', LD will hide oversized disguises from self disguise. https://www.spigotmc.org/wiki/lib-s-disguises-faq/#tall-disguises-self-disguises
[21:46:08] [Server thread/WARN]: java.lang.ExceptionInInitializerError
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false)
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/ERROR]: Error occurred while enabling LibsDisguises v10.0.44 (Is it up to date?)
java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
    at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571) ~[?:?]
    at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404) ~[?:?]
    at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787) ~[patched_1.16.5.jar:git-Purpur-1171]
    at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39) ~[?:?]
    at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274) ~[?:?]
    at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164) ~[?:?]
    ... 13 more
[21:46:08] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.44
[21:46:08] [Server thread/INFO]: [LightCheck] Enabling LightCheck vSELL
[21:46:08] [Server thread/INFO]:
[21:46:08] [Server thread/INFO]:  » LightCheck enabled
[21:46:08] [Server thread/INFO]:  » Version: SELL
[21:46:08] [Server thread/INFO]:
[21:46:08] [Server thread/INFO]: [FrameCases] Enabling FrameCases v0.7.5
[21:46:08] [Server thread/INFO]: [FrameCases] У вас установлена последняя версия плагина.
[21:46:08] [Server thread/INFO]: [WorldGuardGriefFix] Enabling WorldGuardGriefFix v4.0
[21:46:08] [Server thread/INFO]: [TAB] Enabling TAB v4.0.9
[21:46:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.0.9]
[21:46:08] [Server thread/INFO]: [TAB] [Hint] Per-world header for world "world1" is identical to default header. This is redundant and can be removed for cleaner config.
[21:46:08] [Server thread/INFO]: [TAB] [Hint] Per-world footer for world "world1" is identical to default footer. This is redundant and can be removed for cleaner config.
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature BelowName processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature Sorting processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature NameTag processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] Enabled in 147ms
[21:46:08] [Server thread/INFO]: [CommandCooldown] Enabling CommandCooldown v2.4.4 beta
[21:46:09] [Server thread/WARN]: [CommandCooldown] Could not save config.yml to plugins/CommandCooldown/config.yml because config.yml already exists.
[21:46:09] [Server thread/WARN]: [CommandCooldown] Could not save cooldowns.yml to plugins/CommandCooldown/cooldowns.yml because cooldowns.yml already exists.
[21:46:09] [Server thread/WARN]: [CommandCooldown] Could not save messages.yml to plugins/CommandCooldown/messages.yml because messages.yml already exists.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10.1-RELEASE
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Basic.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Classic.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Crazy.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[21:46:09] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support
[21:46:09] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
[21:46:09] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[21:46:09] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[21:46:09] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[21:46:09] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[21:46:09] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[21:46:09] [Thread-24/WARN]: [NBTAPI] [NBTAPI] The NBT-API at 'package me.badbones69.crazycrates.nbtapi' seems to be outdated!
[21:46:09] [Thread-24/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.7.1' Newest Version: 2.13.1'
[21:46:09] [Thread-24/WARN]: [NBTAPI] [NBTAPI] Please update the nbt-api or the plugin that contains the api!
[21:46:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: crazycrates [1.10.1-RELEASE]
[21:46:09] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v4.6.0*
[21:46:09] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PIG_ZOMBIE. Ignoring...
[21:46:09] [Server thread/INFO]: [CraftHeads] Enabling CraftHeads v4.4.2
[21:46:09] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.2.4
[21:46:09] [Server thread/INFO]: [AuctionHouse] Found locale file en_us.json
[21:46:09] [Server thread/WARN]: [AuctionHouse] [1;33mA backup of the database has been saved with .backup extension.[0m
[21:46:09] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_16_R3
[21:46:09] [Server thread/INFO]: [AuctionHouse] Using en_us locale
[21:46:09] [Server thread/INFO]: [AuctionHouse] Loaded 158 listings
[21:46:09] [Server thread/INFO]: [Images] Enabling Images v2.4.0
[21:46:09] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
[21:46:09] [Server thread/INFO]: [Morphy] Enabling Morphy v3.4
[21:46:09] [Server thread/ERROR]: Error occurred while enabling Morphy v3.4 (Is it up to date?)
java.lang.NoClassDefFoundError: me/libraryaddict/disguise/disguisetypes/Disguise
    at me.bumblebeee_.morph.Main.setupCommands(Main.java:203) ~[?:?]
    at me.bumblebeee_.morph.Main.onEnable(Main.java:41) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.disguisetypes.Disguise
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    ... 12 more
[21:46:09] [Server thread/INFO]: [Morphy] Disabling Morphy v3.4
[21:46:09] [Server thread/ERROR]: Error occurred while disabling Morphy v3.4 (Is it up to date?)
java.lang.NullPointerException: Cannot read field "soundDisabled" because the return value of "me.bumblebeee_.morph.Main.getMorphManager()" is null
    at me.bumblebeee_.morph.Main.onDisable(Main.java:198) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:405) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:09] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[21:46:09] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[21:46:09] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[21:46:09] [Server thread/INFO]: | Command file(s) found : 1
[21:46:09] [Server thread/INFO]: | Config : Ready.
[21:46:09] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[21:46:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
[21:46:09] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[21:46:09] [Server thread/INFO]: | Custom commands loaded : 5
[21:46:09] [Server thread/INFO]: | You're running the latest version of MyCommand.
[21:46:09] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v5.3.0-SNAPSHOT-726 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:09] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[21:46:09] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[21:46:09] [Server thread/INFO]: [TigerReports] Enabling TigerReports v5.3.4
[21:46:09] [Server thread/INFO]: [TigerReports] Le plugin utilise les prefixes et suffixes du chat du plugin Vault pour afficher les noms des joueurs.
[21:46:09] [Server thread/INFO]: [Chatty] Enabling Chatty v2.19.14
[21:46:09] [Server thread/INFO]: [Chatty] Vault has successful hooked.
[21:46:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chatty [2.19.14]
[21:46:09] [Server thread/INFO]: [Chatty] PlaceholderAPI has successful hooked.
[21:46:09] [Server thread/INFO]: [Vegas] Enabling Vegas v2.0
[21:46:09] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.9
[21:46:10] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[21:46:11] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[21:46:11] [Server thread/INFO]: [Essentials] No kits found to migrate.
[21:46:11] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[21:46:11] [Server thread/INFO]: [Essentials] Using locale ru
[21:46:11] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[21:46:11] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[21:46:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[21:46:11] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[21:46:11] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.65
[21:46:11] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
[21:46:11] [Server thread/INFO]: [GrimAC] Registering packets...
[21:46:11] [Server thread/INFO]: [GrimAC] Registering an outgoing plugin channel...
[21:46:11] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
[21:46:11] [Server thread/INFO]: [GrimAC] [ACF] Enabled Asynchronous Tab Completion Support!
[21:46:11] [Server thread/INFO]: [Admin-GUI] Enabling Admin-GUI v1.9.0
[21:46:11] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[21:46:11] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[21:46:11] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[21:46:11] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[21:46:11] [Server thread/INFO]:
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.3.0
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
|   You have the newest version
[]================================[]
 
[21:46:11] [Server thread/INFO]: [PrimeSeller] Enabling PrimeSeller v2.3.4
[21:46:11] [Server thread/INFO]: PrimeSeller | ██████╗░██████╗░██╗███╗░░░███╗███████╗░██████╗███████╗██╗░░░░░██╗░░░░░███████╗██████╗░
[21:46:11] [Server thread/INFO]: PrimeSeller | ██╔══██╗██╔══██╗██║████╗░████║██╔════╝██╔════╝██╔════╝██║░░░░░██║░░░░░██╔════╝██╔══██╗
[21:46:11] [Server thread/INFO]: PrimeSeller | ██████╔╝██████╔╝██║██╔████╔██║█████╗░░╚█████╗░█████╗░░██║░░░░░██║░░░░░█████╗░░██████╔╝
[21:46:11] [Server thread/INFO]: PrimeSeller | ██╔═══╝░██╔══██╗██║██║╚██╔╝██║██╔══╝░░░╚═══██╗██╔══╝░░██║░░░░░██║░░░░░██╔══╝░░██╔══██╗
[21:46:11] [Server thread/INFO]: PrimeSeller | ██║░░░░░██║░░██║██║██║░╚═╝░██║███████╗██████╔╝███████╗███████╗███████╗███████╗██║░░██║
[21:46:11] [Server thread/INFO]: PrimeSeller | ╚═╝░░░░░╚═╝░░╚═╝╚═╝╚═╝░░░░░╚═╝╚══════╝╚═════╝░╚══════╝╚══════╝╚══════╝╚══════╝╚═╝░░╚═╝
[21:46:11] [Server thread/INFO]: PrimeSeller | ▀█░█▀ █▀▀ █▀▀█ █▀▀ ░▀░ █▀▀█ █▀▀▄
[21:46:11] [Server thread/INFO]: PrimeSeller | ░█▄█░ █▀▀ █▄▄▀ ▀▀█ ▀█▀ █░░█ █░░█ v2.3.4 | Developer: Telegram: @byteswing
[21:46:11] [Server thread/INFO]: PrimeSeller | ░░▀░░ ▀▀▀ ▀░▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀░░▀
[21:46:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: primeseller [1.0]
[21:46:11] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.8.0
[21:46:12] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[21:46:12] [Server thread/INFO]: [ajLeaderboards] Loaded 4 boards
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.8.0]
[21:46:12] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[21:46:12] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.8.0 by ajgeiss0702 enabled!
[21:46:12] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.7-Release
[21:46:12] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[21:46:12] [Server thread/INFO]: [DeluxeMenus] 9 GUI menus loaded!
[21:46:12] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.13.7-Release]
[21:46:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.5+3827266
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world1'
[21:46:12] [Server thread/INFO]: [WorldGuard] Loading region data...
[21:46:12] [Server thread/INFO]: [BAirDrop] Enabling BAirDrop v1.0.9
[21:46:12] [Server thread/INFO]: Airdrop chest loaded!
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: BAirDrop [1.0.9]
[21:46:12] [Server thread/INFO]: Plugin successfully enabled in 127ms
[21:46:12] [Server thread/INFO]: [Duels] Enabling Duels v3.5.3
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: duels [1.0]
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[21:46:12] [Server thread/INFO]: [Duels] Using Economy Provider: com.earth2me.essentials.economy.vault.VaultEconomyProvider
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
[21:46:13] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 8 kit(s).
[21:46:13] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 5 arena(s).
[21:46:13] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[21:46:13] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
[21:46:13] [Server thread/INFO]: [GSit] Enabling GSit v1.9.5
[21:46:13] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[21:46:13] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.9.5]
[21:46:13] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[21:46:13] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.11
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.11]
[21:46:13] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3477)
[21:46:13] [Server thread/INFO]: [Citizens] Loading external libraries
[21:46:13] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
[21:46:13] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[21:46:13] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.8.5
[21:46:13] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
[21:46:13] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
[21:46:13] [Server thread/INFO]: [ProtectionStones] PlaceholderAPI support enabled!
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: protectionstones [2.8.5]
[21:46:13] [Server thread/INFO]: [ProtectionStones] LuckPerms support enabled!
[21:46:13] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
[21:46:13] [Server thread/INFO]: [ProtectionStones] - LAPIS_ORE (9)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - EMERALD_ORE (65)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - IRON_ORE (3)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - DIAMOND_ORE (33)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - GOLD_ORE (17)
[21:46:14] [Server thread/INFO]: [ProtectionStones] Building region cache...
[21:46:14] [Server thread/INFO]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
[21:46:14] [Server thread/INFO]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
[21:46:14] [Server thread/INFO]: [ProtectionStones] ProtectionStones has successfully started!
[21:46:14] [Server thread/INFO]: [AntiRelog] Enabling AntiRelog v3.0.11
[21:46:14] [Server thread/INFO]: [AntiRelog] Конфиг успешно загружен
[21:46:14] [Server thread/INFO]: [AntiRelog] Detected version: 1.16.5
[21:46:14] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v2.1.3
[21:46:14] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[21:46:14] [Server thread/INFO]: [CommandNPC] Initiating Database
[21:46:14] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[21:46:14] [Thread-29/INFO]: [CommandNPC] Loading commands complete!
[21:46:14] [Server thread/INFO]: [CommandNPC] Checking config for update checker
[21:46:14] [Server thread/INFO]: [CommandNPC] Checking for updates
[21:46:14] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[21:46:14] [Server thread/INFO]: [RE4WitherFix] Enabling RE4WitherFix v1.0
[21:46:14] [Server thread/INFO]: [RE4WitherFix] The fix is activated!
[21:46:14] [Server thread/INFO]: [SCore] Enabling SCore v4.23.12.29
[21:46:14] [Server thread/WARN]: [SCore] Loaded class org.intellij.lang.annotations.Preconditions from UltimateAutoRestart v2024.07 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:14] [Server thread/INFO]: ================ SCore ================
[21:46:14] [Server thread/INFO]: SCore Version of the server git-Purpur-1171 (MC: 1.16.5) !
[21:46:14] [Server thread/INFO]: SCore ExecutableItems hooked !  (6.23.12.29) Load After
[21:46:14] [Server thread/INFO]: SCore PlaceholderAPI hooked !  (2.11.6)  Load Before
[21:46:14] [Server thread/INFO]: SCore WorldGuard hooked !  (7.0.5+3827266)  Load Before
[21:46:14] [Server thread/INFO]: SCore Vault hooked !  (1.7.3-b131)  Load Before
[21:46:14] [Server thread/INFO]: SCore ProtocolLib hooked !
[21:46:14] [Server thread/INFO]: SCore Locale setup: EN
[21:46:14] [Server thread/INFO]: SCore DecentHolograms hooked !  (2.8.9)  Load Before
[21:46:14] [Server thread/INFO]: SCore HolographicDisplays hooked !
[21:46:14] [Server thread/INFO]: SCore ProtectionStones hooked !  (2.8.5)  Load Before
[21:46:14] [Server thread/INFO]: SCore TAB hooked !  (4.0.9)  Load Before
[21:46:14] [Server thread/INFO]: SCore Language of the editor setup on EN
[21:46:14] [Server thread/INFO]: SCore Language for in-game messages setup on EN
[21:46:14] [Thread-30/INFO]: [CommandNPC] Checking for update...
[21:46:14] [Server thread/INFO]: SCore Connection to the db...
[21:46:14] [Server thread/INFO]: SCore will connect to the database hosted: In Local
[21:46:14] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands Player if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands Block if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...
[21:46:14] [Thread-30/INFO]: [CommandNPC] Version installed is 2.1.3
[21:46:14] [Thread-30/INFO]: [CommandNPC] Latest version found online is 2.1.3
[21:46:14] [Thread-30/INFO]: [CommandNPC] No update found.
[21:46:14] [Server thread/INFO]: SCore SCore loaded 1 variables from local files !
[21:46:14] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved
[21:46:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: SCore [1.0.0]
[21:46:14] [Server thread/INFO]: ================ SCore ================
[21:46:14] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v6.23.12.29
[21:46:14] [Server thread/INFO]: ================ ExecutableItems ================
[21:46:14] [Server thread/INFO]: ExecutableItems PlaceholderAPI hooked !
[21:46:14] [Server thread/INFO]: ExecutableItems CustomCrafting hooked !
[21:46:14] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld in the option disableItemsPerWorld
[21:46:14] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld2 in the option disableItemsPerWorld
[21:46:16] [Server thread/INFO]: ExecutableItems Amount of Executable Items configurations loaded: 21
[21:46:16] [Server thread/INFO]: ExecutableItems Items with display conditions : 
[21:46:16] [Server thread/INFO]: ================ ExecutableItems ================
[21:46:16] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[21:46:16] [Server thread/INFO]: Starting remote control listener
[21:46:16] [Server thread/INFO]: Thread RCON Listener started
[21:46:16] [Server thread/INFO]: RCON running on 0.0.0.0:25882
[21:46:16] [Server thread/INFO]: Running delayed init tasks
[21:46:16] [Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[21:46:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.6]
[21:46:16] [Craft Scheduler Thread - 13 - TigerReports/INFO]: [TigerReports] Le plugin utilise la base de donnees SQLite (par defaut, car les parametres MySQL ne sont pas valides: Database host and name cannot be null or empty.).
[21:46:16] [Craft Scheduler Thread - 14 - Essentials/INFO]: [Essentials] Fetching version information...
[21:46:16] [Craft Scheduler Thread - 1 - PlayerPoints/INFO]: [RoseGarden] An update for PlayerPoints (v3.2.7) is available! You are running v3.2.6.
[21:46:16] [Craft Scheduler Thread - 11 - UltimateServerProtector/INFO]: [UltimateServerProtector] ========================================
[21:46:16] [Craft Scheduler Thread - 11 - UltimateServerProtector/INFO]: [UltimateServerProtector] You are using latest version of the plugin!
[21:46:16] [Craft Scheduler Thread - 11 - UltimateServerProtector/INFO]: [UltimateServerProtector] ========================================
[21:46:16] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Essentials for Vault's Economy API
[21:46:16] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
[21:46:16] [Craft Scheduler Thread - 17 - Duels/INFO]: [Duels] No updates were available. You are on the latest version!
[21:46:16] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[21:46:16] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] Checking for Updates ...
[21:46:16] [Craft Scheduler Thread - 2 - Admin-GUI/INFO]:

[]===========[Enabling AdminGUI]===========[]
|
| Information:
|
|   Name: AdminGUI
|   Developer: Black1_TV
|   Version: 1.9.0 (FREE)
|   Website: https://rabbit-company.com
|
| Sponsors:
|
|   - https://rabbitserverlist.com
|
| Support:
|
|   Discord: ziga.zajc007
|   Mail: ziga.zajc007@gmail.com
|   Discord: https://discord.gg/hUNymXX
|
[]=========================================[]

[21:46:16] [Craft Scheduler Thread - 8 - CustomCrafting/INFO]: [CustomCrafting] UpdateChecker: HTTP_OK
[21:46:16] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] No new version available
[21:46:16] [Craft Scheduler Thread - 8 - CustomCrafting/INFO]: [CustomCrafting] UpdateChecker: No update available
[21:46:16] [Craft Scheduler Thread - 12 - DecentHolograms/INFO]:
A newer version of DecentHolograms is available. Download it from:
- https://www.spigotmc.org/resources/96927/
- https://modrinth.com/plugin/decentholograms
[21:46:17] [Server thread/INFO]: [Citizens] Loaded 8 NPCs.
[21:46:17] [Server thread/INFO]: [TigerReports] Le plugin utilise BungeeCord.
[21:46:17] [Server thread/INFO]: [AuctionHouse] Found PlaceholderAPI plugin
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auctionhouse [2.2.4]
[21:46:17] [Server thread/INFO]: [AuctionHouse] Registered PlaceholderAPI placeholders
[21:46:17] [Server thread/INFO]: ---------------------------------------------------------------------
[21:46:17] [Server thread/INFO]: 
[21:46:17] [Server thread/INFO]: Pl-Hide ▎ Update available: 1.5.22. You are on 1.5.21!
[21:46:17] [Server thread/INFO]: 
[21:46:17] [Server thread/INFO]: ---------------------------------------------------------------------
[21:46:17] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 5.0.3, you're on: 5.0.1
[21:46:17] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 3 scripts loaded!
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.2]
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.131 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: expirytime [1.0.0]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: bungee [2.3]
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.7.2]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: parseother [2.0.0]
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion mines due to an unknown issue.
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: math [2.0.2]
[21:46:17] [Server thread/INFO]: 10 placeholder hook(s) registered!
[21:46:17] [Server thread/INFO]: Done (27.827s)! For help, type "help"
[21:46:17] [Server thread/INFO]: Timings Reset
[21:46:18] [Craft Scheduler Thread - 14 - KillerMoney/INFO]: Update check failed. Please try again later.
[21:46:18] [Craft Scheduler Thread - 5 - Images/INFO]: [Images] Loaded 3 images...
[21:46:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ultimateautorestart [2024.07]
[21:46:19] [Server thread/INFO]: [UltimateAutoRestart] Hooked into PlaceholderAPI!
[21:46:19] [Server thread/INFO]: [UltimateAutoRestart] Successfully performed 1 hooks!
[21:46:23] [User Authenticator #1/INFO]: UUID of player Matison is ea574f87-d94d-32fb-8bac-fe007fc0e68c
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Matison
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 8ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 2ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 3ms
[21:46:23] [Server thread/INFO]: > ʜᴇʟᴘᴇʀ Matison присоединился к серверу.
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 79ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Matison processed in 96ms
[21:46:23] [Server thread/INFO]: Matison[/213.87.130.53:55366] logged in with entity id 116 at ([world1]-298.70689208458595, 61.36671363635713, -670.285875973254)
[21:46:25] [User Authenticator #1/INFO]: UUID of player Zov123313 is 5b8ba58d-9eea-3e7f-8439-4582c92972a1
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Zov123313
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 1ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Zov123313 processed in 3ms
[21:46:26] [Server thread/INFO]: > ᴘʟᴀʏᴇʀ Zov123313 присоединился к серверу.
[21:46:26] [Server thread/INFO]: Zov123313[/212.59.108.161:59472] logged in with entity id 315 at ([world]10181.214199716345, 122.0, 9618.509730144779)
[21:46:43] [Async Chat Thread - #0/INFO]: Ⓖ ʜᴇʟᴘᴇʀ Matison: ку
[21:47:05] [User Authenticator #1/INFO]: UUID of player Gohanchuk is ab6712c9-f6d4-30e8-a606-ea1bdcd4076d
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Gohanchuk
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 1ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Gohanchuk processed in 3ms
[21:47:05] [Server thread/INFO]: > ᴀɴɢᴇʟ+ Gohanchuk присоединился к серверу.
[21:47:05] [Server thread/INFO]: Gohanchuk[/212.59.108.161:44746] logged in with entity id 675 at ([world]10180.031158507802, 122.0, 9619.044266753652)
[21:47:05] [Craft Scheduler Thread - 16 - UltimateServerProtector/INFO]: PIN-CODE » Администратор Gohanchuk присоединился к игре.
[21:47:10] [Async Chat Thread - #0/INFO]: Ⓖ ʜᴇʟᴘᴇʀ Matison: ку
[21:47:12] [Server thread/INFO]: Gohanchuk issued server command: /pas 5657
[21:47:12] [Server thread/INFO]: PIN-CODE » Администратор Gohanchuk ввёл пароль верно!
[21:47:14] [Async Chat Thread - #0/INFO]: Ⓖ ᴀɴɢᴇʟ+ Gohanchuk: re
[21:47:16] [Async Chat Thread - #0/INFO]: Ⓖ ᴀɴɢᴇʟ+ Gohanchuk: ку
[21:47:25] [Server thread/INFO]: Gohanchuk issued server command: /v
[21:47:28] [Server thread/INFO]: Gohanchuk issued server command: /tp Matison
[21:47:32] [Server thread/INFO]: Gohanchuk issued server command: /tp Matison
[21:47:43] [Server thread/INFO]: Gohanchuk issued server command: /gm 1
[21:47:49] [Server thread/INFO]: Gohanchuk issued server command: /gm 1
[21:47:51] [Server thread/INFO]: Gohanchuk issued server command: /gm 0
[21:47:58] [Server thread/INFO]: Gohanchuk issued server command: /morph
[21:47:58] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:48:01] [Server thread/INFO]: Gohanchuk issued server command: /v
[21:48:03] [Server thread/INFO]: Gohanchuk issued server command: /v
[21:48:17] [Server thread/INFO]: Matison issued server command: /quests
[21:49:01] [User Authenticator #2/INFO]: UUID of player peshoek is 3bf57d8d-6be1-31ba-821b-3fe340dbe32f
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for peshoek
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:49:01] [Server thread/INFO]: > ᴇɴɪɢᴍᴀ+ peshoek присоединился к серверу.
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 3ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 1ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of peshoek processed in 6ms
[21:49:01] [Server thread/INFO]: peshoek[/176.120.225.146:42794] logged in with entity id 1194 at ([world]10171.300000011921, 121.0, 9615.079744052013)
[21:49:01] [Craft Scheduler Thread - 6 - UltimateServerProtector/INFO]: PIN-CODE » Администратор peshoek присоединился к игре.
[21:49:01] [Server thread/INFO]: Matison issued server command: /quests
[21:49:10] [Server thread/INFO]: peshoek issued server command: /pas Admin315920Admin
[21:49:10] [Server thread/INFO]: PIN-CODE » Администратор peshoek ввёл пароль верно!
[21:49:12] [Async Chat Thread - #1/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: уу
[21:49:14] [Async Chat Thread - #1/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: кку
[21:49:21] [Server thread/INFO]: Matison issued server command: /quest
[21:49:24] [Server thread/INFO]: Matison issued server command: /quests
[21:49:25] [Server thread/INFO]: peshoek issued server command: /kick Zov123313 шаришь за ОПА СВО?
[21:49:25] [Server thread/INFO]: Zov123313 lost connection: Вы были кикнуты с сервера!

------------------------------------

Кикнут: peshoek
Причина: шаришь за ОПА СВО?

------------------------------------

Обжаловать кик: https://discord.gg/gCWf7wyc
[21:49:25] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player quit of Zov123313 processed in 0ms
[21:49:25] [Server thread/INFO]: > ᴘʟᴀʏᴇʀ Zov123313 вышел с сервера.
[21:49:32] [Server thread/INFO]: Matison issued server command: /quests
[21:49:34] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /eco give Matison 10000
[21:49:34] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Игроку Matison было зачислено $10,000
[21:49:34] [luckperms-command-executor/INFO]: [LP] Set quest.12 to true for matison in context global.
[21:49:38] [Server thread/INFO]: peshoek issued server command: /quests
[21:49:57] [Server thread/INFO]: Matison issued server command: /spawn
[21:50:33] [User Authenticator #3/INFO]: UUID of player Zov123313 is 5b8ba58d-9eea-3e7f-8439-4582c92972a1
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Zov123313
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Zov123313 processed in 2ms
[21:50:33] [Server thread/INFO]: > ᴘʟᴀʏᴇʀ Zov123313 присоединился к серверу.
[21:50:33] [Server thread/INFO]: Zov123313[/212.59.108.161:53488] logged in with entity id 1682 at ([world]10181.214199716345, 122.0, 9618.509730144779)
[21:50:43] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: шар.
[21:50:46] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: шарю
[21:50:50] [Server thread/INFO]: peshoek issued server command: /bc Завтра в 15:00 по часовому поясу Мск, пройдет конкурс в честь моего дня рождения. на рандомный донат, который будет выбирать Яндекс Алиса.
[21:50:52] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: опа сво
[21:50:54] [Async Chat Thread - #2/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: куто
[21:50:56] [Async Chat Thread - #2/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: клутой
[21:50:59] [Server thread/INFO]: peshoek issued server command: /bc Завтра в 15:00 по часовому поясу Мск, пройдет конкурс в честь моего дня рождения. на рандомный донат, который будет выбирать Яндекс Алиса.
[21:51:00] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: ай шамин батыр дерин
[21:51:11] [Server thread/INFO]: Gohanchuk issued server command: /morph zombie
[21:51:11] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:51:22] [Async Chat Thread - #2/INFO]: Ⓛ ʜᴇʟᴘᴇʀ Matison: Опа гангам стайл
[21:51:27] [Async Chat Thread - #2/INFO]: Ⓛ ᴇɴɪɢᴍᴀ+ peshoek: изгой.
[21:51:37] [Async Chat Thread - #2/INFO]: Ⓛ ᴇɴɪɢᴍᴀ+ peshoek: камкам стайл
[21:51:41] [Server thread/INFO]: peshoek issued server command: /tp go
[21:51:43] [Server thread/INFO]: peshoek issued server command: /tp go
[21:51:48] [Server thread/INFO]: peshoek issued server command: /v Gohanchuk
[21:51:53] [Server thread/INFO]: peshoek issued server command: /morph
[21:51:53] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:95) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1469) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1142) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:51:57] [Server thread/INFO]: peshoek issued server command: /morph
[21:51:57] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1407) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1142) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:52:00] [Server thread/INFO]: peshoek issued server command: /PLUGIN
[21:52:02] [Server thread/INFO]: peshoek issued server command: /plugins
[21:52:10] [Server thread/INFO]: peshoek issued server command: /morphy
[21:52:13] [Server thread/INFO]: peshoek issued server command: /morphy:addmorph
[21:52:13] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morphy:addmorph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:52:20] [Server thread/INFO]: > ᴀɴɢᴇʟ+ Gohanchuk умер.
[21:52:22] [Async Chat Thread - #2/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: ez
[21:52:25] [Server thread/INFO]: peshoek issued server command: /tp Zov123313
[21:52:28] [Server thread/INFO]: peshoek issued server command: /heal
[21:52:33] [Server thread/INFO]: peshoek issued server command: /gm 1
[21:52:35] [Server thread/INFO]: Matison issued server command: /miner
[21:52:36] [Server thread/INFO]: peshoek issued server command: /pickaxe3x3
[21:52:36] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:36] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:36] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:36] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:36] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:36] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: peshoek issued server command: /pickaxe3x3 netherite
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:38] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:38] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:38] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:38] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:38] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:38] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: peshoek issued server command: /pickaxe3x3 netherite peshoek
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:41] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:41] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:52] [Server thread/INFO]: peshoek issued server command: /gm 0
 
  • Вау! (0)
Реакции: xesi
Форматирование (BB-код):
[21:45:47] [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'
[21:45:47] [main/INFO]: Reloading ResourceManager: Default, bukkit
[21:45:47] [Worker-Main-1/INFO]: Loaded 7 recipes
[21:45:49] [Server thread/INFO]: Starting minecraft server version 1.16.5
[21:45:49] [Server thread/INFO]: Loading properties
[21:45:49] [Server thread/INFO]: This server is running Purpur version git-Purpur-1171 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[21:45:49] [Server thread/INFO]: Debug logging is disabled
[21:45:49] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:45:49] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:45:49] [Server thread/INFO]: Default game type: SURVIVAL
[21:45:49] [Server thread/INFO]: Generating keypair
[21:45:49] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25748
[21:45:49] [Server thread/INFO]: Using epoll channel type
[21:45:49] [Server thread/INFO]: Tuinity: Using libdeflate (Linux x86_64) compression from Velocity.
[21:45:49] [Server thread/INFO]: Tuinity: Using Java cipher from Velocity.
[21:45:50] [Server thread/ERROR]: Could not load 'plugins/ExcellentEnchants_3.2.1.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-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:279) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:45:50] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[21:45:53] [Server thread/WARN]: Legacy plugin EasySetSpawn v3.2 does not specify an api-version.
[21:45:53] [Server thread/INFO]: [PvPEncounterLite] Loading 1 libraries... please wait
[21:45:53] [Server thread/INFO]: [PvPEncounterLite] Loaded library /home/container/libraries/net/elytrium/serializer/1.1.1/serializer-1.1.1.jar
[21:45:53] [Server thread/WARN]: Legacy plugin MultiWorld v5.2.8 does not specify an api-version.
[21:45:53] [Server thread/INFO]: [EasyPayments] Loading 2 libraries... please wait
[21:45:53] [Server thread/INFO]: [EasyPayments] Loaded library /home/container/libraries/org/postgresql/postgresql/42.3.3/postgresql-42.3.3.jar
[21:45:53] [Server thread/INFO]: [EasyPayments] Loaded library /home/container/libraries/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[21:45:53] [Server thread/INFO]: [EasyPayments] Loaded library /home/container/libraries/com/h2database/h2/2.1.210/h2-2.1.210.jar
[21:45:53] [Server thread/ERROR]: Could not load 'plugins/cHider 2.0.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-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:279) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:45:53] [Server thread/WARN]: Legacy plugin AutoMine v1.0.0 does not specify an api-version.
[21:45:53] [Server thread/WARN]: Legacy plugin KillerMoney v4.6.0 does not specify an api-version.
[21:45:53] [Server thread/ERROR]: Could not load 'plugins/Themis_0.16.0.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-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:279) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:45:53] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
[21:45:53] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart v2024.07
[21:45:53] [Server thread/INFO]: [BarrierAutoMessage] Loading BarrierAutoMessage v1.2
[21:45:53] [Server thread/INFO]: [EasySetSpawn] Loading EasySetSpawn v3.2
[21:45:53] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.3
[21:45:53] [Server thread/INFO]: [CommandTimer] Loading CommandTimer v8.7.3
[21:45:53] [Server thread/INFO]: [PvPEncounterLite] Loading PvPEncounterLite v1.1.1
[21:45:53] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
[21:45:53] [Server thread/INFO]: [PL-Hide] Loading PL-Hide v1.5.21
[21:45:53] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v5.0.1
[21:45:53] [Server thread/INFO]: [ViaVersion] ViaVersion 5.0.1 is now loaded. Registering protocol transformers and injecting...
[21:45:54] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[21:45:54] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[21:45:54] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.131
[21:45:54] [Server thread/INFO]: [Pickaxe3x3] Loading Pickaxe3x3 v6.0
[21:45:54] [Server thread/INFO]: [fmSubscribe] Loading fmSubscribe v1.14
[21:45:54] [Server thread/INFO]: [Tim] Loading TimTheEnchanter v2.1
[21:45:54] [Server thread/INFO]: [AnimatedScoreboard] Loading AnimatedScoreboard v0.3.1
[21:45:54] [Server thread/INFO]: [EasyPayments] Loading EasyPayments v2.2.4
[21:45:54] [Server thread/INFO]: [RE4TNT] Loading RE4TNT v2.0
[21:45:54] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[21:45:54] [Server thread/INFO]: [CustomCrafting] Loading CustomCrafting v1.4
[21:45:54] [Server thread/INFO]: [AutoMine] Loading AutoMine v1.0.0
[21:45:54] [Server thread/INFO]: [UltimateServerProtector] Loading UltimateServerProtector v31.0
[21:45:54] [Server thread/INFO]: [RMAdminChat] Loading RMAdminChat v2.0
[21:45:54] [Server thread/INFO]: [Clans] Loading Clans v0.4.5
[21:45:54] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.3.0-SNAPSHOT-726
[21:45:54] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.44
[21:45:54] [Server thread/INFO]: [LightCheck] Loading LightCheck vSELL
[21:45:54] [Server thread/INFO]: [FrameCases] Loading FrameCases v0.7.5
[21:45:54] [Server thread/INFO]: [WorldGuardGriefFix] Loading WorldGuardGriefFix v4.0
[21:45:54] [Server thread/INFO]: [TAB] Loading TAB v4.0.9
[21:45:54] [Server thread/INFO]: [CommandCooldown] Loading CommandCooldown v2.4.4 beta
[21:45:54] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[21:45:54] [Server thread/INFO]: [CrazyCrates] Loading CrazyCrates v1.10.1-RELEASE
[21:45:54] [Server thread/INFO]: [KillerMoney] Loading KillerMoney v4.6.0
[21:45:54] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v3.2.6
[21:45:54] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v15.3.0
[21:45:54] [Server thread/INFO]: [CraftHeads] Loading CraftHeads v4.4.2
[21:45:54] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.2.4
[21:45:54] [Server thread/INFO]: [Images] Loading Images v2.4.0
[21:45:54] [Server thread/INFO]: [Morphy] Loading Morphy v3.4
[21:45:54] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.4
[21:45:54] [Server thread/INFO]: [TigerReports] Loading TigerReports v5.3.4
[21:45:54] [Server thread/INFO]: [Chatty] Loading Chatty v2.19.14
[21:45:54] [Server thread/INFO]: [Vegas] Loading Vegas v2.0
[21:45:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.5+57d5ac9
[21:45:55] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@271b12e2]
[21:45:55] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.9
[21:45:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.1
[21:45:55] [Server thread/INFO]: [GrimAC] Loading GrimAC v2.3.65
[21:45:55] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[21:45:59] [Server thread/INFO]: [Admin-GUI] Loading Admin-GUI v1.9.0
[21:45:59] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.3.0
[21:45:59] [Server thread/INFO]: [PrimeSeller] Loading PrimeSeller v2.3.4
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.8.0
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
[21:45:59] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
[21:45:59] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.7-Release
[21:45:59] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[21:45:59] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.5+3827266
[21:45:59] [Server thread/INFO]: [BAirDrop] Loading BAirDrop v1.0.9
[21:45:59] [Server thread/INFO]: [Duels] Loading Duels v3.5.3
[21:45:59] [Server thread/INFO]: [GSit] Loading GSit v1.9.5
[21:45:59] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.6.11
[21:45:59] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.35-SNAPSHOT (build 3477)
[21:45:59] [Server thread/INFO]: [ProtectionStones] Loading ProtectionStones v2.8.5
[21:45:59] [Server thread/INFO]: [AntiRelog] Loading AntiRelog v3.0.11
[21:45:59] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v2.1.3
[21:45:59] [Server thread/INFO]: [RE4WitherFix] Loading RE4WitherFix v1.0
[21:45:59] [Server thread/INFO]: [SCore] Loading SCore v4.23.12.29
[21:45:59] [Server thread/INFO]: [ExecutableItems] Loading ExecutableItems v6.23.12.29
[21:45:59] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:45:59] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.131
[21:45:59] [Server thread/INFO]:         __  
[21:45:59] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.131
[21:45:59] [Server thread/INFO]:   |___ |      Running on Bukkit - Purpur
[21:45:59] [Server thread/INFO]:
[21:45:59] [Server thread/INFO]: [LuckPerms] Loading configuration...
[21:46:00] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[21:46:00] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[21:46:00] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[21:46:01] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1972ms)
[21:46:01] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0-SNAPSHOT-726
[21:46:01] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[21:46:01] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.1 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:01] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[21:46:01] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:46:01] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[21:46:01] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[21:46:01] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.6
[21:46:01] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.2.5
[21:46:01] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[21:46:01] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.3.0
[21:46:02] [Server thread/ERROR]: An unexpected error occurred while starting the plugin. Please check the console for more details.
java.lang.NoClassDefFoundError: xyz/wagyourtail/jvmdg/j16/stub/java_base/J_L_Record
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:201) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:592) ~[?:?]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:?]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:3402) ~[?:?]
    at java.lang.Class.getDeclaredMethods(Class.java:2504) ~[?:?]
    at net.skinsrestorer.shadow.injector.utils.ReflectionUtils.safeGetDeclaredMethods(ReflectionUtils.java:165) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.StandardInjectionProvider.validateHasNoInjectMethods(StandardInjectionProvider.java:156) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.StandardInjectionProvider.validateInjection(StandardInjectionProvider.java:142) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.DefaultInjectionProvider.validateInjection(DefaultInjectionProvider.java:37) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.StandardInjectionProvider.safeGet(StandardInjectionProvider.java:43) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.DefaultInjectionProvider.safeGet(DefaultInjectionProvider.java:32) ~[?:?]
    at net.skinsrestorer.shadow.injector.handlers.instantiation.DirectInstantiationProvider.resolve(DirectInstantiationProvider.java:19) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.findResolutionOrFail(InjectorImpl.java:227) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.resolveContext(InjectorImpl.java:153) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.resolve(InjectorImpl.java:133) ~[?:?]
    at net.skinsrestorer.shadow.injector.InjectorImpl.getSingleton(InjectorImpl.java:72) ~[?:?]
    at net.skinsrestorer.shared.plugin.SRBootstrapper.startPlugin(SRBootstrapper.java:47) ~[?:?]
    at net.skinsrestorer.bukkit.SRBukkitBootstrap.onEnable(SRBukkitBootstrap.java:45) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:280) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.ClassNotFoundException: xyz.wagyourtail.jvmdg.j16.stub.java_base.J_L_Record
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    ... 33 more
[21:46:02] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.5+57d5ac9
[21:46:02] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[21:46:02] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
[21:46:03] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:46:03] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:46:03] [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.
[21:46:03] [Server thread/WARN]: You will not be offered any support as long as the server allows offline-mode players to join.
[21:46:03] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:46:03] [Server thread/INFO]: Preparing level "world"
[21:46:03] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[21:46:03] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[21:46:03] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:04] [Server thread/INFO]: Preparing spawn area: 4%
[21:46:04] [Server thread/INFO]: Time elapsed: 789 ms
[21:46:04] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[21:46:04] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:04] [Server thread/INFO]: Time elapsed: 257 ms
[21:46:04] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[21:46:05] [Server thread/INFO]: Time elapsed: 284 ms
[21:46:05] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[21:46:05] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart v2024.07
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] 2024.07, a free resource by Norska - Thanks for downloading!
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] Join www.norska.dev/discord/ for support!
[21:46:05] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
[21:46:05] [Server thread/INFO]: [BarrierAutoMessage] Enabling BarrierAutoMessage v1.2
[21:46:05] [Server thread/INFO]: [EasySetSpawn] Enabling EasySetSpawn v3.2*
[21:46:05] [Server thread/WARN]: [EasySetSpawn] Error checking updates!
[21:46:05] [Server thread/INFO]: [EasySetSpawn] EasySetSpawn enabled!
[21:46:05] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.3
[21:46:05] [Server thread/INFO]: [CommandTimer] Enabling CommandTimer v8.7.3
[21:46:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: commandtimer [8.7.3]
[21:46:05] [Server thread/INFO]: [CommandTimer] CommandTimer hooked in PlaceholderAPI
[21:46:05] [Server thread/INFO]: [CommandTimer] Server time : 21:46:05
[21:46:05] [Server thread/INFO]: [CommandTimer] Server day : THURSDAY
[21:46:05] [Server thread/INFO]: [CommandTimer] 8.7.3 loaded!
[21:46:05] [Server thread/INFO]: [PvPEncounterLite] Enabling PvPEncounterLite v1.1.1
[21:46:05] [Server thread/INFO]:   _____        _____  ______                             _          
[21:46:05] [Server thread/INFO]:  |  __ \      |  __ \|  ____|                           | |          
[21:46:05] [Server thread/INFO]:  | |__) |_   _| |__) | |__   _ __   ___ ___  _   _ _ __ | |_ ___ _ __
[21:46:05] [Server thread/INFO]:  |  ___/\ \ / /  ___/|  __| | '_ \ / __/ _ \| | | | '_ \| __/ _ \ '__|
[21:46:05] [Server thread/INFO]:  | |     \ V /| |    | |____| | | | (_| (_) | |_| | | | | ||  __/ |  
[21:46:05] [Server thread/INFO]:  |_|      \_/ |_|    |______|_| |_|\___\___/ \__,_|_| |_|\__\___|_|  
[21:46:05] [Server thread/INFO]:  PvPEncounterLite 1.1.1 | git-Purpur-1171 (MC: 1.16.5)
[21:46:05] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8*
[21:46:05] [Server thread/INFO]: Preparing start region for dimension minecraft:world1
[21:46:06] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:06] [Server thread/INFO]: Preparing spawn area: 0%
[21:46:06] [Server thread/INFO]: Time elapsed: 821 ms
[21:46:06] [Thread-19/INFO]: [CommandTimer] Checking for update...
[21:46:06] [Thread-19/INFO]: [CommandTimer] Update found!
[21:46:06] [Server thread/INFO]: [MultiWorld] [PortalHandler] loaded!
[21:46:06] [Server thread/INFO]: [MultiWorld] [PortalHandler] loaded!
[21:46:06] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
[21:46:06] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.21
[21:46:06] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.0.1
[21:46:06] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.16.4-1.16.5 (754)
[21:46:06] [Server thread/INFO]: [Pickaxe3x3] Enabling Pickaxe3x3 v6.0
[21:46:06] [Server thread/INFO]: [Pickaxe3x3] Pickaxe3x3 plugin enabled.
[21:46:06] [Server thread/INFO]: [fmSubscribe] Enabling fmSubscribe v1.14
[21:46:06] [Server thread/INFO]:
[21:46:06] [Server thread/INFO]: » Плагин fmSubscribe включился!
[21:46:06] [Server thread/INFO]: » Версия: v1.14
[21:46:06] [Server thread/INFO]:
[21:46:07] [Server thread/INFO]:
[21:46:07] [Server thread/INFO]: » Обновления не найдены!
[21:46:07] [Server thread/INFO]: » Вы используете последнюю версию плагина - v1.14
[21:46:07] [Server thread/INFO]:
[21:46:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fmsubscribe [1.14]
[21:46:07] [Server thread/INFO]: [Tim] Enabling TimTheEnchanter v2.1
[21:46:07] [Server thread/INFO]: [AnimatedScoreboard] Enabling AnimatedScoreboard v0.3.1
[21:46:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: animatedscoreboard [0.0.1]
[21:46:07] [Server thread/INFO]: [EasyPayments] Enabling EasyPayments v2.2.4
[21:46:07] [Server thread/INFO]: [EasyPayments] Detected NMS version: 1_16_R3 (MC 1.16.5)
[21:46:07] [Server thread/INFO]: [EasyPayments]
[21:46:07] [Server thread/INFO]: [EasyPayments]  EasyPayments is an official payment processing implementation.
[21:46:07] [Server thread/INFO]: [EasyPayments]  © EasyDonate 2020-2024 - All rights reserved.
[21:46:07] [Server thread/INFO]: [EasyPayments]
[21:46:07] [Server thread/INFO]: [RE4TNT] Enabling RE4TNT v2.0
[21:46:07] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support
[21:46:07] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
[21:46:07] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'RE4TNT' to create a bStats instance!
[21:46:07] [Server thread/INFO]: [RE4TNT]
[21:46:07] [Server thread/INFO]: [RE4TNT] Docs: https://re4erka.gitbook.io/re4tnt-2.0/
[21:46:07] [Server thread/INFO]: [RE4TNT]
[21:46:07] [Server thread/INFO]: [RE4TNT] Used Paper for EventType
[21:46:08] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[21:46:08] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[21:46:08] [Server thread/INFO]: [ClearLag] Loading modules...
[21:46:08] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[21:46:08] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[21:46:08] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[21:46:08] [Thread-23/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
[21:46:08] [Server thread/INFO]: [CustomCrafting] Enabling CustomCrafting v1.4
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Server thread/ERROR]: [org.bukkit.configuration.serialization.ConfigurationSerialization] Could not call method 'public static org.bukkit.inventory.ItemStack org.bukkit.inventory.ItemStack.deserialize(java.util.Map)' of class org.bukkit.inventory.ItemStack for deserialization
java.lang.IllegalArgumentException: Newer version! Server downgrades are not supported!
    at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.getMaterial(CraftMagicNumbers.java:245) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.inventory.ItemStack.deserialize(ItemStack.java:516) ~[patched_1.16.5.jar:git-Purpur-1171]
    at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) ~[?:?]
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:85) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:127) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:207) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:479) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:190) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:460) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:556) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:28) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObjectNoCheck(BaseConstructor.java:229) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:219) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:173) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:157) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:217) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:164) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:133) ~[patched_1.16.5.jar:git-Purpur-1171]
    at be.razerstorm.customcrafting.CustomCrafting.onEnable(CustomCrafting.java:27) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:08] [Thread-23/INFO]: [ClearLag] No updates found!
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe example_pickaxe
[21:46:08] [Server thread/WARN]: [CustomCrafting] Recipe example_pickaxe is invalid!
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe Pusirok
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe Tntjoke
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe Tnteres
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loading recipe head
[21:46:08] [Server thread/INFO]: [CustomCrafting] Loaded 4 recipes in 2ms!
[21:46:08] [Server thread/INFO]: [AutoMine] Enabling AutoMine v1.0.0*
[21:46:08] [Server thread/INFO]: [UltimateServerProtector] Enabling UltimateServerProtector v31.0
[21:46:08] [Server thread/INFO]: [UltimateServerProtector] Plugin started in 18 ms
[21:46:08] [Server thread/INFO]: [RMAdminChat] Enabling RMAdminChat v2.0
[21:46:08] [Server thread/INFO]: [RMAdminChat]
[21:46:08] [Server thread/INFO]: [RMAdminChat] Спасибо за использование плагина на Админ-Чат
[21:46:08] [Server thread/INFO]: [RMAdminChat] Создатель: REINTMASE | Источник: spigotmc.ru / black-minecraft.com
[21:46:08] [Server thread/INFO]: [RMAdminChat] Плагин успешно включен!
[21:46:08] [Server thread/INFO]: [RMAdminChat]
[21:46:08] [Server thread/INFO]: [Clans] Enabling Clans v0.4.5
[21:46:08] [Server thread/WARN]: [Clans] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.11.6 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: clans [0.4.5]
[21:46:08] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.44
[21:46:08] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.44-Free.jar
[21:46:08] [Server thread/INFO]: [LibsDisguises] Discovered nms version: (Package: v1_16_R3) (LD: v1_16) (MC: 1.16.5)
[21:46:08] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1314
[21:46:08] [Server thread/INFO]: [LibsDisguises] Build Date: 10/04/2024 02:12
[21:46:08] [Server thread/ERROR]: [LibsDisguises] Check for BisectHosting failed! Connection error?
[21:46:08] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[21:46:08] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[21:46:08] [Server thread/INFO]: [LibsDisguises] Config 'TallSelfDisguises' is set to 'false', LD will hide oversized disguises from self disguise. https://www.spigotmc.org/wiki/lib-s-disguises-faq/#tall-disguises-self-disguises
[21:46:08] [Server thread/WARN]: java.lang.ExceptionInInitializerError
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false)
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/WARN]: java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
[21:46:08] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518)
[21:46:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074)
[21:46:08] [Server thread/WARN]:     at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[21:46:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:840)
[21:46:08] [Server thread/WARN]: Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
[21:46:08] [Server thread/WARN]:     at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39)
[21:46:08] [Server thread/WARN]:     at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274)
[21:46:08] [Server thread/WARN]:     at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164)
[21:46:08] [Server thread/WARN]:     ... 13 more
[21:46:08] [Server thread/ERROR]: Error occurred while enabling LibsDisguises v10.0.44 (Is it up to date?)
java.lang.NoClassDefFoundError: Could not initialize class me.libraryaddict.disguise.disguisetypes.MetaIndex
    at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.createNMSValues(ReflectionManager.java:2571) ~[?:?]
    at me.libraryaddict.disguise.utilities.reflection.ReflectionManager.registerValues(ReflectionManager.java:2404) ~[?:?]
    at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:292) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NullPointerException: Cannot find ParticleType class (MojMap: false) [in thread "Server thread"]
    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787) ~[patched_1.16.5.jar:git-Purpur-1171]
    at com.comphenix.protocol.wrappers.WrappedParticle.ensureMethods(WrappedParticle.java:39) ~[?:?]
    at com.comphenix.protocol.wrappers.WrappedParticle.create(WrappedParticle.java:274) ~[?:?]
    at me.libraryaddict.disguise.disguisetypes.MetaIndex.<clinit>(MetaIndex.java:164) ~[?:?]
    ... 13 more
[21:46:08] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.44
[21:46:08] [Server thread/INFO]: [LightCheck] Enabling LightCheck vSELL
[21:46:08] [Server thread/INFO]:
[21:46:08] [Server thread/INFO]:  » LightCheck enabled
[21:46:08] [Server thread/INFO]:  » Version: SELL
[21:46:08] [Server thread/INFO]:
[21:46:08] [Server thread/INFO]: [FrameCases] Enabling FrameCases v0.7.5
[21:46:08] [Server thread/INFO]: [FrameCases] У вас установлена последняя версия плагина.
[21:46:08] [Server thread/INFO]: [WorldGuardGriefFix] Enabling WorldGuardGriefFix v4.0
[21:46:08] [Server thread/INFO]: [TAB] Enabling TAB v4.0.9
[21:46:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.0.9]
[21:46:08] [Server thread/INFO]: [TAB] [Hint] Per-world header for world "world1" is identical to default header. This is redundant and can be removed for cleaner config.
[21:46:08] [Server thread/INFO]: [TAB] [Hint] Per-world footer for world "world1" is identical to default footer. This is redundant and can be removed for cleaner config.
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature BelowName processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature Sorting processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature NameTag processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed load in 0ms
[21:46:08] [Server thread/INFO]: [TAB] Enabled in 147ms
[21:46:08] [Server thread/INFO]: [CommandCooldown] Enabling CommandCooldown v2.4.4 beta
[21:46:09] [Server thread/WARN]: [CommandCooldown] Could not save config.yml to plugins/CommandCooldown/config.yml because config.yml already exists.
[21:46:09] [Server thread/WARN]: [CommandCooldown] Could not save cooldowns.yml to plugins/CommandCooldown/cooldowns.yml because cooldowns.yml already exists.
[21:46:09] [Server thread/WARN]: [CommandCooldown] Could not save messages.yml to plugins/CommandCooldown/messages.yml because messages.yml already exists.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v1.10.1-RELEASE
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the config.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded config.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the Messages.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded Messages.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the Locations.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded Locations.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading the data.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Successfully loaded data.yml
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading custom files.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Basic.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Galactic.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Classic.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Crates/Crazy.yml.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Finished loading custom files.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[21:46:09] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_16_R3! Trying to find NMS support
[21:46:09] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
[21:46:09] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[21:46:09] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[21:46:09] [Server thread/INFO]: [CrazyCrates] All physical crate locations have been loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[21:46:09] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[21:46:09] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[21:46:09] [Server thread/INFO]: [CrazyCrates] The data.yml file has been cleaned.
[21:46:09] [Thread-24/WARN]: [NBTAPI] [NBTAPI] The NBT-API at 'package me.badbones69.crazycrates.nbtapi' seems to be outdated!
[21:46:09] [Thread-24/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.7.1' Newest Version: 2.13.1'
[21:46:09] [Thread-24/WARN]: [NBTAPI] [NBTAPI] Please update the nbt-api or the plugin that contains the api!
[21:46:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: crazycrates [1.10.1-RELEASE]
[21:46:09] [Server thread/INFO]: [KillerMoney] Enabling KillerMoney v4.6.0*
[21:46:09] [Server thread/WARN]: [[Minecraft]] [KillerMoney] Unknown entity type: PIG_ZOMBIE. Ignoring...
[21:46:09] [Server thread/INFO]: [CraftHeads] Enabling CraftHeads v4.4.2
[21:46:09] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.2.4
[21:46:09] [Server thread/INFO]: [AuctionHouse] Found locale file en_us.json
[21:46:09] [Server thread/WARN]: [AuctionHouse] [1;33mA backup of the database has been saved with .backup extension.[0m
[21:46:09] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_16_R3
[21:46:09] [Server thread/INFO]: [AuctionHouse] Using en_us locale
[21:46:09] [Server thread/INFO]: [AuctionHouse] Loaded 158 listings
[21:46:09] [Server thread/INFO]: [Images] Enabling Images v2.4.0
[21:46:09] [Server thread/INFO]: [Images] ProtocolLib detected. Enabling generic packet handling...
[21:46:09] [Server thread/INFO]: [Morphy] Enabling Morphy v3.4
[21:46:09] [Server thread/ERROR]: Error occurred while enabling Morphy v3.4 (Is it up to date?)
java.lang.NoClassDefFoundError: me/libraryaddict/disguise/disguisetypes/Disguise
    at me.bumblebeee_.morph.Main.setupCommands(Main.java:203) ~[?:?]
    at me.bumblebeee_.morph.Main.onEnable(Main.java:41) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
Caused by: java.lang.ClassNotFoundException: me.libraryaddict.disguise.disguisetypes.Disguise
    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
    ... 12 more
[21:46:09] [Server thread/INFO]: [Morphy] Disabling Morphy v3.4
[21:46:09] [Server thread/ERROR]: Error occurred while disabling Morphy v3.4 (Is it up to date?)
java.lang.NullPointerException: Cannot read field "soundDisabled" because the return value of "me.bumblebeee_.morph.Main.getMorphManager()" is null
    at me.bumblebeee_.morph.Main.onDisable(Main.java:198) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:405) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:596) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:309) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:46:09] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[21:46:09] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[21:46:09] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[21:46:09] [Server thread/INFO]: | Command file(s) found : 1
[21:46:09] [Server thread/INFO]: | Config : Ready.
[21:46:09] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[21:46:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
[21:46:09] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[21:46:09] [Server thread/INFO]: | Custom commands loaded : 5
[21:46:09] [Server thread/INFO]: | You're running the latest version of MyCommand.
[21:46:09] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v5.3.0-SNAPSHOT-726 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:09] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.          
[21:46:09] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[21:46:09] [Server thread/INFO]: [TigerReports] Enabling TigerReports v5.3.4
[21:46:09] [Server thread/INFO]: [TigerReports] Le plugin utilise les prefixes et suffixes du chat du plugin Vault pour afficher les noms des joueurs.
[21:46:09] [Server thread/INFO]: [Chatty] Enabling Chatty v2.19.14
[21:46:09] [Server thread/INFO]: [Chatty] Vault has successful hooked.
[21:46:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chatty [2.19.14]
[21:46:09] [Server thread/INFO]: [Chatty] PlaceholderAPI has successful hooked.
[21:46:09] [Server thread/INFO]: [Vegas] Enabling Vegas v2.0
[21:46:09] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.9
[21:46:10] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[21:46:11] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[21:46:11] [Server thread/INFO]: [Essentials] No kits found to migrate.
[21:46:11] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[21:46:11] [Server thread/INFO]: [Essentials] Using locale ru
[21:46:11] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[21:46:11] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[21:46:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[21:46:11] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[21:46:11] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.65
[21:46:11] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
[21:46:11] [Server thread/INFO]: [GrimAC] Registering packets...
[21:46:11] [Server thread/INFO]: [GrimAC] Registering an outgoing plugin channel...
[21:46:11] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
[21:46:11] [Server thread/INFO]: [GrimAC] [ACF] Enabled Asynchronous Tab Completion Support!
[21:46:11] [Server thread/INFO]: [Admin-GUI] Enabling Admin-GUI v1.9.0
[21:46:11] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.3.0
[21:46:11] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[21:46:11] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.PoolBase] HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported)
[21:46:11] [Server thread/INFO]: [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[21:46:11] [Server thread/INFO]:
 
[]=====[Enabling AdvancedBan]=====[]
| Information:
|   Name: AdvancedBan
|   Developer: Leoko
|   Version: 2.3.0
|   Storage: HSQLDB (local)
| Support:
|   Github: https://github.com/DevLeoko/AdvancedBan/issues
|   Discord: https://discord.gg/ycDG6rS
| Twitter: @LeokoGar
| Update:
|   You have the newest version
[]================================[]
 
[21:46:11] [Server thread/INFO]: [PrimeSeller] Enabling PrimeSeller v2.3.4
[21:46:11] [Server thread/INFO]: PrimeSeller | ██████╗░██████╗░██╗███╗░░░███╗███████╗░██████╗███████╗██╗░░░░░██╗░░░░░███████╗██████╗░
[21:46:11] [Server thread/INFO]: PrimeSeller | ██╔══██╗██╔══██╗██║████╗░████║██╔════╝██╔════╝██╔════╝██║░░░░░██║░░░░░██╔════╝██╔══██╗
[21:46:11] [Server thread/INFO]: PrimeSeller | ██████╔╝██████╔╝██║██╔████╔██║█████╗░░╚█████╗░█████╗░░██║░░░░░██║░░░░░█████╗░░██████╔╝
[21:46:11] [Server thread/INFO]: PrimeSeller | ██╔═══╝░██╔══██╗██║██║╚██╔╝██║██╔══╝░░░╚═══██╗██╔══╝░░██║░░░░░██║░░░░░██╔══╝░░██╔══██╗
[21:46:11] [Server thread/INFO]: PrimeSeller | ██║░░░░░██║░░██║██║██║░╚═╝░██║███████╗██████╔╝███████╗███████╗███████╗███████╗██║░░██║
[21:46:11] [Server thread/INFO]: PrimeSeller | ╚═╝░░░░░╚═╝░░╚═╝╚═╝╚═╝░░░░░╚═╝╚══════╝╚═════╝░╚══════╝╚══════╝╚══════╝╚══════╝╚═╝░░╚═╝
[21:46:11] [Server thread/INFO]: PrimeSeller | ▀█░█▀ █▀▀ █▀▀█ █▀▀ ░▀░ █▀▀█ █▀▀▄
[21:46:11] [Server thread/INFO]: PrimeSeller | ░█▄█░ █▀▀ █▄▄▀ ▀▀█ ▀█▀ █░░█ █░░█ v2.3.4 | Developer: Telegram: @byteswing
[21:46:11] [Server thread/INFO]: PrimeSeller | ░░▀░░ ▀▀▀ ▀░▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀░░▀
[21:46:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: primeseller [1.0]
[21:46:11] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.8.0
[21:46:12] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[21:46:12] [Server thread/INFO]: [ajLeaderboards] Loaded 4 boards
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.8.0]
[21:46:12] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[21:46:12] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.8.0 by ajgeiss0702 enabled!
[21:46:12] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.7-Release
[21:46:12] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[21:46:12] [Server thread/INFO]: [DeluxeMenus] 9 GUI menus loaded!
[21:46:12] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.13.7-Release]
[21:46:12] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.5+3827266
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) TNT ignition is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) Lighters are PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) Lava fire is PERMITTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] (world1) Fire spread is UNRESTRICTED.
[21:46:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world1'
[21:46:12] [Server thread/INFO]: [WorldGuard] Loading region data...
[21:46:12] [Server thread/INFO]: [BAirDrop] Enabling BAirDrop v1.0.9
[21:46:12] [Server thread/INFO]: Airdrop chest loaded!
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: BAirDrop [1.0.9]
[21:46:12] [Server thread/INFO]: Plugin successfully enabled in 127ms
[21:46:12] [Server thread/INFO]: [Duels] Enabling Duels v3.5.3
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'Essentials'!
[21:46:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: duels [1.0]
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'PlaceholderAPI'!
[21:46:12] [Server thread/INFO]: [Duels] Using Economy Provider: com.earth2me.essentials.economy.vault.VaultEconomyProvider
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'Vault'!
[21:46:12] [Server thread/INFO]: [Duels] Successfully hooked into 'WorldGuard'!
[21:46:13] [Server thread/INFO]: [Duels] KitManagerImpl: Loaded 8 kit(s).
[21:46:13] [Server thread/INFO]: [Duels] ArenaManagerImpl: Loaded 5 arena(s).
[21:46:13] [Server thread/INFO]: [Duels] QueueManager: Loaded 0 queue(s).
[21:46:13] [Server thread/INFO]: [Duels] QueueSignManagerImpl: Loaded 0 queue sign(s).
[21:46:13] [Server thread/INFO]: [GSit] Enabling GSit v1.9.5
[21:46:13] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[21:46:13] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.9.5]
[21:46:13] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[21:46:13] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.11
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.11]
[21:46:13] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3477)
[21:46:13] [Server thread/INFO]: [Citizens] Loading external libraries
[21:46:13] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
[21:46:13] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[21:46:13] [Server thread/INFO]: [ProtectionStones] Enabling ProtectionStones v2.8.5
[21:46:13] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.GreetingFlagHandler
[21:46:13] [Server thread/INFO]: [WorldGuard] Registering session handler dev.espi.protectionstones.flags.FarewellFlagHandler
[21:46:13] [Server thread/INFO]: [ProtectionStones] PlaceholderAPI support enabled!
[21:46:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: protectionstones [2.8.5]
[21:46:13] [Server thread/INFO]: [ProtectionStones] LuckPerms support enabled!
[21:46:13] [Server thread/INFO]: [ProtectionStones] Protection Stone Blocks:
[21:46:13] [Server thread/INFO]: [ProtectionStones] - LAPIS_ORE (9)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - EMERALD_ORE (65)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - IRON_ORE (3)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - DIAMOND_ORE (33)
[21:46:13] [Server thread/INFO]: [ProtectionStones] - GOLD_ORE (17)
[21:46:14] [Server thread/INFO]: [ProtectionStones] Building region cache...
[21:46:14] [Server thread/INFO]: [ProtectionStones] Building UUID cache... (if slow change async-load-uuid-cache in the config to true)
[21:46:14] [Server thread/INFO]: [ProtectionStones] Checking if PS regions have been updated to UUIDs...
[21:46:14] [Server thread/INFO]: [ProtectionStones] ProtectionStones has successfully started!
[21:46:14] [Server thread/INFO]: [AntiRelog] Enabling AntiRelog v3.0.11
[21:46:14] [Server thread/INFO]: [AntiRelog] Конфиг успешно загружен
[21:46:14] [Server thread/INFO]: [AntiRelog] Detected version: 1.16.5
[21:46:14] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v2.1.3
[21:46:14] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[21:46:14] [Server thread/INFO]: [CommandNPC] Initiating Database
[21:46:14] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[21:46:14] [Thread-29/INFO]: [CommandNPC] Loading commands complete!
[21:46:14] [Server thread/INFO]: [CommandNPC] Checking config for update checker
[21:46:14] [Server thread/INFO]: [CommandNPC] Checking for updates
[21:46:14] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[21:46:14] [Server thread/INFO]: [RE4WitherFix] Enabling RE4WitherFix v1.0
[21:46:14] [Server thread/INFO]: [RE4WitherFix] The fix is activated!
[21:46:14] [Server thread/INFO]: [SCore] Enabling SCore v4.23.12.29
[21:46:14] [Server thread/WARN]: [SCore] Loaded class org.intellij.lang.annotations.Preconditions from UltimateAutoRestart v2024.07 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:14] [Server thread/INFO]: ================ SCore ================
[21:46:14] [Server thread/INFO]: SCore Version of the server git-Purpur-1171 (MC: 1.16.5) !
[21:46:14] [Server thread/INFO]: SCore ExecutableItems hooked !  (6.23.12.29) Load After
[21:46:14] [Server thread/INFO]: SCore PlaceholderAPI hooked !  (2.11.6)  Load Before
[21:46:14] [Server thread/INFO]: SCore WorldGuard hooked !  (7.0.5+3827266)  Load Before
[21:46:14] [Server thread/INFO]: SCore Vault hooked !  (1.7.3-b131)  Load Before
[21:46:14] [Server thread/INFO]: SCore ProtocolLib hooked !
[21:46:14] [Server thread/INFO]: SCore Locale setup: EN
[21:46:14] [Server thread/INFO]: SCore DecentHolograms hooked !  (2.8.9)  Load Before
[21:46:14] [Server thread/INFO]: SCore HolographicDisplays hooked !
[21:46:14] [Server thread/INFO]: SCore ProtectionStones hooked !  (2.8.5)  Load Before
[21:46:14] [Server thread/INFO]: SCore TAB hooked !  (4.0.9)  Load Before
[21:46:14] [Server thread/INFO]: SCore Language of the editor setup on EN
[21:46:14] [Server thread/INFO]: SCore Language for in-game messages setup on EN
[21:46:14] [Thread-30/INFO]: [CommandNPC] Checking for update...
[21:46:14] [Server thread/INFO]: SCore Connection to the db...
[21:46:14] [Server thread/INFO]: SCore will connect to the database hosted: In Local
[21:46:14] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands Player if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table Commands Block if not exists...
[21:46:14] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...
[21:46:14] [Thread-30/INFO]: [CommandNPC] Version installed is 2.1.3
[21:46:14] [Thread-30/INFO]: [CommandNPC] Latest version found online is 2.1.3
[21:46:14] [Thread-30/INFO]: [CommandNPC] No update found.
[21:46:14] [Server thread/INFO]: SCore SCore loaded 1 variables from local files !
[21:46:14] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved
[21:46:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: SCore [1.0.0]
[21:46:14] [Server thread/INFO]: ================ SCore ================
[21:46:14] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v6.23.12.29
[21:46:14] [Server thread/INFO]: ================ ExecutableItems ================
[21:46:14] [Server thread/INFO]: ExecutableItems PlaceholderAPI hooked !
[21:46:14] [Server thread/INFO]: ExecutableItems CustomCrafting hooked !
[21:46:14] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld in the option disableItemsPerWorld
[21:46:14] [Server thread/ERROR]: [ExecutableItems] Invalid world: myWorld2 in the option disableItemsPerWorld
[21:46:16] [Server thread/INFO]: ExecutableItems Amount of Executable Items configurations loaded: 21
[21:46:16] [Server thread/INFO]: ExecutableItems Items with display conditions :
[21:46:16] [Server thread/INFO]: ================ ExecutableItems ================
[21:46:16] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[21:46:16] [Server thread/INFO]: Starting remote control listener
[21:46:16] [Server thread/INFO]: Thread RCON Listener started
[21:46:16] [Server thread/INFO]: RCON running on 0.0.0.0:25882
[21:46:16] [Server thread/INFO]: Running delayed init tasks
[21:46:16] [Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[21:46:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.6]
[21:46:16] [Craft Scheduler Thread - 13 - TigerReports/INFO]: [TigerReports] Le plugin utilise la base de donnees SQLite (par defaut, car les parametres MySQL ne sont pas valides: Database host and name cannot be null or empty.).
[21:46:16] [Craft Scheduler Thread - 14 - Essentials/INFO]: [Essentials] Fetching version information...
[21:46:16] [Craft Scheduler Thread - 1 - PlayerPoints/INFO]: [RoseGarden] An update for PlayerPoints (v3.2.7) is available! You are running v3.2.6.
[21:46:16] [Craft Scheduler Thread - 11 - UltimateServerProtector/INFO]: [UltimateServerProtector] ========================================
[21:46:16] [Craft Scheduler Thread - 11 - UltimateServerProtector/INFO]: [UltimateServerProtector] You are using latest version of the plugin!
[21:46:16] [Craft Scheduler Thread - 11 - UltimateServerProtector/INFO]: [UltimateServerProtector] ========================================
[21:46:16] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Essentials for Vault's Economy API
[21:46:16] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
[21:46:16] [Craft Scheduler Thread - 17 - Duels/INFO]: [Duels] No updates were available. You are on the latest version!
[21:46:16] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[21:46:16] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] Checking for Updates ...
[21:46:16] [Craft Scheduler Thread - 2 - Admin-GUI/INFO]:

[]===========[Enabling AdminGUI]===========[]
|
| Information:
|
|   Name: AdminGUI
|   Developer: Black1_TV
|   Version: 1.9.0 (FREE)
|   Website: https://rabbit-company.com
|
| Sponsors:
|
|   - https://rabbitserverlist.com
|
| Support:
|
|   Discord: ziga.zajc007
|   Mail: ziga.zajc007@gmail.com
|   Discord: https://discord.gg/hUNymXX
|
[]=========================================[]

[21:46:16] [Craft Scheduler Thread - 8 - CustomCrafting/INFO]: [CustomCrafting] UpdateChecker: HTTP_OK
[21:46:16] [Craft Scheduler Thread - 21 - Vault/INFO]: [Vault] No new version available
[21:46:16] [Craft Scheduler Thread - 8 - CustomCrafting/INFO]: [CustomCrafting] UpdateChecker: No update available
[21:46:16] [Craft Scheduler Thread - 12 - DecentHolograms/INFO]:
A newer version of DecentHolograms is available. Download it from:
- https://www.spigotmc.org/resources/96927/
- https://modrinth.com/plugin/decentholograms
[21:46:17] [Server thread/INFO]: [Citizens] Loaded 8 NPCs.
[21:46:17] [Server thread/INFO]: [TigerReports] Le plugin utilise BungeeCord.
[21:46:17] [Server thread/INFO]: [AuctionHouse] Found PlaceholderAPI plugin
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auctionhouse [2.2.4]
[21:46:17] [Server thread/INFO]: [AuctionHouse] Registered PlaceholderAPI placeholders
[21:46:17] [Server thread/INFO]: ---------------------------------------------------------------------
[21:46:17] [Server thread/INFO]:
[21:46:17] [Server thread/INFO]: Pl-Hide ▎ Update available: 1.5.22. You are on 1.5.21!
[21:46:17] [Server thread/INFO]:
[21:46:17] [Server thread/INFO]: ---------------------------------------------------------------------
[21:46:17] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 5.0.3, you're on: 5.0.1
[21:46:17] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 3 scripts loaded!
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.2]
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.131 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: expirytime [1.0.0]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: bungee [2.3]
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.7.2]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: parseother [2.0.0]
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion mines due to an unknown issue.
[21:46:17] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[21:46:17] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: math [2.0.2]
[21:46:17] [Server thread/INFO]: 10 placeholder hook(s) registered!
[21:46:17] [Server thread/INFO]: Done (27.827s)! For help, type "help"
[21:46:17] [Server thread/INFO]: Timings Reset
[21:46:18] [Craft Scheduler Thread - 14 - KillerMoney/INFO]: Update check failed. Please try again later.
[21:46:18] [Craft Scheduler Thread - 5 - Images/INFO]: [Images] Loaded 3 images...
[21:46:19] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ultimateautorestart [2024.07]
[21:46:19] [Server thread/INFO]: [UltimateAutoRestart] Hooked into PlaceholderAPI!
[21:46:19] [Server thread/INFO]: [UltimateAutoRestart] Successfully performed 1 hooks!
[21:46:23] [User Authenticator #1/INFO]: UUID of player Matison is ea574f87-d94d-32fb-8bac-fe007fc0e68c
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Matison
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 8ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 2ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 3ms
[21:46:23] [Server thread/INFO]: > ʜᴇʟᴘᴇʀ Matison присоединился к серверу.
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 79ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:46:23] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Matison processed in 96ms
[21:46:23] [Server thread/INFO]: Matison[/213.87.130.53:55366] logged in with entity id 116 at ([world1]-298.70689208458595, 61.36671363635713, -670.285875973254)
[21:46:25] [User Authenticator #1/INFO]: UUID of player Zov123313 is 5b8ba58d-9eea-3e7f-8439-4582c92972a1
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Zov123313
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 1ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:46:26] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Zov123313 processed in 3ms
[21:46:26] [Server thread/INFO]: > ᴘʟᴀʏᴇʀ Zov123313 присоединился к серверу.
[21:46:26] [Server thread/INFO]: Zov123313[/212.59.108.161:59472] logged in with entity id 315 at ([world]10181.214199716345, 122.0, 9618.509730144779)
[21:46:43] [Async Chat Thread - #0/INFO]: Ⓖ ʜᴇʟᴘᴇʀ Matison: ку
[21:47:05] [User Authenticator #1/INFO]: UUID of player Gohanchuk is ab6712c9-f6d4-30e8-a606-ea1bdcd4076d
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Gohanchuk
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 1ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:47:05] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Gohanchuk processed in 3ms
[21:47:05] [Server thread/INFO]: > ᴀɴɢᴇʟ+ Gohanchuk присоединился к серверу.
[21:47:05] [Server thread/INFO]: Gohanchuk[/212.59.108.161:44746] logged in with entity id 675 at ([world]10180.031158507802, 122.0, 9619.044266753652)
[21:47:05] [Craft Scheduler Thread - 16 - UltimateServerProtector/INFO]: PIN-CODE » Администратор Gohanchuk присоединился к игре.
[21:47:10] [Async Chat Thread - #0/INFO]: Ⓖ ʜᴇʟᴘᴇʀ Matison: ку
[21:47:12] [Server thread/INFO]: Gohanchuk issued server command: /pas 5657
[21:47:12] [Server thread/INFO]: PIN-CODE » Администратор Gohanchuk ввёл пароль верно!
[21:47:14] [Async Chat Thread - #0/INFO]: Ⓖ ᴀɴɢᴇʟ+ Gohanchuk: re
[21:47:16] [Async Chat Thread - #0/INFO]: Ⓖ ᴀɴɢᴇʟ+ Gohanchuk: ку
[21:47:25] [Server thread/INFO]: Gohanchuk issued server command: /v
[21:47:28] [Server thread/INFO]: Gohanchuk issued server command: /tp Matison
[21:47:32] [Server thread/INFO]: Gohanchuk issued server command: /tp Matison
[21:47:43] [Server thread/INFO]: Gohanchuk issued server command: /gm 1
[21:47:49] [Server thread/INFO]: Gohanchuk issued server command: /gm 1
[21:47:51] [Server thread/INFO]: Gohanchuk issued server command: /gm 0
[21:47:58] [Server thread/INFO]: Gohanchuk issued server command: /morph
[21:47:58] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:48:01] [Server thread/INFO]: Gohanchuk issued server command: /v
[21:48:03] [Server thread/INFO]: Gohanchuk issued server command: /v
[21:48:17] [Server thread/INFO]: Matison issued server command: /quests
[21:49:01] [User Authenticator #2/INFO]: UUID of player peshoek is 3bf57d8d-6be1-31ba-821b-3fe340dbe32f
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for peshoek
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:49:01] [Server thread/INFO]: > ᴇɴɪɢᴍᴀ+ peshoek присоединился к серверу.
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 3ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 1ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:49:01] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of peshoek processed in 6ms
[21:49:01] [Server thread/INFO]: peshoek[/176.120.225.146:42794] logged in with entity id 1194 at ([world]10171.300000011921, 121.0, 9615.079744052013)
[21:49:01] [Craft Scheduler Thread - 6 - UltimateServerProtector/INFO]: PIN-CODE » Администратор peshoek присоединился к игре.
[21:49:01] [Server thread/INFO]: Matison issued server command: /quests
[21:49:10] [Server thread/INFO]: peshoek issued server command: /pas Admin315920Admin
[21:49:10] [Server thread/INFO]: PIN-CODE » Администратор peshoek ввёл пароль верно!
[21:49:12] [Async Chat Thread - #1/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: уу
[21:49:14] [Async Chat Thread - #1/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: кку
[21:49:21] [Server thread/INFO]: Matison issued server command: /quest
[21:49:24] [Server thread/INFO]: Matison issued server command: /quests
[21:49:25] [Server thread/INFO]: peshoek issued server command: /kick Zov123313 шаришь за ОПА СВО?
[21:49:25] [Server thread/INFO]: Zov123313 lost connection: Вы были кикнуты с сервера!

------------------------------------

Кикнут: peshoek
Причина: шаришь за ОПА СВО?

------------------------------------

Обжаловать кик: https://discord.gg/gCWf7wyc
[21:49:25] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player quit of Zov123313 processed in 0ms
[21:49:25] [Server thread/INFO]: > ᴘʟᴀʏᴇʀ Zov123313 вышел с сервера.
[21:49:32] [Server thread/INFO]: Matison issued server command: /quests
[21:49:34] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /eco give Matison 10000
[21:49:34] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Игроку Matison было зачислено $10,000
[21:49:34] [luckperms-command-executor/INFO]: [LP] Set quest.12 to true for matison in context global.
[21:49:38] [Server thread/INFO]: peshoek issued server command: /quests
[21:49:57] [Server thread/INFO]: Matison issued server command: /spawn
[21:50:33] [User Authenticator #3/INFO]: UUID of player Zov123313 is 5b8ba58d-9eea-3e7f-8439-4582c92972a1
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] ViaVersion returned protocol version 754 for Zov123313
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlaceholderManagerImpl processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BukkitPipelineInjector processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature HeaderFooter processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature BelowName processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature Sorting processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature NameTag processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature PlayerList processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Feature CollisionManager processed player join in 0ms
[21:50:33] [TAB Processing Thread/INFO]: [TAB] [DEBUG] Player join of Zov123313 processed in 2ms
[21:50:33] [Server thread/INFO]: > ᴘʟᴀʏᴇʀ Zov123313 присоединился к серверу.
[21:50:33] [Server thread/INFO]: Zov123313[/212.59.108.161:53488] logged in with entity id 1682 at ([world]10181.214199716345, 122.0, 9618.509730144779)
[21:50:43] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: шар.
[21:50:46] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: шарю
[21:50:50] [Server thread/INFO]: peshoek issued server command: /bc Завтра в 15:00 по часовому поясу Мск, пройдет конкурс в честь моего дня рождения. на рандомный донат, который будет выбирать Яндекс Алиса.
[21:50:52] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: опа сво
[21:50:54] [Async Chat Thread - #2/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: куто
[21:50:56] [Async Chat Thread - #2/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: клутой
[21:50:59] [Server thread/INFO]: peshoek issued server command: /bc Завтра в 15:00 по часовому поясу Мск, пройдет конкурс в честь моего дня рождения. на рандомный донат, который будет выбирать Яндекс Алиса.
[21:51:00] [Async Chat Thread - #2/INFO]: Ⓖ ᴘʟᴀʏᴇʀ Zov123313: ай шамин батыр дерин
[21:51:11] [Server thread/INFO]: Gohanchuk issued server command: /morph zombie
[21:51:11] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:51:22] [Async Chat Thread - #2/INFO]: Ⓛ ʜᴇʟᴘᴇʀ Matison: Опа гангам стайл
[21:51:27] [Async Chat Thread - #2/INFO]: Ⓛ ᴇɴɪɢᴍᴀ+ peshoek: изгой.
[21:51:37] [Async Chat Thread - #2/INFO]: Ⓛ ᴇɴɪɢᴍᴀ+ peshoek: камкам стайл
[21:51:41] [Server thread/INFO]: peshoek issued server command: /tp go
[21:51:43] [Server thread/INFO]: peshoek issued server command: /tp go
[21:51:48] [Server thread/INFO]: peshoek issued server command: /v Gohanchuk
[21:51:53] [Server thread/INFO]: peshoek issued server command: /morph
[21:51:53] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:95) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1469) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1142) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:51:57] [Server thread/INFO]: peshoek issued server command: /morph
[21:51:57] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1407) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1142) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:52:00] [Server thread/INFO]: peshoek issued server command: /PLUGIN
[21:52:02] [Server thread/INFO]: peshoek issued server command: /plugins
[21:52:10] [Server thread/INFO]: peshoek issued server command: /morphy
[21:52:13] [Server thread/INFO]: peshoek issued server command: /morphy:addmorph
[21:52:13] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'morphy:addmorph' in plugin Morphy v3.4 - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]
    at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]
    at java.lang.Thread.run(Thread.java:840) [?:?]
[21:52:20] [Server thread/INFO]: > ᴀɴɢᴇʟ+ Gohanchuk умер.
[21:52:22] [Async Chat Thread - #2/INFO]: Ⓖ ᴇɴɪɢᴍᴀ+ peshoek: ez
[21:52:25] [Server thread/INFO]: peshoek issued server command: /tp Zov123313
[21:52:28] [Server thread/INFO]: peshoek issued server command: /heal
[21:52:33] [Server thread/INFO]: peshoek issued server command: /gm 1
[21:52:35] [Server thread/INFO]: Matison issued server command: /miner
[21:52:36] [Server thread/INFO]: peshoek issued server command: /pickaxe3x3
[21:52:36] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:36] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:36] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:36] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:36] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:36] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:37] [Server thread/INFO]: peshoek issued server command: /pickaxe3x3 netherite
[21:52:37] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:37] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:38] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:38] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:38] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:38] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:38] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:38] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:39] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: peshoek issued server command: /pickaxe3x3 netherite peshoek
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:40] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:40] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:41] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /clear Matison DIAMOND 1
[21:52:41] [Server thread/INFO]: ʀᴇsᴛᴏʀᴇᴄʀᴀꜰᴛ ≫ Убрано 1 штук diamond у Matison
[21:52:52] [Server thread/INFO]: peshoek issued server command: /gm 0
как вы вообще держите сервер?
1. Для плагина ExcellentEnchantments нужен плагин NexEngine
2. cHider требует 1.17
3. Themis тоже требует 1.17
4. Со скин ресторерсом проблемы
5. Ошибки у либс дисгисес
6. Из пункта 5: не может включится морфс, потому что не может найти либс дисгисес
 
Назад
Сверху Снизу