Hello Guys! I want u to ask how I can "remove" the Players and set an List of Strings instead, so a Player is hovering over Playercount, the Text will be shown. And how can I set a String instead of Playercount in MOTD? The ServerListPingEvent does not have these options. I hope u can help me! Have a good day KleeSup Spoiler: Picture
if youre using paper then the PaperServerListPingEvent has a method getPlayerSample which returns a list of PlayerProfiles that you can modify (clear the list then add your own profiles created from Bukkit#createProfile)
@KleeSup Remember to look in the JavaDocs, after you get the event call event.setNumPlayers(numplayers).
I dont mean to set a number. I mean that I want to set a String at the position where the amount is displayed instead of an int.
Its simply replacing all the Playernames (or more/less) and set it to a custom String. ServerListPlus should do it