Please make sure you are using the latest ProtocolLib dev build!
Sorry for the delay. ProtocolLib is still not fully stable on 1.19 and I haven't yet been able to fix some bugs because of this. However, I don't want to keep you waiting any longer so I've released this update with experimental 1.19 support. Most features seem to work on 1.19, but there are some that I could not get to work: NightVisionEffect, HideAdvancements, SetSleepingIgnored (bed player count). I will re-enable those features on 1.19 as soon as ProtocolLib is more stable or I can find a workaround.
- Added experimental 1.19 support
- The player count displayed when a player is sleeping in a bed will now be adjusted. The real player count will be replaced with the amount of players that you are allowed to see. This is part of the SetSleepingIgnored feature and can be disabled in the config under that id. Please send me a bug report if there are any issues with this new feature.
- Improved performance of the tab-complete listener
- Fixed standard minecraft command tab-completions (e.g. /minecraft:msg) not being intercepted by PV's bungee extension. Please update PV on the bungee.
- For those who aren't using bungeecord, please remove TabComplete from the list of DisabledInvisibilityModules in PV's config to block such tab-completions.
- Fixed standard minecraft command tab-completions (e.g. /minecraft:msg) not being intercepted by PV's bungee extension. Please update PV on the bungee.
- For those who aren't using bungeecord, please remove TabComplete from the list of DisabledInvisibilityModules in PV's config to block such tab-completions.
- Added support for 1.18.2. Please make sure that you are using the latest ProtocolLib dev build or the new release
- Added a bypass permission for the ReappearOnQuit feature. Players with 'pv.bypassreappearonquit' will keep vanish on quit even if the feature is turned on
- Added canSee and vanish level to the BungeeAPI
- Removed DiscordSRV dependency to fix circular dependency issues
- Fixed that PV would keep running after a database connection failure on startup when using the BasicDatabaseConnector option