Velocity issue related to ItemsAdder kick-player-on-decline setting
When switching to a server using ItemsAdder on Velocity, I get kicked from the server with the resourcepack-kick-declined message sent in chat. The BungeePackFix ignored_pack message does show in chat before this. This happens with the ItemsAdder kick-player-on-decline setting set to true. When the kick-player-on-decline setting is set to false and I can connect to the server, the resource pack gets resent. No errors in console.
This server is running Paper version git-Paper-196 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: 773dd72) This server is running Velocity 3.2.0-SNAPSHOT (git-19abb909-b265)
Somehow the resource pack was only resent once or twice but now is properly no longer resending, that is when I am able to join the server with kick-player-on-decline set to false. When set to true the issue of being kicked still remains.
Post your bungeepack fix configuration
Post your bungeepack fix configuration
messages:
minimessage_support: false
ignored_pack:
enabled: true
message: "&6Skipped resourcepack installation (you already loaded it)."
equal_pack_attributes:
hash: true
forced: true
prompt_message: true
ignore_hash_in_url: true
main_spigot_server_name: Lobby
ignored_servers:
enabled: false
invert_check: false
list:
- ignored_1
- ignored_2
log:
ignored_respack: false
sent_respack: false
debug: false
What do you have here?
It's set to Enabled.
I will do some more testing, strange it works fine on my dev test environment
Maybe also worth noting that I didn't have this issue on Waterfall, so I'd assume it's specifically related to Velocity.
Also have this issue in my side. My current temporary solution is to use BungeePackLayer as of right now before the fix @fishwanter . Although this plugin requires protocolize, it works.