Hey, before I get into my issue, I have already followed this post on the wiki:
https://itemsadder.devs.beer/faq/bungeecord-velocity/remove-pack-on-server-change
My current setup is as follows:
Velocity Proxy (Latest #398)
- Hub Server (purpur-1.20.6-2229)
- Towny Server (purpur-1.20.4-2136)
ItemsAdder on Hub: ItemsAdder_4.0.1-alpha-test-3.jar
ItemsAdder on Towny: ItemsAdder_3.6.3-beta-14.jar
The issue I am currently facing is if a player joins the Hub server, and then goes to join the Towny server, they will have both the Hub resource pack as well as the Towny resource pack enabled. This also happens if they join the Towny server first and then go back to the Hub server.
The way I would like it to work is once the user switches servers, the resource pack of the previous server they were on be removed and then have the player be given the new server resource pack.
As I mentioned at the start, I did follow the FAQ for this, and was unsuccessful it getting it to work. The blank pack link on the wiki doesn't seem to work anymore, so I attempted to make my own here:
https://www.dropbox.com/scl/fi/7z5b964ctvfcp1w81diqt/blank_pack.zip?rlkey=xyu4d24sq09jmvmt0jdv2yni6&st=bwoly6uo&dl=0
My server.properties has these options for the resource pack:
require-resource-pack=false
resource-pack=https\://www.dropbox.com/scl/fi/7z5b964ctvfcp1w81diqt/blank_pack.zip?rlkey\=xyu4d24sq09jmvmt0jdv2yni6&st\=2mrwete1&dl\=1
resource-pack-id=2b23546e-7744-4cc3-bb3f-a421b555ead4
resource-pack-prompt=
resource-pack-sha1=da39a3ee5e6b4b0d3255bfef95601890afd80709
Here is a full log file of my Hub server where I join it after being on the towny server:
https://mcpaste.io/fa1e7cbadfe5d734
In this instance, the towny resource pack applied first and then when I joined hub, it was added as well and I was left with both resource packs
Any help is appreciated! Thanks!