Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tablist sorting could not be sorted with the geyser floodgate prefix to sort "." #1438

Closed
3 of 4 tasks
guojiaqiang123 opened this issue Feb 22, 2025 · 4 comments
Closed
3 of 4 tasks
Labels
Resolution: Plugin works as described Plugin works as described on the wiki Type: Compatibility issue Compatibility issue with another plugin/mod or specific version of a platform

Comments

@guojiaqiang123
Copy link

TAB version

5.0.5

Software causing compatibility issue

floodgate gives geyser players access to Java Minecraft servers, but when the geser player is prefixed with a " . " It is not possible to sort them

At this stage, it is not possible to sort geyser players

  • PLACEHOLDER_A_TO_Z:%player%

Hopefully, a new sorting scheme will be introduced that will allow players to sort the names of special symbols
Since geyser players can't view tablists, it's useless to get them sorted high

Additional info

No response

Checklist

  • I am running latest version of the plugin
  • I ticked all of the boxes without actually reading them
  • The compatibility wiki page does not mention this incompatibility
  • I am willing to cooperate to get this issue resolved faster, including providing any additional information requested or testing new builds
@guojiaqiang123 guojiaqiang123 added the Type: Compatibility issue Compatibility issue with another plugin/mod or specific version of a platform label Feb 22, 2025
@NEZNAMY
Copy link
Owner

NEZNAMY commented Feb 22, 2025

I fail to see how this is a compatibility issue. Having a . at the beginning of name naturally reaults in different sorting result. If you want sorting to ignore the ., you can use conditions and PlaceholderAPI's string expansion with substring operation. Or replace, and there's no need for conditions.

@guojiaqiang123
Copy link
Author

Thanks for the reply!

Floodgate can prefix the geyser player name, if I add a special symbol, such as the symbol ".", the sorting in the tablist cannot rank the player whose name has that special symbol, I want to add the symbol "." The geyser players are ranked behind the tablist

@NEZNAMY
Copy link
Owner

NEZNAMY commented Feb 22, 2025

Because . is alphabetically above other characters, bedrock players are on top of java players. This is not a bug. It's just an expected consequence. I even suggested a solution.

@guojiaqiang123
Copy link
Author

Thanks for the reply, I'm still not very good

@NEZNAMY NEZNAMY added the Resolution: Plugin works as described Plugin works as described on the wiki label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Plugin works as described Plugin works as described on the wiki Type: Compatibility issue Compatibility issue with another plugin/mod or specific version of a platform
Projects
None yet
Development

No branches or pull requests

2 participants