This error happens just after the server command prompt opens
---- Log ----
[20:52:39] [ServerMain/ERROR]: [io.papermc.paper.plugin.provider.source.DirectoryProviderSource] Error loading plugin: Directory 'plugins\ProtocolLib.jar' failed to load!
java.lang.RuntimeException: Directory 'plugins\ProtocolLib.jar' failed to load!
at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$2(DirectoryProviderSource.java:32) ~[paper-1.19.3.jar:git-Paper-423]
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-423]
at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.Main.main(Main.java:114) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-423]
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.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'plugins\ProtocolLib.jar' in update plugin process
at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-423]
... 20 more
Caused by: java.lang.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'plugins\ProtocolLib.jar' in update plugin process
at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:85) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-423]
... 20 more
Caused by: java.nio.file.FileSystemException: plugins\ProtocolLib.jar: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92) ~[?:?]
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) ~[?:?]
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) ~[?:?]
at sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:171) ~[?:?]
at sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:284) ~[?:?]
at java.nio.file.Files.copy(Files.java:1305) ~[?:?]
at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:83) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-423]
... 20 more
[20:52:41] [ServerMain/INFO]: Building unoptimized datafixer
[20:52:42] [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'
[20:52:43] [ServerMain/INFO]: Loaded 7 recipes
[20:52:44] [Server thread/INFO]: Starting minecraft server version 1.19.3
[20:52:44] [Server thread/INFO]: Loading properties
[20:52:44] [Server thread/INFO]: This server is running Paper version git-Paper-423 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: fc072c0)
[20:52:44] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:52:44] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:52:44] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 3 worker threads, and gen parallelism of 3 threads
[20:52:44] [Server thread/INFO]: Default game type: SURVIVAL
[20:52:44] [Server thread/INFO]: Generating keypair
[20:52:44] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:52:44] [Server thread/INFO]: Using default channel type
[20:52:44] [Server thread/INFO]: Paper: Using Java compression from Velocity.
[20:52:44] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
[20:52:44] [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!
[20:52:47] [Server thread/WARN]: Legacy plugin SecondThreadAPI v1.0.1 does not specify an api-version.
[20:52:47] [Server thread/WARN]: Legacy plugin Spleef v2.2.3 does not specify an api-version.
[20:52:47] [Server thread/WARN]: Legacy plugin SimpleJail v2.1.1 does not specify an api-version.
[20:52:47] [Server thread/WARN]: Legacy plugin Noboom v1.0 does not specify an api-version.
[20:52:47] [Server thread/WARN]: Legacy plugin BlockBall v6.32.0 does not specify an api-version.
[20:52:47] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.55
[20:52:47] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[20:52:47] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.2
[20:52:47] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[20:52:47] [Server thread/INFO]: [SecondThreadAPI] Loading server plugin SecondThreadAPI v1.0.1
[20:52:47] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.30-SNAPSHOT (build 2816)
[20:52:47] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.13+46576cc
[20:52:48] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1699a7c4]
[20:52:48] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.19.7
[20:52:48] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.32
[20:52:48] [Server thread/WARN]: [LibsDisguises] Noticed you're using an older version of ProtocolLib (or not using it)! We're forcibly updating you!
[20:52:48] [Server thread/INFO]: [LibsDisguises] ProtocolLib downloaded and stuck in plugins folder! Now trying to load it!
[20:52:48] [Server thread/ERROR]: [LibsDisguises] Looks like ProtocolLib's site may be down! MythicCraft/MythicMobs has a discord server https://discord.gg/EErRhJ4qgx you can join. Check the pins in #libs-support for a ProtocolLib.jar you can download!
[20:52:48] [Server thread/WARN]: org.bukkit.plugin.InvalidPluginException: java.lang.RuntimeException: File 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' failed to load!
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:117)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.loadPlugin(PaperPluginManagerImpl.java:82)
[20:52:48] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:406)
[20:52:48] [Server thread/WARN]: at LibsDisguises-10.0.32-Free.jar//me.libraryaddict.disguise.LibsDisguises.onLoad(LibsDisguises.java:90)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:36)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36)
[20:52:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:429)
[20:52:48] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:273)
[20:52:48] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1101)
[20:52:48] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[20:52:48] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[20:52:48] [Server thread/WARN]: Caused by: java.lang.RuntimeException: File 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' failed to load!
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:108)
[20:52:48] [Server thread/WARN]: ... 12 more
[20:52:48] [Server thread/WARN]: Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' in update plugin process
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49)
[20:52:48] [Server thread/WARN]: ... 13 more
[20:52:48] [Server thread/WARN]: Caused by: java.lang.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' in update plugin process
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:85)
[20:52:48] [Server thread/WARN]: ... 14 more
[20:52:48] [Server thread/WARN]: Caused by: java.nio.file.FileSystemException: C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus
[20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92)
[20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
[20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
[20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:171)
[20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:284)
[20:52:48] [Server thread/WARN]: at java.base/java.nio.file.Files.copy(Files.java:1305)
[20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:83)
[20:52:48] [Server thread/WARN]: ... 14 more
[20:52:48] [Server thread/INFO]: [TNTRun] Loading server plugin TNTRun v2.2.5
[20:52:48] [Server thread/INFO]: [Spleef] Loading server plugin Spleef v2.2.3
[20:52:48] [Server thread/INFO]: [CommandSigns] Loading server plugin CommandSigns v2.1.1
[20:52:48] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v14.2.8
[20:52:48] [Server thread/INFO]: [Simple_PaintBall] Loading server plugin Simple_PaintBall v0.2.6.4-beta
[20:52:48] [Server thread/INFO]: [SimpleJail] Loading server plugin SimpleJail v2.1.1
[20:52:48] [Server thread/INFO]: [PlayerHeads] Loading server plugin PlayerHeads v5.2.18-SNAPSHOT
[20:52:48] [Server thread/INFO]: [PlayerHeads] Internal plugin locale:
[20:52:48] [Server thread/INFO]: [PlayerHeads] Environment locale: fr_FR / fr-FR
[20:52:48] [Server thread/INFO]: [PlayerHeads] Trying provider: craftbukkit_1_14
[20:52:48] [Server thread/INFO]: [NCR] Loading server plugin NoChatReports v1.1.0
[20:52:48] [Server thread/INFO]: [Noboom] Loading server plugin Noboom v1.0
[20:52:48] [Server thread/INFO]: [MOTD] Loading server plugin MOTD v2.3.8
[20:52:48] [Server thread/INFO]: [MobHunting] Loading server plugin MobHunting v8.1.2
[20:52:48] [Server thread/INFO]: [Lift] Loading server plugin Lift v60
[20:52:48] [Server thread/INFO]: [.fard] Loading server plugin .fard vTwo
[20:52:48] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.19.7
[20:52:48] [Server thread/INFO]: [EssentialsProtect] Loading server plugin EssentialsProtect v2.19.7
[20:52:48] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.19.7
[20:52:48] [Server thread/INFO]: [EssentialsAntiBuild] Loading server plugin EssentialsAntiBuild v2.19.7
[20:52:48] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.7.12
[20:52:48] [Server thread/INFO]: [Brewery] Loading server plugin Brewery v3.1.1
[20:52:48] [Server thread/INFO]: [BlockBall] Loading server plugin BlockBall v6.32.0
[20:52:48] [Server thread/INFO]: [BetterJails] Loading server plugin BetterJails v1.5-SNAPSHOT
[20:52:48] [Server thread/INFO]: [AdvancedPortals] Loading server plugin AdvancedPortals v0.9.2
[20:52:48] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:52:48] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.55
[20:52:49] [Server thread/INFO]: | |__) LuckPerms v5.4.55
[20:52:49] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[20:52:49] [Server thread/INFO]:
[20:52:49] [Server thread/INFO]: [LuckPerms] Loading configuration...
[20:52:49] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[20:52:49] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[20:52:49] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[20:52:50] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1233ms)
[20:52:50] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[20:52:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:52:50] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:52:50] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[20:52:50] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[20:52:50] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[20:52:50] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[20:52:50] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[20:52:50] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter
[20:52:50] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.8
[20:52:50] [Server thread/INFO]: [MOTD] [STDOUT] [MOTD] [Placeholder] PlaceholderAPI hooked.
[20:52:50] [Server thread/WARN]: Nag author(s): '[YapZhenYie]' of 'MOTD' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[20:52:50] [Server thread/INFO]: Preparing level "world"
[20:52:50] [Server thread/INFO]: -------- World Settings For [world] --------
[20:52:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[20:52:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[20:52:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:52:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[20:52:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:52:50] [Server thread/INFO]: Max TNT Explosions: 100
[20:52:50] [Server thread/INFO]: Simulation Distance: 16
[20:52:50] [Server thread/INFO]: Item Despawn Rate: 6000
[20:52:50] [Server thread/INFO]: View Distance: 16
[20:52:50] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:52:50] [Server thread/INFO]: Mob Spawn Range: 8
[20:52:50] [Server thread/INFO]: Item Merge Radius: 2.5
[20:52:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:52:50] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:52:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[20:52:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:52:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:52:51] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:52:51] [Server thread/INFO]: Max TNT Explosions: 100
[20:52:51] [Server thread/INFO]: Simulation Distance: 16
[20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000
[20:52:51] [Server thread/INFO]: View Distance: 16
[20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:52:51] [Server thread/INFO]: Mob Spawn Range: 8
[20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5
[20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:52:51] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:52:51] [Server thread/INFO]: Max TNT Explosions: 100
[20:52:51] [Server thread/INFO]: Simulation Distance: 16
[20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000
[20:52:51] [Server thread/INFO]: View Distance: 16
[20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:52:51] [Server thread/INFO]: Mob Spawn Range: 8
[20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5
[20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[20:52:51] [Server thread/INFO]: Time elapsed: 70 ms
[20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[20:52:51] [Server thread/INFO]: Time elapsed: 23 ms
[20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[20:52:51] [Server thread/INFO]: Time elapsed: 17 ms
[20:52:51] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[20:52:51] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[20:52:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[20:52:51] [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--].
[20:52:51] [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.
[20:52:51] [Server thread/INFO]: -------- World Settings For [games] --------
[20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:52:51] [Server thread/INFO]: Max TNT Explosions: 100
[20:52:51] [Server thread/INFO]: Simulation Distance: 16
[20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000
[20:52:51] [Server thread/INFO]: View Distance: 16
[20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:52:51] [Server thread/INFO]: Mob Spawn Range: 8
[20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5
[20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:games
[20:52:51] [Server thread/INFO]: Time elapsed: 47 ms
[20:52:51] [Server thread/INFO]: -------- World Settings For [arts] --------
[20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:52:51] [Server thread/INFO]: Max TNT Explosions: 100
[20:52:51] [Server thread/INFO]: Simulation Distance: 16
[20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000
[20:52:51] [Server thread/INFO]: View Distance: 16
[20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:52:51] [Server thread/INFO]: Mob Spawn Range: 8
[20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5
[20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:arts
[20:52:51] [Server thread/INFO]: Time elapsed: 77 ms
[20:52:51] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[20:52:51] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[20:52:51] [Server thread/INFO]: [SecondThreadAPI] Enabling SecondThreadAPI v1.0.1
[20:52:51] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2816)
[20:52:51] [Server thread/INFO]: [Citizens] Loading external libraries
[20:52:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[20:52:52] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[20:52:52] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[20:52:52] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[20:52:52] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[20:52:52] [Server thread/INFO]: [Essentials] No kits found to migrate.
[20:52:52] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[20:52:52] [Server thread/INFO]: [Essentials] Using locale fr_FR
[20:52:52] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[20:52:52] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[20:52:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[20:52:52] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[20:52:52] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.32
[20:52:52] [Server thread/ERROR]: Error occurred while enabling LibsDisguises v10.0.32 (Is it up to date?)
java.lang.NoClassDefFoundError: com/comphenix/protocol/reflect/FieldAccessException
at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:168) ~[LibsDisguises-10.0.32-Free.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-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-423]
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:561) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-423]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.reflect.FieldAccessException
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:181) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:148) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
... 13 more
[20:52:52] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.32
[20:52:52] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling LibsDisguises v10.0.32 (Is it up to date?)
java.lang.NoClassDefFoundError: com/comphenix/protocol/reflect/FieldAccessException
at me.libraryaddict.disguise.utilities.reflection.ClassMappings.getPackages(ClassMappings.java:60) ~[LibsDisguises-10.0.32-Free.jar:?]
at me.libraryaddict.disguise.utilities.reflection.ClassMappings.(ClassMappings.java:16) ~[LibsDisguises-10.0.32-Free.jar:?]
at me.libraryaddict.disguise.LibsDisguises.onDisable(LibsDisguises.java:337) ~[LibsDisguises-10.0.32-Free.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-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.19.3.jar:git-Paper-423]
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-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-423]
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:561) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-423]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.reflect.FieldAccessException
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:181) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:148) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
... 18 more
[20:52:52] [Server thread/INFO]: [TNTRun] Enabling TNTRun v2.2.5
[20:52:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tntrun [2.2.5]
[20:52:52] [Server thread/INFO]: [TNTRun] Please note that TNT Run is now in a beta stage because of the recoding whole plugin, join our Discord if this version is not working properly.
[20:52:52] [Server thread/INFO]: [TNTRun] Initialization finished. Join our Discord server if you need any help. (https://discord.gg/rVkaGmyszE)
[20:52:52] [Server thread/INFO]: [Spleef] Enabling Spleef v2.2.3
[20:52:52] [Server thread/INFO]: [SecondThreadAPI] Disabling SecondThreadAPI v1.0.1
[20:52:53] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'NaruseSecondThreadAPI.jar' in folder 'plugins'
java.lang.IllegalStateException: Provider SpigotPluginProvider{path=plugins\NaruseSecondThreadAPI.jar, description=org.bukkit.plugin.PluginDescriptionFile@2db63dc8, jarFile=java.util.jar.JarFile@1b4cb562, status=null, dependencyContext=null} attempted to add duplicate plugin identifier SecondThreadAPI v1.0.1 THIS WILL CREATE BUGS!!!
at io.papermc.paper.plugin.storage.ServerPluginProviderStorage$1.applyContext(ServerPluginProviderStorage.java:28) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.entrypoint.strategy.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:125) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:35) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.SingularRuntimePluginProviderStorage.enter(SingularRuntimePluginProviderStorage.java:63) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.RuntimePluginEntrypointHandler.enter(RuntimePluginEntrypointHandler.java:40) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:121) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.loadPlugin(PaperPluginManagerImpl.java:82) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:406) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at fr.naruse.api.NaruseAPIDownloader.checkSecondThreadAPI(NaruseAPIDownloader.java:65) ~[Spleef.jar:?]
at fr.naruse.spleef.main.SpleefPlugin.onEnable(SpleefPlugin.java:40) ~[Spleef.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-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-423]
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:561) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-423]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[20:52:53] [Server thread/WARN]: org.bukkit.plugin.InvalidPluginException: Plugin didn't load any plugin providers?
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.lambda$loadPlugin$1(PaperPluginInstanceManager.java:127)
[20:52:53] [Server thread/WARN]: at java.base/java.util.Optional.orElseThrow(Optional.java:403)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:127)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.loadPlugin(PaperPluginManagerImpl.java:82)
[20:52:53] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:406)
[20:52:53] [Server thread/WARN]: at Spleef.jar//fr.naruse.api.NaruseAPIDownloader.checkSecondThreadAPI(NaruseAPIDownloader.java:65)
[20:52:53] [Server thread/WARN]: at Spleef.jar//fr.naruse.spleef.main.SpleefPlugin.onEnable(SpleefPlugin.java:40)
[20:52:53] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[20:52:53] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[20:52:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:561)
[20:52:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1101)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[20:52:53] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[20:52:53] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.1.1
[20:52:53] [Server thread/INFO]: [CommandSigns] Plugin vault detected
[20:52:53] [Server thread/INFO]: [CommandSigns] Vault economy linked with command signs !
[20:52:53] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.8
[20:52:53] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1mDetected Minecraft [33;1mv1_19_R2[32;1m, using [33;1mPaperSkinRefresher[32;1m.[0;39m
[20:52:53] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[20:52:53] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39mUsing paper join listener![0;39m
[20:52:53] [Server thread/INFO]: [Simple_PaintBall] Enabling Simple_PaintBall v0.2.6.4-beta
[20:52:53] [Server thread/INFO]: Simple Paintball Stats Disabled
[20:52:53] [Server thread/INFO]: PaintBall Enabled
[20:52:54] [Server thread/INFO]: [SimpleJail] Enabling SimpleJail v2.1.1
[20:52:54] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v5.2.18-SNAPSHOT
[20:52:54] [Server thread/INFO]: [PlayerHeads] NoCheatPlus not detected.
[20:52:54] [Server thread/INFO]: [PlayerHeads] Current plugin compatibility version: craftbukkit 1.14+
[20:52:54] [Server thread/INFO]: [NCR] Enabling NoChatReports v1.1.0
[20:52:54] [Server thread/INFO]: [NCR] NoChatReports v1.1.0 loaded!
[20:52:54] [Server thread/WARN]: [NCR] This server is running on a known Paper forked server!
[20:52:54] [Server thread/WARN]: [NCR] This plugin may not work properly.
[20:52:54] [Server thread/WARN]: [NCR] Enable the 'paper-workaround' option in the config to fix this.
[20:52:54] [Server thread/INFO]: [Noboom] Enabling Noboom v1.0
[20:52:54] [Server thread/INFO]: [Noboom] No Boom! enabled by: Jamplifier!
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling MobHunting v8.1.2
[20:52:54] [Server thread/INFO]: [MobHunting] Your config version is 1
[20:52:54] [Server thread/INFO]: [MobHunting] Existing config.yml loaded.
[20:52:54] [Server thread/INFO]: [MobHunting] Config.yml was backed up to plugins\MobHunting\backup\config.yml.bak128
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with Essentials (2.19.7)
[20:52:54] [Server thread/INFO]: [BagOfGoldCore] BagOfGold is not installed on this server
[20:52:54] [Server thread/INFO]: [BagOfGoldCore] Enabling compatibility with MobHunting (8.1.2)
[20:52:54] [Server thread/INFO]: [MobHunting] MobHunting is using EssentialsX Economy via Vault as Economy Provider
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldEdit (7.2.13+46576cc)
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with PlaceholderAPI (2.11.2).
[20:52:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mobhunting [1.0.0]
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with Citizens2 (2.0.30-SNAPSHOT (build 2816))
[20:52:54] [Server thread/INFO]: [Lift] Enabling Lift v60
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: WHITE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: ORANGE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: MAGENTA_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: LIGHT_BLUE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: YELLOW_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: LIME_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: PINK_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: GRAY_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: LIGHT_GRAY_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: CYAN_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: PURPLE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: BLUE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: BROWN_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: GREEN_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: RED_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: BLACK_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Button material added: STONE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: POLISHED_BLACKSTONE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: OAK_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: SPRUCE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: BIRCH_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: JUNGLE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: ACACIA_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: DARK_OAK_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: MANGROVE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: BAMBOO_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: CRIMSON_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: WARPED_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: OAK_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: SPRUCE_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: BIRCH_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: ACACIA_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: JUNGLE_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: DARK_OAK_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: MANGROVE_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: BAMBOO_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: CRIMSON_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: WARPED_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] [STDOUT] Lift v60 is now enabled!
[20:52:54] [Server thread/WARN]: Nag author(s): '[croxis]' of 'Lift' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[20:52:54] [Server thread/INFO]: [.fard] Enabling .fard vTwo
[20:52:54] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[20:52:54] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsChat] Secure signed chat and previews are enabled.
[20:52:54] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsAntiBuild] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.7.12
[20:52:54] [Server thread/INFO]: [Brewery] Enabling Brewery v3.1.1
[20:52:54] [Server thread/INFO]: [Brewery] Brewery enabled!
[20:52:54] [Server thread/INFO]: [BlockBall] Enabling BlockBall v6.32.0*
[20:52:54] [Server thread/INFO]: [BlockBall] Loading BlockBall ...
[20:52:55] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[20:52:55] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[20:52:55] [Server thread/INFO]: [BlockBall] Connected to jdbc:sqlite:C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\BlockBall\BlockBall.db
[20:52:55] [Server thread/INFO]: [BlockBall] Using NMS Connector v1_19_R2.
[20:52:55] [Server thread/INFO]: [BlockBall] found dependency [WorldEdit].
[20:52:55] [Server thread/INFO]: [BlockBall] successfully loaded dependency [WorldEdit] 7.2.13+46576cc.
[20:52:55] [Server thread/INFO]: [BlockBall] found dependency [PlaceholderAPI].
[20:52:55] [Server thread/INFO]: [BlockBall] successfully loaded dependency [PlaceholderAPI] 2.11.2.
[20:52:55] [Server thread/INFO]: [BlockBall] found dependency [Vault].
[20:52:55] [Server thread/INFO]: [BlockBall] successfully loaded dependency [Vault] 1.7.3-b131.
[20:52:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: blockball [6.32.0]
[20:52:55] [Server thread/INFO]: [BlockBall] Enabled BlockBall 6.32.0 by Shynixn, LazoYoung
[20:52:55] [Server thread/INFO]: [BetterJails] Enabling BetterJails v1.5-SNAPSHOT
[20:52:55] [Server thread/INFO]: [BetterJails] Hooked with Essentials successfully!
[20:52:55] [Server thread/WARN]: [BetterJails] Could not save subcommands.yml to plugins\BetterJails\subcommands.yml because subcommands.yml already exists.
[20:52:55] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.2
[20:52:55] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[20:52:55] [Server thread/WARN]: [AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml) or if you are using Paper settings.velocity-support.enabled may not be enabled (paper.yml)
[20:52:55] [Server thread/INFO]: Advanced portals have been successfully enabled!
[20:52:55] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[20:52:55] [Server thread/INFO]: Running delayed init tasks
[20:52:55] [Craft Scheduler Thread - 1 - Essentials/INFO]: [Essentials] Récupération des informations de version...
[20:52:55] [Craft Scheduler Thread - 4 - BlockBall/INFO]: [BlockBall] Reloaded [0] games.
[20:52:55] [Craft Scheduler Thread - 2 - Vault/INFO]: [Vault] Checking for Updates ...
[20:52:55] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[20:52:55] [Craft Scheduler Thread - 9 - Brewery/INFO]: [Brewery] Background data loading complete.
[20:52:55] [Server thread/INFO]: 0 placeholder hook(s) registered!
[20:52:55] [Server thread/INFO]: [Citizens] 0 PNJs chargé(s).
[20:52:55] [Server thread/INFO]: Timings Reset
[20:52:55] [Craft Scheduler Thread - 2 - Vault/INFO]: [Vault] No new version available
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | SkinsRestorer |[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m |------------------|[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | [34;1m[4m[21mStandalone Mode[0;39m[32;1m |[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[36;1m Current version: [32;1m14.2.8[0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m This is the latest version![0;39m
[20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m
[20:52:56] [Server thread/INFO]: [Spleef] Vault found
[20:52:56] [Server thread/INFO]: [Spleef] PlaceholderAPI found
[20:52:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spleef [2.2.3]
[20:52:56] [Server thread/INFO]: [Spleef] Loading the data of all the players... (This may take a few seconds)
[20:52:56] [Server thread/INFO]: [Spleef] Data loaded in 2 ms
[20:52:56] [Server thread/INFO]: [Spleef] 0 spleefs found
[20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater]
[20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] Checking for new versions...
[20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater]
[20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] Local version: 2.2.3
[20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] Online version: 2.2.10
[20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater]
[20:52:57] [pool-23-thread-1/WARN]: [Spleef] [Updater] The plugin needs to be updated! https://www.spigotmc.org/resources/spleef.61787/
[20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater]
This error happens just after the server command prompt opens
---- Log ----
[20:52:39] [ServerMain/ERROR]: [io.papermc.paper.plugin.provider.source.DirectoryProviderSource] Error loading plugin: Directory 'plugins\ProtocolLib.jar' failed to load! java.lang.RuntimeException: Directory 'plugins\ProtocolLib.jar' failed to load! at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.19.3.jar:git-Paper-423] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$2(DirectoryProviderSource.java:32) ~[paper-1.19.3.jar:git-Paper-423] 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-423] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.19.3.jar:git-Paper-423] at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.19.3.jar:git-Paper-423] at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.19.3.jar:git-Paper-423] at net.minecraft.server.Main.main(Main.java:114) ~[paper-1.19.3.jar:git-Paper-423] at org.bukkit.craftbukkit.Main.main(Main.java:302) ~[paper-1.19.3.jar:git-Paper-423] 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.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'plugins\ProtocolLib.jar' in update plugin process at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) ~[paper-1.19.3.jar:git-Paper-423] at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-423] ... 20 more Caused by: java.lang.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'plugins\ProtocolLib.jar' in update plugin process at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:85) ~[paper-1.19.3.jar:git-Paper-423] at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-423] ... 20 more Caused by: java.nio.file.FileSystemException: plugins\ProtocolLib.jar: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92) ~[?:?] at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) ~[?:?] at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) ~[?:?] at sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:171) ~[?:?] at sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:284) ~[?:?] at java.nio.file.Files.copy(Files.java:1305) ~[?:?] at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:83) ~[paper-1.19.3.jar:git-Paper-423] at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) ~[paper-1.19.3.jar:git-Paper-423] ... 20 more [20:52:41] [ServerMain/INFO]: Building unoptimized datafixer [20:52:42] [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' [20:52:43] [ServerMain/INFO]: Loaded 7 recipes [20:52:44] [Server thread/INFO]: Starting minecraft server version 1.19.3 [20:52:44] [Server thread/INFO]: Loading properties [20:52:44] [Server thread/INFO]: This server is running Paper version git-Paper-423 (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) (Git: fc072c0) [20:52:44] [Server thread/INFO]: Server Ping Player Sample Count: 12 [20:52:44] [Server thread/INFO]: Using 4 threads for Netty based IO [20:52:44] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 3 worker threads, and gen parallelism of 3 threads [20:52:44] [Server thread/INFO]: Default game type: SURVIVAL [20:52:44] [Server thread/INFO]: Generating keypair [20:52:44] [Server thread/INFO]: Starting Minecraft server on *:25565 [20:52:44] [Server thread/INFO]: Using default channel type [20:52:44] [Server thread/INFO]: Paper: Using Java compression from Velocity. [20:52:44] [Server thread/INFO]: Paper: Using Java cipher from Velocity. [20:52:44] [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! [20:52:47] [Server thread/WARN]: Legacy plugin SecondThreadAPI v1.0.1 does not specify an api-version. [20:52:47] [Server thread/WARN]: Legacy plugin Spleef v2.2.3 does not specify an api-version. [20:52:47] [Server thread/WARN]: Legacy plugin SimpleJail v2.1.1 does not specify an api-version. [20:52:47] [Server thread/WARN]: Legacy plugin Noboom v1.0 does not specify an api-version. [20:52:47] [Server thread/WARN]: Legacy plugin BlockBall v6.32.0 does not specify an api-version. [20:52:47] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.55 [20:52:47] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131 [20:52:47] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.2 [20:52:47] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861 [20:52:47] [Server thread/INFO]: [SecondThreadAPI] Loading server plugin SecondThreadAPI v1.0.1 [20:52:47] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.30-SNAPSHOT (build 2816) [20:52:47] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.13+46576cc [20:52:48] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1699a7c4] [20:52:48] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.19.7 [20:52:48] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.32 [20:52:48] [Server thread/WARN]: [LibsDisguises] Noticed you're using an older version of ProtocolLib (or not using it)! We're forcibly updating you! [20:52:48] [Server thread/INFO]: [LibsDisguises] ProtocolLib downloaded and stuck in plugins folder! Now trying to load it! [20:52:48] [Server thread/ERROR]: [LibsDisguises] Looks like ProtocolLib's site may be down! MythicCraft/MythicMobs has a discord server https://discord.gg/EErRhJ4qgx you can join. Check the pins in #libs-support for a ProtocolLib.jar you can download! [20:52:48] [Server thread/WARN]: org.bukkit.plugin.InvalidPluginException: java.lang.RuntimeException: File 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' failed to load! [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:117) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.loadPlugin(PaperPluginManagerImpl.java:82) [20:52:48] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:406) [20:52:48] [Server thread/WARN]: at LibsDisguises-10.0.32-Free.jar//me.libraryaddict.disguise.LibsDisguises.onLoad(LibsDisguises.java:90) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:36) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:36) [20:52:48] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.loadPlugins(CraftServer.java:429) [20:52:48] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:273) [20:52:48] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1101) [20:52:48] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) [20:52:48] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833) [20:52:48] [Server thread/WARN]: Caused by: java.lang.RuntimeException: File 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' failed to load! [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:108) [20:52:48] [Server thread/WARN]: ... 12 more [20:52:48] [Server thread/WARN]: Caused by: org.bukkit.plugin.InvalidPluginException: java.lang.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' in update plugin process [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:95) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:49) [20:52:48] [Server thread/WARN]: ... 13 more [20:52:48] [Server thread/WARN]: Caused by: java.lang.RuntimeException: Could not copy 'plugins\update\ProtocolLib.jar' to 'C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar' in update plugin process [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:85) [20:52:48] [Server thread/WARN]: ... 14 more [20:52:48] [Server thread/WARN]: Caused by: java.nio.file.FileSystemException: C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\ProtocolLib.jar: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus [20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92) [20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) [20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) [20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:171) [20:52:48] [Server thread/WARN]: at java.base/sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:284) [20:52:48] [Server thread/WARN]: at java.base/java.nio.file.Files.copy(Files.java:1305) [20:52:48] [Server thread/WARN]: at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:83) [20:52:48] [Server thread/WARN]: ... 14 more [20:52:48] [Server thread/INFO]: [TNTRun] Loading server plugin TNTRun v2.2.5 [20:52:48] [Server thread/INFO]: [Spleef] Loading server plugin Spleef v2.2.3 [20:52:48] [Server thread/INFO]: [CommandSigns] Loading server plugin CommandSigns v2.1.1 [20:52:48] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v14.2.8 [20:52:48] [Server thread/INFO]: [Simple_PaintBall] Loading server plugin Simple_PaintBall v0.2.6.4-beta [20:52:48] [Server thread/INFO]: [SimpleJail] Loading server plugin SimpleJail v2.1.1 [20:52:48] [Server thread/INFO]: [PlayerHeads] Loading server plugin PlayerHeads v5.2.18-SNAPSHOT [20:52:48] [Server thread/INFO]: [PlayerHeads] Internal plugin locale: [20:52:48] [Server thread/INFO]: [PlayerHeads] Environment locale: fr_FR / fr-FR [20:52:48] [Server thread/INFO]: [PlayerHeads] Trying provider: craftbukkit_1_14 [20:52:48] [Server thread/INFO]: [NCR] Loading server plugin NoChatReports v1.1.0 [20:52:48] [Server thread/INFO]: [Noboom] Loading server plugin Noboom v1.0 [20:52:48] [Server thread/INFO]: [MOTD] Loading server plugin MOTD v2.3.8 [20:52:48] [Server thread/INFO]: [MobHunting] Loading server plugin MobHunting v8.1.2 [20:52:48] [Server thread/INFO]: [Lift] Loading server plugin Lift v60 [20:52:48] [Server thread/INFO]: [.fard] Loading server plugin .fard vTwo [20:52:48] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.19.7 [20:52:48] [Server thread/INFO]: [EssentialsProtect] Loading server plugin EssentialsProtect v2.19.7 [20:52:48] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.19.7 [20:52:48] [Server thread/INFO]: [EssentialsAntiBuild] Loading server plugin EssentialsAntiBuild v2.19.7 [20:52:48] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.7.12 [20:52:48] [Server thread/INFO]: [Brewery] Loading server plugin Brewery v3.1.1 [20:52:48] [Server thread/INFO]: [BlockBall] Loading server plugin BlockBall v6.32.0 [20:52:48] [Server thread/INFO]: [BetterJails] Loading server plugin BetterJails v1.5-SNAPSHOT [20:52:48] [Server thread/INFO]: [AdvancedPortals] Loading server plugin AdvancedPortals v0.9.2 [20:52:48] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [20:52:48] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.55
[20:52:49] [Server thread/INFO]: | |__) LuckPerms v5.4.55 [20:52:49] [Server thread/INFO]: |___ | Running on Bukkit - Paper [20:52:49] [Server thread/INFO]: [20:52:49] [Server thread/INFO]: [LuckPerms] Loading configuration... [20:52:49] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2] [20:52:49] [Server thread/INFO]: [LuckPerms] Loading internal permission managers... [20:52:49] [Server thread/INFO]: [LuckPerms] Performing initial data load... [20:52:50] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1233ms) [20:52:50] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131 [20:52:50] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting [20:52:50] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system. [20:52:50] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131 [20:52:50] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook. [20:52:50] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc [20:52:50] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface [20:52:50] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API. [20:52:50] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R2.PaperweightAdapter as the Bukkit adapter [20:52:50] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.8 [20:52:50] [Server thread/INFO]: [MOTD] [STDOUT] [MOTD] [Placeholder] PlaceholderAPI hooked. [20:52:50] [Server thread/WARN]: Nag author(s): '[YapZhenYie]' of 'MOTD' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger). [20:52:50] [Server thread/INFO]: Preparing level "world" [20:52:50] [Server thread/INFO]: -------- World Settings For [world] -------- [20:52:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [20:52:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false [20:52:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:52:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:52:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:52:50] [Server thread/INFO]: Max TNT Explosions: 100 [20:52:50] [Server thread/INFO]: Simulation Distance: 16 [20:52:50] [Server thread/INFO]: Item Despawn Rate: 6000 [20:52:50] [Server thread/INFO]: View Distance: 16 [20:52:50] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:52:50] [Server thread/INFO]: Mob Spawn Range: 8 [20:52:50] [Server thread/INFO]: Item Merge Radius: 2.5 [20:52:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:52:50] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:52:50] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Cane Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Melon Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Potato Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:52:50] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Vine Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:52:50] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:52:50] [Server thread/INFO]: TwistingVines Growth Modifier: 100% [20:52:50] [Server thread/INFO]: WeepingVines Growth Modifier: 100% [20:52:50] [Server thread/INFO]: CaveVines Growth Modifier: 100% [20:52:50] [Server thread/INFO]: GlowBerry Growth Modifier: 100% [20:52:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:52:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:52:51] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false [20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:52:51] [Server thread/INFO]: Max TNT Explosions: 100 [20:52:51] [Server thread/INFO]: Simulation Distance: 16 [20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000 [20:52:51] [Server thread/INFO]: View Distance: 16 [20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:52:51] [Server thread/INFO]: Mob Spawn Range: 8 [20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5 [20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:52:51] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false [20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:52:51] [Server thread/INFO]: Max TNT Explosions: 100 [20:52:51] [Server thread/INFO]: Simulation Distance: 16 [20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000 [20:52:51] [Server thread/INFO]: View Distance: 16 [20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:52:51] [Server thread/INFO]: Mob Spawn Range: 8 [20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5 [20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [20:52:51] [Server thread/INFO]: Time elapsed: 70 ms [20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether [20:52:51] [Server thread/INFO]: Time elapsed: 23 ms [20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end [20:52:51] [Server thread/INFO]: Time elapsed: 17 ms [20:52:51] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2 [20:52:51] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [20:52:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861 [20:52:51] [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--]. [20:52:51] [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. [20:52:51] [Server thread/INFO]: -------- World Settings For [games] -------- [20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false [20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:52:51] [Server thread/INFO]: Max TNT Explosions: 100 [20:52:51] [Server thread/INFO]: Simulation Distance: 16 [20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000 [20:52:51] [Server thread/INFO]: View Distance: 16 [20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:52:51] [Server thread/INFO]: Mob Spawn Range: 8 [20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5 [20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:games [20:52:51] [Server thread/INFO]: Time elapsed: 47 ms [20:52:51] [Server thread/INFO]: -------- World Settings For [arts] -------- [20:52:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false [20:52:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false [20:52:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:52:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645 [20:52:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:52:51] [Server thread/INFO]: Max TNT Explosions: 100 [20:52:51] [Server thread/INFO]: Simulation Distance: 16 [20:52:51] [Server thread/INFO]: Item Despawn Rate: 6000 [20:52:51] [Server thread/INFO]: View Distance: 16 [20:52:51] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:52:51] [Server thread/INFO]: Mob Spawn Range: 8 [20:52:51] [Server thread/INFO]: Item Merge Radius: 2.5 [20:52:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:52:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200 [20:52:51] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cane Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Melon Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Beetroot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Carrot Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Potato Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:52:51] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Vine Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Cocoa Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Bamboo Growth Modifier: 100% [20:52:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Kelp Growth Modifier: 100% [20:52:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: CaveVines Growth Modifier: 100% [20:52:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100% [20:52:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:52:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:52:51] [Server thread/INFO]: Preparing start region for dimension minecraft:arts [20:52:51] [Server thread/INFO]: Time elapsed: 77 ms [20:52:51] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded. [20:52:51] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main-- [20:52:51] [Server thread/INFO]: [SecondThreadAPI] Enabling SecondThreadAPI v1.0.1 [20:52:51] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2816) [20:52:51] [Server thread/INFO]: [Citizens] Loading external libraries [20:52:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0] [20:52:52] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault. [20:52:52] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7 [20:52:52] [Server thread/ERROR]: [Essentials] You are running an unsupported server version! [20:52:52] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml [20:52:52] [Server thread/INFO]: [Essentials] No kits found to migrate. [20:52:52] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json. [20:52:52] [Server thread/INFO]: [Essentials] Using locale fr_FR [20:52:52] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API [20:52:52] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config. [20:52:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked. [20:52:52] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms) [20:52:52] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.32 [20:52:52] [Server thread/ERROR]: Error occurred while enabling LibsDisguises v10.0.32 (Is it up to date?) java.lang.NoClassDefFoundError: com/comphenix/protocol/reflect/FieldAccessException at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:168) ~[LibsDisguises-10.0.32-Free.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-423] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-423] 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:561) ~[paper-1.19.3.jar:git-Paper-423] at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472) ~[paper-1.19.3.jar:git-Paper-423] at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-423] at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-423] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-423] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-423] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-423] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.reflect.FieldAccessException at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:181) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:148) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?] ... 13 more [20:52:52] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v10.0.32 [20:52:52] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling LibsDisguises v10.0.32 (Is it up to date?) java.lang.NoClassDefFoundError: com/comphenix/protocol/reflect/FieldAccessException at me.libraryaddict.disguise.utilities.reflection.ClassMappings.getPackages(ClassMappings.java:60) ~[LibsDisguises-10.0.32-Free.jar:?] at me.libraryaddict.disguise.utilities.reflection.ClassMappings.(ClassMappings.java:16) ~[LibsDisguises-10.0.32-Free.jar:?]
at me.libraryaddict.disguise.LibsDisguises.onDisable(LibsDisguises.java:337) ~[LibsDisguises-10.0.32-Free.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-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.19.3.jar:git-Paper-423]
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-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-423]
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:561) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-423]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.reflect.FieldAccessException
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:181) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:148) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
... 18 more
[20:52:52] [Server thread/INFO]: [TNTRun] Enabling TNTRun v2.2.5
[20:52:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tntrun [2.2.5]
[20:52:52] [Server thread/INFO]: [TNTRun] Please note that TNT Run is now in a beta stage because of the recoding whole plugin, join our Discord if this version is not working properly.
[20:52:52] [Server thread/INFO]: [TNTRun] Initialization finished. Join our Discord server if you need any help. (https://discord.gg/rVkaGmyszE)
[20:52:52] [Server thread/INFO]: [Spleef] Enabling Spleef v2.2.3
[20:52:52] [Server thread/INFO]: [SecondThreadAPI] Disabling SecondThreadAPI v1.0.1
[20:52:53] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'NaruseSecondThreadAPI.jar' in folder 'plugins'
java.lang.IllegalStateException: Provider SpigotPluginProvider{path=plugins\NaruseSecondThreadAPI.jar, description=org.bukkit.plugin.PluginDescriptionFile@2db63dc8, jarFile=java.util.jar.JarFile@1b4cb562, status=null, dependencyContext=null} attempted to add duplicate plugin identifier SecondThreadAPI v1.0.1 THIS WILL CREATE BUGS!!!
at io.papermc.paper.plugin.storage.ServerPluginProviderStorage$1.applyContext(ServerPluginProviderStorage.java:28) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.entrypoint.strategy.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:125) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:35) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.SingularRuntimePluginProviderStorage.enter(SingularRuntimePluginProviderStorage.java:63) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.RuntimePluginEntrypointHandler.enter(RuntimePluginEntrypointHandler.java:40) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:121) ~[paper-1.19.3.jar:git-Paper-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.loadPlugin(PaperPluginManagerImpl.java:82) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:406) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at fr.naruse.api.NaruseAPIDownloader.checkSecondThreadAPI(NaruseAPIDownloader.java:65) ~[Spleef.jar:?]
at fr.naruse.spleef.main.SpleefPlugin.onEnable(SpleefPlugin.java:40) ~[Spleef.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-423]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.3.jar:git-Paper-423]
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:561) ~[paper-1.19.3.jar:git-Paper-423]
at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-423]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-423]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[20:52:53] [Server thread/WARN]: org.bukkit.plugin.InvalidPluginException: Plugin didn't load any plugin providers?
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.lambda$loadPlugin$1(PaperPluginInstanceManager.java:127)
[20:52:53] [Server thread/WARN]: at java.base/java.util.Optional.orElseThrow(Optional.java:403)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.loadPlugin(PaperPluginInstanceManager.java:127)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.loadPlugin(PaperPluginManagerImpl.java:82)
[20:52:53] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:406)
[20:52:53] [Server thread/WARN]: at Spleef.jar//fr.naruse.api.NaruseAPIDownloader.checkSecondThreadAPI(NaruseAPIDownloader.java:65)
[20:52:53] [Server thread/WARN]: at Spleef.jar//fr.naruse.spleef.main.SpleefPlugin.onEnable(SpleefPlugin.java:40)
[20:52:53] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192)
[20:52:53] [Server thread/WARN]: at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104)
[20:52:53] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507)
[20:52:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:561)
[20:52:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:472)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:308)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1101)
[20:52:53] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[20:52:53] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[20:52:53] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.1.1
[20:52:53] [Server thread/INFO]: [CommandSigns] Plugin vault detected
[20:52:53] [Server thread/INFO]: [CommandSigns] Vault economy linked with command signs !
[20:52:53] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.8
[20:52:53] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1mDetected Minecraft [33;1mv1_19_R2[32;1m, using [33;1mPaperSkinRefresher[32;1m.[0;39m
[20:52:53] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[20:52:53] [Server thread/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39mUsing paper join listener![0;39m
[20:52:53] [Server thread/INFO]: [Simple_PaintBall] Enabling Simple_PaintBall v0.2.6.4-beta
[20:52:53] [Server thread/INFO]: Simple Paintball Stats Disabled
[20:52:53] [Server thread/INFO]: PaintBall Enabled
[20:52:54] [Server thread/INFO]: [SimpleJail] Enabling SimpleJail v2.1.1
[20:52:54] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v5.2.18-SNAPSHOT
[20:52:54] [Server thread/INFO]: [PlayerHeads] NoCheatPlus not detected.
[20:52:54] [Server thread/INFO]: [PlayerHeads] Current plugin compatibility version: craftbukkit 1.14+
[20:52:54] [Server thread/INFO]: [NCR] Enabling NoChatReports v1.1.0
[20:52:54] [Server thread/INFO]: [NCR] NoChatReports v1.1.0 loaded!
[20:52:54] [Server thread/WARN]: [NCR] This server is running on a known Paper forked server!
[20:52:54] [Server thread/WARN]: [NCR] This plugin may not work properly.
[20:52:54] [Server thread/WARN]: [NCR] Enable the 'paper-workaround' option in the config to fix this.
[20:52:54] [Server thread/INFO]: [Noboom] Enabling Noboom v1.0
[20:52:54] [Server thread/INFO]: [Noboom] No Boom! enabled by: Jamplifier!
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling MobHunting v8.1.2
[20:52:54] [Server thread/INFO]: [MobHunting] Your config version is 1
[20:52:54] [Server thread/INFO]: [MobHunting] Existing config.yml loaded.
[20:52:54] [Server thread/INFO]: [MobHunting] Config.yml was backed up to plugins\MobHunting\backup\config.yml.bak128
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with Essentials (2.19.7)
[20:52:54] [Server thread/INFO]: [BagOfGoldCore] BagOfGold is not installed on this server
[20:52:54] [Server thread/INFO]: [BagOfGoldCore] Enabling compatibility with MobHunting (8.1.2)
[20:52:54] [Server thread/INFO]: [MobHunting] MobHunting is using EssentialsX Economy via Vault as Economy Provider
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with WorldEdit (7.2.13+46576cc)
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with PlaceholderAPI (2.11.2).
[20:52:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mobhunting [1.0.0]
[20:52:54] [Server thread/INFO]: [MobHunting] Enabling compatibility with Citizens2 (2.0.30-SNAPSHOT (build 2816))
[20:52:54] [Server thread/INFO]: [Lift] Enabling Lift v60
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: WHITE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: ORANGE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: MAGENTA_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: LIGHT_BLUE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: YELLOW_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: LIME_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: PINK_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: GRAY_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: LIGHT_GRAY_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: CYAN_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: PURPLE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: BLUE_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: BROWN_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: GREEN_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: RED_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Floor material added: BLACK_STAINED_GLASS
[20:52:54] [Server thread/INFO]: [Lift] Button material added: STONE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: POLISHED_BLACKSTONE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: OAK_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: SPRUCE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: BIRCH_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: JUNGLE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: ACACIA_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: DARK_OAK_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: MANGROVE_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: BAMBOO_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: CRIMSON_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Button material added: WARPED_BUTTON
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: OAK_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: SPRUCE_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: BIRCH_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: ACACIA_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: JUNGLE_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: DARK_OAK_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: MANGROVE_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: BAMBOO_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: CRIMSON_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] Sign material added: WARPED_WALL_SIGN
[20:52:54] [Server thread/INFO]: [Lift] [STDOUT] Lift v60 is now enabled!
[20:52:54] [Server thread/WARN]: Nag author(s): '[croxis]' of 'Lift' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[20:52:54] [Server thread/INFO]: [.fard] Enabling .fard vTwo
[20:52:54] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[20:52:54] [Server thread/INFO]: [EssentialsProtect] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsChat] Secure signed chat and previews are enabled.
[20:52:54] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.19.7
[20:52:54] [Server thread/INFO]: [EssentialsAntiBuild] Starting Metrics. Opt-out using the global bStats config.
[20:52:54] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.7.12
[20:52:54] [Server thread/INFO]: [Brewery] Enabling Brewery v3.1.1
[20:52:54] [Server thread/INFO]: [Brewery] Brewery enabled!
[20:52:54] [Server thread/INFO]: [BlockBall] Enabling BlockBall v6.32.0*
[20:52:54] [Server thread/INFO]: [BlockBall] Loading BlockBall ...
[20:52:55] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[20:52:55] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[20:52:55] [Server thread/INFO]: [BlockBall] Connected to jdbc:sqlite:C:\Users\shepp\Desktop\Serveurs MC\Serveur de la ville 1.19\plugins\BlockBall\BlockBall.db
[20:52:55] [Server thread/INFO]: [BlockBall] Using NMS Connector v1_19_R2.
[20:52:55] [Server thread/INFO]: [BlockBall] found dependency [WorldEdit].
[20:52:55] [Server thread/INFO]: [BlockBall] successfully loaded dependency [WorldEdit] 7.2.13+46576cc.
[20:52:55] [Server thread/INFO]: [BlockBall] found dependency [PlaceholderAPI].
[20:52:55] [Server thread/INFO]: [BlockBall] successfully loaded dependency [PlaceholderAPI] 2.11.2.
[20:52:55] [Server thread/INFO]: [BlockBall] found dependency [Vault].
[20:52:55] [Server thread/INFO]: [BlockBall] successfully loaded dependency [Vault] 1.7.3-b131.
[20:52:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: blockball [6.32.0]
[20:52:55] [Server thread/INFO]: [BlockBall] Enabled BlockBall 6.32.0 by Shynixn, LazoYoung
[20:52:55] [Server thread/INFO]: [BetterJails] Enabling BetterJails v1.5-SNAPSHOT
[20:52:55] [Server thread/INFO]: [BetterJails] Hooked with Essentials successfully!
[20:52:55] [Server thread/WARN]: [BetterJails] Could not save subcommands.yml to plugins\BetterJails\subcommands.yml because subcommands.yml already exists.
[20:52:55] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.2
[20:52:55] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[20:52:55] [Server thread/WARN]: [AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml) or if you are using Paper settings.velocity-support.enabled may not be enabled (paper.yml)
[20:52:55] [Server thread/INFO]: Advanced portals have been successfully enabled!
[20:52:55] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[20:52:55] [Server thread/INFO]: Running delayed init tasks
[20:52:55] [Craft Scheduler Thread - 1 - Essentials/INFO]: [Essentials] Récupération des informations de version...
[20:52:55] [Craft Scheduler Thread - 4 - BlockBall/INFO]: [BlockBall] Reloaded [0] games.
[20:52:55] [Craft Scheduler Thread - 2 - Vault/INFO]: [Vault] Checking for Updates ...
[20:52:55] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[20:52:55] [Craft Scheduler Thread - 9 - Brewery/INFO]: [Brewery] Background data loading complete.
[20:52:55] [Server thread/INFO]: 0 placeholder hook(s) registered!
[20:52:55] [Server thread/INFO]: [Citizens] 0 PNJs chargé(s).
[20:52:55] [Server thread/INFO]: Timings Reset [20:52:55] [Craft Scheduler Thread - 2 - Vault/INFO]: [Vault] No new version available [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | SkinsRestorer |[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m |------------------|[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m | [34;1m[4m[21mStandalone Mode[0;39m[32;1m |[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m +==================+[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[36;1m Current version: [32;1m14.2.8[0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m This is the latest version![0;39m [20:52:56] [Craft Scheduler Thread - 0 - SkinsRestorer/INFO]: [33;1m[[32;22mSkinsRestorer[33;1m] [0;39m[32;1m----------------------------------------------[0;39m [20:52:56] [Server thread/INFO]: [Spleef] Vault found [20:52:56] [Server thread/INFO]: [Spleef] PlaceholderAPI found [20:52:56] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spleef [2.2.3] [20:52:56] [Server thread/INFO]: [Spleef] Loading the data of all the players... (This may take a few seconds) [20:52:56] [Server thread/INFO]: [Spleef] Data loaded in 2 ms [20:52:56] [Server thread/INFO]: [Spleef] 0 spleefs found [20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] [20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] Checking for new versions... [20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] [20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] Local version: 2.2.3 [20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] Online version: 2.2.10 [20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater] [20:52:57] [pool-23-thread-1/WARN]: [Spleef] [Updater] The plugin needs to be updated! https://www.spigotmc.org/resources/spleef.61787/ [20:52:57] [pool-23-thread-1/INFO]: [Spleef] [Updater]