BungeePackFix icon indicating copy to clipboard operation
BungeePackFix copied to clipboard

Velocity issue related to ItemsAdder kick-player-on-decline setting

Open fishwob opened this issue 2 years ago • 8 comments

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)

fishwob avatar Oct 09 '23 10:10 fishwob

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.

fishwob avatar Oct 09 '23 10:10 fishwob

Post your bungeepack fix configuration

LoneDev6 avatar Oct 09 '23 12:10 LoneDev6

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

fishwob avatar Oct 09 '23 12:10 fishwob

What do you have here? image

LoneDev6 avatar Oct 09 '23 12:10 LoneDev6

It's set to Enabled.

fishwob avatar Oct 09 '23 12:10 fishwob

I will do some more testing, strange it works fine on my dev test environment

LoneDev6 avatar Oct 09 '23 14:10 LoneDev6

Maybe also worth noting that I didn't have this issue on Waterfall, so I'd assume it's specifically related to Velocity.

fishwob avatar Oct 09 '23 19:10 fishwob

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.

GoodestEnglish avatar Oct 10 '23 08:10 GoodestEnglish