Problème de connexion !

Avocado_Life

Aventurier
6 Mars 2021
6
0
1
16
Bonjour bonsoir,
J'ai créé un serveur avec des plugins mais la plus par du temps quand mes amis se connectent il y a un message d'erreurs.
Dans la console voici se qui est présent :
Code:
com.mojang.authlib.GameProfile@4fc75c86[id=<null>,name=Hiragana___,properties={},legacy=false] (/90.27.123.154:57473) lost connection: Internal Exception: java.lang.IllegalStateException: zip file closed
Pouvez vous m'aidez ? merci d'avance.
 

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 087
160
459
247
21
Mìlhüsa
Bonsoir,

Pourrais-tu envoyer les logs complètes du serveur ?
Elles sont dans logs/latest.log.

Cordialement,
ShE3py
 

Avocado_Life

Aventurier
6 Mars 2021
6
0
1
16
Bonsoir,

Pourrais-tu envoyer les logs complètes du serveur ?
Elles sont dans logs/latest.log.

Cordialement,
ShE3py

Code:
[21:27:32] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[21:27:33] [main/INFO]: Reloading ResourceManager: Default, bukkit, BookFixer.zip, discoveries_datapack.zip, drehmal_bosses.zip, drehmal_general.zip, drehmalloot, mob_scaling.zip, primordial_datapack.zip, towns_datapack.zip, weapon_abilities.zip, weapons_datapack.zip
[21:27:35] [Worker-Main-1/INFO]: Loaded 7 recipes
[21:27:35] [Worker-Main-1/ERROR]: Parsing error loading custom advancement minecraft:end/levitate: Unknown required criterion 'levitated'
[21:27:37] [Server thread/INFO]: Starting minecraft server version 1.16.5
[21:27:37] [Server thread/INFO]: Loading properties
[21:27:37] [Server thread/INFO]: This server is running Paper version git-Paper-526 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[21:27:37] [Server thread/INFO]: Debug logging is disabled
[21:27:37] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:27:37] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:27:37] [Server thread/INFO]: Default game type: SURVIVAL
[21:27:37] [Server thread/INFO]: Generating keypair
[21:27:37] [Server thread/INFO]: Starting Minecraft server on *:25565
[21:27:37] [Server thread/INFO]: Using epoll channel type
[21:27:37] [Server thread/ERROR]: Could not load 'plugins/CustomCrates.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:170) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:148) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:212) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:941) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Paper-526]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.util.zip.ZipException: zip END header not found
at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1567) ~[?:?]
at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1462) ~[?:?]
at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1469) ~[?:?]
at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1274) ~[?:?]
at java.util.zip.ZipFile$Source.get(ZipFile.java:1237) ~[?:?]
at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:727) ~[?:?]
at java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:844) ~[?:?]
at java.util.zip.ZipFile.<init>(ZipFile.java:247) ~[?:?]
at java.util.zip.ZipFile.<init>(ZipFile.java:177) ~[?:?]
at java.util.jar.JarFile.<init>(JarFile.java:348) ~[?:?]
at java.util.jar.JarFile.<init>(JarFile.java:319) ~[?:?]
at java.util.jar.JarFile.<init>(JarFile.java:285) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:158) ~[patched_1.16.5.jar:git-Paper-526]
... 6 more
[21:27:39] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[21:27:45] [Server thread/WARN]: Legacy plugin SetHome v5.1.2 does not specify an api-version.
[21:27:45] [Server thread/WARN]: Legacy plugin Prefix v3.0.3 does not specify an api-version.
[21:27:45] [Server thread/WARN]: Legacy plugin MobDisguise v1.81 does not specify an api-version.
[21:27:45] [Server thread/ERROR]: Could not load 'plugins/MobDisguise.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:389) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:212) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:941) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Paper-526]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman
at me.desmin88.mobdisguise.MobDisguise.<clinit>(MobDisguise.java:37) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:398) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.5.jar:git-Paper-526]
... 7 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.EntityHuman
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:116) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.5.jar:git-Paper-526]
at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
at me.desmin88.mobdisguise.MobDisguise.<clinit>(MobDisguise.java:37) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:398) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:79) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.5.jar:git-Paper-526]
... 7 more
[21:27:45] [Server thread/WARN]: Legacy plugin NametagEdit v4.4.10 does not specify an api-version.
[21:27:45] [Server thread/WARN]: Legacy plugin EnderChest v1.5 does not specify an api-version.
[21:27:45] [Server thread/WARN]: Legacy plugin SpawnProtect v1.3.3 does not specify an api-version.
[21:27:45] [Server thread/WARN]: Legacy plugin Vote v1.1201 does not specify an api-version.
[21:27:46] [Server thread/WARN]: Legacy plugin zChat v0.3.1 does not specify an api-version.
[21:27:46] [Server thread/WARN]: Legacy plugin ColoredTags v2.1.3 does not specify an api-version.
[21:27:46] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.2.118
[21:27:46] [Server thread/INFO]: [SetHome] Loading SetHome v5.1.2
[21:27:46] [Server thread/INFO]: [Prefix] Loading Prefix v3.0.3
[21:27:46] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
[21:27:46] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.4.10
[21:27:46] [Server thread/INFO]: [EnderChest] Loading EnderChest v1.5
[21:27:46] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0
[21:27:48] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.24-SNAPSHOT
[21:27:48] [Server thread/INFO]: [WorldContoller] Loading WorldContoller v1.0
[21:27:48] [Server thread/INFO]: [SpawnProtect] Loading SpawnProtect v1.3.3
[21:27:48] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[21:27:48] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.3.5.0
[21:27:48] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.3+5680-135941e
[21:27:48] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4f13252b]
[21:27:48] [Server thread/INFO]: [Essentials] Loading Essentials v2.18.2.0
[21:27:48] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.7.4
[21:27:48] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.6
[21:27:48] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.4+f7ff984
[21:27:48] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812
[21:27:48] [Server thread/INFO]: [Vote] Loading Vote v1.1201
[21:27:48] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.27-SNAPSHOT (build 2273)
[21:27:48] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v6.1.4
[21:27:48] [Server thread/INFO]: [zChat] Loading zChat v0.3.1
[21:27:48] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
[21:27:48] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.12.0
[21:27:49] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (255 ms)
[21:27:49] [Server thread/INFO]: [Shopkeepers] Loading config.
[21:27:49] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[21:27:49] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[21:27:49] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v4.0.3
[21:27:49] [Server thread/INFO]: [EconomyShopGUI] Loading EconomyShopGUI v3.0.3
[21:27:49] [Server thread/INFO]: [TAB] Loading TAB v2.8.10
[21:27:49] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.1-b834
[21:27:49] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.18.2.0
[21:27:49] [Server thread/INFO]: [BeautyQuests] Loading BeautyQuests v0.18.5
[21:27:49] [Server thread/INFO]: New logger inserted: fr.skytasul.quests.QuestsLogger
[21:27:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:27:49] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.2.118
[21:27:49] [Server thread/INFO]: __
[21:27:49] [Server thread/INFO]: | |__) LuckPerms v5.2.118
[21:27:49] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[21:27:49] [Server thread/INFO]:
[21:27:49] [Server thread/INFO]: [LuckPerms] Loading configuration...
[21:27:50] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[21:27:50] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[21:27:50] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[21:27:50] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1648ms)
[21:27:50] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0
[21:27:50] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[21:27:51] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[21:27:51] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.18.2.0 which is not a depend, softdepend or loadbefore of this plugin.
[21:27:51] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[21:27:51] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:27:51] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[21:27:51] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[21:27:51] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.3+5680-135941e
[21:27:51] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[21:27:51] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_16_R3 as the Bukkit adapter
[21:27:52] [Server thread/INFO]: Preparing level "world"
[21:27:53] [Server thread/INFO]: -------- World Settings For [world] --------
[21:27:53] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:27:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:27:53] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[21:27:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:27:53] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:27:53] [Server thread/INFO]: Max TNT Explosions: 100
[21:27:53] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[21:27:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:27:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:27:53] [Server thread/INFO]: Item Merge Radius: 4.0
[21:27:53] [Server thread/INFO]: Item Despawn Rate: 6000
[21:27:53] [Server thread/INFO]: View Distance: 10
[21:27:53] [Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[21:27:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:27:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:27:53] [Server thread/INFO]: Mob Spawn Range: 4
[21:27:53] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[21:27:54] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[21:27:54] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:27:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[21:27:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:27:54] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:27:54] [Server thread/INFO]: Max TNT Explosions: 100
[21:27:54] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[21:27:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:27:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:27:54] [Server thread/INFO]: Item Merge Radius: 4.0
[21:27:54] [Server thread/INFO]: Item Despawn Rate: 6000
[21:27:54] [Server thread/INFO]: View Distance: 10
[21:27:54] [Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[21:27:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:27:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:27:54] [Server thread/INFO]: Mob Spawn Range: 4
[21:27:54] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[21:27:54] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:27:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:27:54] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[21:27:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:27:54] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:27:54] [Server thread/INFO]: Max TNT Explosions: 100
[21:27:54] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[21:27:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:27:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:27:54] [Server thread/INFO]: Item Merge Radius: 4.0
[21:27:54] [Server thread/INFO]: Item Despawn Rate: 6000
[21:27:54] [Server thread/INFO]: View Distance: 10
[21:27:54] [Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[21:27:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:27:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:27:54] [Server thread/INFO]: Mob Spawn Range: 4
[21:27:54] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[21:27:55] [Server thread/INFO]: Preparing spawn area: 0%
[21:27:55] [Server thread/INFO]: Preparing spawn area: 0%
[21:27:55] [Server thread/INFO]: Preparing spawn area: 0%
[21:27:55] [Server thread/INFO]: Preparing spawn area: 43%
[21:27:56] [Server thread/INFO]: Loaded 0 spawn chunks for world world
[21:27:56] [Server thread/INFO]: Preparing spawn area: 100%
[21:27:56] [Server thread/INFO]: Preparing spawn area: 100%
[21:27:57] [Server thread/INFO]: Preparing spawn area: 100%
[21:27:57] [Server thread/INFO]: Preparing spawn area: 100%
[21:27:58] [Server thread/INFO]: Time elapsed: 4004 ms
[21:27:58] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[21:27:58] [Server thread/INFO]: Preparing spawn area: 0%
[21:27:58] [Server thread/INFO]: Preparing spawn area: 19%
[21:27:59] [Server thread/INFO]: Preparing spawn area: 98%
[21:27:59] [Server thread/INFO]: Preparing spawn area: 100%
[21:28:00] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
[21:28:00] [Server thread/INFO]: Time elapsed: 1673 ms
[21:28:00] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[21:28:00] [Server thread/INFO]: Preparing spawn area: 0%
[21:28:01] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
[21:28:01] [Server thread/INFO]: Time elapsed: 992 ms
[21:28:01] [Server thread/INFO]: [SetHome] Enabling SetHome v5.1.2*
[21:28:01] [Server thread/INFO]: [Prefix] Enabling Prefix v3.0.3*
[21:28:01] [Server thread/ERROR]: Cannot load plugins/Prefix/templates/default.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
in 'string', line 31, column 14:
Tablist: ''&4&l[Plomo] '
^
unexpected character found [(91)
in 'string', line 31, column 18:
Tablist: ''&4&l[Plomo] '
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:188) ~[patched_1.16.5.jar:git-Paper-526]
at de.benjamin.prefix.config.Config.load(Config.java:53) ~[?:?]
at de.benjamin.prefix.lib.Library.load(Library.java:26) ~[?:?]
at de.benjamin.prefix.Prefix.onEnable(Prefix.java:14) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:466) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:941) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Paper-526]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor
in 'string', line 31, column 14:
Tablist: ''&4&l[Plomo] '
^
unexpected character found [(91)
in 'string', line 31, column 18:
Tablist: ''&4&l[Plomo] '
^

at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1439) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:937) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:368) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:235) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Paper-526]
... 16 more
[21:28:01] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[21:28:01] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[21:28:01] [Server thread/INFO]: [ClearLag] Loading modules...
[21:28:01] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[21:28:01] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[21:28:01] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[21:28:01] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.4.10*
[21:28:01] [Thread-10/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.16]...
[21:28:01] [Server thread/INFO]: [NametagEdit] Found LuckPerms! Hooking in.
[21:28:01] [Server thread/WARN]: [NametagEdit] Loaded class net.luckperms.api.LuckPermsProvider from LuckPerms v5.2.118 which is not a depend, softdepend or loadbefore of this plugin.
[21:28:01] [Server thread/WARN]: [NametagEdit] Loaded class me.libraryaddict.disguise.events.DisguiseEvent from LibsDisguises v10.0.24-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
[21:28:01] [Server thread/INFO]: [EnderChest] Enabling EnderChest v1.5*
[21:28:01] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.24-SNAPSHOT
[21:28:01] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises.jar
[21:28:01] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_16_R3
[21:28:01] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #887
[21:28:01] [Server thread/INFO]: [LibsDisguises] Build Date: 05/03/2021 05:51
[21:28:01] [Server thread/WARN]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[21:28:01] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[21:28:02] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
[21:28:02] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
[21:28:02] [Server thread/INFO]: [LibsDisguises] Config is up to date!
[21:28:03] [Server thread/INFO]: [WorldContoller] Enabling WorldContoller v1.0
[21:28:03] [Server thread/INFO]: [SpawnProtect] Enabling SpawnProtect v1.3.3*
[21:28:03] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.3.5.0
[21:28:03] [Server thread/INFO]: [APIManager] API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
[21:28:03] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] I am loaded from package org.inventivetalent.packetlistener.reflection.minecraft
[21:28:03] [Server thread/INFO]: [ReflectionHelper/MinecraftVersion] Version is v1_16_R3 (11603)
[21:28:03] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[21:28:03] [Server thread/INFO]: [PacketListenerAPI] Injected custom channel handlers.
[21:28:03] [Server thread/INFO]: [PacketListenerAPI] Adding channels for online players...
[21:28:03] [Server thread/INFO]: [Staff+] Version protocol set to 'v1_16_R3'.
[21:28:03] [Server thread/INFO]: [Staff+] Staff+ has been enabled! Initialization took 151ms.
[21:28:03] [Server thread/INFO]: [Staff+] Plugin created by Shortninja continued by Qball.
[21:28:03] [Server thread/INFO]: [Essentials] Enabling Essentials v2.18.2.0
[21:28:03] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[21:28:03] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[21:28:03] [Server thread/INFO]: [Essentials] No kits found to migrate.
[21:28:03] [Server thread/INFO]: [Essentials] Loaded 25599 items from items.json.
[21:28:03] [Server thread/INFO]: [Essentials] Using locale fr_FR
[21:28:03] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[21:28:03] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[21:28:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[21:28:03] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[21:28:03] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.7.4
[21:28:04] [Server thread/INFO]: [RandomTP] Successfully loaded config.yml and lang.yml
[21:28:04] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.6
[21:28:04] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
[21:28:04] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.4+f7ff984
[21:28:04] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[21:28:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[21:28:04] [Server thread/INFO]: [WorldGuard] Loading region data...
[21:28:05] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.2.2-b812
[21:28:05] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.2.2-b812" 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--].
[21:28:05] [Server thread/INFO]: [Multiverse-Core] We 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.
[21:28:05] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: lobby_the_end
[21:28:05] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:28:05] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: lobby_nether
[21:28:05] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:28:05] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: lobby
[21:28:05] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:28:05] [Server thread/INFO]: -------- World Settings For [hub] --------
[21:28:05] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:28:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:28:05] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[21:28:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:28:05] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:28:05] [Server thread/INFO]: Max TNT Explosions: 100
[21:28:05] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[21:28:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:28:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:28:05] [Server thread/INFO]: Item Merge Radius: 4.0
[21:28:05] [Server thread/INFO]: Item Despawn Rate: 6000
[21:28:05] [Server thread/INFO]: View Distance: 10
[21:28:05] [Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[21:28:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:28:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:28:05] [Server thread/INFO]: Mob Spawn Range: 4
[21:28:05] [Server thread/INFO]: Preparing start region for dimension minecraft:hub
[21:28:05] [Server thread/INFO]: Preparing spawn area: 0%
[21:28:05] [Server thread/INFO]: Preparing spawn area: 14%
[21:28:07] [Server thread/INFO]: Preparing spawn area: 24%
[21:28:07] [Server thread/INFO]: Preparing spawn area: 24%
[21:28:07] [Server thread/INFO]: Preparing spawn area: 24%
[21:28:07] [Server thread/INFO]: Preparing spawn area: 28%
[21:28:08] [Server thread/INFO]: Loaded 0 spawn chunks for world hub
[21:28:08] [Server thread/INFO]: Time elapsed: 2749 ms
[21:28:08] [Server thread/INFO]: [WorldGuard] (hub) TNT ignition is PERMITTED.
[21:28:08] [Server thread/INFO]: [WorldGuard] (hub) Lighters are PERMITTED.
[21:28:08] [Server thread/INFO]: [WorldGuard] (hub) Lava fire is PERMITTED.
[21:28:08] [Server thread/INFO]: [WorldGuard] (hub) Fire spread is UNRESTRICTED.
[21:28:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'hub'
[21:28:08] [Server thread/INFO]: -------- World Settings For [arene] --------
[21:28:08] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:28:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:28:08] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[21:28:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:28:08] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:28:08] [Server thread/INFO]: Max TNT Explosions: 100
[21:28:08] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[21:28:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:28:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:28:08] [Server thread/INFO]: Item Merge Radius: 4.0
[21:28:08] [Server thread/INFO]: Item Despawn Rate: 6000
[21:28:08] [Server thread/INFO]: View Distance: 10
[21:28:08] [Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[21:28:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:28:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:28:08] [Server thread/INFO]: Mob Spawn Range: 4
[21:28:08] [Server thread/INFO]: Preparing start region for dimension minecraft:arene
[21:28:08] [Server thread/INFO]: Preparing spawn area: 0%
[21:28:08] [Server thread/INFO]: Preparing spawn area: 38%
[21:28:09] [Server thread/INFO]: Preparing spawn area: 60%
[21:28:09] [Server thread/INFO]: Loaded 0 spawn chunks for world arene
[21:28:09] [Server thread/INFO]: Time elapsed: 1514 ms
[21:28:09] [Server thread/INFO]: [WorldGuard] (arene) TNT ignition is PERMITTED.
[21:28:09] [Server thread/INFO]: [WorldGuard] (arene) Lighters are PERMITTED.
[21:28:09] [Server thread/INFO]: [WorldGuard] (arene) Lava fire is PERMITTED.
[21:28:09] [Server thread/INFO]: [WorldGuard] (arene) Fire spread is UNRESTRICTED.
[21:28:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arene'
[21:28:09] [Server thread/INFO]: -------- World Settings For [Admin] --------
[21:28:09] [Server thread/INFO]: Experience Merge Radius: 6.0
[21:28:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:28:09] [Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false
[21:28:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:28:09] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[21:28:09] [Server thread/INFO]: Max TNT Explosions: 100
[21:28:09] [Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[21:28:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:28:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:28:09] [Server thread/INFO]: Item Merge Radius: 4.0
[21:28:09] [Server thread/INFO]: Item Despawn Rate: 6000
[21:28:09] [Server thread/INFO]: View Distance: 10
[21:28:09] [Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[21:28:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:28:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:28:09] [Server thread/INFO]: Mob Spawn Range: 4
[21:28:09] [Server thread/INFO]: Preparing start region for dimension minecraft:admin
[21:28:09] [Server thread/INFO]: Preparing spawn area: 0%
[21:28:10] [Server thread/INFO]: Preparing spawn area: 1%
[21:28:10] [Server thread/INFO]: Loaded 0 spawn chunks for world Admin
[21:28:10] [Server thread/INFO]: Time elapsed: 900 ms
[21:28:10] [Server thread/INFO]: [WorldGuard] (Admin) TNT ignition is PERMITTED.
[21:28:10] [Server thread/INFO]: [WorldGuard] (Admin) Lighters are PERMITTED.
[21:28:10] [Server thread/INFO]: [WorldGuard] (Admin) Lava fire is PERMITTED.
[21:28:10] [Server thread/INFO]: [WorldGuard] (Admin) Fire spread is UNRESTRICTED.
[21:28:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Admin'
[21:28:10] [Thread-10/INFO]: [ClearLag] No updates found!
[21:28:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: RolePlay
[21:28:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:28:10] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Iponir
[21:28:10] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[21:28:10] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[21:28:10] [Server thread/WARN]: Warning: Nashorn engine is planned to be removed from a future JDK release
[21:28:11] [Server thread/INFO]: [Multiverse-Core] Version 4.2.2-b812 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[21:28:11] [Server thread/INFO]: [Vote] Enabling Vote v1.1201*
[21:28:11] [Server thread/INFO]: [Vote] [Vote] Vault detected. Using Vault.
[21:28:11] [Server thread/INFO]: [Vote] [Vote] has been enabled.
[21:28:11] [Server thread/INFO]: [Vote] [Vote] mimicking Avocado_Life
[21:28:11] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.27-SNAPSHOT (build 2273)
[21:28:11] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v6.1.4
[21:28:11] [Server thread/WARN]: [VotingPlugin] Detected no voting sites, this may mean something isn't properly setup
[21:28:13] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
[21:28:13] [Server thread/WARN]: [VotingPlugin] No VotifierEvent found, install Votifier, NuVotifier, or another Votifier plugin
[21:28:13] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 6.1.4
[21:28:13] [Server thread/INFO]: [zChat] Enabling zChat v0.3.1*
[21:28:13] [Server thread/ERROR]: Cannot load plugins/zChat/config.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character '%' that cannot start any token. (Do not use % for indentation)
in 'string', line 3, column 21:
message-format: %faction &7%player&8: &c%message'
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:188) ~[patched_1.16.5.jar:git-Paper-526]
at ru.gksu.mc.zChat.zChat.setupConfig(zChat.java:54) ~[?:?]
at ru.gksu.mc.zChat.zChat.onEnable(zChat.java:28) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:466) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:941) ~[patched_1.16.5.jar:git-Paper-526]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:175) ~[patched_1.16.5.jar:git-Paper-526]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character '%' that cannot start any token. (Do not use % for indentation)
in 'string', line 3, column 21:
message-format: %faction &7%player&8: &c%message'
^

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:418) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:136) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Paper-526]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Paper-526]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Paper-526]
... 15 more
[21:28:13] [Server thread/INFO]: [zChat] Enabled!
[21:28:13] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3*
[21:28:13] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.12.0
[21:28:13] [Server thread/INFO]: [Shopkeepers] Citizens found, enabling NPC shopkeepers.
[21:28:13] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v4.0.3
[21:28:13] [Server thread/INFO]: [ChestCommands] Hooked Vault
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v3.0.3
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Using lang-en.yml as language file.
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Shops.yml has been found!
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Sections.yml has been found!
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Using plugin default spawners...
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Using minecraft version 1.16.5...
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Updating Shop settings...
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Debug mode is enabled.
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Loading all items...
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] There is an update available!
[21:28:13] [Server thread/INFO]: [EconomyShopGUI] Done!
[21:28:13] [Server thread/INFO]: [TAB] Enabling TAB v2.8.10
[21:28:13] [Server thread/INFO]: [TAB] Server version: 1.16.5 (v1_16_R3)
[21:28:13] [Server thread/INFO]: [TAB] File plugins/TAB/errors.txt exists and is not empty. Take a look at the error messages and try to resolve them. After you do, delete the file.
[21:28:13] [Server thread/INFO]: [TAB] There was 1 startup warning.
[21:28:13] [Server thread/INFO]: [TAB] Enabled in 96ms
[21:28:13] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
[21:28:14] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: VillageRagnak (World Error, World did not exist or was not imported into Multiverse-Core!)
[21:28:14] [Server thread/WARN]: [Multiverse-Portals] Portal VillageRagnak has an invalid LOCATION!
[21:28:14] [Server thread/WARN]: [Multiverse-Portals] Portal 'VillageRagnak' not loaded due to invalid location!
[21:28:14] [Server thread/WARN]: [Multiverse-Portals] Failed Parsing World for: Arene1 (World Error, World did not exist or was not imported into Multiverse-Core!)
[21:28:14] [Server thread/WARN]: [Multiverse-Portals] Portal Arene1 has an invalid LOCATION!
[21:28:14] [Server thread/WARN]: [Multiverse-Portals] Portal 'Arene1' not loaded due to invalid location!
[21:28:14] [Server thread/INFO]: [Multiverse-Portals] 4 - Portals(s) loaded
[21:28:14] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[21:28:14] [Server thread/INFO]: [Multiverse-Portals 4.2.1-b834] Enabled - By Rigby and fernferret
[21:28:14] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.18.2.0
[21:28:14] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Enabling BeautyQuests v0.18.5
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into WorldGuard
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into Vault
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Hooked into HolographicDisplays
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded valid Minecraft version 1_16_R3.
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded start particles: REDSTONE in shape POINT with color "R255 G255 B0"
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded talk particles: VILLAGER_HAPPY in shape BAR
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded next particles: SMOKE_NORMAL in shape SPOT
[21:28:14] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Loaded language file locales/en_US.yml (0.05s)!
[21:28:15] [Server thread/INFO]: Running delayed init tasks
[21:28:15] [Server thread/WARN]: [HolographicDisplays] Hologram 'rpnascomaison' was in the world 'RolePlay' but it wasn't loaded.
[21:28:15] [Server thread/INFO]: [Citizens] 0 PNJs chargé(s).
[21:28:15] [Server thread/INFO]: Done (38.438s)! For help, type "help"
[21:28:15] [Craft Scheduler Thread - 15/INFO]: [Vault] Checking for Updates ...
[21:28:15] [Server thread/INFO]: Timings Reset
[21:28:15] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] 1 quests loaded (0.023s)!
[21:28:15] [Server thread/INFO]: [fr.skytasul.quests.BeautyQuests] [BeautyQuests] Periodic saves task started (18000 ticks). Task ID: 2458
[21:28:15] [Craft Scheduler Thread - 5/INFO]: [StaffPlus] You are using the latest version thanks
[21:28:16] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
[21:28:16] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
[21:28:16] [Craft Scheduler Thread - 5/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 6.1.4
[21:28:16] [Craft Scheduler Thread - 15/INFO]: [Vault] No new version available


Voila les logs.
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 530
24
2 247
347
27
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

[21:27:37] [Server thread/ERROR]: Could not load 'plugins/CustomCrates.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
Le plugin "CusomCreates" semble invalide... Essaye de le re-télécharger.

[21:27:45] [Server thread/ERROR]: Could not load 'plugins/MobDisguise.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/EntityHuman
MobDisguise n'est pas à jour ou en tout cas ne fonctionne pas (dans la version où tu l'a installé) avec la 1.16

[21:28:01] [Server thread/ERROR]: Cannot load plugins/Prefix/templates/default.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
Erreur dans la configuration du plugin "Prefix".
Ligne 31, tu as mis une apostrophe en trop:
Code:
Tablist: '&4&l[Plomo] '

[21:28:13] [Server thread/ERROR]: Cannot load plugins/zChat/config.yml
org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
found character '%' that cannot start any token. (Do not use % for indentation)
in 'string', line 3, column 21:
message-format: %faction &7%player&8: &c%message'
Ta configuration zChat n'est pas bonne non plus. Cette fois-ci c'est ligne 3 où il te manque une apostrophe:
Code:
message-format: '%faction &7%player&8: &c%message'

Voila, commence par corriger ces erreurs. Redémarre ton serveur et si le bug arrive encore, donne nous les logs (notamment les logs lorsque des joueurs ont des déconnexions).


Cordialement,
Detobel36
 

Avocado_Life

Aventurier
6 Mars 2021
6
0
1
16
Salut,


Le plugin "CusomCreates" semble invalide... Essaye de le re-télécharger.


MobDisguise n'est pas à jour ou en tout cas ne fonctionne pas (dans la version où tu l'a installé) avec la 1.16


Erreur dans la configuration du plugin "Prefix".
Ligne 31, tu as mis une apostrophe en trop:
Code:
Tablist: '&4&l[Plomo] '


Ta configuration zChat n'est pas bonne non plus. Cette fois-ci c'est ligne 3 où il te manque une apostrophe:
Code:
message-format: '%faction &7%player&8: &c%message'

Voila, commence par corriger ces erreurs. Redémarre ton serveur et si le bug arrive encore, donne nous les logs (notamment les logs lorsque des joueurs ont des déconnexions).


Cordialement,
Detobel36

Bonjour, J'ai fais cela et je vais attendre de voir si cela marche bien