[01:10:42] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins/citizensapi-2.0.33-SNAPSHOT.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins/citizensapi-2.0.33-SNAPSHOT.jar' failed to load!
at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[paper-1.20.1.jar:git-Paper-196]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.Main.main(Main.java:137) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.Main.main(Main.java:324) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.IllegalArgumentException: plugins/citizensapi-2.0.33-SNAPSHOT.jar does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.20.1.jar:git-Paper-196]
... 20 more
Caused by: java.lang.IllegalArgumentException: plugins/citizensapi-2.0.33-SNAPSHOT.jar does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
at io.papermc.paper.plugin.provider.source.FileProviderSource.getPluginName(FileProviderSource.java:104) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:76) ~[paper-1.20.1.jar:git-Paper-196]
at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.20.1.jar:git-Paper-196]
... 20 more
[01:10:48] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[01:10:49] [Yggdrasil Key Fetcher/ERROR]: Failed to request yggdrasil public key
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:119) ~[authlib-4.0.43.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:91) ~[authlib-4.0.43.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo.fetch(YggdrasilServicesKeyInfo.java:94) ~[authlib-4.0.43.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo.lambda$get$1(YggdrasilServicesKeyInfo.java:81) ~[authlib-4.0.43.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.net.SocketException: Connection reset by peer
at sun.nio.ch.NioSocketImpl.implWrite(NioSocketImpl.java:420) ~[?:?]
at sun.nio.ch.NioSocketImpl.write(NioSocketImpl.java:440) ~[?:?]
at sun.nio.ch.NioSocketImpl$2.write(NioSocketImpl.java:826) ~[?:?]
at java.net.Socket$SocketOutputStream.write(Socket.java:1035) ~[?:?]
at sun.security.ssl.SSLSocketOutputRecord.flush(SSLSocketOutputRecord.java:266) ~[?:?]
at sun.security.ssl.HandshakeOutStream.flush(HandshakeOutStream.java:89) ~[?:?]
at sun.security.ssl.ClientHello$ClientHelloKickstartProducer.produce(ClientHello.java:646) ~[?:?]
at sun.security.ssl.SSLHandshake.kickstart(SSLHandshake.java:529) ~[?:?]
at sun.security.ssl.ClientHandshakeContext.kickstart(ClientHandshakeContext.java:112) ~[?:?]
at sun.security.ssl.TransportContext.kickstart(TransportContext.java:250) ~[?:?]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:443) ~[?:?]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:421) ~[?:?]
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:580) ~[?:?]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665) ~[?:?]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589) ~[?:?]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224) ~[?:?]
at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:140) ~[authlib-4.0.43.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:96) ~[authlib-4.0.43.jar:?]
... 9 more
[01:10:50] [ServerMain/INFO]: Loaded 7 recipes
[01:10:51] [Server thread/INFO]: Starting minecraft server version 1.20.1
[01:10:51] [Server thread/INFO]: Loading properties
[01:10:51] [Server thread/INFO]: This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72)
[01:10:52] [Server thread/WARN]: Couldn't load server icon
java.lang.IllegalArgumentException: BufferedImage must be 64 pixels wide (325)
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:193) ~[guava-31.1-jre.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadServerIcon0(CraftServer.java:2498) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadServerIcon0(CraftServer.java:2488) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.loadIcon(CraftServer.java:1149) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.<init>(CraftServer.java:464) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.players.PlayerList.<init>(PlayerList.java:171) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(DedicatedPlayerList.java:16) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:203) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[01:10:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
[01:10:52] [Server thread/INFO]: Using 4 threads for Netty based IO
[01:10:52] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[01:10:52] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 3 worker threads, and gen parallelism of 3 threads
[01:10:53] [Server thread/INFO]: Default game type: SURVIVAL
[01:10:53] [Server thread/INFO]: Generating keypair
[01:10:53] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25584
[01:10:53] [Server thread/INFO]: Using epoll channel type
[01:10:53] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[01:10:53] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[01:10:53] [Server thread/INFO]: [MarriageMaster] PCGF-PluginLib not installed. Switching to standalone mode!
[01:10:53] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.15+6463-5ca4dff
[01:10:54] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1638927e]
[01:10:54] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[01:10:54] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
[01:10:54] [Server thread/INFO]: [ChatItem] Loading server plugin ChatItem v2.4.8
[01:10:54] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[01:10:54] [Server thread/INFO]: [OpenInv] Loading server plugin OpenInv v4.3.1
[01:10:54] [Server thread/INFO]: [AdminFun] Loading server plugin AdminFun v2.7.1
[01:10:54] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.1
[01:10:54] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.5.0
[01:10:55] [Server thread/INFO]: [MarriageMaster] Loading server plugin MarriageMaster v2.7.1
[01:10:55] [Server thread/INFO]: [PowerRanks] Loading server plugin PowerRanks v1.10.5R2
[01:10:55] [Server thread/INFO]: [ImageOnMap] Loading server plugin ImageOnMap v5.1.0
[01:10:55] [Server thread/INFO]: [voicechat] Loading server plugin voicechat v2.4.25
[01:10:55] [Server thread/INFO]: [SuperVanish] Loading server plugin SuperVanish v6.2.18
[01:10:55] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3260)
[01:10:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[01:10:55] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.15+6463-5ca4dff
[01:10:55] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[01:10:55] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[01:10:55] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
[01:10:57] [Server thread/INFO]: [PowerRanks] Enabling PowerRanks v1.10.5R2
[01:10:57] [Server thread/INFO]: [PowerRanks]
[01:10:57] [Server thread/INFO]: [PowerRanks] === ------- LOADING CONFIGURATION ------ ===
[01:10:57] [Server thread/INFO]: [PowerRanks] Loading config file
[01:10:57] [Server thread/INFO]: [PowerRanks] Loading language file
[01:10:57] [Server thread/INFO]: [PowerRanks] Loading usertags file
[01:10:57] [Server thread/INFO]: [PowerRanks]
[01:10:57] [Server thread/INFO]: [PowerRanks] === ---------- LOADING ADDONS ---------- ===
[01:10:57] [Server thread/INFO]: [PowerRanks] Loaded 0 add-on(s)!
[01:10:57] [Server thread/INFO]: [PowerRanks]
[01:10:57] [Server thread/INFO]: [PowerRanks] === ----------- LOADING DATA ----------- ===
[01:10:57] [Server thread/INFO]: [PowerRanks] Loading player & rank data
[01:10:58] [Server thread/INFO]: [PowerRanks]
[01:10:58] [Server thread/INFO]: [PowerRanks] === ------- LOADING PLUGIN HOOKS ------- ===
[01:10:58] [Server thread/INFO]: [PowerRanks] Checking for plugins to hook in to:
[01:10:58] [Server thread/INFO]: [PowerRanks] No other plugins found! Working stand-alone.
[01:10:58] [Server thread/INFO]: [PowerRanks]
[01:10:58] [Server thread/INFO]: [PowerRanks] ██████ ██████ PowerRanks v1.10.5R2
[01:10:58] [Server thread/INFO]: [PowerRanks] ██ ██ ██ ██ Running on Paper v1.20.1
[01:10:58] [Server thread/INFO]: [PowerRanks] ██████ ██████ Startup time: 1156ms
[01:10:58] [Server thread/INFO]: [PowerRanks] ██ ██ ██ Loaded 9 ranks and 90 players (YAML)
[01:10:58] [Server thread/INFO]: [PowerRanks] ██ ██ ██
[01:10:58] [Server thread/INFO]: [PowerRanks]
[01:10:58] [Server thread/INFO]: [PowerRanks] If you'd like to donate, please visit https://ko-fi.com/svenar or https://patreon.com/svenar
[01:10:58] [Server thread/INFO]: [PowerRanks] Checking for updates...
[01:10:58] [Server thread/INFO]: Preparing level "MS"
[01:11:00] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[01:11:00] [Server thread/INFO]: Time elapsed: 587 ms
[01:11:00] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[01:11:00] [Server thread/INFO]: Time elapsed: 175 ms
[01:11:00] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[01:11:00] [Server thread/INFO]: Time elapsed: 137 ms
[01:11:00] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[01:11:02] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[01:11:02] [Server thread/INFO]: [Essentials] No kits found to migrate.
[01:11:02] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[01:11:02] [Server thread/INFO]: [Essentials] Using locale en_US
[01:11:02] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[01:11:03] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[01:11:03] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
[01:11:03] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS) TNT ignition is PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS) Lighters are PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS) Lava fire is PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS) Fire spread is UNRESTRICTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MS'
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_nether) TNT ignition is PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_nether) Lighters are PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_nether) Lava fire is PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_nether) Fire spread is UNRESTRICTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MS_nether'
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_the_end) TNT ignition is PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_the_end) Lighters are PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_the_end) Lava fire is PERMITTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] (MS_the_end) Fire spread is UNRESTRICTED.
[01:11:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MS_the_end'
[01:11:03] [Server thread/INFO]: [WorldGuard] Loading region data...
[01:11:04] [Server thread/INFO]: [ChatItem] Enabling ChatItem v2.4.8
[01:11:04] [Server thread/INFO]: [ChatItem] Detected server version: v1_20
[01:11:04] [Server thread/INFO]: [ChatItem] Loading own packet system.
[01:11:04] [Server thread/INFO]: [ChatItem] Loaded 4 getter for base components.
[01:11:04] [Server thread/INFO]: [ChatItem] Manager chosen: PacketEditing (packet)
[01:11:05] [Server thread/INFO]: [ChatItem] Loaded translation for en_gb.
[01:11:05] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[01:11:05] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[01:11:05] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[01:11:05] [Server thread/INFO]: --------------------
[01:11:05] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[01:11:05] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[01:11:05] [Server thread/INFO]: --------------------
[01:11:05] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.3.1
[01:11:05] [Server thread/INFO]: [AdminFun] Enabling AdminFun v2.7.1
[01:11:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1
[01:11:05] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[01:11:05] [Server thread/INFO]: [GSit] Enabling GSit v1.5.0
[01:11:05] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[01:11:05] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[01:11:05] [Server thread/INFO]: [GSit] New version available: 1.5.3!
[GSit] Current version: 1.5.0!
[GSit] Download the latest version:
[GSit] https://www.spigotmc.org/resources/62325
[01:11:05] [Server thread/INFO]: [MarriageMaster] Enabling MarriageMaster v2.7.1
[01:11:06] [Server thread/INFO]: [MarriageMaster] Starting Marriage Master in standalone mode!
[01:11:06] [Server thread/INFO]: [MarriageMaster] Config file successfully loaded.
[01:11:06] [Server thread/INFO]: [MarriageMaster] No compatible backpack plugin found.
[01:11:06] [Server thread/INFO]: [MarriageMaster] Language file successfully loaded. Language: English Author: GeorgH93
[01:11:06] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Starting...
[01:11:06] [Server thread/INFO]: [at.pcgamingfreaks.MarriageMasterStandalone.libs.com.zaxxer.hikari.HikariDataSource] MarriageMaster-Connection-Pool - Start completed.
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Loading marriages ...
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Marriages loaded
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Loading priests ...
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Priests loaded
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Loading players ...
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Players loaded
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Writing marriages into cache ...
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Marriages loaded into cache
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Loading homes ...
[01:11:06] [Thread-16/INFO]: [MarriageMaster] Homes loaded
[01:11:06] [Server thread/INFO]: [MarriageMaster] Item name language file successfully loaded. Language: english Author: GeorgH93
[01:11:06] [Server thread/INFO]: [MarriageMaster] Loading item translations ...
[01:11:06] [Server thread/INFO]: [MarriageMaster] Finished loading item translations for 828 items.
[01:11:06] [Server thread/INFO]: [MarriageMaster] Marriage Master has been enabled! :)
[01:11:06] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v5.1.0
[01:11:06] [Server thread/INFO]: [voicechat] Enabling voicechat v2.4.25
[01:11:06] [Server thread/INFO]: [voicechat] Initializing compatibility for Bukkit version 1.20.1-R0.1
[01:11:06] [Server thread/INFO]: [voicechat] Compatibility version 17
[01:11:06] [Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
[01:11:06] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.18
[01:11:06] [Server thread/INFO]: [SuperVanish] Please install ProtocolLib to be able to use all SuperVanish features: https://www.spigotmc.org/resources/protocollib.1997/
[01:11:06] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[01:11:06] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3260)
[01:11:06] [Server thread/INFO]: [Citizens] Loading external libraries
[01:11:07] [Server thread/ERROR]: [Citizens] v2.0.33-SNAPSHOT (build 3260) is not compatible with Minecraft v1_20_R1 - try upgrading Minecraft or Citizens. Disabling...
[01:11:07] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.33-SNAPSHOT (build 3260)
[01:11:07] [Server thread/WARN]: [SuperVanish] Unknown exception occurred!
[01:11:07] [Server thread/WARN]: [SuperVanish] Please report this issue!
[01:11:07] [Server thread/WARN]: [SuperVanish] Message:
[01:11:07] [Server thread/WARN]: [SuperVanish] org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register de.myzelyam.supervanish.hooks.CitizensHook@23b38926 while not enabled
[01:11:07] [Server thread/WARN]: [SuperVanish] General information:
[01:11:07] [Server thread/WARN]: [SuperVanish] ServerVersion: git-Paper-196 (MC: 1.20.1)
[01:11:07] [Server thread/WARN]: [SuperVanish] PluginVersion: 6.2.18
[01:11:07] [Server thread/WARN]: [SuperVanish] ServerPlugins: WorldEdit v7.2.15+6463-5ca4dff, Essentials v2.20.1, WorldGuard v7.0.9+5934e49, ChatItem v2.4.8, CoreProtect v22.2, OpenInv v4.3.1, AdminFun v2.7.1, EssentialsSpawn v2.20.1, GSit v1.5.0, MarriageMaster v2.7.1, PowerRanks v1.10.5R2, ImageOnMap v5.1.0, voicechat v2.4.25, Citizens v2.0.33-SNAPSHOT (build 3260),
[01:11:07] [Server thread/WARN]: [SuperVanish] Settings:
[01:11:07] [Server thread/WARN]: [SuperVanish] MsgsVersion: 6.2.18
[01:11:07] [Server thread/WARN]: [SuperVanish] Settings: ||InvisibilityFeatures.NightVisionEffect>true||InvisibilityFeatures.DisableDamage>true||InvisibilityFeatures.DisableHunger>true||InvisibilityFeatures.DisableMobTarget>true||InvisibilityFeatures.OpenChestsSilently>true||InvisibilityFeatures.DisablePressurePlates>true||InvisibilityFeatures.DisablePush>false||InvisibilityFeatures.DefaultPickUpItemsOption>false||InvisibilityFeatures.ModifyTablistPackets>true||InvisibilityFeatures.ModifyTabCompletePackets>true||InvisibilityFeatures.PreventSculkSensorActivation>true||InvisibilityFeatures.PreventTurtleEggBreaking>true||InvisibilityFeatures.DisableDripLeaf>true||InvisibilityFeatures.PreventRaidTriggering>true||InvisibilityFeatures.PreventMobSpawning>true||InvisibilityFeatures.Fly.Enable>true||InvisibilityFeatures.Fly.DisableOnReappear>true||VanishStateFeatures.AutoVanishOnJoin>false||VanishStateFeatures.ReappearOnWorldChange>false||VanishStateFeatures.ReappearOnQuit>false||VanishStateFeatures.CheckPermissionOnWorldChange>false||VanishStateFeatures.CheckPermissionOnQuit>false||VanishStateFeatures.CheckPermissionOnLogin>false||IndicationFeatures.LayeredPermissions.EnableSeePermission>true||IndicationFeatures.LayeredPermissions.LayeredSeeAndUsePermissions>false||IndicationFeatures.LayeredPermissions.MaxLevel>100||IndicationFeatures.MarkVanishedPlayersAsSpectators>true||MessageOptions.FakeJoinQuitMessages.BroadcastFakeQuitOnVanish>true||MessageOptions.FakeJoinQuitMessages.BroadcastFakeJoinOnReappear>true||MessageOptions.FakeJoinQuitMessages.AnnounceVanishReappearToAdmins>true||MessageOptions.FakeJoinQuitMessages.SendMessageOnlyToAdmins>false||MessageOptions.FakeJoinQuitMessages.SendMessageOnlyToUsers>false||MessageOptions.HideRealJoinQuitMessages>true||MessageOptions.HideAdvancementMessages>true||MessageOptions.ReappearOnQuitHideLeaveMsg>true||MessageOptions.AnnounceRealJoinQuitToAdmins>true||MessageOptions.AnnounceDeathToAdmins>true||MessageOptions.RemindVanishedOnJoin>true||MessageOptions.DisplayActionBar>true||RestrictiveOptions.PreventBlockBreaking>false||RestrictiveOptions.PreventBlockPlacing>false||RestrictiveOptions.PreventHittingEntities>false||ExternalInvisibility.ServerList.AdjustAmountOfOnlinePlayers>true||ExternalInvisibility.ServerList.AdjustListOfLoggedInPlayers>true||HookOptions.EnableEssentialsHook>true||HookOptions.EnableDynmapHook>true||HookOptions.DynmapSendJoinLeaveMessages>true||HookOptions.EnableTrailGUIHook>true||HookOptions.EnablePlaceholderAPIHook>true||HookOptions.EnableMVdWPlaceholderAPIHook>true||HookOptions.EnableCitizensHook>true||CompatibilityOptions.PlayerJoinEventPriority>HIGH||CompatibilityOptions.PlayerQuitEventPriority>HIGH||MiscellaneousOptions.UpdateChecker.Enable>true||MiscellaneousOptions.UpdateChecker.NotifyAdmins>true||ConfigVersion>6.2.18||
[01:11:07] [Server thread/WARN]: [SuperVanish] StackTrace:
[01:11:07] [Server thread/WARN]: de.myzelyam.supervanish.hooks.InvalidPluginHookException: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register de.myzelyam.supervanish.hooks.CitizensHook@23b38926 while not enabled
[01:11:07] [Server thread/WARN]: at SuperVanish.jar//de.myzelyam.supervanish.hooks.PluginHookMgr.onPluginEnable(PluginHookMgr.java:82)
[01:11:07] [Server thread/WARN]: at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor295.execute(Unknown Source)
[01:11:07] [Server thread/WARN]: at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
[01:11:07] [Server thread/WARN]: at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81)
[01:11:07] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[01:11:07] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
[01:11:07] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126)
[01:11:07] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615)
[01:11:07] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:200)
[01:11:07] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[01:11:07] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[01:11:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugin(CraftServer.java:642)
[01:11:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.enablePlugins(CraftServer.java:553)
[01:11:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635)
[01:11:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434)
[01:11:07] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[01:11:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1100)
[01:11:07] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317)
[01:11:07] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[01:11:07] [Server thread/WARN]: Caused by: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register de.myzelyam.supervanish.hooks.CitizensHook@23b38926 while not enabled
[01:11:07] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperEventManager.registerEvents(PaperEventManager.java:80)
[01:11:07] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.registerEvents(PaperPluginManagerImpl.java:131)
[01:11:07] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:670)
[01:11:07] [Server thread/WARN]: at SuperVanish.jar//de.myzelyam.supervanish.hooks.PluginHookMgr.onPluginEnable(PluginHookMgr.java:59)
[01:11:07] [Server thread/WARN]: ... 18 more
[01:11:07] [Server thread/WARN]: [SuperVanish] Please include this information
[01:11:07] [Server thread/WARN]: [SuperVanish] if you report the issue.
[01:11:07] [Server thread/WARN]: [SuperVanish] Affected by this error is only the Citizens-Hook, all other hooks and features aren't affected.
[01:11:07] [Server thread/ERROR]: Couldn't load server icon
java.lang.IllegalStateException: Must be 64 pixels wide
at com.google.common.base.Preconditions.checkState(Preconditions.java:502) ~[guava-31.1-jre.jar:?]
at net.minecraft.server.MinecraftServer.lambda$loadStatusIcon$12(MinecraftServer.java:1354) ~[paper-1.20.1.jar:git-Paper-196]
at java.util.Optional.flatMap(Optional.java:289) ~[?:?]
at net.minecraft.server.MinecraftServer.loadStatusIcon(MinecraftServer.java:1350) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1105) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[01:11:07] [Server thread/INFO]: Running delayed init tasks
[01:11:07] [Craft Scheduler Thread - 3 - Essentials/INFO]: [Essentials] Fetching version information...
[01:11:07] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[01:11:07] [Craft Scheduler Thread - 2 - ChatItem/INFO]: [ChatItem] A new version of ChatItem is available. Click here to download.
[01:11:07] [Server thread/INFO]: Done (16.209s)! For help, type "help"
[01:11:07] [Server thread/INFO]: Timings Reset
[01:11:07] [Server thread/INFO]: [voicechat] Loading plugins
[01:11:07] [Server thread/INFO]: [voicechat] Loaded 0 plugin(s)
[01:11:07] [Server thread/INFO]: [voicechat] Initializing plugins
[01:11:07] [Server thread/INFO]: [voicechat] Initialized 0 plugin(s)
[01:11:07] [VoiceChatServerThread/INFO]: [voicechat] Using server-ip as bind address: 0.0.0.0
[01:11:07] [VoiceChatServerThread/INFO]: [voicechat] Voice chat server started at 0.0.0.0:25584
[01:11:51] [User Authenticator #0/INFO]: Disconnecting com.mojang.authlib.GameProfile@402f1139[id=<null>,name=Morri7_,properties={},legacy=false] (/107.171.204.211:55390): Authentication servers are down. Please try again later, sorry!
[01:11:51] [User Authenticator #0/ERROR]: Couldn't verify username because servers are unavailable
[01:11:51] [Server thread/INFO]: com.mojang.authlib.GameProfile@402f1139[id=<null>,name=Morri7_,properties={},legacy=false] (/107.171.204.211:55390) lost connection: Authentication servers are down. Please try again later, sorry!
[01:11:57] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:11:57] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:12:07] [User Authenticator #0/INFO]: Disconnecting com.mojang.authlib.GameProfile@1b0ef550[id=<null>,name=Morri7_,properties={},legacy=false] (/107.171.204.211:55408): Authentication servers are down. Please try again later, sorry!
[01:12:07] [User Authenticator #0/ERROR]: Couldn't verify username because servers are unavailable
[01:12:07] [Server thread/INFO]: com.mojang.authlib.GameProfile@1b0ef550[id=<null>,name=Morri7_,properties={},legacy=false] (/107.171.204.211:55408) lost connection: Authentication servers are down. Please try again later, sorry!
[01:12:11] [User Authenticator #0/INFO]: UUID of player Morri7_ is 228aca9d-d07f-4f38-bbba-cb77ce6f5be9
[01:12:12] [Server thread/INFO]: Morri7_ joined the game
[01:12:12] [Server thread/INFO]: Morri7_[/107.171.204.211:55416] logged in with entity id 457 at ([MS]-102.43351266818398, 136.0, 262.5683336469799)
[01:12:12] [Server thread/WARN]: Ignoring chat session from Morri7_ due to missing Services public key
[01:12:27] [Server thread/INFO]: Morri7_ issued server command: /npc
[01:12:27] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'npc' in plugin Citizens v2.0.33-SNAPSHOT (build 3260) - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:987) ~[paper-1.20.1.jar:git-Paper-196]
at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.1.jar:git-Paper-196]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.1.jar:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2354) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2314) ~[?:?]
at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114) ~[?:?]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1170) ~[paper-1.20.1.jar:git-Paper-196]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-196]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[01:12:46] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:12:46] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:12:46] [Server thread/INFO]: default: Morri7_
[01:13:36] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:13:36] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:13:36] [Server thread/INFO]: default: Morri7_
[01:14:25] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:14:25] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:14:25] [Server thread/INFO]: default: Morri7_
[01:15:14] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:15:14] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:15:14] [Server thread/INFO]: default: Morri7_
[01:16:04] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:16:04] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:16:04] [Server thread/INFO]: default: Morri7_
[01:16:53] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:16:53] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:16:53] [Server thread/INFO]: default: Morri7_
[01:17:43] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:17:43] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:17:43] [Server thread/INFO]: default: Morri7_
[01:18:32] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:18:32] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:18:32] [Server thread/INFO]: default: [AFK]Morri7_
[01:19:21] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:19:21] [Server thread/INFO]: There are 1 out of maximum 50 players online.
[01:19:21] [Server thread/INFO]: default: [AFK]Morri7_
[01:20:06] [Server thread/INFO]: Morri7_ lost connection: Disconnected
[01:20:06] [Server thread/INFO]: [voicechat] Disconnecting client Morri7_
[01:20:06] [Server thread/INFO]: Morri7_ left the game
[01:20:11] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:20:11] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:20:43] [Server thread/INFO]: Saving is already turned on
[01:20:43] [Server thread/INFO]: Saving the game (this may take a moment!)
[01:20:43] [Server thread/INFO]: Saved the game
[01:21:00] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:21:00] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:21:50] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:21:50] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:22:39] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:22:39] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:23:28] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:23:28] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:24:18] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:24:18] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:25:07] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:25:07] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:25:57] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:25:57] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:26:46] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:26:46] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:27:35] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:27:35] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:28:25] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:28:25] [Server thread/INFO]: There are 0 out of maximum 50 players online.
[01:29:14] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[01:29:14] [Server thread/INFO]: There are 0 out of maximum 50 players online.