knokko / custom-items-gradle

Knokko's Custom Items: Add custom items to your server, completely free of charge
MIT License
15 stars 3 forks source link

Let /kci debug check whether the resourcepack url/sha1 changed since server start #156

Closed knokko closed 2 years ago

knokko commented 2 years ago

Currently, /kci debug checks whether the resourcepack url and resourcepack sha1 are correct. If they are incorrect and the player fixes them, it will say that everything is fine. However, these changes won't have any effect until the server is restarted.

It would be nice if the plug-in remembers the resourcepack url and sha1 when the server starts and let /kci debug check whether they changed, and tell the player to restart the server if that is the case.