Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [15:44:46] [ServerMain/ERROR]: [io.papermc.paper.plugin.provider.source.DirectoryProviderSource] Error loading plugin: File 'plugins/ServerRestartWarning-v0.1.7.jar' failed to load!
- java.lang.RuntimeException: File 'plugins/ServerRestartWarning-v0.1.7.jar' failed to load!
- at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$2(DirectoryProviderSource.java:32) ~[paper-1.19.3.jar:git-Paper-448]
- 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:30) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.Main.main(Main.java:114) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-448]
- 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/ServerRestartWarning-v0.1.7.jar is not a valid plugin file, cannot load a plugin from it!
- at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-448]
- ... 20 more
- Caused by: java.lang.IllegalArgumentException: plugins/ServerRestartWarning-v0.1.7.jar is not a valid plugin file, cannot load a plugin from it!
- at io.papermc.paper.plugin.provider.source.FileProviderSource.getPluginName(FileProviderSource.java:104) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:76) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-448]
- ... 20 more
- [15:44:49] [ServerMain/INFO]: Building unoptimized datafixer
- [15:44:51] [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'
- [15:44:53] [ServerMain/INFO]: Loaded 7 recipes
- [15:44:54] [Server thread/INFO]: Starting minecraft server version 1.19.3
- [15:44:54] [Server thread/INFO]: Loading properties
- [15:44:54] [Server thread/INFO]: This server is running Paper version git-Paper-448 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: 155aa36)
- [15:44:54] [Server thread/INFO]: Server Ping Player Sample Count: 12
- [15:44:54] [Server thread/INFO]: Using 4 threads for Netty based IO
- [15:44:54] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
- [15:44:54] [Server thread/INFO]: Default game type: SURVIVAL
- [15:44:54] [Server thread/INFO]: Generating keypair
- [15:44:54] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:26807
- [15:44:54] [Server thread/INFO]: Using epoll channel type
- [15:44:55] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
- [15:44:55] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
- [15:44:56] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'Blunky.jar' in folder 'plugins'
- org.bukkit.plugin.InvalidPluginException: Cannot find main class `org.furcraft.bloonky.BlunkyBukkit'
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:78) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:123) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.provider.type.spigot.SpigotPluginProvider.createInstance(SpigotPluginProvider.java:35) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.entrypoint.strategy.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:150) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:35) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:428) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:273) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-448]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- Caused by: java.lang.ClassNotFoundException: org.furcraft.bloonky.BlunkyBukkit
- at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- at java.lang.Class.forName0(Native Method) ~[?:?]
- at java.lang.Class.forName(Class.java:467) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- ... 10 more
- [15:44:56] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
- [15:45:01] [Server thread/WARN]: Legacy plugin SimpleTpa v6.3 does not specify an api-version.
- [15:45:01] [Server thread/WARN]: Legacy plugin HideAndCustomPlugins v1.8.1 does not specify an api-version.
- [15:45:01] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.6.2
- [15:45:01] [Server thread/INFO]: [ViaVersion] ViaVersion 4.6.2 is now loaded. Registering protocol transformers and injecting...
- [15:45:01] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
- [15:45:01] [Server thread/INFO]: [ViaBackwards] Loading translations...
- [15:45:01] [Server thread/INFO]: [ViaBackwards] Registering protocols...
- [15:45:02] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
- [15:45:02] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.71
- [15:45:03] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
- [15:45:03] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.6.0-SNAPSHOT-401;5cd9616
- [15:45:04] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@20605f13]
- [15:45:04] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.7+216b061
- [15:45:04] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.19.7
- [15:45:04] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
- [15:45:04] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.7.0-beta2
- [15:45:04] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v4.8.0
- [15:45:04] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.3) has not yet been tested! Proceed with caution.
- [15:45:05] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.19.7
- [15:45:05] [Server thread/INFO]: [PlasmoVoice] Loading server plugin PlasmoVoice v2.0.4
- [15:45:05] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.19.7
- [15:45:05] [Server thread/INFO]: [InvSee++] Loading server plugin InvSeePlusPlus v0.21.2-SNAPSHOT
- [15:45:05] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.6.1
- [15:45:05] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.26.2
- [15:45:05] [Server thread/INFO]: [AuthMe] Loading server plugin AuthMe v5.6.0-beta2-b2453
- [15:45:05] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v21.3
- [15:45:05] [Server thread/INFO]: [UltimateAntiBot] Loading server plugin UltimateAntiBot v4.0.6-ABYSS
- [15:45:05] [Server thread/INFO]: [FastChunkPregenerator] Loading server plugin FastChunkPregenerator v2.0.6-SNAPSHOT
- [15:45:05] [Server thread/INFO]: [pv-addon-whisper] Loading server plugin pv-addon-whisper v1.0.0
- [15:45:05] [Server thread/INFO]: [PvPManager] Loading server plugin PvPManager v3.12.7
- [15:45:05] [Server thread/INFO]: [voicechat] Loading server plugin voicechat v2.4.4
- [15:45:05] [Server thread/INFO]: [EconomyShopGUI] Loading server plugin EconomyShopGUI
- [15:45:05] [Server thread/INFO]: [PixelPrinter] Loading server plugin PixelPrinter v1.0.48
- [15:45:05] [Server thread/INFO]: [pv-addon-groups] Loading server plugin pv-addon-groups v1.0.3
- [15:45:05] [Server thread/INFO]: [InvSee++_Clear] Loading server plugin InvSeePlusPlus_Clear v0.21.2-SNAPSHOT
- [15:45:05] [Server thread/INFO]: [pv-addon-priority] Loading server plugin pv-addon-priority v1.0.0
- [15:45:05] [Server thread/INFO]: [SkipNight] Loading server plugin SkipNight v1.6.2
- [15:45:05] [Server thread/INFO]: [InvSee++_Give] Loading server plugin InvSeePlusPlus_Give v0.21.2-SNAPSHOT
- [15:45:05] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v14.2.10
- [15:45:05] [Server thread/INFO]: [SimpleTpa] Loading server plugin SimpleTpa v6.3
- [15:45:05] [Server thread/INFO]: [Regionerator] Loading server plugin Regionerator v2.3.0
- [15:45:05] [Server thread/INFO]: [BetterTeams] Loading server plugin BetterTeams v4.6.4
- [15:45:05] [Server thread/INFO]: [BetterTeams] Checking if the file config.yml is up to date
- [15:45:05] [Server thread/INFO]: [BetterTeams] File is up to date
- [15:45:05] [Server thread/INFO]: [AreaReseterPro] Loading server plugin AreaReseterPro v1.0.1
- [15:45:05] [Server thread/INFO]: [HideAndCustomPlugins] Loading server plugin HideAndCustomPlugins v1.8.1
- [15:45:05] [Server thread/INFO]: [TerraformGenerator] Loading server plugin TerraformGenerator v9.3.2
- [15:45:05] [Server thread/INFO]: [ConditionalEvents] Loading server plugin ConditionalEvents v4.24.2
- [15:45:05] [Server thread/INFO]: [pv-addon-broadcast] Loading server plugin pv-addon-broadcast v1.0.1
- [15:45:05] [Server thread/INFO]: [Plan] Loading server plugin Plan v5.5 build 2307
- [15:45:05] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
- [15:45:05] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.71
- [15:45:06] [Server thread/INFO]: __
- [15:45:06] [Server thread/INFO]: | |__) LuckPerms v5.4.71
- [15:45:06] [Server thread/INFO]: |___ | Running on Bukkit - Paper
- [15:45:06] [Server thread/INFO]:
- [15:45:06] [Server thread/INFO]: [LuckPerms] Loading configuration...
- [15:45:07] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
- [15:45:10] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
- [15:45:10] [Server thread/INFO]: [LuckPerms] Performing initial data load...
- [15:45:11] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 5696ms)
- [15:45:11] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
- [15:45:11] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
- [15:45:11] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
- [15:45:11] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
- [15:45:11] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
- [15:45:11] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.6.0-SNAPSHOT-401;5cd9616
- [15:45:11] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
- [15:45:11] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
- [15:45:12] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
- [15:45:12] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
- [15:45:12] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_19_R2.PaperweightFaweAdapter as the Bukkit adapter
- [15:45:13] [Server thread/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 7 build(s) out of date.
- You are running build 401, the latest version is build 408.
- Update at https://www.spigotmc.org/resources/13932/
- [15:45:13] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0
- [15:45:13] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
- [15:45:13] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v2.0.4
- [15:45:13] [Server thread/INFO]: [PlasmoVoice] LuckPerms permissions listener attached
- [15:45:14] [Server thread/INFO]: [PlasmoVoice] pv-addon-groups v1.0.3 by KPidS loaded
- [15:45:14] [Server thread/INFO]: [PlasmoVoice] pv-addon-broadcast v1.0.1 by Apehum loaded
- [15:45:14] [Server thread/INFO]: [PlasmoVoice] pv-addon-priority v1.0.0 by Apehum loaded
- [15:45:14] [Server thread/INFO]: [PlasmoVoice] pv-addon-whisper v1.0.0 by Apehum loaded
- [15:45:14] [Server thread/INFO]: [PlasmoVoice] UDP server is started on /[0:0:0:0:0:0:0:0]:26807
- [15:45:14] [Server thread/INFO]: [UltimateAntiBot] Enabling UltimateAntiBot v4.0.6-ABYSS
- [15:45:14] [Server thread/INFO]: UAB » Loading UltimateAntiBot...
- [15:45:14] [Server thread/INFO]: UAB » 4 IP added to whitelist!
- [15:45:14] [Server thread/INFO]: UAB » 1 IP added to blacklist!
- [15:45:14] [Server thread/INFO]: UAB » Loading Core...
- [15:45:14] [Server thread/INFO]: UAB » Loaded UltimateAntiBot!
- [15:45:14] [Server thread/INFO]: UAB » _ _ ____
- [15:45:14] [Server thread/INFO]: UAB » | | | | /\ | _ \
- [15:45:14] [Server thread/INFO]: UAB » | | | | / \ | |_) |
- [15:45:14] [Server thread/INFO]: UAB » | | | |/ /\ \ | _ <
- [15:45:14] [Server thread/INFO]: UAB » | |__| / ____ \| |_) |
- [15:45:14] [Server thread/INFO]: UAB » \____/_/ \_\____/
- [15:45:14] [Server thread/INFO]: UAB » Version: 4.0.6-ABYSS | Author: [Kr1S_D] | Cores: 2 | Mode: CUSTOM
- [15:45:14] [Server thread/INFO]: UAB » The abyss is ready to swallow all the bots!
- [15:45:14] [Server thread/INFO]: UAB » Took 191ms to load
- [15:45:14] [Server thread/INFO]: [pv-addon-whisper] Enabling pv-addon-whisper v1.0.0
- [15:45:14] [Server thread/INFO]: [pv-addon-groups] Enabling pv-addon-groups v1.0.3
- [15:45:14] [Server thread/INFO]: [pv-addon-priority] Enabling pv-addon-priority v1.0.0
- [15:45:14] [Server thread/INFO]: [TerraformGenerator] Enabling TerraformGenerator v9.3.2
- [15:45:14] [Server thread/INFO]: [TerraformGenerator] Custom Logger Initialized
- [15:45:14] [Server thread/INFO]: [TerraformGenerator] bStats Metrics enabled.
- [15:45:14] [Server thread/INFO]: [TerraformGenerator] Detected version: v1_19_R2, number: 19.2
- [15:45:14] [Server thread/INFO]: [pv-addon-broadcast] Enabling pv-addon-broadcast v1.0.1
- [15:45:14] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
- [15:45:14] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
- [15:45:14] [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.
- [15:45:14] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
- [15:45:14] [Server thread/INFO]: Preparing level "world"
- [15:45:15] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
- [15:45:15] [Server thread/INFO]: Time elapsed: 191 ms
- [15:45:15] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
- [15:45:16] [Server thread/INFO]: Time elapsed: 184 ms
- [15:45:16] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
- [15:45:16] [Server thread/INFO]: Time elapsed: 98 ms
- [15:45:16] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.6.2
- [15:45:16] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.19.3 (761)
- [15:45:16] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
- [15:45:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
- [15:45:16] [Server thread/INFO]: [WorldGuard] Loading region data...
- [15:45:17] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
- [15:45:17] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
- [15:45:17] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
- [15:45:17] [Server thread/INFO]: [Essentials] No kits found to migrate.
- [15:45:18] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
- [15:45:18] [Server thread/INFO]: [Essentials] Using locale en
- [15:45:18] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
- [15:45:18] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
- [15:45:18] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
- [15:45:18] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
- [15:45:18] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
- [15:45:18] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
- [15:45:18] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
- [15:45:18] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
- [15:45:18] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
- [15:45:18] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
- [15:45:18] [Server thread/INFO]: [Skript] Enabling Skript v2.7.0-beta2
- [15:45:19] [Thread-20/INFO]: [Skript] You're currently running the latest stable version of Skript.
- [15:45:31] [Server thread/INFO]: [Skript] Loaded 150600 aliases in 12200ms
- [15:45:32] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
- [15:45:32] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
- [15:45:32] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
- [15:45:32] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.7
- [15:45:32] [Server thread/INFO]: [EssentialsChat] Secure signed chat and previews are enabled.
- [15:45:32] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
- [15:45:32] [Server thread/INFO]: [InvSee++] Enabling InvSeePlusPlus v0.21.2-SNAPSHOT
- [15:45:32] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.6.1
- [15:45:32] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.26.2
- [15:45:32] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta2-b2453
- [15:45:32] [Server thread/INFO]: [AuthMe] SQLite Setup finished
- [15:45:32] [Server thread/INFO]: [AuthMe] Hooked into LuckPerms!
- [15:45:32] [Server thread/INFO]: [AuthMe] Hooked successfully into Essentials
- [15:45:32] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
- [15:45:33] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2 build n.2453 successfully enabled!
- [15:45:33] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
- [15:45:33] [pool-49-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (767828469573c2f0fa3ed5a44feb0b2f15f2c02d)
- [15:45:33] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
- [15:45:33] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
- [15:45:33] [Server thread/INFO]: --------------------
- [15:45:33] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
- [15:45:33] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
- [15:45:33] [Server thread/INFO]: --------------------
- [15:45:33] [Server thread/INFO]: [FastChunkPregenerator] Enabling FastChunkPregenerator v2.0.6-SNAPSHOT
- [15:45:33] [Server thread/INFO]: [FastChunkPregenerator] >> Paper was found.
- [15:45:33] [Server thread/INFO]: [FastChunkPregenerator] >> Async chunk loading support is enabled.
- [15:45:33] [Server thread/INFO]: [PvPManager] Enabling PvPManager v3.12.7
- [15:45:33] [pool-53-thread-1/INFO]: [PvPManager] Checking for updates...
- [15:45:33] [Server thread/INFO]: [PvPManager] Connected to SQLITE database successfully
- [15:45:33] [Server thread/INFO]: [PvPManager] Players stored: 26
- [15:45:33] [Server thread/INFO]: [PvPManager] WorldGuard Found! Enabling Support For WorldGuard Regions
- [15:45:33] [Server thread/INFO]: [PvPManager] Essentials Found! Hooked successfully
- [15:45:33] [Server thread/INFO]: [PvPManager] Vault Found! Using it for currency related features
- [15:45:33] [Server thread/INFO]: [PvPManager] PvPManager Enabled (189 ms)
- [15:45:33] [Server thread/INFO]: [voicechat] Enabling voicechat v2.4.4
- [15:45:33] [Server thread/INFO]: [voicechat] Initializing compatibility for Bukkit version 1.19.3-R0.1
- [15:45:33] [Server thread/INFO]: [voicechat] Compatibility version 17
- [15:45:33] [Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
- [15:45:33] [Server thread/INFO]: [voicechat] Successfully added ViaVersion mappings
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI
- [15:45:33] [pool-53-thread-1/INFO]: [PvPManager] No update found
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Using lang-en.yml as language file.
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Shops.yml has been found!
- [15:45:33] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Sections.yml has been found!
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Successfully hooked into Vault
- [15:45:33] [Server thread/WARN]: [EconomyShopGUI] Completed loading '1' economy provider(s) for all 16 shop sections.
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Using minecraft version 1.19.3...
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Spawner provider set to DEFAULT in config
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Using plugin default spawners...
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Debug mode is enabled.
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Updating Shop settings...
- [15:45:33] [Server thread/INFO]: [EconomyShopGUI] Loading all items...
- [15:45:34] [Server thread/INFO]: [EconomyShopGUI] Initialized - Took 508ms to complete
- [15:45:34] [Server thread/INFO]: [PixelPrinter] Enabling PixelPrinter v1.0.48
- [15:45:34] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
- [15:45:34] [Server thread/INFO]: [InvSee++_Clear] Enabling InvSeePlusPlus_Clear v0.21.2-SNAPSHOT
- [15:45:34] [Server thread/INFO]: [SkipNight] Enabling SkipNight v1.6.2
- [15:45:34] [Server thread/INFO]: [SkipNight] [ACF] Enabled Asynchronous Tab Completion Support!
- [15:45:34] [Server thread/INFO]: [SkipNight] PlayerActivity not found, disabling Idle/Away features
- [15:45:34] [Server thread/INFO]: [SkipNight] SkipNight loaded - By mattboy9921 (Special thanks to RoyCurtis, iamliammckimm, CRX VrynzX, Scarsz, Aikar, mbaxter, zml, Selida and ViMaSter)
- [15:45:34] [Server thread/INFO]: [InvSee++_Give] Enabling InvSeePlusPlus_Give v0.21.2-SNAPSHOT
- [15:45:34] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.10
- [15:45:35] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1mDetected Minecraft [33;1mv1_19_R2[32;1m, using [33;1mMappingSpigotSkinRefresher[32;1m.[0;39m
- [15:45:35] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:matt and mark(590788243864289280)
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(1051114630484873307)
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ingame-chat(590788243864289282)
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:messages-history(945909664808333313)
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console(1051111599525601310)
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:private(1098970259052036237)
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console(1051111599525601310)
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
- [15:45:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
- [15:45:35] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
- [15:45:35] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39mUsing paper join listener![0;39m
- [15:45:35] [Server thread/INFO]: [SimpleTpa] Enabling SimpleTpa v6.3*
- [15:45:35] [Server thread/INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
- [15:45:35] [Server thread/INFO]: [SimpleTpa] Simple Tpa has been enabled on version 6.3
- [15:45:35] [Server thread/INFO]: Enabled metrics. You may opt-out by changing plugins/bStats/config.yml
- [15:45:35] [Server thread/INFO]: [Regionerator] Enabling Regionerator v2.3.0
- [15:45:35] [Server thread/ERROR]: [Regionerator] No worlds are enabled. There's nothing to do!
- [15:45:35] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.6.4
- [15:45:35] [Server thread/INFO]: [BetterTeams] Checking if the file messages.yml is up to date
- [15:45:35] [Server thread/INFO]: [BetterTeams] File is up to date
- [15:45:35] [Server thread/INFO]: Display team name config value: prefix
- [15:45:35] [Server thread/INFO]: Loading below name. Type: PREFIX
- [15:45:35] [Server thread/INFO]: teamManagement declared: com.booksaw.betterTeams.events.MCTeamManagement@470f9a4d
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] Enabling AreaReseterPro v1.0.1
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] Looking for SQLite-Database ...
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] SQLite-Database was found.
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] Using SQLite-Connection ...
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] SQLite-Driver: SQLite JDBC
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] SQLite-Host: org.sqlite.jdbc4.JDBC4Connection@4cae8ea7
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] SQLite-URL: jdbc:sqlite:/home/container/plugins/AreaReseterPro/AreaReseterPro.db
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] Successfully connected to SQLite-Database!
- [15:45:35] [Server thread/INFO]: [AreaReseterPro] Hooked into Database-Tables.
- [15:45:35] [Server thread/INFO]: [HideAndCustomPlugins] Enabling HideAndCustomPlugins v1.8.1*
- [15:45:35] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.8.1 Metrics started: http://mcstats.org/plugin/HideAndCustomPlugins
- [15:45:35] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.8.1 Metrics started: https://bstats.org/plugin/bukkit/HideandCustomPlugins
- [15:45:35] [Server thread/INFO]: [ConditionalEvents] Enabling ConditionalEvents v4.24.2
- [15:45:35] [Server thread/WARN]: [ProtocolLib] [PacketFilterManager] [ConditionalEvents] Unsupported server packet in current Minecraft version: CHAT[PLAY, SERVER, 15, classNames: [net.minecraft.network.protocol.game.PacketPlayOutChat, net.minecraft.network.protocol.game.ClientboundChatPacket, net.minecraft.network.play.server.SPacketChat] (unregistered)]
- [15:45:35] [Server thread/ERROR]: Error occurred while enabling ConditionalEvents v4.24.2 (Is it up to date?)
- java.lang.NoSuchFieldError: SYSTEM_CHAT
- at ce.ajneb97.managers.dependencies.ProtocolLibManager.configure(ProtocolLibManager.java:33) ~[ConditionalEvents.jar:?]
- at ce.ajneb97.managers.dependencies.ProtocolLibManager.<init>(ProtocolLibManager.java:26) ~[ConditionalEvents.jar:?]
- at ce.ajneb97.managers.DependencyManager.<init>(DependencyManager.java:34) ~[ConditionalEvents.jar:?]
- at ce.ajneb97.ConditionalEvents.onEnable(ConditionalEvents.java:46) ~[ConditionalEvents.jar:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:471) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-448]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- [15:45:35] [Server thread/INFO]: [ConditionalEvents] Disabling ConditionalEvents v4.24.2
- [15:45:35] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling ConditionalEvents v4.24.2 (Is it up to date?)
- java.lang.NullPointerException: Cannot invoke "ce.ajneb97.configs.ConfigsManager.getPlayerConfigsManager()" because "this.configsManager" is null
- at ce.ajneb97.ConditionalEvents.onDisable(ConditionalEvents.java:76) ~[ConditionalEvents.jar:?]
- at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:227) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:196) ~[paper-1.19.3.jar:git-Paper-448]
- at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:471) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-448]
- at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-448]
- at java.lang.Thread.run(Thread.java:833) ~[?:?]
- [15:45:35] [Server thread/INFO]: [Plan] Enabling Plan v5.5 build 2307
- [15:45:35] [Server thread/INFO]: [Plan]
- [15:45:35] [Server thread/INFO]: [Plan] ██▌
- [15:45:35] [Server thread/INFO]: [Plan] ██▌ ██▌
- [15:45:35] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ Player Analytics
- [15:45:35] [Server thread/INFO]: [Plan] ██▌██▌██▌██▌ v5.5 build 2307
- [15:45:35] [Server thread/INFO]: [Plan]
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Webserver.Alternative_IP to Webserver.Alternative_IP.Enabled
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Webserver.Security.IP_whitelist to Webserver.Security.IP_whitelist.Enabled
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Export.Server_refresh_period to Export.Server_refresh_period.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Webserver.Security.Cookies_expire_after to Webserver.Security.Cookies_expire_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Webserver.Cache.Reduced_refresh_barrier to Webserver.Cache.Reduced_refresh_barrier.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Webserver.Cache.Invalidate_disk_cache_after to Webserver.Cache.Invalidate_disk_cache_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Webserver.Cache.Invalidate_memory_cache_after to Webserver.Cache.Invalidate_memory_cache_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Webserver.Cache.Invalidate_query_results_on_disk_after to Webserver.Cache.Invalidate_query_results_on_disk_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Thresholds.Remove_disabled_extension_data_after to Time.Thresholds.Remove_disabled_extension_data_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Thresholds.Remove_time_series_data_after to Time.Thresholds.Remove_time_series_data_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Thresholds.Remove_ping_data_after to Time.Thresholds.Remove_ping_data_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Thresholds.AFK_threshold to Time.Thresholds.AFK_threshold.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Thresholds.Remove_inactive_player_data_after to Time.Thresholds.Remove_inactive_player_data_after.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Periodic_tasks.Extension_data_refresh_every to Time.Periodic_tasks.Extension_data_refresh_every.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Periodic_tasks.Check_DB_for_server_config_files_every to Time.Periodic_tasks.Check_DB_for_server_config_files_every.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Periodic_tasks.Clean_Database_every to Time.Periodic_tasks.Clean_Database_every.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Delays.Ping_server_enable_delay to Time.Delays.Ping_server_enable_delay.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Delays.Ping_player_join_delay to Time.Delays.Ping_player_join_delay.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Delays.Wait_for_DB_Transactions_on_disable to Time.Delays.Wait_for_DB_Transactions_on_disable.Time
- [15:45:35] [Server thread/INFO]: [Plan] Config: Moved Time.Thresholds.Activity_index.Playtime_threshold to Time.Thresholds.Activity_index.Playtime_threshold.Time
- [15:45:35] [Server thread/INFO]: [Plan] Locale: 'English' by AuroraLS3
- [15:45:35] [Server thread/INFO]: [Plan] Downloading SQLite Driver, this may take a while...
- [15:45:36] [Plan SQLiteDB-transaction-thread-1/INFO]: [Plan] Database: Making sure schema is up to date..
- [15:45:36] [Server thread/INFO]: [Plan] SQLite-database connection established.
- [15:45:36] [Plan SQLiteDB-transaction-thread-1/INFO]: [Plan] All database patches applied successfully.
- [15:45:36] [Server thread/INFO]: [Plan] WebServer: Certificate KeyStore File not Found: plugins/Plan/Cert.jks
- [15:45:36] [Server thread/INFO]: [Plan] WebServer: No Certificate -> Using HTTP-server for Visualization.
- [15:45:36] [Server thread/INFO]: [Plan] WebServer: User Authorization Disabled! (Not secure over HTTP)
- [15:45:36] [Server thread/INFO]: [Plan] Webserver running on PORT 8804 ( http://localhost:8804 )
- [15:45:36] [Server thread/INFO]: [Plan] Loading server identifying information
- [15:45:36] [Server thread/INFO]: [Plan] Registering a new server in database with UUID 1052b1e5-54e4-4c95-8f08-374616875939
- [15:45:36] [Server thread/INFO]: [Plan] Server identifier loaded: 1052b1e5-54e4-4c95-8f08-374616875939
- [15:45:36] [Plan Non critical-pool-3/WARN]: [Plan] Downloading GeoLite2 requires accepting GeoLite2 EULA - see 'Data_gathering.Accept_GeoLite2_EULA' in the config.
- [15:45:36] [Plan Non critical-pool-3/ERROR]: [Plan] Failed to enable geolocation.
- [15:45:36] [Server thread/INFO]: [Plan] Registered extension: AuthMe
- [15:45:36] [Server thread/INFO]: [Plan] Registered extension: DiscordSRV
- [15:45:36] [Server thread/INFO]: [DiscordSRV] API listener net.playeranalytics.extension.discordsrv.DiscordSRVListener subscribed (2 methods)
- [15:45:36] [Server thread/INFO]: [Plan] Registered extension: Essentials
- [15:45:36] [Server thread/INFO]: [Plan] Registered extension: EssentialsEco
- [15:45:36] [Server thread/INFO]: [Plan] Registered extension: LuckPerms
- [15:45:37] [Server thread/INFO]: [Plan] Registered extension: Economy (Vault)
- [15:45:37] [Server thread/INFO]: [Plan] Registered extension: Permission Groups (Vault)
- [15:45:37] [Server thread/INFO]: [Plan] Registered extension: ViaVersion
- [15:45:37] [Server thread/INFO]: [Plan] Player Analytics Enabled.
- [15:45:37] [Server thread/INFO]: Running delayed init tasks
- [15:45:37] [Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
- [15:45:37] [Craft Scheduler Thread - 10 - Essentials/INFO]: [Essentials] Fetching version information...
- [15:45:37] [Craft Scheduler Thread - 12 - AuthMe/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
- [15:45:37] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
- [15:45:37] [Craft Scheduler Thread - 12 - AuthMe/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
- [15:45:37] [Craft Scheduler Thread - 23 - Vault/INFO]: [Vault] Checking for Updates ...
- [15:45:37] [Craft Scheduler Thread - 12 - AuthMe/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins/AuthMe/GeoLite2-Country.mmdb (No such file or directory)
- [15:45:37] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
- [15:45:37] [Craft Scheduler Thread - 23 - Vault/INFO]: [Vault] No new version available
- [15:45:37] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | SkinsRestorer |[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m |------------------|[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | [34;1m[4m[21mStandalone Mode[0;39m[32;1m |[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[36;1m Current version: [32;1m14.2.10[0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m This is the latest version![0;39m
- [15:45:37] [Craft Scheduler Thread - 7 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
- [15:45:37] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
- [15:45:37] [Craft Scheduler Thread - 9 - Plan/INFO]: [Plan] You're using the latest version.
- [15:45:37] [Server thread/INFO]: [Skript] Loading variables...
- [15:45:37] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
- [15:45:37] [Server thread/INFO]: [Skript] All scripts loaded without errors.
- [15:45:37] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 1 structure in 0.1 seconds
- [15:45:37] [Server thread/INFO]: [Skript] Finished loading.
- [15:45:37] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
- [15:45:37] [Server thread/INFO]: [voicechat] Loading plugins
- [15:45:37] [Server thread/INFO]: [voicechat] Loaded 0 plugin(s)
- [15:45:37] [Server thread/INFO]: [voicechat] Initializing plugins
- [15:45:37] [Server thread/INFO]: [voicechat] Initialized 0 plugin(s)
- [15:45:37] [Server thread/WARN]: [voicechat] Running in offline mode - Voice chat encryption is not secure!
- [15:45:37] [Server thread/INFO]: [voicechat] Using default voicechat socket implementation
- [15:45:37] [VoiceChatServerThread/INFO]: [voicechat] Using server-ip as bind address: 0.0.0.0
- [15:45:37] [VoiceChatServerThread/FATAL]: [voicechat] Failed to run voice chat at UDP port 26807, make sure no other application is running at that port
- [15:45:37] [VoiceChatServerThread/ERROR]: [voicechat] Voice chat server error Address already in use
- [15:45:37] [Server thread/FATAL]: [voicechat] Disabling Simple Voice Chat
- [15:45:37] [Server thread/INFO]: [voicechat] Disabling voicechat v2.4.4
- [15:45:37] [Server thread/INFO]: Done (43.480s)! For help, type "help"
- [15:45:37] [Server thread/INFO]: Timings Reset
- [15:45:37] [Server thread/INFO]: Stopping the server
- [15:45:37] [Server thread/INFO]: Stopping server
- [15:45:37] [Server thread/INFO]: [Plan] Disabling Plan v5.5 build 2307
- [15:45:37] [Server thread/INFO]: [Plan] Processing complete.
- [15:45:37] [Server thread/INFO]: [Plan] Waiting for unfinished transactions to avoid data loss..
- [15:45:37] [Server thread/INFO]: [Plan] Transaction queue closed.
- [15:45:37] [Server thread/INFO]: [Plan] Waiting queries to finish to avoid SQLite crashing JVM..
- [15:45:37] [Server thread/INFO]: [Plan] Closed SQLite connection.
- [15:45:37] [Server thread/INFO]: [Plan] Player Analytics Disabled.
- [15:45:37] [Server thread/INFO]: [pv-addon-broadcast] Disabling pv-addon-broadcast v1.0.1
- [15:45:37] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-broadcast v1.0.1 by Apehum unloaded
- [15:45:37] [Server thread/INFO]: [TerraformGenerator] Disabling TerraformGenerator v9.3.2
- [15:45:37] [Server thread/INFO]: [HideAndCustomPlugins] Disabling HideAndCustomPlugins v1.8.1
- [15:45:37] [Server thread/INFO]: [HideAndCustomPlugins] Version: 1.8.1 Plugin was disabled successfully.
- [15:45:37] [Server thread/INFO]: [AreaReseterPro] Disabling AreaReseterPro v1.0.1
- [15:45:37] [Server thread/INFO]: [BetterTeams] Disabling BetterTeams v4.6.4
- [15:45:37] [Server thread/INFO]: [Regionerator] Disabling Regionerator v2.3.0
- [15:45:37] [Server thread/INFO]: [Regionerator] Shutting down flagger - currently holds 0 flags.
- [15:45:37] [Server thread/INFO]: [SimpleTpa] Disabling SimpleTpa v6.3
- [15:45:37] [Server thread/INFO]: [SimpleTpa] If you need support contact me at https://discord.gg/SZUkza9
- [15:45:37] [Server thread/INFO]: [SimpleTpa] Simple Tpa has been disabled on version 6.3
- [15:45:37] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v14.2.10
- [15:45:37] [Server thread/INFO]: [InvSee++_Give] Disabling InvSeePlusPlus_Give v0.21.2-SNAPSHOT
- [15:45:37] [Server thread/INFO]: [SkipNight] Disabling SkipNight v1.6.2
- [15:45:37] [Server thread/INFO]: [pv-addon-priority] Disabling pv-addon-priority v1.0.0
- [15:45:37] [Server thread/INFO]: [InvSee++_Clear] Disabling InvSeePlusPlus_Clear v0.21.2-SNAPSHOT
- [15:45:37] [Server thread/INFO]: [pv-addon-groups] Disabling pv-addon-groups v1.0.3
- [15:45:37] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-groups v1.0.3 by KPidS unloaded
- [15:45:37] [Server thread/INFO]: [PixelPrinter] Disabling PixelPrinter v1.0.48
- [15:45:37] [Server thread/INFO]: [EconomyShopGUI] Disabling EconomyShopGUI
- [15:45:37] [Server thread/INFO]: [PvPManager] Disabling PvPManager v3.12.7
- [15:45:37] [Server thread/INFO]: [PvPManager] Saving player data to storage...
- [15:45:37] [Server thread/INFO]: [PvPManager] Closed SQLITE storage
- [15:45:37] [Server thread/INFO]: [pv-addon-whisper] Disabling pv-addon-whisper v1.0.0
- [15:45:37] [Server thread/INFO]: [FastChunkPregenerator] Disabling FastChunkPregenerator v2.0.6-SNAPSHOT
- [15:45:37] [Server thread/INFO]: [UltimateAntiBot] Disabling UltimateAntiBot v4.0.6-ABYSS
- [15:45:37] [Server thread/INFO]: UAB » Unloading...
- [15:45:37] [Server thread/INFO]: UAB » Thanks for choosing us!
- [15:45:37] [Server thread/INFO]: UAB » Took 2ms to unload
- [15:45:37] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v21.3
- [15:45:37] [Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
- [15:45:38] [Craft Scheduler Thread - 15 - SkinsRestorer/WARN]: [SkinsRestorer] Plugin SkinsRestorer v14.2.10 generated an exception while executing task 71
- java.lang.IllegalStateException: zip file closed
- at java.util.zip.ZipFile.ensureOpen(ZipFile.java:831) ~[?:?]
- at java.util.zip.ZipFile.getEntry(ZipFile.java:330) ~[?:?]
- at java.util.jar.JarFile.getEntry(JarFile.java:518) ~[?:?]
- at java.util.jar.JarFile.getJarEntry(JarFile.java:473) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:195) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
- at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:155) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
- at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
- at net.skinsrestorer.shared.utils.connections.MojangAPI.readURL(MojangAPI.java:285) ~[SkinsRestorer (1).jar:?]
- at net.skinsrestorer.shared.utils.connections.MojangAPI.readURL(MojangAPI.java:271) ~[SkinsRestorer (1).jar:?]
- at net.skinsrestorer.shared.utils.connections.MojangAPI.getUUIDAshcon(MojangAPI.java:135) ~[SkinsRestorer (1).jar:?]
- at net.skinsrestorer.shared.utils.connections.ServiceChecker.checkServices(ServiceChecker.java:47) ~[SkinsRestorer (1).jar:?]
- at net.skinsrestorer.shared.utils.SharedMethods.runServiceCheck(SharedMethods.java:55) ~[SkinsRestorer (1).jar:?]
- at net.skinsrestorer.bukkit.SkinsRestorerBukkit.lambda$pluginStartup$7(SkinsRestorerBukkit.java:259) ~[SkinsRestorer (1).jar:?]
- at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.3.jar:git-Paper-448]
- at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.19.3.jar:git-Paper-448]
- at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.19.3.jar:?]
- 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) ~[?:?]
- [15:45:38] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 1/1 guilds (0 cancelled)
- [15:45:38] [Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v21.3
- [15:45:38] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.6.0-beta2-b2453
- [15:45:38] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
- [15:45:38] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-beta2-b2453 disabled!
- [15:45:38] [Server thread/INFO]: [DiscordSRV] Disabling DiscordSRV v1.26.2
- [15:45:38] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Saved linked accounts in 2ms
- [15:45:39] [DiscordSRV - Shutdown/INFO]: [DiscordSRV] Shutdown completed in 544ms
- [15:45:39] [Server thread/INFO]: [ViaBackwards] Disabling ViaBackwards v4.6.1
- [15:45:39] [Server thread/INFO]: [InvSee++] Disabling InvSeePlusPlus v0.21.2-SNAPSHOT
- [15:45:39] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.19.7
- [15:45:39] [Server thread/INFO]: [PlasmoVoice] Disabling PlasmoVoice v2.0.4
- [15:45:39] [Server thread/INFO]: [PlasmoVoice] UDP server is stopped
- [15:45:39] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-priority v1.0.0 by Apehum unloaded
- [15:45:39] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-whisper v1.0.0 by Apehum unloaded
- [15:45:39] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.19.7
- [15:45:39] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.8.0
- [15:45:39] [Server thread/INFO]: [Skript] Disabling Skript v2.7.0-beta2
- [15:45:39] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.1-b861
- [15:45:39] [Server thread/INFO]: [Essentials] Disabling Essentials v2.19.7
- [15:45:39] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
- [15:45:39] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.7+216b061
- [15:45:39] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
- [15:45:39] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v2.6.0-SNAPSHOT-401;5cd9616
- [15:45:39] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
- [15:45:39] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
- [15:45:39] [Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.71
- [15:45:39] [Server thread/INFO]: [LuckPerms] Starting shutdown process...
- [15:45:39] [Server thread/INFO]: [LuckPerms] Closing storage...
- [15:45:39] [Server thread/INFO]: [LuckPerms] Goodbye!
- [15:45:39] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.6.2
- [15:45:39] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
- [15:45:39] [Server thread/INFO]: Saving players
- [15:45:39] [Server thread/INFO]: Saving worlds
- [15:45:39] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world' in 0.00s
- [15:45:39] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
- [15:45:39] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
- [15:45:39] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
- [15:45:39] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
- [15:45:39] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_the_end' in 0.00s
- [15:45:39] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
- [15:45:39] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
- [15:45:39] [Server thread/INFO]: Flushing Chunk IO
- [15:45:39] [Server thread/INFO]: Closing Thread Pool
- [15:45:39] [Server thread/INFO]: Closing Server
Advertisement
Add Comment
Please, Sign In to add comment