-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
Expected behavior
The text "Hello" should be rainbow.
Observed/Actual behavior
I downloaded the plugin, installed it and changed PlayerCount
Steps/models to reproduce
-
Downloaded the latest version of the kernel https://papermc.io/downloads.
-
Threw it into the folder.
-
Threw the plugin
AdvancedServerList-Paper-5.7.0-b2
into the plugins folder -
Went to
advancedserverlist >> profiles >> default.yml
Changed the file, adding the following to it.
profiles:
- motd:
- "<bold>Hello<reset> World!</reset> "
- ""
playerCount:
text: '<bold>Hello<reset> World!</reset> '
hover:
- ""
- motd:
- "<rainbow><bold>Hello<reset> World!</reset> "
- ""
playerCount:
text: '<rainbow><bold>Hello<reset> World!</reset> '
hover:
- ""
and when I launched it I got an incorrect PlayerCount display.
Plugin and Datapack List
[20:43:45 INFO]: ℹ Server Plugins (1):
[20:43:45 INFO]: Paper Plugins:
[20:43:45 INFO]: - AdvancedServerList
[20:43:58 INFO]: There are 3 data pack(s) enabled: [vanilla (built-in)], [file/bukkit (world)], [paper (built-in)]
[20:43:58 INFO]: There are no more data packs available
Paper version
[20:44:18 INFO]: Checking version, please wait...
[20:44:19 INFO]: This server is running Paper version 1.21.8-11-main@a5f2f61 (2025-07-22T08:53:33Z) (Implementing API version 1.21.8-R0.1-SNAPSHOT)
You are running the latest version
Other
Below I have attached a screenshot of the problem, at the top are 2 servers on Velocity with the same plugin and PlayerCount working almost correctly, at the bottom are two paper servers with PlayerCount not working correctly.
the creator of the plugin replied to me Andre_601 — 20:13 It's certainly an issue with the Adventure library Probably with the legacy text serializer As I have to convert MM tags into a String with the legacy code as MC doesn't support Chat components for the player count
