Resource pack prompt every time someone connects

Hi all, I created a server resource pack with some custom music discs. For me and a few other people, there was a prompt once the first time they connected to the server and after accepting it, it never showed up again. Other people have this prompt every single time they connect to the server and some have died because of it. Why is this happening and how can I ensure that people only get the prompt once? I have set the resource pack in server.properties via resource-pack=url-here. I had require-resource-pack=true but setting it to false has also not solved the issue. I also tried setting resource-pack-sha1=... but people still get the prompt. Any suggestions are appreciated!
8 Replies
Admincraft Meta
Thanks for asking your question!
Once you have finished, please close your thread. Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
command to close
/close !close !solved
Requested by shishigami87#0
Shishigami
ShishigamiOP2y ago
Everyone has set "Server Resource Packs: Enabled" and not Prompt when adding the server to their serverlist Im not sure, do you have a link you can share that explains it? I used http://onlinemd5.com/, uploaded the resource-pack.zip and chose SHA1 on the website but that also worked before I set the SHA checksum for a few users, I didnt notice any difference by setting it do I have to enable that? yes I did
Shishigami
ShishigamiOP2y ago
looks good to me
No description
Shishigami
ShishigamiOP2y ago
im guessing i cant do that with paper? do you know if there are any server commands that can make a player invulnerable/stop them from moving? maybe i could patch something together with denizen
Shishigami
ShishigamiOP2y ago
does this make them invulnerable/cache the response?
Discount Milk
Discount Milk2y ago
I dunno
Shishigami
ShishigamiOP2y ago
I ended up using a simple denizen script which works for now but would be nice if they dont have to keep pressing on Yes
on_join_world:
type: world
events:
after player joins:
- execute as_op "effect give @s minecraft:resistance 10 255"
on_join_world:
type: world
events:
after player joins:
- execute as_op "effect give @s minecraft:resistance 10 255"
ill try the plugin

Did you find this page helpful?