OskarsMC-Plugins / send

Plugin to send players to servers on Velocity! (Previously VelocitySend)
MIT License
22 stars 6 forks source link

Send not working for Floodgate players #10

Open TheRobLP opened 1 year ago

TheRobLP commented 1 year ago

Good day.

I am using the popular plugin GeyserMC and Floodgate on my server. Unfortunately, the send plugin doesn't work right with it. Because Floodgate allows you to have a custom prefix, (an asterisk (*) in my case.) the plugin can't correctly parse the player name when doing

/send player *User Hub .

Would it be possible to add support for Floodgate and custom prefixes maybe? Thank you in advance for any reply.

Sincerely Rob

OskarZyg commented 1 year ago

Have you tried surrounding the player name in inverted commas, for example using "*User" instead of *User?

TheRobLP commented 1 year ago

Have you tried surrounding the player name in inverted commas, for example using "*User" instead of *User?

Yes, I tried that. This didn't make any difference whatsoever.