GeyserMC / Floodgate

Hybrid mode plugin to allow for connections from Geyser to join online mode servers.
https://geysermc.org
MIT License
563 stars 168 forks source link

Throw error when run in a 1.17 server #188

Closed leinouwo490 closed 3 years ago

leinouwo490 commented 3 years ago
[20:59:44] [Server thread/INFO]: [floodgate] Loading floodgate v2.0-SNAPSHOT
[20:59:45] [Server thread/WARN]: [floodgate] Missing locale file: en_US
[20:59:45] [Server thread/ERROR]: [floodgate] Failed to load the fallback language. This will likely cause errors!
[20:59:45] [Server thread/WARN]: [floodgate] zh_CN is not a supported Floodgate language.
[20:59:45] [Server thread/ERROR]: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null initializing floodgate v2.0-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null
        at org.geysermc.floodgate.util.LanguageManager.getString(LanguageManager.java:188) ~[?:?]
        at org.geysermc.floodgate.util.LanguageManager.getLogString(LanguageManager.java:158) ~[?:?]
        at org.geysermc.floodgate.logger.JavaUtilFloodgateLogger.translatedInfo(JavaUtilFloodgateLogger.java:64) ~[?:?]
        at org.geysermc.floodgate.SpigotPlugin.onLoad(SpigotPlugin.java:57) ~[?:?]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:389) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:232) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at java.lang.Thread.run(Thread.java:831) [?:?]``
Jens-Co commented 3 years ago

Hello there, I see that you tried to change the language in floodgate to zh_CN, as the error said "not a supported Floodgate language" can you revert zh_CN back to en_US and restart server again? Let me know if that solves the error thanks!

leinouwo490 commented 3 years ago

Hello there, I see that you tried to change the language in floodgate to zh_CN, as the error said "not a supported Floodgate language" can you revert zh_CN back to en_US and restart server again? Let me know if that solves the error thanks!

I have tried to change image like this. But it still have error

[floodgate] Enabling floodgate v2.0-SNAPSHOT
[21:28:58] [Server thread/ERROR]: Error occurred while enabling floodgate v2.0-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "org.geysermc.floodgate.SpigotPlatform.enable(com.google.inject.Module[])" because "this.platform" is null
        at org.geysermc.floodgate.SpigotPlugin.onEnable(SpigotPlugin.java:62) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:495) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:409) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:608) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:264) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at java.lang.Thread.run(Thread.java:831) [?:?]
Camotoy commented 3 years ago

Please provide a full set of server logs.

Jens-Co commented 3 years ago

Please provide a full set of server logs.

There is a space infront of (default-locales) not sure if that is correct.

leinouwo490 commented 3 years ago

latest.log

Camotoy commented 3 years ago

Yeah, try with a fresh config since the second error appears to be the result of an invalid config.

leinouwo490 commented 3 years ago

Yeah, try with a fresh config since the second error appears to be the result of an invalid config.

Yeah, I first use the default config. I didn't change it to zh_CN , but it threw error like before.

Jens-Co commented 3 years ago

Yeah, try with a fresh config since the second error appears to be the result of an invalid config.

Yeah, I first use the default config. I didn't change it to zh_CN , but it threw error like before.

Do as Camotoy told you, Deleting floodgate folder/config will solve your problem. :)

leinouwo490 commented 3 years ago

image And if I change it to en_US,it still have errors.

 [floodgate] Loading floodgate v2.0-SNAPSHOT
[21:37:37] [Server thread/WARN]: [floodgate] Missing locale file: en_US
[21:37:37] [Server thread/ERROR]: [floodgate] Failed to load the fallback language. This will likely cause errors!
[21:37:37] [Server thread/WARN]: [floodgate] en_US is not a supported Floodgate language.
[21:37:37] [Server thread/WARN]: [floodgate] zh_CN is not a supported Floodgate language.
[21:37:37] [Server thread/ERROR]: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null initializing floodgate v2.0-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null
        at org.geysermc.floodgate.util.LanguageManager.getString(LanguageManager.java:188) ~[?:?]
        at org.geysermc.floodgate.util.LanguageManager.getLogString(LanguageManager.java:158) ~[?:?]
        at org.geysermc.floodgate.logger.JavaUtilFloodgateLogger.translatedInfo(JavaUtilFloodgateLogger.java:64) ~[?:?]
        at org.geysermc.floodgate.SpigotPlugin.onLoad(SpigotPlugin.java:57) ~[?:?]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:389) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:232) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
        at java.lang.Thread.run(Thread.java:831) [?:?]
leinouwo490 commented 3 years ago

Yeah, try with a fresh config since the second error appears to be the result of an invalid config.

Yeah, I first use the default config. I didn't change it to zh_CN , but it threw error like before.

Do as Camotoy told you, Deleting floodgate folder/config will solve your problem. :)

I have tried that. It cannot solve.

Jens-Co commented 3 years ago

Can you post Fresh full logs ? Please

leinouwo490 commented 3 years ago

Can you post Fresh full logs ? Please

Yes ,here. When I use the default config.

[21:47:26] [main/WARN]: Failed to update counter. Error code: 0x800007D5
[21:47:26] [main/WARN]: Disabling further attempts to query Paging File.
[21:47:30] [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:47:30] [main/INFO]: Reloading ResourceManager: Default, bukkit
[21:47:31] [Worker-Main-14/INFO]: Loaded 7 recipes
[21:47:33] [Server thread/INFO]: Starting minecraft server version 1.17
[21:47:33] [Server thread/INFO]: Loading properties
[21:47:33] [Server thread/INFO]: This server is running CraftBukkit version 3170-Spigot-a483d2c-ec116f6 (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)
[21:47:33] [Server thread/INFO]: Debug logging is disabled
[21:47:33] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:47:33] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:47:33] [Server thread/INFO]: Default game type: SURVIVAL
[21:47:33] [Server thread/INFO]: Generating keypair
[21:47:33] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[21:47:33] [Server thread/INFO]: Using default channel type
[21:47:34] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[21:47:37] [Server thread/WARN]: Legacy plugin Yum v2.9.1-git-129f8543820c25645f6f3d2c7ce115d4ea03ab6d does not specify an api-version.
[21:47:37] [Server thread/WARN]: Legacy plugin BukkitCompat vR22A does not specify an api-version.
[21:47:37] [Server thread/WARN]: Legacy plugin Economy v2.2 does not specify an api-version.
[21:47:37] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.10
[21:47:37] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.9 (Phoenix)
[21:47:37] [Server thread/INFO]: [Yum] Loading Yum v2.9.1-git-129f8543820c25645f6f3d2c7ce115d4ea03ab6d
[21:47:37] [Server thread/INFO]: [网络管理] 注入网络管理系统 将托管服务器网络!
[21:47:37] [Server thread/INFO]: [BukkitCompat] Loading BukkitCompat vR22A
[21:47:37] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.0.1
[21:47:37] [Server thread/INFO]: [ViaVersion] ViaVersion 4.0.1 is now loaded, injecting!
[21:47:38] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[21:47:38] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[21:47:38] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[21:47:38] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[21:47:38] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[21:47:38] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[21:47:38] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[21:47:38] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[21:47:38] [Server thread/INFO]: [floodgate] Loading floodgate v2.0-SNAPSHOT
[21:47:39] [Server thread/WARN]: [floodgate] Missing locale file: en_US
[21:47:39] [Server thread/ERROR]: [floodgate] Failed to load the fallback language. This will likely cause errors!
[21:47:39] [Server thread/WARN]: [floodgate] zh_CN is not a supported Floodgate language.
[21:47:39] [Server thread/ERROR]: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null initializing floodgate v2.0-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "java.util.Properties.getProperty(String)" because "properties" is null
    at org.geysermc.floodgate.util.LanguageManager.getString(LanguageManager.java:188) ~[?:?]
    at org.geysermc.floodgate.util.LanguageManager.getLogString(LanguageManager.java:158) ~[?:?]
    at org.geysermc.floodgate.logger.JavaUtilFloodgateLogger.translatedInfo(JavaUtilFloodgateLogger.java:64) ~[?:?]
    at org.geysermc.floodgate.SpigotPlugin.onLoad(SpigotPlugin.java:57) ~[?:?]
    at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:389) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
    at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:232) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
    at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:987) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot.jar:3170-Spigot-a483d2c-ec116f6]
    at java.lang.Thread.run(Thread.java:831) [?:?]
[21:47:39] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[21:47:39] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-SNAPSHOT-b857
[21:47:39] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.17-106;45a8030
[21:47:39] [pool-8-thread-1/WARN]: [Yum] Loaded class org.geysermc.floodgate.util.HttpUtils from floodgate v2.0-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
[21:47:40] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7a4b4be0]
[21:47:40] [Server thread/INFO]: [MiaoChat] Loading MiaoChat v1.9.3-git-4da0b92f3f74a72dddbe00ecdcf4aedc2bb48fa9
[21:47:40] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.6.0-SNAPSHOT-b2482
[21:47:40] [Server thread/INFO]: [Economy] Loading Economy v2.2
[21:47:40] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v1.4.1-SNAPSHOT
[21:47:40] [Server thread/INFO]: [CMILib] Loading CMILib v1.0.3.3
[21:47:40] [Server thread/INFO]: [Residence] Loading Residence v5.0.0.1
[21:47:40] [Server thread/INFO]: [LWC] Loading LWC v2.2.7-ad0f824
[21:47:40] [Server thread/INFO]: [Yum] Enabling Yum v2.9.1-git-129f8543820c25645f6f3d2c7ce115d4ea03ab6d
[21:47:40] [Server thread/INFO]: [Yum] 服务端未注入安全拦截器 关闭功能...
[21:47:40] [Server thread/INFO]: [Yum] 网络管理系统已启用...
[21:47:40] [Server thread/INFO]: [Yum] 线程管理系统已启用...
[21:47:40] [Server thread/INFO]: [Yum] 性能监控系统已启用...
[21:47:40] [Server thread/INFO]: [Yum] I O 管理系统已启用...
[21:47:40] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[21:47:40] [Server thread/WARN]: [Vault] Loaded class org.anjocaido.groupmanager.GroupManager from GroupManager v2.9 (Phoenix) which is not a depend, softdepend or loadbefore of this plugin.
[21:47:40] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[21:47:40] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[21:47:40] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[21:47:40] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[21:47:40] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.17-106;45a8030
[21:47:40] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[21:47:40] [Server thread/WARN]: [FastAsyncWorldEdit] Loaded class org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder from GroupManager v2.9 (Phoenix) which is not a depend, softdepend or loadbefore of this plugin.
[21:47:40] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[21:47:41] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.FAWE_Spigot_v1_17_R1 as the Bukkit adapter
[21:47:41] [Server thread/INFO]: [Economy] Enabling Economy v2.2
[21:47:41] [Server thread/INFO]: [Economy] Vault found, Economy has been registered.
[21:47:41] [Server thread/INFO]: [LWC] Enabling LWC v2.2.7-ad0f824
[21:47:41] [Server thread/INFO]: [LWC] Connecting to SQLite
[21:47:41] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:47:41] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[21:47:41] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[21:47:41] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[21:47:41] [Server thread/INFO]: Preparing level "world"
[21:47:42] [Server thread/INFO]: -------- World Settings For [world] --------
[21:47:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:47:42] [Server thread/INFO]: Item Merge Radius: 2.5
[21:47:42] [Server thread/INFO]: Item Despawn Rate: 6000
[21:47:42] [Server thread/INFO]: View Distance: 10
[21:47:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:47:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:47:42] [Server thread/INFO]: Max TNT Explosions: 100
[21:47:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:47:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[21:47:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:47:42] [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:47:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:47:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:47:42] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[21:47:42] [Server thread/INFO]: Mob Spawn Range: 6
[21:47:42] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[21:47:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:47:42] [Server thread/INFO]: Item Merge Radius: 2.5
[21:47:42] [Server thread/INFO]: Item Despawn Rate: 6000
[21:47:42] [Server thread/INFO]: View Distance: 10
[21:47:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:47:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:47:42] [Server thread/INFO]: Max TNT Explosions: 100
[21:47:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:47:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[21:47:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:47:42] [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:47:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:47:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:47:42] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[21:47:42] [Server thread/INFO]: Mob Spawn Range: 6
[21:47:42] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[21:47:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:47:42] [Server thread/INFO]: Item Merge Radius: 2.5
[21:47:42] [Server thread/INFO]: Item Despawn Rate: 6000
[21:47:42] [Server thread/INFO]: View Distance: 10
[21:47:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:47:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:47:42] [Server thread/INFO]: Max TNT Explosions: 100
[21:47:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:47:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[21:47:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:47:42] [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:47:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:47:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:47:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:47:42] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[21:47:42] [Server thread/INFO]: Mob Spawn Range: 6
[21:47:42] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[21:47:42] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[21:47:42] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[21:47:43] [Worker-Main-9/INFO]: Preparing spawn area: 0%
[21:47:43] [Worker-Main-13/INFO]: Preparing spawn area: 0%
[21:47:44] [Worker-Main-13/INFO]: Preparing spawn area: 0%
[21:47:44] [Worker-Main-8/INFO]: Preparing spawn area: 26%
[21:47:45] [Worker-Main-9/INFO]: Preparing spawn area: 42%
[21:47:46] [Server thread/INFO]: Time elapsed: 3845 ms
[21:47:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[21:47:46] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[21:47:46] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[21:47:47] [Worker-Main-13/INFO]: Preparing spawn area: 11%
[21:47:47] [Worker-Main-12/INFO]: Preparing spawn area: 69%
[21:47:48] [Worker-Main-13/INFO]: Preparing spawn area: 80%
[21:47:48] [Worker-Main-9/INFO]: Preparing spawn area: 89%
[21:47:48] [Server thread/INFO]: Time elapsed: 2858 ms
[21:47:48] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[21:47:49] [Worker-Main-11/INFO]: Preparing spawn area: 0%
[21:47:49] [Worker-Main-14/INFO]: Preparing spawn area: 80%
[21:47:49] [Server thread/INFO]: Time elapsed: 585 ms
[21:47:49] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.10
[21:47:49] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.0.1 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:49] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.kyori.adventure.text.Component from floodgate v2.0-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
[21:47:49] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[21:47:49] [placeholderapi-io-#0/WARN]: [Yum] Loaded class me.clip.placeholderapi.expansion.manager.CloudExpansionManager from PlaceholderAPI v2.10.10 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:49] [placeholderapi-io-#0/INFO]: [Yum] [Yum 网络管理] 插件 PlaceholderAPI 尝试访问网络 请注意服务器网络安全!
[21:47:49] [placeholderapi-io-#0/INFO]: [Yum] [Yum 网络管理] 地址: http://api.extendedclip.com/v2/
[21:47:49] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.9 (Phoenix)
[21:47:49] [Server thread/WARN]: [GroupManager] Inherited group '' not found for group Youtuber. Ignoring entry in file: plugins\GroupManager\worlds\world\groups.yml
[21:47:49] [Server thread/WARN]: [GroupManager] Inherited group '' not found for group Sponsor. Ignoring entry in file: plugins\GroupManager\worlds\world\groups.yml
[21:47:49] [Server thread/WARN]: [GroupManager] Inherited group '' not found for group Patrol. Ignoring entry in file: plugins\GroupManager\worlds\world\groups.yml
[21:47:49] [Server thread/INFO]: [GroupManager] World Found: building
[21:47:49] [Server thread/WARN]: [GroupManager] Inherited group '' not found for group Youtuber. Ignoring entry in file: plugins\GroupManager\worlds\building\groups.yml
[21:47:49] [Server thread/WARN]: [GroupManager] Inherited group '' not found for group Sponsor. Ignoring entry in file: plugins\GroupManager\worlds\building\groups.yml
[21:47:49] [Server thread/WARN]: [GroupManager] Inherited group '' not found for group Patrol. Ignoring entry in file: plugins\GroupManager\worlds\building\groups.yml
[21:47:49] [Server thread/INFO]: [GroupManager] World Found: world
[21:47:49] [Server thread/INFO]: [GroupManager] World Found: world_nether
[21:47:49] [Server thread/INFO]: [GroupManager] World Found: world_the_end
[21:47:49] [Server thread/INFO]: [GroupManager] Superperms support enabled.
[21:47:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: groupmanager
[21:47:49] [Server thread/INFO]: [GroupManager] Add-ons: PlaceholderAPI v2.10.10
[21:47:49] [Server thread/INFO]: [GroupManager] Scheduled Data Saving is set for every 10 minutes!
[21:47:49] [Server thread/INFO]: [GroupManager] Backups will be retained for 24 hours!
[21:47:49] [Server thread/INFO]: [GroupManager] version 2.9 (Phoenix) is enabled!
[21:47:49] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[21:47:49] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[21:47:49] [Server thread/INFO]: [Vault] [Vault][Chat] GroupManager - Chat hooked.
[21:47:49] [Server thread/INFO]: [BukkitCompat] Enabling BukkitCompat vR22A
[21:47:49] [Server thread/INFO]: McMyAdmin Compatibility Plugin version R22A started.
[21:47:49] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.0.1
[21:47:49] [Server thread/INFO]: [floodgate] Enabling floodgate v2.0-SNAPSHOT
[21:47:49] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-SNAPSHOT-b857
[21:47:49] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-SNAPSHOT-b857" 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:47:49] [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.
[21:47:49] [Server thread/INFO]: -------- World Settings For [building] --------
[21:47:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[21:47:49] [Server thread/INFO]: Item Merge Radius: 2.5
[21:47:49] [Server thread/INFO]: Item Despawn Rate: 6000
[21:47:49] [Server thread/INFO]: View Distance: 10
[21:47:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[21:47:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[21:47:49] [Server thread/INFO]: Max TNT Explosions: 100
[21:47:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[21:47:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[21:47:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[21:47:49] [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:47:49] [Server thread/INFO]: Experience Merge Radius: 3.0
[21:47:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Cane Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Melon Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Carrot Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Potato Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Vine Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Kelp Growth Modifier: 100%
[21:47:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[21:47:49] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[21:47:49] [Server thread/INFO]: Mob Spawn Range: 6
[21:47:49] [Server thread/INFO]: Preparing start region for dimension minecraft:building
[21:47:50] [Worker-Main-10/INFO]: Preparing spawn area: 0%
[21:47:50] [Worker-Main-12/INFO]: Preparing spawn area: 11%
[21:47:50] [Server thread/INFO]: Time elapsed: 763 ms
[21:47:50] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[21:47:50] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[21:47:50] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-SNAPSHOT-b857 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[21:47:50] [Server thread/INFO]: [MiaoChat] Enabling MiaoChat v1.9.3-git-4da0b92f3f74a72dddbe00ecdcf4aedc2bb48fa9
[21:47:50] [Server thread/INFO]: [MiaoChat] 已开启 BungeeCord 模式!
[21:47:50] [Server thread/WARN]: [PlaceholderAPI] mct is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[21:47:50] [Server thread/INFO]: [MiaoChat] 异步初始化本地化工具...
[21:47:50] [Thread-12/WARN]: [Yum] Loaded class pw.yumc.MiaoChat.config.ext.YumConfig from MiaoChat v1.9.3-git-4da0b92f3f74a72dddbe00ecdcf4aedc2bb48fa9 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:50] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.6.0-SNAPSHOT-b2482
[21:47:50] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[21:47:50] [Thread-12/INFO]: [MiaoChat] 配置 Item_zh_CN.yml 来自 YUMC 数据中心...
[21:47:50] [Thread-12/INFO]: [MiaoChat] 远程汉化文件词条数量: 1912
[21:47:50] [Thread-12/INFO]: [MiaoChat] 本地化工具初始化完毕...
[21:47:50] [Server thread/INFO]: [AuthMe] Hooked into Vault!
[21:47:51] [Server thread/INFO]: [AuthMe] Hooked successfully into Multiverse-Core
[21:47:51] [Server thread/WARN]: [AuthMe] WARNING! The protectInventory feature requires ProtocolLib! Disabling it...
[21:47:51] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT build n.2482 successfully enabled!
[21:47:51] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v1.4.1-SNAPSHOT
[21:47:51] [Server thread/INFO]: [Geyser-Spigot] 成功自动加载Floodgate密钥
[21:47:51] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[21:47:51] [Server thread/INFO]: [Geyser-Spigot] 
[21:47:51] [Server thread/INFO]: [Geyser-Spigot] 加载 Geyser 中, 版本 1.4.1-SNAPSHOT (git-78e1f85160a76394e2115dd770fb2980954a6225-78e1f85)
[21:47:51] [Server thread/INFO]: [Geyser-Spigot] 
[21:47:51] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[21:47:52] [ForkJoinPool.commonPool-worker-19/WARN]: [Yum] Loaded class org.geysermc.connector.utils.WebUtils from Geyser-Spigot v1.4.1-SNAPSHOT which is not a depend, softdepend or loadbefore of this plugin.
[21:47:52] [Server thread/INFO]: [Geyser-Spigot] 成功加载Floodgate密钥!
[21:47:53] [Network Listener - #1/INFO]: [Geyser-Spigot] Geyser正在启动 0.0.0.0:19132
[21:47:53] [Server thread/INFO]: [Geyser-Spigot] 完成 (1.565s)! 执行/geyser help 来获取帮助信息!
[21:47:53] [Server thread/INFO]: [CMILib] Enabling CMILib v1.0.3.3
[21:47:53] [Server thread/INFO]: Server version: v1_17_R1 - 1.17.0 - spigot
[21:47:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil
[21:47:54] [Server thread/INFO]: PlaceholderAPI hooked.
[21:47:54] [Server thread/INFO]: Updated (EN) language file. Took 32ms
[21:47:54] [Server thread/INFO]: [Residence] Enabling Residence v5.0.0.1
[21:47:54] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:GroupManager
[21:47:54] [Server thread/INFO]: [Residence] LWC hooked.
[21:47:54] [Server thread/INFO]: [Residence] Scanning for economy systems...
[21:47:54] [Server thread/INFO]: [Residence] Found Vault using economy system: Economy
[21:47:54] [Server thread/INFO]: [Residence] Loading save data for world world...
[21:47:54] [Server thread/INFO]: [Residence] Loaded world data. (3 ms)
[21:47:54] [Server thread/INFO]: [Residence] Loading save data for world world_the_end...
[21:47:54] [Server thread/INFO]: [Residence] Loaded world_the_end data. (1 ms)
[21:47:54] [Server thread/INFO]: [Residence] Loading save data for world world_nether...
[21:47:54] [Server thread/INFO]: [Residence] Loaded world_nether data. (1 ms)
[21:47:54] [Server thread/INFO]: [Residence] Loading save data for world building...
[21:47:54] [Server thread/INFO]: [Residence] Loaded building data. (1 ms)
[21:47:54] [Server thread/INFO]: [Residence] Loading world data into memory...
[21:47:54] [Server thread/INFO]: [Residence] Loaded world data into memory. (16 ms) -> 1 residences
[21:47:54] [Server thread/INFO]: [Residence] Loading world_the_end data into memory...
[21:47:54] [Server thread/INFO]: [Residence] Loaded world_the_end data into memory. (0 ms) -> 0 residences
[21:47:54] [Server thread/INFO]: [Residence] Loading world_nether data into memory...
[21:47:54] [Server thread/INFO]: [Residence] Loaded world_nether data into memory. (0 ms) -> 0 residences
[21:47:54] [Server thread/INFO]: [Residence] Loading building data into memory...
[21:47:54] [Server thread/INFO]: [Residence] Loaded building data into memory. (0 ms) -> 0 residences
[21:47:54] [Server thread/INFO]: [Residence] Found WorldEdit 1.17-106;45a8030
[21:47:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: residence
[21:47:55] [Server thread/INFO]: [Residence] PlaceholderAPI hooked.
[21:47:55] [Server thread/INFO]: [Residence] PlaceholderAPI was found - Enabling capabilities.
[21:47:55] [Server thread/INFO]: [Residence] Enabled! Version 5.0.0.1 by Zrips
[21:47:55] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[21:47:55] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[21:47:55] [Server thread/INFO]: Done (13.217s)! For help, type "help"
[21:47:55] [Server thread/INFO]: Plugin 'Residence' found. Using it now.
[21:47:55] [Server thread/INFO]: Attempting to use plugin 'Residence'
[21:47:55] [Craft Scheduler Thread - 4/INFO]: [Yum] [Yum 网络管理] 插件 PlaceholderAPI 尝试访问网络 请注意服务器网络安全!
[21:47:55] [Craft Scheduler Thread - 4/INFO]: [Yum] [Yum 网络管理] 地址: https://api.spigotmc.org/legacy/update.php?resource=6245
[21:47:55] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.17 (755)
[21:47:55] [Craft Scheduler Thread - 0/WARN]: [Yum] Loaded class com.viaversion.viaversion.update.UpdateUtil from ViaVersion v4.0.1 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:55] [Craft Scheduler Thread - 0/INFO]: [Yum] [Yum 网络管理] 插件 ViaVersion 尝试访问网络 请注意服务器网络安全!
[21:47:55] [Craft Scheduler Thread - 0/INFO]: [Yum] [Yum 网络管理] 地址: https://api.spiget.org/v2/resources/19254/versions/latest?1628084875347
[21:47:55] [Craft Scheduler Thread - 6/INFO]: [AuthMe] Downloading GEO IP database, because the old database is older than 30 days or doesn't exist
[21:47:55] [Craft Scheduler Thread - 7/WARN]: [Yum] Loaded class net.Zrips.CMILib.updateChecker from CMILib v1.0.3.3 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:55] [Server thread/INFO]: [GroupManager] Bukkit Permissions Updated!
[21:47:55] [Craft Scheduler Thread - 7/INFO]: [Yum] [Yum 网络管理] 插件 CMILib 尝试访问网络 请注意服务器网络安全!
[21:47:55] [Craft Scheduler Thread - 7/INFO]: [Yum] [Yum 网络管理] 地址: https://api.spigotmc.org/legacy/update.php?resource=87610
[21:47:55] [Craft Scheduler Thread - 9/INFO]: [Yum] [Yum 网络管理] 插件 CMILib 尝试访问网络 请注意服务器网络安全!
[21:47:55] [Craft Scheduler Thread - 6/WARN]: [AuthMe] No MaxMind credentials found in the configuration file! GeoIp protections will be disabled.
[21:47:55] [Craft Scheduler Thread - 9/INFO]: [Yum] [Yum 网络管理] 地址: https://api.spigotmc.org/legacy/update.php?resource=11480
[21:47:55] [Craft Scheduler Thread - 6/INFO]: [AuthMe] There is no newer GEO IP database uploaded to MaxMind. Using the old one for now.
[21:47:55] [Craft Scheduler Thread - 11/WARN]: [Yum] Loaded class org.anjocaido.groupmanager.Tasks.UpdateTask from GroupManager v2.9 (Phoenix) which is not a depend, softdepend or loadbefore of this plugin.
[21:47:55] [Craft Scheduler Thread - 11/INFO]: [Yum] [Yum 网络管理] 插件 GroupManager 尝试访问网络 请注意服务器网络安全!
[21:47:55] [Craft Scheduler Thread - 11/INFO]: [Yum] [Yum 网络管理] 地址: https://api.github.com/repos/ElgarL/GroupManager/releases/latest
[21:47:55] [Craft Scheduler Thread - 6/WARN]: [AuthMe] Could not download GeoLiteAPI database [FileNotFoundException]: plugins\AuthMe\GeoLite2-Country.mmdb (系统找不到指定的文件。)
[21:47:55] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[21:47:55] [Craft Scheduler Thread - 6/INFO]: [Vault] Checking for Updates ... 
[21:47:55] [Craft Scheduler Thread - 6/WARN]: [Yum] Loaded class net.milkbowl.vault.Vault from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: Yum官方仓库 更新成功!
[21:47:55] [Server thread/INFO]: [PAPI] [Javascript-Expansion] 1 script loaded!
[21:47:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: javascript
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: Yum代理仓库 更新成功!
[21:47:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.onarandombox.MultiverseCore.MultiverseCore from Multiverse-Core v4.3.1-SNAPSHOT-b857 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multiverse
[21:47:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[21:47:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[21:47:55] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[21:47:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[21:47:55] [Server thread/INFO]: 5 placeholder hooks successfully registered!
[21:47:55] [Server thread/INFO]: [Yum] [Yum 能耗监控] 注意! 插件 PlaceholderAPI 处理 Futures$$Lambda$6127/0x0000000801daa8d0 任务 耗时 31ms 平均耗时 31ms!
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: Yum代理仓库 更新成功!
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: Yum源仓库 更新成功!
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: Yum收费仓库 更新成功!
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: MengCraft仓库 更新成功!
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: SUM香港仓库 更新成功!
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 仓库: ProtocolLib仓库 更新成功!
[21:47:55] [Craft Scheduler Thread - 3/INFO]: 源: Yum中心源 更新成功!
[21:47:56] [Craft Scheduler Thread - 11/INFO]: [GroupManager] There was an issue parsing the version string.
[21:47:56] [Craft Scheduler Thread - 11/INFO]: [GroupManager] No new version available
[21:48:01] [Craft Scheduler Thread - 6/INFO]: [Vault] There was an issue attempting to check for the latest version.
[21:48:01] [Craft Scheduler Thread - 6/INFO]: [Vault] No new version available
[21:48:17] [Server thread/WARN]: [ViaVersion] Could not check for updates, check your connection.
[21:48:21] [Server thread/INFO]: [999][管理者][Athena] ► Server shutting down immediately. World is being saved.
[21:48:22] [Server thread/INFO]: Saving is already turned on
[21:48:22] [Server thread/INFO]: Saving the game (this may take a moment!)
[21:48:22] [Server thread/INFO]: Saved the game
[21:48:22] [Server thread/INFO]: Stopping the server
[21:48:22] [Server thread/INFO]: Stopping server
[21:48:22] [Server thread/INFO]: [LWC] Disabling LWC v2.2.7-ad0f824
[21:48:22] [Server thread/INFO]: [LWC] Flushing protection updates (0)
[21:48:22] [Server thread/INFO]: [Residence] Disabling Residence v5.0.0.1
[21:48:22] [Server thread/INFO]: [Residence] Disabled!
[21:48:22] [Server thread/INFO]: [CMILib] Disabling CMILib v1.0.3.3
[21:48:22] [Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v1.4.1-SNAPSHOT
[21:48:22] [Server thread/INFO]: [Geyser-Spigot] Geyser关闭中
[21:48:22] [Server thread/INFO]: [Geyser-Spigot] Geyser成功关闭.
[21:48:22] [Server thread/INFO]: [Economy] Disabling Economy v2.2
[21:48:22] [Server thread/INFO]: [AuthMe] Disabling AuthMe v5.6.0-SNAPSHOT-b2482
[21:48:22] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
[21:48:22] [Server thread/INFO]: [AuthMe] AuthMe 5.6.0-SNAPSHOT-b2482 disabled!
[21:48:22] [Server thread/INFO]: [MiaoChat] Disabling MiaoChat v1.9.3-git-4da0b92f3f74a72dddbe00ecdcf4aedc2bb48fa9
[21:48:22] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v1.17-106;45a8030
[21:48:22] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[21:48:22] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.1-SNAPSHOT-b857
[21:48:22] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: multiverse
[21:48:22] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[21:48:22] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
[21:48:22] [Server thread/INFO]: [floodgate] Disabling floodgate v2.0-SNAPSHOT
[21:48:22] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.0.1
[21:48:22] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[21:48:22] [Server thread/ERROR]: [ViaVersion] Failed to remove injection handler, reload won't work with connections, please reboot!
[21:48:22] [Server thread/INFO]: [BukkitCompat] Disabling BukkitCompat vR22A
[21:48:22] [Server thread/INFO]: [Yum] Disabling Yum v2.9.1-git-129f8543820c25645f6f3d2c7ce115d4ea03ab6d
[21:48:22] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.9 (Phoenix)
[21:48:22] [Server thread/WARN]: [GroupManager] Scheduled Data Saving is Disabled!
[21:48:22] [Server thread/INFO]: [GroupManager] version 2.9 (Phoenix) is disabled!
[21:48:22] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.10
[21:48:22] [Server thread/INFO]: Saving players
[21:48:22] [Server thread/INFO]: Saving worlds
[21:48:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[21:48:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[21:48:22] [WebSocketConnectReadThread-82/INFO]: [Geyser-Spigot] The skin uploader has been closed
[21:48:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[21:48:22] [Server thread/INFO]: Saving chunks for level 'ServerLevel[building]'/minecraft:building
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (building): All chunks are saved
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[21:48:22] [Server thread/INFO]: ThreadedAnvilChunkStorage (building): All chunks are saved

latest.log 2021-08-04-6.log 2021-08-04-5.log

Jens-Co commented 3 years ago

Delete the floodgate folder again restart server and do not touch the config, do not change the language do not open the config file at all. :D

Camotoy commented 3 years ago

Hold on, let me test this.

leinouwo490 commented 3 years ago

Yeah ,of course I tried that. I tried deleting all other plugins except geyser-spigot and floodgate.

Camotoy commented 3 years ago

I manually changed my Floodgate language to zh_CN and was not able to encounter the original issue error. Perhaps you need to redownload Floodgate?

leinouwo490 commented 3 years ago

I manually changed my Floodgate language to zh_CN and was not able to encounter the original issue error. Perhaps you need to redownload Floodgate?

OK,could you please tell me which version you using?

Camotoy commented 3 years ago

Floodgate-Spigot.

leinouwo490 commented 3 years ago

Floodgate-Spigot.

image This one?

Camotoy commented 3 years ago

https://ci.opencollab.dev/job/GeyserMC/job/Floodgate/job/master/