ForcePack
ForcePack copied to clipboard
Spigot/Velocity plugin to aid resource pack deployment and enforcement, among other utilities.
Someone requested extra utility commands like a give command for custom model data, imo makes sense to include basic methods for this stuff.
User case: We utilize S3 storage to store our resource pack. This pack is loaded from our CI/CD pipelines, ensuring that any changes on the servers (such as Velocity) are...
Some servers automate pack renewal in CI by sending a forcepack reload command, we can make this more secure and cancel lookups to the URL by adding an argument to...
We are currently resending the resource pack to open the prompt screen constantly. But if the player accepts, they could then receive another resource pack packet, which will cause it...
As per the discussion on #13, translations for velocity need to be added somehow. > Best idea is probably to have a language file with translation keys such as `servers.example-server.resourcepack.prompt="Please...
I've been getting back into other modding APIs and I don't think it'd be unreasonable to add Sponge support for API 11. A long time ago there even used to...
Idk if this is 100% possible but here this goes. Why i want this feature to be added is mainly due to people's internet connections. Technically, when a player joins...
Attempted: use e.g. `/vforcepack reload` or even `/velocityforcepack help` Expected: the commands dispatch to the right ones Result: they all dispatch to `/vforcepack` resulting in `ForcePack by SamB440...` message
There is another method for status spoofing that can be used to detect attempts to bypass the resource pack. Won't be posting it here but this issue serves as a...