[Bug Report] In version 1.21, the option "disable-player-list-hover=true" does not work on the server
After enabling the minimotd plugin on my server, I discovered that the option “disable-player-list-hover=true” does not function as intended on the server. Player IDs are still displayed in the server list. Currently, the only tested option that works is “hide-player-count=true”, but it also results in the appearance of question marks (as noted in the comments).
The setting “disable-player-list-hover=true” did not take effect and did not cause any errors on the server. Java: jdk-21 Server Version: 1.21 Server Core: Paper-1.21-38 Paper version: 1.21-38-master@1f5db50 (2024-06-27T20:15:58Z) (Implementing API version 1.21-R0.1-SNAPSHOT) minimotd plugin version: 2.1.2
Other plugins: GroupManager SuperVanish EssentialsX ViaVersion ProtocolLib (dev#723)
I'm also having this issue Pls is it fixed now
Same here
Adding more information. The hover feature still shows after turning it off in the config file.
player-count-settings {
# Should the displayed online player count be allowed to exceed the displayed maximum player count?
# If false, the online player count will be capped at the maximum player count
allow-exceeding-maximum=false
# Setting this to true will disable the hover text showing online player usernames
disable-player-list-hover=true
# Settings for the fake player count feature
fake-players {
# Modes: add, constant, minimum, random, percent
#
# - add: This many fake players will be added
# ex: fake-players="3"
# - constant: A constant value for the player count
# ex: fake-players="=42"
# - minimum: The minimum bound of the player count
# ex: fake-players="7+"
# - random: A random number of fake players in this range will be added
# ex: fake-players="3:6"
# - percent: The player count will be inflated by this much, rounding up
# ex: fake-players="25%"
fake-players="25%"
# Enable fake player count feature
fake-players-enabled=false
}
The Paper bug is fixed in 1.21.1 build 76