SamB440 / ForcePack

Spigot/Velocity plugin to aid resource pack deployment and enforcement, among other utilities.
https://fortitude.islandearth.net/category/forcepack
GNU General Public License v3.0
51 stars 17 forks source link

Error "You must accept the resource pack" #35

Closed Itras500 closed 1 year ago

Itras500 commented 1 year ago

Hello,

I am currently trying to use Force Pack on my 1.18.2 Paper Server. However, all players are always kicked from the server because the resource pack was allegedly not accepted. I always get the following message in the console.

image

In Minecraft I always get the following message.

image

The settings for server resource packs in my client are also set to enabled.

I am also attaching my config.yml here once again. I have already successfully tested the URL and the hash. Everything should be correct here.

image

SamB440 commented 1 year ago

They are sending an accept status twice, which is impossible

Itras500 commented 1 year ago

Sorry, I could have thought of that myself. But maybe the information will help if someone comes up with it again.

Apparently it sends it twice if the server.properties still contains the information about the resource pack. I have now deleted everything from the file so that only the Force Pack config still contains the information about the Resource Pack. Then it works! I know, it's also in the instructions, my mistake.

In any case, thanks for the handy plugin!

SamB440 commented 1 year ago

I should probably add some kind of detection for people leaving stuff in server.properties in the future.