Загрузка данных


[10:47:36] [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'
[10:47:36] [main/INFO]: Reloading ResourceManager: Default, bukkit
[10:47:37] [Async-6/INFO]: Loaded 7 recipes
[10:47:40] [Server thread/INFO]: Starting minecraft server version 1.16.5
[10:47:40] [Server thread/INFO]: Loading properties
[10:47:41] [Server thread/INFO]: This server is running SSSpigot version SSSpigot2-1.16.5-20230918-e84bcbd (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[10:47:41] [Server thread/INFO]: Debug logging is disabled
[10:47:41] [Server thread/INFO]: Server Ping Player Sample Count: 12
[10:47:41] [Server thread/INFO]: Using 4 threads for Netty based IO
[10:47:41] [Server thread/WARN]: [Airplane] To improve performance, timings have been disabled by default
[10:47:41] [Server thread/WARN]: [Airplane] You can still use timings by using /timings on, but they will not start on server startup unless you set timings.really-enabled to true in paper.yml
[10:47:41] [Server thread/WARN]: [Airplane] If you would like to disable this message, either set timings.really-enabled to true or timings.enabled to false.
[10:47:41] [Server thread/INFO]: Default game type: SURVIVAL
[10:47:41] [Server thread/INFO]: Generating keypair
[10:47:41] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25570
[10:47:41] [Server thread/INFO]: Using default channel type
[10:47:42] [Server thread/INFO]: SSSpigot: Using Java 11 compression from Velocity.
[10:47:42] [Server thread/INFO]: SSSpigot: Using Java cipher from Velocity.
[10:47:42] [Server thread/ERROR]: Could not load 'plugins\MobLimiter.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: main is not defined
	at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:1032) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:259) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:177) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:160) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:378) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "java.util.Map.get(Object)" is null
	at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:1027) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	... 8 more
[10:47:48] [Server thread/WARN]: Legacy plugin DupeFixer v1.0 does not specify an api-version.
[10:47:48] [Server thread/INFO]: [SKLibrary] Loading 1 libraries... please wait
[10:47:48] [Server thread/INFO]: [SKLibrary] Loaded library C:\Users\muneu\Desktop\cub\libraries\org\postgresql\postgresql\42.3.3\postgresql-42.3.3.jar
[10:47:48] [Server thread/INFO]: [SKLibrary] Loaded library C:\Users\muneu\Desktop\cub\libraries\org\checkerframework\checker-qual\3.5.0\checker-qual-3.5.0.jar
[10:47:48] [Server thread/WARN]: Legacy plugin SoPerks v2 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin hPvp v1.0-SNAPSHOT does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin SoCheck v1.0 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin aHealUtils v1.0-SNAPSHOT does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin FurnaceBrewingStand v1.0 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin MultiWorld v5.2.8 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin PotionZZ v1 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin SoSpec v1.1 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin CommandSync v2.8.2 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin YungCarrotFix v1.0 does not specify an api-version.
[10:47:48] [Server thread/ERROR]: Fatal error trying to convert YungCarrotFix v1.0:ru/yungcarrot/fix/Main.class
org.bukkit.plugin.AuthorNagException: No legacy enum constant for WHITE_BED. Did you forget to define a modern (1.13+) api-version in your plugin.yml?
	at org.bukkit.craftbukkit.v1_16_R3.util.Commodore$1$1.visitFieldInsn(Commodore.java:324) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readCode(ClassReader.java:2421) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1491) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:721) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.accept(ClassReader.java:401) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.util.Commodore.convert(Commodore.java:174) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:386) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:179) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:586) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:119) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
	at java.lang.Class.forName0(Native Method) ~[?:?]
	at java.lang.Class.forName(Class.java:466) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:82) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:147) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:378) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:47:48] [Server thread/WARN]: Legacy plugin HideStream v3.10 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin StrictAntiKick v1.0 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin RestartZZ v1 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin wTrapLeave v1.0 does not specify an api-version.
[10:47:48] [Server thread/INFO]: [EasyPayments] Loading 2 libraries... please wait
[10:47:48] [Server thread/INFO]: [EasyPayments] Loaded library C:\Users\muneu\Desktop\cub\libraries\org\postgresql\postgresql\42.3.3\postgresql-42.3.3.jar
[10:47:48] [Server thread/INFO]: [EasyPayments] Loaded library C:\Users\muneu\Desktop\cub\libraries\org\checkerframework\checker-qual\3.5.0\checker-qual-3.5.0.jar
[10:47:48] [Server thread/INFO]: [EasyPayments] Loaded library C:\Users\muneu\Desktop\cub\libraries\com\h2database\h2\2.1.210\h2-2.1.210.jar
[10:47:48] [Server thread/WARN]: Legacy plugin StrictHamster v1.0 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin WorldBorder v1.8.7 does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin GTAntiRedstoneFix v1.0-SNAPSHOT does not specify an api-version.
[10:47:48] [Server thread/WARN]: Legacy plugin Contracts v1.0 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin ArrowsZZ v1 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin FeathersZZ v1 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin HideAchievements v1.0.0 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin UniversalCode v1.0 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin FixShadow v1.0.0 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin sBroadcast v1.0 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin SoSword v1.2 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin AkyloffCustomItems v2.0 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin IRandomTeleport v1.9 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin NetSimpleSalary v0.4 does not specify an api-version.
[10:47:49] [Server thread/WARN]: Legacy plugin CookieBet v3.0 does not specify an api-version.
[10:47:51] [Server thread/WARN]: Legacy plugin CommandNPC v1.9.1 does not specify an api-version.
[10:47:51] [Server thread/INFO]: [DupeFixer] Loading DupeFixer v1.0
[10:47:51] [Server thread/INFO]: [SKLibrary] Loading SKLibrary v1.15.3
[10:47:51] [Server thread/INFO]: [SoPerks] Loading SoPerks v2
[10:47:51] [Server thread/INFO]: [hPvp] Loading hPvp v1.0-SNAPSHOT
[10:47:51] [Server thread/INFO]: [SoCheck] Loading SoCheck v1.0
[10:47:51] [Server thread/INFO]: [aHealUtils] Loading aHealUtils v1.0-SNAPSHOT
[10:47:51] [Server thread/INFO]: [ConsoleSpamFix] Loading ConsoleSpamFix v1.10.0
[10:47:51] [Server thread/INFO]: [FurnaceBrewingStand] Loading FurnaceBrewingStand v1.0
[10:47:51] [Server thread/INFO]: [WhyGranter] Loading WhyGranter v1.0
[10:47:51] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.8
[10:47:51] [Server thread/INFO]: [PotionZZ] Loading PotionZZ v1
[10:47:51] [Server thread/INFO]: [SoSpec] Loading SoSpec v1.1
[10:47:51] [Server thread/INFO]: [CommandSync] Loading CommandSync v2.8.2
[10:47:51] [Server thread/INFO]: [YungCarrotFix] Loading YungCarrotFix v1.0
[10:47:51] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.7.0
[10:47:51] [Server thread/INFO]: [ViaVersion] ViaVersion 4.7.0 is now loaded. Registering protocol transformers and injecting...
[10:47:51] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[10:47:52] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.13.1
[10:47:52] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: v1_16_R3! Trying to find NMS support
[10:47:52] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_16_R3' loaded!
[10:47:52] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'NBTAPI' to create a bStats instance!
[10:47:52] [Server thread/INFO]: [HideStream] Loading HideStream v3.10
[10:47:52] [Server thread/INFO]: [StrictAntiKick] Loading StrictAntiKick v1.0
[10:47:52] [Server thread/INFO]: [AnimationLib] Loading AnimationLib v1.7.0
[10:47:52] [Server thread/WARN]: [AnimationLib] Loaded class me.clip.placeholderapi.PlaceholderAPI from PlaceholderAPI v2.11.6 which is not a depend, softdepend or loadbefore of this plugin.
[10:47:52] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.130
[10:47:52] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[10:47:52] [Thread-10/WARN]: [NBTAPI] [NBTAPI] The NBT-API in 'NBTAPI' seems to be outdated!
[10:47:52] [Thread-10/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.13.1' Newest Version: 2.15.7'
[10:47:52] [Thread-10/WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!
[10:47:52] [Server thread/INFO]: [RestartZZ] Loading RestartZZ v1
[10:47:52] [Server thread/INFO]: [wTrapLeave] Loading wTrapLeave v1.0
[10:47:52] [Server thread/INFO]: [EasyPayments] Loading EasyPayments v2.1.0
[10:47:52] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[10:47:52] [Server thread/INFO]: [SoSkills] Loading SoSkills v1.0
[10:47:52] [Server thread/INFO]: [StrictHamster] Loading StrictHamster v1.0
[10:47:52] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
[10:47:52] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.13.3
[10:47:52] [Server thread/INFO]: [UltimateServerProtector] Loading UltimateServerProtector v26.0
[10:47:52] [Server thread/INFO]: [GTAntiRedstoneFix] Loading GTAntiRedstoneFix v1.0-SNAPSHOT
[10:47:52] [Server thread/INFO]: [Contracts] Loading Contracts v1.0
[10:47:52] [Server thread/INFO]: [Clans] Loading Clans v0.4.5
[10:47:52] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.1.0
[10:47:54] [Server thread/INFO]: [VoidSpawn] Loading VoidSpawn v1.17.0
[10:47:54] [Server thread/INFO]: [HamsterAPI] Loading HamsterAPI v0.2.3
[10:47:54] [Server thread/INFO]: [ArrowsZZ] Loading ArrowsZZ v1
[10:47:54] [Server thread/INFO]: [CatLandBosses] Loading CatLandBosses v1.0-SNAPSHOT
[10:47:54] [Server thread/INFO]: [FeathersZZ] Loading FeathersZZ v1
[10:47:54] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v4.0
[10:47:54] [Server thread/INFO]: [HideAchievements] Loading HideAchievements v1.0.0
[10:47:54] [Server thread/INFO]: [UniversalCode] Loading UniversalCode v1.0
[10:47:54] [Server thread/INFO]: [AntiDisconnectSpam] Loading AntiDisconnectSpam v2.1.1
[10:47:54] [Server thread/INFO]: [FixShadow] Loading FixShadow v1.0.0
[10:47:54] [Server thread/INFO]: [SoDungeonEvent] Loading SoDungeonEvent v1.0
[10:47:54] [Server thread/INFO]: [fmDonateAlert] Loading fmDonateAlert v1.0
[10:47:54] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[10:47:54] [Server thread/INFO]: [sBroadcast] Loading sBroadcast v1.0
[10:47:54] [Server thread/INFO]: [UniversalBlocker] Loading UniversalBlocker v1.9
[10:47:54] [Server thread/INFO]: [BungeeGuard] Loading BungeeGuard v1.3-SNAPSHOT
[10:47:54] [Server thread/INFO]: [AlchemistPlus] Loading AlchemistPlus v1.3
[10:47:54] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.15+6463-5ca4dff
[10:47:55] [LiteBans-0/WARN]: [LiteBans] Loaded class com.comphenix.protocol.events.PacketAdapter from ProtocolLib v5.1.0 which is not a depend, softdepend or loadbefore of this plugin.
[10:47:55] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@5a4fc37b]
[10:47:55] [Server thread/INFO]: [Log4JExploitFix] Loading Log4JExploitFix v1.3.3
[10:47:55] [Server thread/INFO]: [Log4JExploitFix] Successfully applied filters to Appenders File, ServerGuiConsole, TerminalConsole
[10:47:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.1
[10:47:55] [Server thread/INFO]: [GrimAC] Loading GrimAC v2.3.65
[10:47:55] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[10:47:59] [Server thread/INFO]: [LPX] Loading LPX v3.3.1
[10:47:59] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.5+3827266
[10:47:59] [Server thread/INFO]: [antiRedstoneClock] Loading antiRedstoneClock v1.5.0
[10:47:59] [Server thread/WARN]: [antiRedstoneClock] WorldGuard 7 is not supported
[10:47:59] [Server thread/INFO]: [nwMobsMoney] Loading nwMobsMoney v1.0-SNAPSHOT
[10:47:59] [Server thread/INFO]: [SoSword] Loading SoSword v1.2
[10:47:59] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.1
[10:47:59] [Server thread/INFO]: [SixAPI] Loading SixAPI v2.0
[10:47:59] [Server thread/INFO]: [WGExtender] Loading WGExtender v3.0
[10:47:59] [Server thread/INFO]: [AkyloffCustomItems] Loading AkyloffCustomItems v2.0
[10:47:59] [Server thread/INFO]: [AntiRelog] Loading AntiRelog v1.0-SNAPSHOT
[10:47:59] [Server thread/INFO]: [SixTrap] Loading SixTrap v2.0
[10:47:59] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
[10:47:59] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.4
[10:47:59] [Server thread/INFO]: [IRandomTeleport] Loading IRandomTeleport v1.9
[10:47:59] [Server thread/INFO]: [StrictKits] Loading StrictKits v1.0
[10:47:59] [Server thread/INFO]: [PlayerPoints] Loading PlayerPoints v3.2.7
[10:47:59] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.3.0.36-DEV-SNAPSHOT
[10:47:59] [Server thread/INFO]: [Vulcan] Loading Vulcan v2.9.0
[10:48:00] [Server thread/INFO]: [SoAPI] Loading SoAPI v2.5
[10:48:00] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.4
[10:48:00] [Server thread/INFO]: [fmSubscribe] Loading fmSubscribe v1.14
[10:48:00] [Server thread/INFO]: [ACubelets] Loading ACubelets v1.8.5
[10:48:00] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.8
[10:48:00] [Server thread/INFO]: [spark] Loading spark v1.10.71
[10:48:00] [Server thread/INFO]: [PromisedChat] Loading PromisedChat v1.5.0
[10:48:00] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.28-SNAPSHOT (build 2404)
[10:48:00] [Server thread/INFO]: [TradeSystem] Loading TradeSystem v2.6.0
[10:48:00] [Server thread/INFO]: [NetSimpleSalary] Loading NetSimpleSalary v0.4
[10:48:00] [Server thread/INFO]: [SixAirDrops] Loading SixAirDrops v1.0.2
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Loading ajLeaderboards v2.9.0
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
[10:48:00] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okhttp
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okhttp
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okio
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okio
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okio-jvm
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okio-jvm
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-jdk8
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-jdk8
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-common
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-common
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for annotations
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for annotations
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-jdk7
[10:48:01] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-jdk7
[10:48:01] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.14.0-Release
[10:48:01] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[10:48:01] [Server thread/INFO]: [SoRaketka] Loading SoRaketka v1.0
[10:48:01] [Server thread/INFO]: [TAB] Loading TAB v4.1.5
[10:48:01] [Server thread/INFO]: [BLib] Loading BLib v1.0.7.1-beta
[10:48:01] [Server thread/INFO]: [BLib] set api
[10:48:01] [Server thread/INFO]: [CookieBet] Loading CookieBet v3.0
[10:48:01] [Server thread/INFO]: [StrictDonate] Loading StrictDonate v1.2.1
[10:48:01] [Server thread/INFO]: [SCore] Loading SCore v5.24.7.28
[10:48:01] [Server thread/INFO]: [LeLStorage] Loading LeLStorage v1.0-SNAPSHOT
[10:48:01] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[10:48:01] [Server thread/INFO]: [BAuction] Loading BAuction v1.1.1
[10:48:01] [Server thread/INFO]: [StrictPlugman] Loading StrictPlugman v2.3.7
[10:48:01] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[10:48:01] [Server thread/INFO]: [SKLibrary] Enabling SKLibrary v1.15.3
[10:48:01] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.10.0
[10:48:01] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.16.5
[10:48:01] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[10:48:01] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[10:48:01] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[10:48:01] [Server thread/INFO]: [AnimationLib] Enabling AnimationLib v1.7.0
[10:48:01] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.130
[10:48:02] [Server thread/INFO]:         __    
[10:48:02] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.130
[10:48:02] [Server thread/INFO]:   |___ |      Running on Bukkit - SSSpigot
[10:48:02] [Server thread/INFO]: 
[10:48:02] [Server thread/INFO]: [LuckPerms] Loading configuration...
[10:48:03] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[10:48:03] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[10:48:03] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[10:48:08] [Server thread/ERROR]: [LuckPerms] Failed to init storage implementation
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5002ms.
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:197) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:162) ~[?:?]
	at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100) ~[?:?]
	at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:169) ~[?:?]
	at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.init(SqlStorage.java:165) ~[?:?]
	at me.lucko.luckperms.common.storage.Storage.init(Storage.java:114) ~[?:?]
	at me.lucko.luckperms.common.storage.StorageFactory.getInstance(StorageFactory.java:87) ~[?:?]
	at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:201) ~[?:?]
	at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:175) ~[?:?]
	at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.onEnable(BukkitLoaderPlugin.java:50) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:292) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.sql.SQLException: Access denied for user 'u141_tetD7SkWYs'@'178.75.118.163' (using password: YES)
	at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:833) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:453) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
	at me.lucko.luckperms.lib.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:712) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
	... 1 more
[10:48:08] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[10:48:13] [Server thread/ERROR]: [LuckPerms] Exception occurred whilst enabling SQL messaging service
java.lang.RuntimeException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
	at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:56) ~[?:?]
	at me.lucko.luckperms.common.messaging.MessagingFactory$SqlMessengerProvider.obtain(MessagingFactory.java:263) ~[?:?]
	at me.lucko.luckperms.common.messaging.LuckPermsMessagingService.<init>(LuckPermsMessagingService.java:71) ~[?:?]
	at me.lucko.luckperms.common.messaging.MessagingFactory.getServiceFor(MessagingFactory.java:143) ~[?:?]
	at me.lucko.luckperms.bukkit.messaging.BukkitMessagingFactory.getServiceFor(BukkitMessagingFactory.java:62) ~[?:?]
	at me.lucko.luckperms.common.messaging.MessagingFactory.getInstance(MessagingFactory.java:102) ~[?:?]
	at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:202) ~[?:?]
	at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:175) ~[?:?]
	at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.onEnable(BukkitLoaderPlugin.java:50) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:292) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:197) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:162) ~[?:?]
	at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100) ~[?:?]
	at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:169) ~[?:?]
	at me.lucko.luckperms.common.messaging.sql.SqlMessenger.getConnection(SqlMessenger.java:84) ~[?:?]
	at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.init(AbstractSqlMessenger.java:60) ~[?:?]
	at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:54) ~[?:?]
	... 17 more
Caused by: java.sql.SQLException: Access denied for user 'u141_tetD7SkWYs'@'178.75.118.163' (using password: YES)
	at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:833) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:453) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246) ~[?:?]
	at me.lucko.luckperms.lib.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) ~[?:?]
	at me.lucko.luckperms.lib.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:364) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) ~[?:?]
	at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:712) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
	... 1 more
[10:48:13] [Server thread/WARN]: [LuckPerms] Messaging service 'sql' not recognised.
[10:48:14] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[10:48:14] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[10:48:19] [Server thread/WARN]: java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.common.storage.Storage.lambda$future$1(Storage.java:103)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1800)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1792)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
[10:48:19] [Server thread/WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:197)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:162)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:169)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.loadAllGroups(SqlStorage.java:496)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.common.storage.Storage.lambda$loadAllGroups$11(Storage.java:202)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.common.storage.Storage.lambda$future$1(Storage.java:98)
[10:48:19] [Server thread/WARN]: 	... 7 more
[10:48:19] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'u141_tetD7SkWYs'@'178.75.118.163' (using password: YES)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:833)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:453)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:246)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726)
[10:48:19] [Server thread/WARN]: 	at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:712)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[10:48:19] [Server thread/WARN]: 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
[10:48:19] [Server thread/WARN]: 	at java.base/java.lang.Thread.run(Thread.java:831)
[10:48:19] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 17557ms)
[10:48:19] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.1.0
[10:48:19] [Server thread/INFO]: [HideAchievements] Enabling HideAchievements v1.0.0*
[10:48:19] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[10:48:19] [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.
[10:48:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[10:48:19] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[10:48:19] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[10:48:19] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[10:48:19] [Server thread/INFO]: [BungeeGuard] Enabling BungeeGuard v1.3-SNAPSHOT
[10:48:19] [Server thread/ERROR]: [BungeeGuard] ------------------------------------------------------------
[10:48:19] [Server thread/ERROR]: [BungeeGuard] 'settings.bungeecord' is set to false in spigot.yml.
[10:48:19] [Server thread/ERROR]: [BungeeGuard] 
[10:48:19] [Server thread/ERROR]: [BungeeGuard] BungeeGuard cannot function unless this property is set to true.
[10:48:19] [Server thread/ERROR]: [BungeeGuard] The server will now shutdown as a precaution.
[10:48:19] [Server thread/ERROR]: [BungeeGuard] ------------------------------------------------------------
[10:48:19] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.15+6463-5ca4dff
[10:48:19] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[10:48:19] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[10:48:20] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
[10:48:21] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.7
[10:48:21] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
[10:48:21] [Server thread/INFO]: [StrictPlugman] Enabling StrictPlugman v2.3.7
[10:48:21] [Server thread/WARN]: org.bukkit.plugin.InvalidDescriptionException: main is not defined
[10:48:21] [Server thread/WARN]: 	at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:1032)
[10:48:21] [Server thread/WARN]: 	at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:259)
[10:48:21] [Server thread/WARN]: 	at net.FlimixST.StrictPlugman.Main.onEnable(Main.java:283)
[10:48:21] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[10:48:21] [Server thread/WARN]: 	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360)
[10:48:21] [Server thread/WARN]: 	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500)
[10:48:21] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509)
[10:48:21] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423)
[10:48:21] [Server thread/WARN]: 	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:292)
[10:48:21] [Server thread/WARN]: 	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070)
[10:48:21] [Server thread/WARN]: 	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
[10:48:21] [Server thread/WARN]: 	at java.base/java.lang.Thread.run(Thread.java:831)
[10:48:21] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "java.util.Map.get(Object)" is null
[10:48:21] [Server thread/WARN]: 	at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:1027)
[10:48:21] [Server thread/WARN]: 	... 11 more
[10:48:22] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[10:48:22] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[10:48:22] [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.
[10:48:22] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[10:48:22] [Server thread/INFO]: Preparing level "world"
[10:48:22] [Server thread/INFO]: [HideAchievements] Achievements are now hidden for world 'world'.
[10:48:22] [Server thread/INFO]: [HideAchievements] Achievements are now hidden for world 'world_nether'.
[10:48:22] [Server thread/INFO]: [HideAchievements] Achievements are now hidden for world 'world_the_end'.
[10:48:22] [Server thread/INFO]: [DupeFixer] Enabling DupeFixer v1.0*
[10:48:22] [Server thread/INFO]: [DupeFixer] <--------------------->
[10:48:22] [Server thread/INFO]: [DupeFixer] Старт DupeFixer...
[10:48:22] [Server thread/INFO]: [DupeFixer] фикс дюпов активирован
[10:48:22] [Server thread/INFO]: [DupeFixer] Created by InterVi
[10:48:22] [Server thread/INFO]: [DupeFixer] <--------------------->
[10:48:22] [Server thread/INFO]: [SoPerks] Enabling SoPerks v2*
[10:48:22] [Server thread/INFO]: [SoPerks] 
[10:48:22] [Server thread/INFO]: [SoPerks] Плагин: Запущен
[10:48:22] [Server thread/INFO]: [SoPerks] Создатель: @max1soft
[10:48:22] [Server thread/INFO]: [SoPerks] Версия: 2.0
[10:48:22] [Server thread/INFO]: [SoPerks] 
[10:48:22] [Server thread/INFO]: [hPvp] Enabling hPvp v1.0-SNAPSHOT*
[10:48:22] [Server thread/INFO]: [SoCheck] Enabling SoCheck v1.0*
[10:48:22] [Server thread/INFO]: [SoCheck] 
[10:48:22] [Server thread/INFO]: [SoCheck] Ивент: Запущен
[10:48:22] [Server thread/INFO]: [SoCheck] Создатель: @max1soft
[10:48:22] [Server thread/INFO]: [SoCheck] Версия: 1.0
[10:48:22] [Server thread/INFO]: [SoCheck] 
[10:48:22] [Server thread/INFO]: [aHealUtils] Enabling aHealUtils v1.0-SNAPSHOT*
[10:48:22] [Server thread/INFO]: 
[10:48:22] [Server thread/INFO]: [aHealUtils]
[10:48:22] [Server thread/INFO]: Плагин успешно запустился
[10:48:22] [Server thread/INFO]: Создатель: HealThe
[10:48:22] [Server thread/INFO]: 
[10:48:22] [Server thread/INFO]: [FurnaceBrewingStand] Enabling FurnaceBrewingStand v1.0*
[10:48:23] [Server thread/ERROR]: Error occurred while enabling FurnaceBrewingStand v1.0 (Is it up to date?)
[10:48:23] [Server thread/ERROR]: Suspected Plugins: 
[10:48:23] [Server thread/ERROR]: 	FurnaceBrewingStand{enabled,ver=1.0,path=plugins\FurnaceBrewingStand-1.jar}
[10:48:23] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "ru.winlocker.wfurnace.Main.getCommand(String)" is null
	at ru.winlocker.wfurnace.Main.onEnable(Main.java:33) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:23] [Server thread/INFO]: [FurnaceBrewingStand] Disabling FurnaceBrewingStand v1.0
[10:48:23] [Server thread/INFO]: [WhyGranter] Enabling WhyGranter v1.0
[10:48:23] [Server thread/ERROR]: Error occurred while enabling WhyGranter v1.0 (Is it up to date?)
[10:48:23] [Server thread/ERROR]: Suspected Plugins: 
[10:48:23] [Server thread/ERROR]: 	WhyGranter{enabled,ver=1.0,path=plugins\WhyGranter.jar}
[10:48:23] [Server thread/ERROR]: Exception details below: 
java.io.FileNotFoundException: https://whyleak.xyz/api/users/15340/is-banned
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1981) ~[?:?]
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1577) ~[?:?]
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) ~[?:?]
	at ru.niklikq.whygranter.Main.onEnable(Main.java:33) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:23] [Server thread/INFO]: [WhyGranter] Disabling WhyGranter v1.0
[10:48:23] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.8*
[10:48:24] [Server thread/INFO]: [HideAchievements] Achievements are now hidden for world 'arena'.
[10:48:24] [Server thread/INFO]: [HideAchievements] Achievements are now hidden for world 'islands'.
[10:48:24] [Server thread/INFO]: [HideAchievements] Achievements are now hidden for world 'proverka'.
[10:48:24] [Server thread/INFO]: [HideAchievements] Achievements are now hidden for world 'spawn'.
[10:48:24] [Server thread/INFO]: [MultiWorld] v5.2.8 enabled.
[10:48:24] [Server thread/INFO]: [PotionZZ] Enabling PotionZZ v1*
[10:48:24] [Server thread/INFO]: [SoSpec] Enabling SoSpec v1.1*
[10:48:24] [Server thread/INFO]: [SoSpec] 
[10:48:24] [Server thread/INFO]: [SoSpec] Ивент: Запущен
[10:48:24] [Server thread/INFO]: [SoSpec] Создатель: @max1soft
[10:48:24] [Server thread/INFO]: [SoSpec] Версия: 1.1
[10:48:24] [Server thread/INFO]: [SoSpec] 
[10:48:24] [Server thread/INFO]: [CommandSync] Enabling CommandSync v2.8.2*
[10:48:24] [Server thread/ERROR]: Error occurred while enabling CommandSync v2.8.2 (Is it up to date?)
[10:48:24] [Server thread/ERROR]: Suspected Plugins: 
[10:48:24] [Server thread/ERROR]: 	CommandSync{enabled,ver=2.8.2,path=plugins\CommandSync-2.8.2-RELEASE.jar}
[10:48:24] [Server thread/ERROR]: Exception details below: 
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at sawfowl.commandsyncclient.bukkit.CSC.loadConfig(CSC.java:92) ~[?:?]
	at sawfowl.commandsyncclient.bukkit.CSC.onEnable(CSC.java:29) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:24] [Server thread/INFO]: [CommandSync] Disabling CommandSync v2.8.2
[10:48:24] [Server thread/ERROR]: Error occurred while disabling CommandSync v2.8.2 (Is it up to date?)
[10:48:24] [Server thread/ERROR]: Suspected Plugins: 
[10:48:24] [Server thread/ERROR]: 	CommandSync{disabled,ver=2.8.2,path=plugins\CommandSync-2.8.2-RELEASE.jar}
[10:48:24] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "sawfowl.commandsyncclient.bukkit.Locale.getString(String)" because "this.loc" is null
	at sawfowl.commandsyncclient.bukkit.CSC.saveData(CSC.java:124) ~[?:?]
	at sawfowl.commandsyncclient.bukkit.CSC.onDisable(CSC.java:50) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:368) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:24] [Server thread/INFO]: [YungCarrotFix] Enabling YungCarrotFix v1.0*
[10:48:24] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.7.0
[10:48:24] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.16.4/5 (754)
[10:48:24] [Server thread/WARN]: [ViaVersion] You are running an outdated Java version, please consider updating it to at least Java 17 (your version is 16.0.2). At some point in the future, ViaVersion will no longer be compatible with this version of Java.
[10:48:24] [Server thread/ERROR]: [ViaVersion] ************************************************
[10:48:24] [Server thread/ERROR]: [ViaVersion] You are using unsupported software and may encounter unforeseeable issues.
[10:48:24] [Server thread/ERROR]: [ViaVersion] 
[10:48:24] [Server thread/ERROR]: [ViaVersion] We strongly advise against using Yatopia:
[10:48:24] [Server thread/ERROR]: [ViaVersion] You are using server software that - outside of possibly breaking ViaVersion - can also cause severe damage to your server's integrity as a whole.
[10:48:24] [Server thread/ERROR]: [ViaVersion] 
[10:48:24] [Server thread/ERROR]: [ViaVersion] We will not provide support in case you encounter issues possibly related to this software.
[10:48:24] [Server thread/ERROR]: [ViaVersion] ************************************************
[10:48:24] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.13.1
[10:48:24] [Server thread/INFO]: [NBTAPI] Checking bindings...
[10:48:24] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
[10:48:24] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
[10:48:24] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
[10:48:24] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[10:48:24] [Server thread/INFO]: [HideStream] Enabling HideStream v3.10*
[10:48:24] [Server thread/INFO]: [HideStream] Version 3.10 enabled. (Metrics: true. CheckForUpdates: true)
[10:48:24] [Server thread/INFO]: [StrictAntiKick] Enabling StrictAntiKick v1.0*
[10:48:24] [Server thread/WARN]: [StrictAntiKick] Loaded class ru.leymooo.antirelog.Antirelog from AntiRelog v1.0-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
[10:48:24] [Server thread/INFO]: [RestartZZ] Enabling RestartZZ v1*
[10:48:24] [Server thread/INFO]: [wTrapLeave] Enabling wTrapLeave v1.0*
[10:48:24] [Server thread/ERROR]: Error occurred while enabling wTrapLeave v1.0 (Is it up to date?)
[10:48:24] [Server thread/ERROR]: Suspected Plugins: 
[10:48:24] [Server thread/ERROR]: 	wTrapLeave{enabled,ver=1.0,path=plugins\TrapLeave.jar}
[10:48:24] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "ru.winlocker.wtrapleave.TrapLeave.getCommand(String)" is null
	at ru.winlocker.wtrapleave.TrapLeave.onEnable(TrapLeave.java:64627) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:24] [Server thread/INFO]: [wTrapLeave] Disabling wTrapLeave v1.0
[10:48:24] [Server thread/INFO]: [EasyPayments] Enabling EasyPayments v2.1.0
[10:48:24] [Server thread/INFO]: [EasyPayments] Detected NMS version: 1_16_R3 (MC 1.16.5)
[10:48:24] [Server thread/INFO]: [EasyPayments]  
[10:48:24] [Server thread/INFO]: [EasyPayments]  EasyPayments is an official payment processing implementation.
[10:48:24] [Server thread/INFO]: [EasyPayments]  © EasyDonate 2020-2023 - All rights reserved.
[10:48:24] [Server thread/INFO]: [EasyPayments]  
[10:48:24] [Server thread/ERROR]: Permission node 'lagg.performance' in plugin description file for ClearLag v3.2.2 is invalid
java.lang.IllegalArgumentException: Data cannot be null
	at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.permissions.Permission.loadPermission(Permission.java:294) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.permissions.Permission.loadPermissions(Permission.java:241) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.PluginDescriptionFile.getPermissions(PluginDescriptionFile.java:868) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:498) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:24] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[10:48:24] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[10:48:24] [Server thread/INFO]: [ClearLag] Loading modules...
[10:48:25] [Server thread/WARN]: [ClearLag] Failed to initialize 'mob-range' controller ~ This is possibly caused by an unsupported Bukkit/Spigot server version
[10:48:25] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[10:48:25] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="auto-removal.remove-entities" value=EXPLOSIVE_MINECART
[10:48:25] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="auto-removal.remove-entities" value=STORAGE_MINECART
[10:48:25] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="auto-removal.remove-entities" value=POWERED_MINECART
[10:48:25] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[10:48:25] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[10:48:25] [Server thread/INFO]: [SoSkills] Enabling SoSkills v1.0
[10:48:25] [Server thread/INFO]: [SoSkills] 
[10:48:25] [Server thread/INFO]: [SoSkills] Плагин: Запущен
[10:48:25] [Server thread/INFO]: [SoSkills] Создатель: @max1soft
[10:48:25] [Server thread/INFO]: [SoSkills] Версия: 1.5
[10:48:25] [Server thread/INFO]: [SoSkills] 
[10:48:25] [Thread-15/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
[10:48:25] [Server thread/INFO]: [StrictHamster] Enabling StrictHamster v1.0*
[10:48:25] [Server thread/WARN]: [StrictHamster] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.11.6 which is not a depend, softdepend or loadbefore of this plugin.
[10:48:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: stricthamster [1.0]
[10:48:25] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7*
[10:48:25] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[10:48:25] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[10:48:25] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 5000 at X: 0,0 Z: 0,0
[10:48:25] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 5000 at X: 0,0 Z: 0,0
[10:48:25] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 5000 at X: 0,0 Z: 0,0
[10:48:25] [Server thread/INFO]: [WorldBorder] [CONFIG] World "arena" has border radius 100 at X: -262,0 Z: -23,0
[10:48:25] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 16,0 Y: 76,0 Z: -128,0
[10:48:25] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.13.3
[10:48:25] [Thread-15/INFO]: [ClearLag] No updates found!
[10:48:25] [Server thread/ERROR]: Error occurred while enabling LiteBans v2.13.3 (Is it up to date?)
[10:48:25] [Server thread/ERROR]: Suspected Plugins: 
[10:48:25] [Server thread/ERROR]: 	LiteBans{enabled,ver=2.13.3,path=plugins\LiteBans.jar}
[10:48:25] [Server thread/ERROR]: Exception details below: 
java.lang.RuntimeException: [>] Скачайте ресурс заново: https://lightleak.pro/resources/497/
	at litebans.BukkitPlugin.onEnable(BukkitPlugin.java:59) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:25] [Server thread/INFO]: [LiteBans] Disabling LiteBans v2.13.3
[10:48:25] [Server thread/INFO]: [LiteBans] v2.13.3 disabled.
[10:48:25] [Server thread/INFO]: [UltimateServerProtector] Enabling UltimateServerProtector v26.0
[10:48:25] [Server thread/INFO]: [UltimateServerProtector] Plugin started in 50 ms
[10:48:25] [Server thread/INFO]: [GTAntiRedstoneFix] Enabling GTAntiRedstoneFix v1.0-SNAPSHOT*
[10:48:25] [Server thread/INFO]: [Contracts] Enabling Contracts v1.0*
[10:48:25] [Server thread/INFO]: [Contracts] Enabled!
[10:48:25] [Server thread/WARN]: [Contracts] Loaded class net.ess3.api.MaxMoneyException from Essentials v2.20.1 which is not a depend, softdepend or loadbefore of this plugin.
[10:48:25] [Server thread/INFO]: [Clans] Enabling Clans v0.4.5
[10:48:25] [Server thread/ERROR]: Error occurred while enabling Clans v0.4.5 (Is it up to date?)
[10:48:25] [Server thread/ERROR]: Suspected Plugins: 
[10:48:25] [Server thread/ERROR]: 	Clans{enabled,ver=0.4.5,path=plugins\Clans-0.4.5.jar}
[10:48:25] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "Clans.Main.getCommand(String)" is null
	at Clans.Main.onEnable(Main.java:34) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:25] [Server thread/INFO]: [Clans] Disabling Clans v0.4.5
[10:48:25] [Server thread/INFO]: [VoidSpawn] Enabling VoidSpawn v1.17.0
[10:48:25] [Server thread/INFO]: [VoidSpawn] No SkyBlock plugins found, disabling island mode support.
[10:48:25] [Server thread/INFO]: [VoidSpawn] v1.17.0 by EnderCrest enabled
[10:48:25] [Server thread/INFO]: [HamsterAPI] Enabling HamsterAPI v0.2.3
[10:48:25] [Server thread/INFO]: [ArrowsZZ] Enabling ArrowsZZ v1*
[10:48:25] [Server thread/INFO]: [ArrowsZZ] ArrowsZZ плагин включен!
[10:48:25] [Server thread/INFO]: [CatLandBosses] Enabling CatLandBosses v1.0-SNAPSHOT
[10:48:25] [Server thread/INFO]: [FeathersZZ] Enabling FeathersZZ v1*
[10:48:25] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.0
[10:48:25] [Server thread/INFO]: [ImageOnMap] Loaded 2 player map files.
[10:48:25] [Server thread/INFO]: [UniversalCode] Enabling UniversalCode v1.0*
[10:48:26] [Server thread/INFO]: [UniversalCode/INFO] Промокод free успешно загружен!
[10:48:26] [Server thread/ERROR]: Error occurred while enabling UniversalCode v1.0 (Is it up to date?)
[10:48:26] [Server thread/ERROR]: Suspected Plugins: 
[10:48:26] [Server thread/ERROR]: 	UniversalCode{enabled,ver=1.0,path=plugins\universalcode.jar}
[10:48:26] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: null
	at ru.universalstudio.universalcode.Main.onEnable(Main.java:26) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:26] [Server thread/INFO]: [UniversalCode] Disabling UniversalCode v1.0
[10:48:26] [Server thread/INFO]: [AntiDisconnectSpam] Enabling AntiDisconnectSpam v2.1.1
[10:48:26] [Server thread/INFO]: [AntiDisconnectSpam] Starting...
[10:48:26] [Server thread/INFO]: [AntiDisconnectSpam] Loading configs...
[10:48:26] [Server thread/INFO]: Config plugins/AntiDisconnectSpam/config.json loaded!
[10:48:26] [Server thread/INFO]: [AntiDisconnectSpam] Configs loaded!
[10:48:26] [Server thread/INFO]: [AntiDisconnectSpam] Started!
[10:48:26] [Server thread/INFO]: [FixShadow] Enabling FixShadow v1.0.0*
[10:48:26] [Server thread/INFO]: [FixShadow] 
==================================================================================
--------------->>> | Плагин FixShadow запущен | <<<---------------
--------------->>> | Создатель: [Charles_Grozny] | <<<---------------
--------------->>> | Версия: 1.0.0 | <<<---------------
==================================================================================
[10:48:26] [Server thread/INFO]: [SoDungeonEvent] Enabling SoDungeonEvent v1.0
[10:48:26] [Server thread/INFO]: Задача спавна стражников запущена с интервалом: 15 минут
[10:48:26] [Server thread/INFO]: [fmDonateAlert] Enabling fmDonateAlert v1.0
[10:48:26] [Server thread/INFO]: [fmDonateAlert] Плагин включен!
[10:48:26] [Server thread/INFO]: [sBroadcast] Enabling sBroadcast v1.0*
[10:48:26] [Server thread/INFO]: [sBroadcast] Broadcast включен!
[10:48:26] [Server thread/ERROR]: Error occurred while enabling sBroadcast v1.0 (Is it up to date?)
[10:48:26] [Server thread/ERROR]: Suspected Plugins: 
[10:48:26] [Server thread/ERROR]: 	sBroadcast{enabled,ver=1.0,path=plugins\sBroadcast.jar}
[10:48:26] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "ru.lyooxa.broadcast.Main.getCommand(String)" is null
	at ru.lyooxa.broadcast.Main.onEnable(Main.java:20) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:26] [Server thread/INFO]: [sBroadcast] Disabling sBroadcast v1.0
[10:48:26] [Server thread/INFO]: [UniversalBlocker] Enabling UniversalBlocker v1.9
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > messages.yml загружен
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > Невосприимчивые игроки загружены
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > blocksyntax - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > Списки заблокированных слов загружены
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > words-blocker - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > Список разрешенных символов чата загружен
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > allowed-chars - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > Списки блокировок команд загружены
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > command-blocker - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > command-hider - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > console-blocker - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > numbers-check - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > rcon-blocker - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > Списки блокировок символов команд загружены
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > symbol-blocker - enabled
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > Команды с заблокированными аргументами загружены
[10:48:26] [Server thread/INFO]: [UniversalBlocker] > args-hider - enabled
[10:48:26] [Server thread/INFO]: [AlchemistPlus] Enabling AlchemistPlus v1.3
[10:48:26] [Server thread/ERROR]: Error occurred while enabling AlchemistPlus v1.3 (Is it up to date?)
[10:48:26] [Server thread/ERROR]: Suspected Plugins: 
[10:48:26] [Server thread/ERROR]: 	AlchemistPlus{enabled,ver=1.3,path=plugins\AlchemistPlus-1.3.jar}
[10:48:26] [Server thread/ERROR]: Exception details below: 
java.lang.RuntimeException: [>] Скачайте ресурс заново: https://lightleak.pro/resources/3874/
	at ibotus.alchemist.Alchemist.onEnable(Alchemist.java:59) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:26] [Server thread/INFO]: [AlchemistPlus] Disabling AlchemistPlus v1.3
[10:48:26] [Server thread/INFO]: 
[10:48:26] [Server thread/INFO]: AlchemistPlus | Плагин выключен.
[10:48:26] [Server thread/INFO]: 
[10:48:26] [Server thread/INFO]: [Log4JExploitFix] Enabling Log4JExploitFix v1.3.3
[10:48:26] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[10:48:26] [Server thread/ERROR]: [Essentials] You are running a server fork that is known to be extremely dangerous and lead to data loss. It is strongly recommended you switch to a more stable server software like Paper.
[10:48:26] [Server thread/INFO]: [Essentials] Status determining class: org.bukkit.plugin.SimplePluginManager#getPluginLoaders
[10:48:26] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[10:48:26] [Server thread/INFO]: [Essentials] No kits found to migrate.
[10:48:27] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[10:48:27] [Server thread/INFO]: [Essentials] Using locale ru
[10:48:27] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[10:48:27] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[10:48:27] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[10:48:27] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[10:48:27] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.65
[10:48:27] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
[10:48:27] [Server thread/INFO]: [GrimAC] Registering packets...
[10:48:27] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
[10:48:27] [Server thread/INFO]: [GrimAC] [ACF] Enabled Asynchronous Tab Completion Support!
[10:48:27] [Server thread/INFO]: [LPX] Enabling LPX v3.3.1
[10:48:27] [Server thread/INFO]: [LPX] License successfully verified!
[10:48:27] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.5+3827266
[10:48:28] [Server thread/ERROR]: No TreeType mapping for TreeGenerator.TreeType.MANGROVE
[10:48:28] [Server thread/ERROR]: No TreeType mapping for TreeGenerator.TreeType.TALL_MANGROVE
[10:48:28] [Server thread/ERROR]: No TreeType mapping for TreeGenerator.TreeType.CHERRY
[10:48:28] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[10:48:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[10:48:28] [Server thread/INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (arena) Lighters are PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (arena) Lava fire is blocked.
[10:48:28] [Server thread/INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arena'
[10:48:28] [Server thread/INFO]: [WorldGuard] (islands) TNT ignition is PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (islands) Lighters are PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (islands) Lava fire is blocked.
[10:48:28] [Server thread/INFO]: [WorldGuard] (islands) Fire spread is UNRESTRICTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'islands'
[10:48:28] [Server thread/INFO]: [WorldGuard] (proverka) TNT ignition is PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (proverka) Lighters are PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (proverka) Lava fire is blocked.
[10:48:28] [Server thread/INFO]: [WorldGuard] (proverka) Fire spread is UNRESTRICTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'proverka'
[10:48:28] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is blocked.
[10:48:28] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[10:48:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[10:48:28] [Server thread/INFO]: [WorldGuard] Loading region data...
[10:48:28] [Server thread/INFO]: [antiRedstoneClock] Enabling antiRedstoneClock v1.5.0
[10:48:28] [Server thread/INFO]: [antiRedstoneClock] Enabling Metrics
[10:48:28] [Server thread/INFO]: [antiRedstoneClock] An error occured while trying to enable metrics. Skipping...
[10:48:28] [Server thread/WARN]: [antiRedstoneClock] PlotSquared hasn't been found!
[10:48:28] [Server thread/INFO]: [antiRedstoneClock] Plugin loaded in 22 ms
[10:48:28] [Server thread/INFO]: [nwMobsMoney] Enabling nwMobsMoney v1.0-SNAPSHOT
[10:48:28] [Server thread/ERROR]: Error occurred while enabling nwMobsMoney v1.0-SNAPSHOT (Is it up to date?)
[10:48:28] [Server thread/ERROR]: Suspected Plugins: 
[10:48:28] [Server thread/ERROR]: 	nwMobsMoney{enabled,ver=1.0-SNAPSHOT,path=plugins\nwMobsMoney-1.0-SNAPSHOT.jar}
[10:48:28] [Server thread/ERROR]: Exception details below: 
java.lang.RuntimeException: [>] Скачайте ресурс заново: https://lightleak.pro/resources/3637/
	at ru.normalwalk.nwmobsmoney.NwMobsMoney.onEnable(NwMobsMoney.java:59) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:28] [Server thread/INFO]: [nwMobsMoney] Disabling nwMobsMoney v1.0-SNAPSHOT
[10:48:28] [Server thread/INFO]: [SoSword] Enabling SoSword v1.2*
[10:48:28] [Server thread/INFO]: [SoSword] 
[10:48:28] [Server thread/INFO]: [SoSword] §Плагин: Запущен
[10:48:28] [Server thread/INFO]: [SoSword] Создатель: @max1soft
[10:48:28] [Server thread/INFO]: [SoSword] Версия: 1.2
[10:48:28] [Server thread/INFO]: [SoSword] 
[10:48:28] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1
[10:48:28] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[10:48:28] [Server thread/INFO]: [SixAPI] Enabling SixAPI v2.0
[10:48:28] [Server thread/INFO]: [SixAPI] ------------------ [ SixAPI - библиотека для плагинов ] ------------------
[10:48:28] [Server thread/INFO]: [SixAPI] Официальный разработчик: 6ex9one
[10:48:28] [Server thread/INFO]: [SixAPI] Группа вконтакте: vk.com/sixdev
[10:48:28] [Server thread/INFO]: [SixAPI] Страница вконтакте: vk.com/bdsm4ikkk
[10:48:28] [Server thread/INFO]: [SixAPI] YouTube канал: www.youtube.com/6ex9one
[10:48:28] [Server thread/INFO]: [SixAPI] ------------------ [ SixAPI - проверка дополнений ] ------------------
[10:48:28] [Server thread/INFO]: [SixAPI] [+] WorldEdit найден и подключен.
[10:48:28] [Server thread/INFO]: [SixAPI] [+] WorldGuard найден и подключен.
[10:48:28] [Server thread/INFO]: [SixAPI] [+] HolographicDisplays найден и подключен.
[10:48:28] [Server thread/INFO]: [SixAPI] [+] ProtocolLib найден и подключен.
[10:48:28] [Server thread/INFO]: [SixAPI] ------------------ [ SixAPI - проверка плагинов ] ------------------
[10:48:28] [Server thread/WARN]: [SixAPI] [-] SixMeteorite не найден. Некоторые функции могут быть отключены.
[10:48:28] [Server thread/WARN]: [SixAPI] [-] SixDeathChest не найден. Некоторые функции могут быть отключены.
[10:48:28] [Server thread/WARN]: [SixAPI] [-] SixBeaconEvent не найден. Некоторые функции могут быть отключены.
[10:48:28] [Server thread/INFO]: [SixAPI] [+] PlaceholderAPI найден и подключен.
[10:48:28] [Server thread/WARN]: [SixAPI] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.11.6 which is not a depend, softdepend or loadbefore of this plugin.
[10:48:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: sixapi [1.0]
[10:48:28] [Server thread/INFO]: [WGExtender] Enabling WGExtender v3.0
[10:48:29] [Server thread/INFO]: [AkyloffCustomItems] Enabling AkyloffCustomItems v2.0*
[10:48:29] [Server thread/INFO]: [AntiRelog] Enabling AntiRelog v1.0-SNAPSHOT
[10:48:29] [Server thread/WARN]: [AnnotatedYaml] Can't set value to 'private java.lang.String ru.leymooo.antirelog.config.Messages.totemDisabledInPvp (String)', because 'messages.totem-disabled-in-pvp' is not set or null
[10:48:29] [Server thread/INFO]: [AntiRelog] Конфиг успешно загружен
[10:48:29] [Server thread/INFO]: [AntiRelog] Detected version: 1.16.5
[10:48:29] [Server thread/INFO]: [SixTrap] Enabling SixTrap v2.0
[10:48:29] [Server thread/INFO]: [SixTrap] ??????????????????????????????
[10:48:29] [Server thread/INFO]: [SixTrap] ??????????????????????????????
[10:48:29] [Server thread/INFO]: [SixTrap] ??????????????????????????????
[10:48:29] [Server thread/INFO]: [SixTrap] ???????????????????????????
[10:48:29] [Server thread/INFO]: [SixTrap] ???????????????????????????
[10:48:29] [Server thread/INFO]: [SixTrap] Copyright 2022 SixDev. All rights reserved.
[10:48:29] [Server thread/INFO]: [SixTrap] [
[10:48:29] [Server thread/INFO]: [SixTrap] [ https://vk.com/bdsm4ikkk
[10:48:29] [Server thread/INFO]: [SixTrap] [ https://vk.com/sixdev
[10:48:29] [Server thread/INFO]: [SixTrap] [ https://www.youtube.com/6ex9one
[10:48:29] [Server thread/INFO]: [SixTrap] [ https://discord.gg/NgTw4fmbu9
[10:48:29] [Server thread/INFO]: [SixTrap] [
[10:48:29] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[10:48:29] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[10:48:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.4
[10:48:29] [Server thread/INFO]: [IRandomTeleport] Enabling IRandomTeleport v1.9*
[10:48:29] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rtp [1.3]
[10:48:30] [pool-29-thread-1/ERROR]: [EasyPayments] Access denied! Please, make sure that you are using a latest version!
[10:48:30] [Server thread/INFO]: [IRandomTeleport] Плагин включён!
[10:48:30] [Server thread/INFO]: [StrictKits] Enabling StrictKits v1.0
[10:48:30] [Server thread/INFO]: GreatKits 3.0.0 --> ON
[10:48:30] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.9.0
[10:48:31] [Server thread/INFO]: [Vulcan] Server Version: 1.16.5 detected!
[10:48:31] [Server thread/INFO]: [Vulcan] BStats enabled!
[10:48:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: Vulcan [2.9.0]
[10:48:31] [Server thread/INFO]: [Vulcan] PlaceholderAPI found. Enabling hook!
[10:48:31] [Server thread/INFO]: [SoAPI] Enabling SoAPI v2.5
[10:48:31] [Server thread/WARN]: [SoAPI] Loaded class com.earth2me.essentials.Essentials from Essentials v2.20.1 which is not a depend, softdepend or loadbefore of this plugin.
[10:48:31] [Server thread/INFO]: [SoAPI] 
[10:48:31] [Server thread/INFO]: [SoAPI] Плагин: Запущен
[10:48:31] [Server thread/INFO]: [SoAPI] Создатель: @max1soft
[10:48:31] [Server thread/INFO]: [SoAPI] Версия: 2.5
[10:48:31] [Server thread/INFO]: [SoAPI] 
[10:48:31] [Server thread/WARN]: [SoAPI] Loaded class com.sk89q.worldguard.protection.regions.ProtectedRegion from WorldGuard v7.0.5+3827266 which is not a depend, softdepend or loadbefore of this plugin.
[10:48:31] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.4
[10:48:31] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[10:48:31] [Server thread/INFO]: | Hooked on Vault 1.7.3-b131
[10:48:31] [Server thread/INFO]: | Command file(s) found : 1
[10:48:31] [Server thread/INFO]: | Config : Ready.
[10:48:31] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
[10:48:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mycommand [1.0.0]
[10:48:31] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
[10:48:31] [Server thread/INFO]: | Custom commands loaded : 1
[10:48:31] [Server thread/INFO]: | New update available : MyCommand v5.7.5
[10:48:31] [Server thread/INFO]: |          by emmerrei a.k.a. ivanfromitaly.           
[10:48:31] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*   Done!   *-=-=-=-=-=-=-=-=-=-=-*
[10:48:31] [Server thread/INFO]: [fmSubscribe] Enabling fmSubscribe v1.14
[10:48:31] [Server thread/INFO]: 
[10:48:31] [Server thread/INFO]: » Плагин fmSubscribe включился!
[10:48:31] [Server thread/INFO]: » Версия: v1.14
[10:48:31] [Server thread/INFO]: 
[10:48:32] [Server thread/INFO]: 
[10:48:32] [Server thread/INFO]: » Обновления не найдены!
[10:48:32] [Server thread/INFO]: » Вы используете последнюю версию плагина - v1.14
[10:48:32] [Server thread/INFO]: 
[10:48:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fmsubscribe [1.14]
[10:48:32] [Server thread/INFO]: [ACubelets] Enabling ACubelets v1.8.5
[10:48:32] [Server thread/WARN]: [Directleaks] Error #001
[10:48:32] [Server thread/WARN]: [Directleaks] Please download this resource again! - https://directleaks.net/resources/4300
[10:48:32] [Server thread/INFO]: [ACubelets] Disabling ACubelets v1.8.5
[10:48:32] [Server thread/ERROR]: Error occurred while disabling ACubelets v1.8.5 (Is it up to date?)
[10:48:32] [Server thread/ERROR]: Suspected Plugins: 
[10:48:32] [Server thread/ERROR]: 	ACubelets{disabled,ver=1.8.5,path=plugins\acubelets.jar}
[10:48:32] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "Object.getClass()" because "recv" is null
	at java.lang.invoke.DirectMethodHandle$Interface.checkReceiver(DirectMethodHandle.java:477) ~[?:?]
	at me.davidml16.acubelets.Main.onDisable(Main.java:303) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:525) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at me.davidml16.acubelets.Main.onEnable(Main.java) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:32] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.8
[10:48:32] [Server thread/INFO]: [spark] Enabling spark v1.10.71
[10:48:32] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[10:48:32] [Server thread/INFO]: [spark] Starting background profiler...
[10:48:32] [Server thread/INFO]: [spark] The async-profiler engine is not supported for your os/arch (windows10/amd64), so the built-in Java engine will be used instead.
[10:48:32] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.71]
[10:48:32] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[10:48:32] [Server thread/INFO]: [PromisedChat] Enabling PromisedChat v1.5.0
[10:48:32] [Server thread/INFO]: [PromisedChat] Plugin started in 17 ms
[10:48:32] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.28-SNAPSHOT (build 2404)
[10:48:32] [Server thread/ERROR]: [Citizens] Missing translation for system language (ru_RU): defaulting to English
[10:48:33] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.6.0
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]: __________________________________________________________
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]:                        TradeSystem [2.6.0]
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]: Status:
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]: MC-Version: 1.16.5 (SSSpigot2-1.16.5-20230918-e84bcbd (MC: 1.16.5), Unknown)
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tradesystem [1.2]
[10:48:33] [Server thread/INFO]:   > Loading sounds
[10:48:33] [Server thread/INFO]:   > Loading blacklist
[10:48:33] [Server thread/INFO]:     ...got 3 blocked item(s)
[10:48:33] [Server thread/INFO]:   > Loading layouts
[10:48:33] [Server thread/INFO]:     ...got 4 layout(s)
[10:48:33] [Server thread/INFO]:   > Queuing database initializing task
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]: Finished (435ms)
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]: __________________________________________________________
[10:48:33] [Server thread/INFO]:  
[10:48:33] [Server thread/INFO]: [NetSimpleSalary] Enabling NetSimpleSalary v0.4*
[10:48:33] [Server thread/INFO]: | NetSimpleSalary LOAD PLUGIN...
[10:48:33] [Server thread/INFO]: | NetSimpleSalary Registering PlaceholderAPI hook
[10:48:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: netsalary [v0.4]
[10:48:33] [Server thread/ERROR]: Error occurred while enabling NetSimpleSalary v0.4 (Is it up to date?)
[10:48:33] [Server thread/ERROR]: Suspected Plugins: 
[10:48:33] [Server thread/ERROR]: 	NetSimpleSalary{enabled,ver=0.4,path=plugins\NetSimpleSalary 0.4.jar}
[10:48:33] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "ua.netcode.simplesalary.Main.getCommand(String)" is null
	at ua.netcode.simplesalary.Main.onEnable(Main.java:51) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:33] [Server thread/INFO]: [NetSimpleSalary] Disabling NetSimpleSalary v0.4
[10:48:33] [Server thread/INFO]: [SixAirDrops] Enabling SixAirDrops v1.0.2
[10:48:33] [Server thread/ERROR]: Error occurred while enabling SixAirDrops v1.0.2 (Is it up to date?)
[10:48:33] [Server thread/ERROR]: Suspected Plugins: 
[10:48:33] [Server thread/ERROR]: 	SixAirDrops{enabled,ver=1.0.2,path=plugins\SixAirDrops(1).jar}
[10:48:33] [Server thread/ERROR]: Exception details below: 
java.lang.RuntimeException: [>] Скачайте ресурс заново: https://lightleak.pro/resources/3385/
	at sixnone.sixairdrops.Main.onEnable(Main.java:59) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:33] [Server thread/INFO]: [SixAirDrops] Disabling SixAirDrops v1.0.2
[10:48:33] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.9.0
[10:48:34] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[10:48:34] [Server thread/INFO]: [ajLeaderboards] Loaded 5 boards
[10:48:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.9.0]
[10:48:34] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[10:48:34] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.9.0 by ajgeiss0702 enabled!
[10:48:34] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
[10:48:34] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[10:48:35] [Server thread/WARN]: [DeluxeMenus] has item requirement at path: items.quest_3_no.left_click_requirement.requirements.quest_check does not specify a valid Material name!
[10:48:35] [Server thread/WARN]: [DeluxeMenus] has item requirement at path: items.quest_9_no.left_click_requirement.requirements.quest_check does not specify a valid Material name!
[10:48:35] [Server thread/WARN]: [DeluxeMenus] has item requirement at path: items.quest_11_no.left_click_requirement.requirements.quest_check does not specify a valid Material name!
[10:48:35] [Server thread/WARN]: [DeluxeMenus] has item requirement at path: items.quest_12_no.left_click_requirement.requirements.quest_check does not specify a valid Material name!
[10:48:35] [Server thread/WARN]: [DeluxeMenus] has item requirement at path: items.quest_2_no.left_click_requirement.requirements.quest_check does not specify a valid Material name!
[10:48:35] [Server thread/WARN]: [DeluxeMenus] has item requirement at path: items.quest_6_no.left_click_requirement.requirements.quest_check does not specify a valid Material name!
[10:48:35] [Server thread/WARN]: [DeluxeMenus] has item requirement at path: items.quest_9_no.left_click_requirement.requirements.quest_check does not specify a valid Material name!
[10:48:35] [Server thread/INFO]: [DeluxeMenus] 42 GUI menus loaded!
[10:48:35] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[10:48:35] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[10:48:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.0-Release]
[10:48:35] [Server thread/INFO]: [SoRaketka] Enabling SoRaketka v1.0
[10:48:35] [Server thread/INFO]: [TAB] Enabling TAB v4.1.5
[10:48:35] [Server thread/INFO]: [TAB] Loaded NMS hook in 247ms
[10:48:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.5]
[10:48:35] [Server thread/INFO]: [TAB] [Hint] Refresh interval of %server_uptime% is same as default interval, therefore there is no need to override it.
[10:48:35] [Server thread/INFO]: [TAB] [Hint] Refresh interval of %server_tps_1_colored% is same as default interval, therefore there is no need to override it.
[10:48:35] [Server thread/INFO]: [TAB] [Hint] Refresh interval of %player_ping% is same as default interval, therefore there is no need to override it.
[10:48:35] [Server thread/INFO]: [TAB] [Hint] Refresh interval of %vault_prefix% is same as default interval, therefore there is no need to override it.
[10:48:35] [Server thread/INFO]: [TAB] [Hint] Refresh interval of %rel_factionsuuid_relation_color% is same as default interval, therefore there is no need to override it.
[10:48:35] [Server thread/WARN]: [TAB] Loaded class net.kyori.adventure.text.minimessage.MiniMessage from SCore v5.24.7.28 which is not a depend, softdepend or loadbefore of this plugin.
[10:48:36] [Server thread/INFO]: [TAB] [WARN] File plugins\TAB\errors.log has reached its size limit (1MB). No new errors will be logged. Take a look at the existing reported errors, as they may have caused the plugin to not work properly in the past and if not fixed, will most likely cause problems in the future as well.
[10:48:36] [Server thread/INFO]: [TAB] [WARN] Found a total of 1 issues.
[10:48:36] [Server thread/INFO]: [TAB] Enabled in 207ms
[10:48:36] [Server thread/ERROR]: Permission node 'blib.*' in plugin description file for BLib v1.0.7.1-beta is invalid
java.lang.IllegalArgumentException: Data cannot be null
	at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.permissions.Permission.loadPermission(Permission.java:294) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.permissions.Permission.loadPermissions(Permission.java:241) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.PluginDescriptionFile.getPermissions(PluginDescriptionFile.java:868) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:498) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:36] [Server thread/INFO]: [BLib] Enabling BLib v1.0.7.1-beta
[10:48:36] [Server thread/INFO]: [BLib] Обнаруженная версия сервера: 1.16.5
[10:48:36] [Server thread/INFO]: [CookieBet] Enabling CookieBet v3.0*
[10:48:36] [Server thread/WARN]: [CookieBet] Could not save config.yml to plugins\CookieBet\config.yml because config.yml already exists.
[10:48:36] [Server thread/INFO]: [StrictDonate] Enabling StrictDonate v1.2.1
[10:48:36] [Server thread/INFO]:               [STRICTDONATE 1.2.2 | OUTDATED VERSION]               
[10:48:36] [Server thread/INFO]: 
[10:48:36] [Server thread/INFO]: Author: @flimixofficial
[10:48:36] [Server thread/INFO]: Available new version: 1.2.4 | Your version: 1.2.2
[10:48:36] [Server thread/INFO]: Download latest version here: https://storage.flimixst.dev/9lo5mj/1.2.4/StrictDonate.jar
[10:48:36] [Server thread/INFO]: 
[10:48:36] [Server thread/INFO]:               [STRICTDONATE 1.2.2 | OUTDATED VERSION]               
[10:48:37] [pool-82-thread-1/INFO]: [ajLeaderboards] An update is available! (2.11.0) Run /ajLeaderboards update to download it!
[10:48:38] [Server thread/ERROR]: Не удалось установить подключение к MySQL, переключаюсь на SQLite
[10:48:38] [Server thread/INFO]: Подключение к базе данных успешно установлено!
[10:48:38] [Server thread/ERROR]: Error occurred while enabling StrictDonate v1.2.1 (Is it up to date?)
[10:48:38] [Server thread/ERROR]: Suspected Plugins: 
[10:48:38] [Server thread/ERROR]: 	StrictDonate{enabled,ver=1.2.1,path=plugins\StrictDonate (2).jar}
[10:48:38] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "org.bukkit.command.PluginCommand.setExecutor(org.bukkit.command.CommandExecutor)" because the return value of "net.FlimixST.StrictDonate.Main.getCommand(String)" is null
	at net.FlimixST.StrictDonate.Main.initCommands(Main.java:89) ~[?:?]
	at net.FlimixST.StrictDonate.Main.onEnable(Main.java:78) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:360) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:509) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:38] [Server thread/INFO]: [StrictDonate] Disabling StrictDonate v1.2.1
[10:48:38] [Server thread/INFO]: [SCore] Enabling SCore v5.24.7.28
[10:48:38] [Server thread/INFO]: ================ SCore ================
[10:48:38] [Server thread/INFO]: SCore Version of the server SSSpigot2-1.16.5-20230918-e84bcbd (MC: 1.16.5) !
[10:48:38] [Server thread/INFO]: SCore PlaceholderAPI hooked !  (2.11.6)  Load Before
[10:48:38] [Server thread/INFO]: SCore WorldGuard hooked !  (7.0.5+3827266)  Load Before
[10:48:38] [Server thread/INFO]: SCore Vault hooked !  (1.7.3-b131)  Load Before
[10:48:38] [Server thread/INFO]: SCore ProtocolLib hooked !
[10:48:38] [Server thread/INFO]: SCore Locale setup: EN
[10:48:38] [Server thread/INFO]: SCore NBTAPI hooked !  (2.13.1)  Load Before
[10:48:38] [Server thread/INFO]: SCore DecentHolograms hooked !  (2.8.8)  Load Before
[10:48:38] [Server thread/INFO]: SCore HolographicDisplays hooked !
[10:48:38] [Server thread/INFO]: SCore TAB hooked !  (4.1.5)  Load Before
[10:48:38] [Server thread/INFO]: SCore WorldEdit hooked !  (7.2.15+6463-5ca4dff)  Load Before
[10:48:38] [Server thread/INFO]: SCore Language of the editor setup on EN
[10:48:38] [Server thread/INFO]: SCore Language for in-game messages setup on EN
[10:48:38] [Server thread/INFO]: SCore will connect to the database hosted: In Local
[10:48:38] [Server thread/INFO]: SCore Connection to the db...
[10:48:38] [Server thread/INFO]: SCore will connect to the database hosted: In Local
[10:48:38] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...
[10:48:38] [Server thread/INFO]: SCore Creating table Commands if not exists...
[10:48:38] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...
[10:48:38] [Server thread/INFO]: SCore Creating table Commands Player if not exists...
[10:48:38] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...
[10:48:38] [Server thread/INFO]: SCore Creating table Commands Block if not exists...
[10:48:38] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...
[10:48:39] [Server thread/INFO]: SCore SCore loaded 1 variables from local files !
[10:48:39] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved
[10:48:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: SCore [1.0.0]
[10:48:40] [Server thread/INFO]: ================ SCore ================
[10:48:40] [Server thread/INFO]: [LeLStorage] Enabling LeLStorage v1.0-SNAPSHOT
[10:48:40] [Server thread/INFO]: [LeLStorage] Переписан somax1softом
[10:48:40] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1*
[10:48:40] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[10:48:40] [Server thread/INFO]: [CommandNPC] Initiating Database
[10:48:40] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[10:48:40] [Thread-21/INFO]: [CommandNPC] Loading commands complete!
[10:48:40] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[10:48:40] [Server thread/ERROR]: Permission node 'bauc.*' in plugin description file for BAuction v1.1.1 is invalid
java.lang.IllegalArgumentException: Data cannot be null
	at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.permissions.Permission.loadPermission(Permission.java:294) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.permissions.Permission.loadPermissions(Permission.java:241) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.PluginDescriptionFile.getPermissions(PluginDescriptionFile.java:868) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:498) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:423) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:600) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:320) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:40] [Server thread/INFO]: [BAuction] Enabling BAuction v1.1.1
[10:48:40] [Server thread/INFO]: [BAuction] Starting Metrics. Opt-out using the global bStats config.
[10:48:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: BAuction [1.1.1]
[10:48:40] [Thread-22/INFO]: [BAuction] Успешно загружено 540 предметов за 85 мс.
[10:48:41] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[10:48:41] [Server thread/INFO]: Running delayed init tasks
[10:48:41] [Server thread/WARN]: [PlaceholderAPI] animationlib is attempting to register placeholders via deprecated PlaceholderHook class. This class is no longer supported and will be removed in v2.13.0!
[10:48:41] [Server thread/WARN]: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
[10:48:41] [Async-11 - HideStream/INFO]: [HideStream] Running updater ..
[10:48:41] [Async-10 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[10:48:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.7]
[10:48:41] [Async-17 - Essentials/INFO]: [Essentials] Получение информации о версии...
[10:48:41] [Async-23 - Vault/INFO]: [Vault] Checking for Updates ... 
[10:48:41] [Async-19 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[10:48:41] [Server thread/INFO]: 
[10:48:41] [Server thread/INFO]: ╫ Стражники опять появились!
[10:48:41] [Server thread/INFO]: ╫ Скорее беги фармить крипов - /ᴅᴜɴɢᴇᴏɴ
[10:48:41] [Server thread/INFO]: 
[10:48:41] [Server thread/INFO]: Запуск задачи спавна стражников
[10:48:41] [Async-22 - TradeSystem/INFO]: [TradeSystem] Database was started successfully.
[10:48:41] [Async-0 - PlayerPoints/INFO]: [RoseGarden] An update for PlayerPoints (v3.3.4) is available! You are running v3.2.7.
[10:48:41] [Async-12 - EasyPayments/INFO]: [EasyPayments]  
[10:48:41] [Async-12 - EasyPayments/INFO]: [EasyPayments]  Hey! A new version of EasyPayments available!
[10:48:41] [Async-12 - EasyPayments/INFO]: [EasyPayments]  Your version: 2.1.0, available version: 2.5.4
[10:48:41] [Async-12 - EasyPayments/INFO]: [EasyPayments]  Download: https://easydonate.s3.easyx.ru/resources/plugins/easypayments/2.5.4/EasyPayments-2.5.4.jar
[10:48:41] [Async-12 - EasyPayments/INFO]: [EasyPayments]  
[10:48:41] [Async-21 - DecentHolograms/INFO]: 
A newer version of DecentHolograms is available. Download it from: https://www.spigotmc.org/resources/96927/
[10:48:41] [Async-11 - HideStream/INFO]: [HideStream] No update was found.
[10:48:41] [Async-23 - Vault/INFO]: [Vault] No new version available
[10:48:41] [Server thread/INFO]: Стражник Стражник 1 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-256.5,y=189.0,z=-14.5,pitch=0.0,yaw=0.0}
[10:48:41] [Async-16 - UltimateServerProtector/WARN]: [UltimateServerProtector] Can't check for updates: https://raw.githubusercontent.com/Overwrite987/UltimateServerProtector/master/VERSION
[10:48:41] [Async-19 - DecentHolograms/INFO]: [DecentHolograms] Loaded 40 holograms!
[10:48:41] [Server thread/INFO]: Стражник Стражник 2 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-250.5,y=189.0,z=-14.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 3' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 4' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 5' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник Стражник 6 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-246.5,y=189.0,z=-21.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 2' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 1' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник Стражник 7 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-262.5,y=189.0,z=-26.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 8' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник Стражник 9 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-254.5,y=189.0,z=-34.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 10' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 11' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 12' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 13' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник Стражник 14 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-272.5,y=189.0,z=-36.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 15' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 16' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 17' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник ВЛАСТИТЕЛЬ успешно заспавнен на Location{world=CraftWorld{name=arena},x=-277.5,y=189.0,z=-5.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 17' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник МЕГА СТРАЖНИК 14 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-211.5,y=189.0,z=-34.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 18' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 19' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 20' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник Стражник 21 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-229.5,y=189.0,z=-38.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 22' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 22' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 22' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 23' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 15' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 24' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 16' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 17' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник Стражник 25 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-223.5,y=189.0,z=-30.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'ВЛАСТИТЕЛЬ 1' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'ВЛАСТИТЕЛЬ 2' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 18' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 19' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник Стражник 26 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-231.5,y=189.0,z=-29.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 27' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 28' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 29' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 30' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 31' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 32' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 32' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 32' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 32' уже существует, пропускаем.
[10:48:41] [Async-17 - Essentials/WARN]: [Essentials] Для скачивания доступна новая версия EssentialsX: 2.22.0.
[10:48:41] [Async-17 - Essentials/WARN]: [Essentials] Скачайте её отсюда: https://essentialsx.net/downloads.html?branch=stable
[10:48:41] [Server thread/INFO]: Стражник Стражник 33 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-223.5,y=189.0,z=-5.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник МЕГА СТРАЖНИК 20 успешно заспавнен на Location{world=CraftWorld{name=arena},x=-229.5,y=189.0,z=-5.5,pitch=0.0,yaw=0.0}
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 21' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 22' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 23' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 23' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 34' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 35' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 35' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 35' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 36' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 37' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 38' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'Стражник 39' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 24' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 25' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'ВЛАСТИТЕЛЬ 3' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'ВЛАСТИТЕЛЬ 4' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'ВЛАСТИТЕЛЬ 55' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'ВЛАСТИТЕЛЬ 6' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 26' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 27' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 28' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: Стражник с именем 'МЕГА СТРАЖНИК 28' уже существует, пропускаем.
[10:48:41] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[10:48:42] [Server thread/INFO]: [Citizens] Loaded 24 NPCs.
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.12.2) is available at:
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
[10:48:42] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion autorank due to a missing plugin: Autorank
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: bungee [2.3]
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: checkitem [2.7.5]
[10:48:42] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 1 script loaded!
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: javascript [2.1.0]
[10:48:42] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.130 which is not a depend, softdepend or loadbefore of this plugin.
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.7]
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: pointsapi [1.0.2]
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2]
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[10:48:42] [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.
[10:48:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.1]
[10:48:42] [Server thread/INFO]: 9 placeholder hook(s) registered!
[10:48:42] [Server thread/INFO]: Done (61.712s)! For help, type "help"
[10:48:42] [Server thread/INFO]: Stopping server
[10:48:42] [Server thread/INFO]: [StrictPlugman] Disabling StrictPlugman v2.3.7
[10:48:42] [Server thread/INFO]: [BAuction] Disabling BAuction v1.1.1
[10:48:42] [Server thread/INFO]: [BAuction] saved 510 items, 710 users and 30 unsold items in 69 ms
[10:48:42] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.9.1
[10:48:42] [Server thread/INFO]: [LeLStorage] Disabling LeLStorage v1.0-SNAPSHOT
[10:48:42] [Server thread/INFO]: [SCore] Disabling SCore v5.24.7.28
[10:48:42] [Server thread/INFO]: SCore Save UsagePerDay....
[10:48:43] [Server thread/INFO]: SCore Save UsagePerDay done !
[10:48:43] [Server thread/INFO]: SCore Save Commands...
[10:48:43] [Server thread/INFO]: SCore Save Commands done !
[10:48:43] [Server thread/INFO]: SCore Save Cooldowns...
[10:48:43] [Server thread/INFO]: SCore Save Cooldowns done !
[10:48:43] [Server thread/INFO]: SCore Run delayed saving tasks...
[10:48:43] [Server thread/INFO]: SCore Run delayed saving tasks done !
[10:48:43] [Server thread/INFO]: [CookieBet] Disabling CookieBet v3.0
[10:48:43] [Server thread/INFO]: [BLib] Disabling BLib v1.0.7.1-beta
[10:48:43] [Server thread/INFO]: [TAB] Disabling TAB v4.1.5
[10:48:43] [Server thread/INFO]: [TAB] Disabled in 1ms
[10:48:43] [Server thread/INFO]: [SoRaketka] Disabling SoRaketka v1.0
[10:48:43] [Server thread/INFO]: [DeluxeMenus] Disabling DeluxeMenus v1.14.0-Release
[10:48:43] [Server thread/INFO]: [ajLeaderboards] Disabling ajLeaderboards v2.9.0
[10:48:43] [pool-86-thread-1/INFO]: [ajLeaderboards] Shutting down cache method..
[10:48:43] [pool-86-thread-1/INFO]: [ajLeaderboards] Cache method shut down
[10:48:43] [Server thread/INFO]: [ajLeaderboards] Killing remaining workers
[10:48:43] [Server thread/INFO]: [ajLeaderboards] Remaining workers killed
[10:48:43] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.9.0 disabled.
[10:48:43] [Server thread/INFO]: [TradeSystem] Disabling TradeSystem v2.6.0
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]: __________________________________________________________
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]:                        TradeSystem [2.6.0]
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]: Status:
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]: MC-Version: 1.16.5 (SSSpigot2-1.16.5-20230918-e84bcbd (MC: 1.16.5), Unknown)
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]:   > Cancelling all active trades
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]: Finished (2ms)
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]: __________________________________________________________
[10:48:43] [Server thread/INFO]:  
[10:48:43] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.28-SNAPSHOT (build 2404)
[10:48:44] [Server thread/INFO]: [PromisedChat] Disabling PromisedChat v1.5.0
[10:48:44] [Server thread/INFO]: [spark] Disabling spark v1.10.71
[10:48:44] [Server thread/INFO]: [DecentHolograms] Disabling DecentHolograms v2.8.8
[10:48:44] [Server thread/INFO]: [fmSubscribe] Disabling fmSubscribe v1.14
[10:48:44] [Server thread/INFO]: 
[10:48:44] [Server thread/INFO]: » Плагин fmSubscribe выключился!
[10:48:44] [Server thread/INFO]: » Версия: v1.14
[10:48:44] [Server thread/INFO]: 
[10:48:44] [Server thread/INFO]: [MyCommand] Disabling MyCommand v5.7.4
[10:48:44] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.4*-=-=-=-=-=-=-=-=-=-*
[10:48:44] [Server thread/INFO]: | Tasks : Stopped all tasks.
[10:48:44] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-*    Bye!   *-=-=-=-=-=-=-=-=-=-=-*
[10:48:44] [Server thread/INFO]: [SoAPI] Disabling SoAPI v2.5
[10:48:44] [Server thread/ERROR]: Error occurred while disabling SoAPI v2.5 (Is it up to date?)
[10:48:44] [Server thread/ERROR]: Suspected Plugins: 
[10:48:44] [Server thread/ERROR]: 	SoAPI{disabled,ver=2.5,path=plugins\SoAPI-2.5s.jar}
[10:48:44] [Server thread/ERROR]: Exception details below: 
java.lang.NoClassDefFoundError: eu/decentsoftware/holograms/api/holograms/Hologram
	at so.max1soft.chestevent.ChestEvent.deleteHologram(ChestEvent.java:54448) ~[?:?]
	at so.max1soft.Main.onDisable(Main.java:16457) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:519) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:512) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.disablePlugins(CraftServer.java:443) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.stop(MinecraftServer.java:905) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.stop(DedicatedServer.java:784) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1192) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.ClassNotFoundException: eu.decentsoftware.holograms.api.holograms.Hologram
	at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:114) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:519) ~[?:?]
	... 13 more
[10:48:44] [Server thread/INFO]: [Vulcan] Disabling Vulcan v2.9.0
[10:48:44] [Server thread/INFO]: [PlayerPoints] Disabling PlayerPoints v3.2.7
[10:48:44] [Server thread/INFO]: [StrictKits] Disabling StrictKits v1.0
[10:48:44] [Server thread/INFO]: GreatKits 3.0.0 --> OFF
[10:48:44] [Server thread/INFO]: [IRandomTeleport] Disabling IRandomTeleport v1.9
[10:48:44] [Server thread/INFO]: [IRandomTeleport] Плагин выключен!
[10:48:44] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v3.0.4
[10:48:44] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.6
[10:48:44] [Server thread/INFO]: [SixTrap] Disabling SixTrap v2.0
[10:48:44] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[10:48:44] [Async-0/INFO]: Loaded 7 recipes
[10:48:44] [Server thread/INFO]: [AntiRelog] Disabling AntiRelog v1.0-SNAPSHOT
[10:48:44] [Server thread/INFO]: [AkyloffCustomItems] Disabling AkyloffCustomItems v2.0
[10:48:44] [Server thread/INFO]: [WGExtender] Disabling WGExtender v3.0
[10:48:44] [Server thread/INFO]: [SixAPI] Disabling SixAPI v2.0
[10:48:44] [Server thread/ERROR]: Error occurred while disabling SixAPI v2.0 (Is it up to date?)
[10:48:44] [Server thread/ERROR]: Suspected Plugins: 
[10:48:44] [Server thread/ERROR]: 	SixAPI{disabled,ver=2.0,path=plugins\SixAPI.jar}
[10:48:44] [Server thread/ERROR]: 	PlaceholderAPI{disabled,ver=2.11.6,path=plugins\PlaceholderAPI-2.11.6.jar}
[10:48:44] [Server thread/ERROR]: Exception details below: 
java.lang.NullPointerException: Cannot invoke "me.clip.placeholderapi.PlaceholderAPIPlugin.getLocalExpansionManager()" because the return value of "me.clip.placeholderapi.expansion.PlaceholderExpansion.getPlaceholderAPI()" is null
	at me.clip.placeholderapi.expansion.PlaceholderExpansion.unregister(PlaceholderExpansion.java:156) ~[?:?]
	at dev.sixapi.SixAPI.onDisable(SixAPI.java:88) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:519) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:512) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.disablePlugins(CraftServer.java:443) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.stop(MinecraftServer.java:905) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.DedicatedServer.stop(DedicatedServer.java:784) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1192) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[server.jar:SSSpigot2-1.16.5-20230918-e84bcbd]
	at java.lang.Thread.run(Thread.java:831) [?:?]
[10:48:44] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.20.1
[10:48:44] [Server thread/INFO]: [SoSword] Disabling SoSword v1.2
[10:48:44] [Server thread/INFO]: [antiRedstoneClock] Disabling antiRedstoneClock v1.5.0
[10:48:44] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.5+3827266
[10:48:44] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[10:48:45] [Server thread/INFO]: [LPX] Disabling LPX v3.3.1
[10:48:45] [Server thread/INFO]: [GrimAC] Disabling GrimAC v2.3.65
[10:48:45] [Server thread/INFO]: [GrimAC] Terminating PacketEvents...
[10:48:45] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.1
[10:48:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[10:48:45] [Server thread/INFO]: [Log4JExploitFix] Disabling Log4JExploitFix v1.3.3
[10:48:45] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.15+6463-5ca4dff
[10:48:45] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[10:48:45] [Server thread/INFO]: [BungeeGuard] Disabling BungeeGuard v1.3-SNAPSHOT
[10:48:45] [Server thread/INFO]: [UniversalBlocker] Disabling UniversalBlocker v1.9
[10:48:45] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[10:48:45] [Server thread/INFO]: [fmDonateAlert] Disabling fmDonateAlert v1.0
[10:48:45] [Server thread/INFO]: [fmDonateAlert] Плагин выключен!
[10:48:45] [Server thread/INFO]: [SoDungeonEvent] Disabling SoDungeonEvent v1.0
[10:48:45] [Server thread/INFO]: [FixShadow] Disabling FixShadow v1.0.0
[10:48:45] [Server thread/INFO]: [FixShadow] 
==================================================================================
--------------->>> | Плагин FixShadow выключен | <<<---------------
--------------->>> | Создатель: [Charles_Grozny] | <<<---------------
==================================================================================
[10:48:45] [Server thread/INFO]: [AntiDisconnectSpam] Disabling AntiDisconnectSpam v2.1.1
[10:48:45] [Server thread/INFO]: [AntiDisconnectSpam] Shutting down...
[10:48:45] [Server thread/INFO]: [AntiDisconnectSpam] Shutdown completed!
[10:48:45] [Server thread/INFO]: [HideAchievements] Disabling HideAchievements v1.0.0
[10:48:45] [Server thread/INFO]: [ImageOnMap] Disabling ImageOnMap v4.0
[10:48:45] [Server thread/INFO]: [FeathersZZ] Disabling FeathersZZ v1
[10:48:45] [Server thread/INFO]: [CatLandBosses] Disabling CatLandBosses v1.0-SNAPSHOT
[10:48:45] [Server thread/INFO]: [ArrowsZZ] Disabling ArrowsZZ v1
[10:48:45] [Server thread/INFO]: [ArrowsZZ] ArrowsZZ плагин выключен!
[10:48:45] [Server thread/INFO]: [HamsterAPI] Disabling HamsterAPI v0.2.3
[10:48:45] [Server thread/INFO]: [VoidSpawn] Disabling VoidSpawn v1.17.0
[10:48:45] [Server thread/INFO]: [VoidSpawn] v1.17.0 saving config
[10:48:45] [Server thread/INFO]: [VoidSpawn] v1.17.0 disabled
[10:48:45] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.1.0
[10:48:45] [Server thread/INFO]: [Contracts] Disabling Contracts v1.0
[10:48:45] [Server thread/INFO]: [GTAntiRedstoneFix] Disabling GTAntiRedstoneFix v1.0-SNAPSHOT
[10:48:45] [Server thread/INFO]: [UltimateServerProtector] Disabling UltimateServerProtector v26.0
[10:48:45] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.7
[10:48:45] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
[10:48:45] [Server thread/INFO]: [StrictHamster] Disabling StrictHamster v1.0
[10:48:45] [Server thread/INFO]: [SoSkills] Disabling SoSkills v1.0
[10:48:45] [Server thread/INFO]: [ClearLag] Disabling ClearLag v3.2.2
[10:48:45] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[10:48:45] [Server thread/INFO]: [EasyPayments] Disabling EasyPayments v2.1.0
[10:48:45] [Server thread/INFO]: [EasyPayments] Closing internal tasks...
[10:48:45] [Server thread/INFO]: [RestartZZ] Disabling RestartZZ v1
[10:48:45] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.130
[10:48:45] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
[10:48:45] [Server thread/INFO]: [LuckPerms] Closing storage...
[10:48:45] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown initiated...
[10:48:47] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Shutdown completed.
[10:48:47] [Server thread/INFO]: [LuckPerms] Goodbye!
[10:48:47] [Server thread/INFO]: [AnimationLib] Disabling AnimationLib v1.7.0
[10:48:47] [Server thread/INFO]: [StrictAntiKick] Disabling StrictAntiKick v1.0
[10:48:47] [Server thread/INFO]: [HideStream] Disabling HideStream v3.10
[10:48:47] [Server thread/INFO]: [HideStream] Version 3.10 disabled.
[10:48:47] [Server thread/INFO]: [NBTAPI] Disabling NBTAPI v2.13.1
[10:48:47] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.7.0
[10:48:47] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[10:48:47] [Server thread/INFO]: [YungCarrotFix] Disabling YungCarrotFix v1.0
[10:48:47] [Server thread/INFO]: [SoSpec] Disabling SoSpec v1.1
[10:48:47] [Server thread/INFO]: [PotionZZ] Disabling PotionZZ v1
[10:48:47] [Server thread/INFO]: [MultiWorld] Disabling MultiWorld v5.2.8
[10:48:47] [Server thread/INFO]: [MultiWorld] Disabled.
[10:48:47] [Server thread/INFO]: [ConsoleSpamFix] Disabling ConsoleSpamFix v1.10.0
[10:48:47] [Server thread/INFO]: [ConsoleSpamFix] Messages hidden since the server started: 0
[10:48:47] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix is disabled!
[10:48:47] [Server thread/INFO]: [aHealUtils] Disabling aHealUtils v1.0-SNAPSHOT
[10:48:47] [Server thread/WARN]: [aHealUtils] Плагин выключился!
[10:48:47] [Server thread/INFO]: [SoCheck] Disabling SoCheck v1.0
[10:48:47] [Server thread/INFO]: [hPvp] Disabling hPvp v1.0-SNAPSHOT
[10:48:47] [Server thread/INFO]: [SoPerks] Disabling SoPerks v2
[10:48:47] [Server thread/INFO]: [SKLibrary] Disabling SKLibrary v1.15.3
[10:48:47] [Server thread/INFO]: [DupeFixer] Disabling DupeFixer v1.0
[10:48:47] [Server thread/INFO]: Saving players
[10:48:48] [Server thread/INFO]: Saving worlds
[10:48:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[10:48:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[10:48:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[10:48:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[arena]'/minecraft:arena
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (arena): All chunks are saved
[10:48:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[islands]'/minecraft:islands
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (islands): All chunks are saved
[10:48:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[proverka]'/minecraft:proverka
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (proverka): All chunks are saved
[10:48:48] [Server thread/INFO]: Saving chunks for level 'ServerLevel[spawn]'/minecraft:spawn
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (spawn): All chunks are saved
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (arena): All chunks are saved
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (islands): All chunks are saved
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (proverka): All chunks are saved
[10:48:48] [Server thread/INFO]: ThreadedAnvilChunkStorage (spawn): All chunks are saved
[10:48:48] [Server thread/INFO]: Closing Thread Pool
[10:48:48] [Server thread/INFO]: Flushing Chunk IO
[10:48:48] [Server thread/INFO]: Closing Server