- Added more translation settings for /pv list, such as translating the hover description for each player. You can access these settings by copying them in from the default messages.yml file in the resource description and then changing them. Yes/No can be changed by changing the HelpConsoleYes/No settings.
- Added more translation settings for /pv list, such as translating the hover description for each player. You can access these settings by copying them in from the default messages.yml file in the resource description and then changing them. Yes/No can be changed by changing the HelpConsoleYes/No settings.
- Fix new PaperServerPingListener not working on old PaperSpigot versions
- Fix RedisBungeeListCmd again (Now supporting RedisBungee (ProxioDev/Limework fork) v0.11.3)
- Updated for Minecraft 1.20.1. Please make sure you are using the latest ProtocolLib dev build and tell me if there are any more issues after updating.
- Fixed vanished players showing up in server list when not using bungee
- Fixed null pointer in BungeeAPI argument validation
- New API: PlayerAutoVanishOnJoinEvent that is called during the PlayerLoginEvent right after a player vanishes using the
AutoVanishOnJoin feature
- An attempt to fix the async player info packet event bug
- Removed Citizens dependency to resolve circular dependency issues
- An attempt to fix the async player info packet event bug
- Removed Citizens dependency to resolve circular dependency issues
- Initial update for Minecraft 1.19.4
- Since Minecraft changed the server ping packet structure in 1.19.4, the ExternalInvisibility>ServerList features are currently broken (these features were disabled by default). I will work on readding support for these features once ProtocolLib provides stable server ping API again (the new API is currently WIP). This does not affect bungee users, since the bungee-sided serverlist API is separate. Please stay up to date with the latest ProtocolLib dev build.
- Fixed bugs in the default Hybrid player hider