Skip to content

The latest version of Paper does not display PlayerCount correctly #12891

@RomaYT

Description

@RomaYT

Expected behavior

The text "Hello" should be rainbow.

Observed/Actual behavior

I downloaded the plugin, installed it and changed PlayerCount

Steps/models to reproduce

  1. Downloaded the latest version of the kernel https://papermc.io/downloads.

  2. Threw it into the folder.

  3. Threw the plugin AdvancedServerList-Paper-5.7.0-b2 into the plugins folder

  4. 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

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions