Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fishwanter opened this issue Oct 9, 2023 · 8 comments
Open
Labels
type: bug Something isn't working

Comments

@fishwanter
Copy link

fishwanter commented Oct 9, 2023

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)

@fishwanter
Copy link
Author

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.

@fishwanter fishwanter changed the title Not working on Velocity Velocity issue related to ItemsAdder kick-player-on-decline setting Oct 9, 2023
@LoneDev6
Copy link
Owner

LoneDev6 commented Oct 9, 2023

Post your bungeepack fix configuration

@fishwanter
Copy link
Author

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

@LoneDev6
Copy link
Owner

LoneDev6 commented Oct 9, 2023

What do you have here?
image

@fishwanter
Copy link
Author

It's set to Enabled.

@LoneDev6
Copy link
Owner

LoneDev6 commented Oct 9, 2023

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

@fishwanter
Copy link
Author

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

@GoodestEnglish
Copy link

GoodestEnglish commented Oct 10, 2023

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.

@LoneDev6 LoneDev6 added the type: bug Something isn't working label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants