-
-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
Description
What happened?
Title more-or-less says it all.
If you set floodgatePrefixWorkaround to true, you'll get the message "Your username contains illegal characters" upon connecting to the server. This message will go away if this variable was set to false, or the plugin is unloaded/uninstalled.
Extra Details
- I tried manually merging this pull request, and building a JAR from it. You can find it here, if you're curious. I don't know what I'm doing at all, but it did compile. It didn't solve the issue though.
- I created a new issue, instead of commenting on FastLogin says "Your username contains illegal characters" to floodgate users. #632. I figured the original issue was solved, but had an edge case worth documenting in more detail with the template. If not though, that's alright!
What did you expect?
A Bedrock client is able to auto-register and login, with the Floodgate prefix.
Steps to reproduce
- Set
floodgatePrefixWorkaroundto true in theconfig.ymlfile - Connect to the server on a Bedrock client
Plugin list
AuthMe, CoreProtect, Essentials, EssentialsChat, EssentialsProtect, EssentialsSpawn, FastLogin, floodgate, Geyser-Spigot, GeyserSkinManager, LuckPerms, PlugManX (PlugMan), ProtocolLib, SkinsRestorer, Vault, ViaVersion
Configuration file
https://gist.github.com/some1chan/def3e8efcad45e0252abc17c3ba9b74a
Server log
[02:19:08] [Network Listener - #2/INFO]: [Geyser-Spigot] /CENSORED:61259 tried to connect!
[02:19:09] [Network Listener - #2/INFO]: [Geyser-Spigot] Player connected with username DummyUsername
[02:19:09] [defaultEventLoopGroup-5-1/INFO]: [Geyser-Spigot] DummyUsername (logged in as: DummyUsername) has connected to the Java server
[02:19:10] [FastLogin Pool Thread #0/INFO]: [FastLogin] Handling player .DummyUsername
[02:19:10] [FastLogin Pool Thread #0/INFO]: [FastLogin] Floodgate Prefix detected on cracked player
[02:19:10] [Geyser Spigot connection thread-4-2/INFO]: [floodgate] Floodgate player logged in as .DummyUsername disconnected
[02:19:10] [Server thread/INFO]: /CENSORED:0 lost connection: Disconnected
[02:19:10] [defaultEventLoopGroup-5-1/INFO]: [Geyser-Spigot] DummyUsername has disconnected from the Java server because of Your username contains illegal characters
[02:19:10] [Network Listener - #2/INFO]: [Geyser-Spigot] Bedrock user with ip: /CENSORED has disconnected for reason CLOSED_BY_REMOTE_PEERPlugin version
1.11-SNAPSHOT-4a5516c
Platform
Spigot (Paper version git-Paper-108)
Relevance
- I tried the latest build
- I checked for existing tickets -
If there are, please vote them with a thumps reaction and not create new ones