Force Resourcepacks

NULLED Force Resourcepacks 1.7.14

No permission to download
  • Fixed that the pack doesn't get send when joining while standing in a WorldGuard region that has a pack set via the resourcepack-on-entry flag.
  • Fixed some potential incompatibility with older Bungee versions.
  • Fixes an exception that was thrown when no global server/Bungee assignment was defined in the config
  • Like
Reactions: Phantom_Ghost
  • Fixed an issue where actions of assignments that used regex wouldn't work correctly
  • Fixed an issue where the actions were executed twice while switching a world/server
  • Fix an issue where the plugin didn't notice that a player changed their server resource pack acceptance setting after he logged out (Thanks to kit8379 for noticing this)
I have been getting numerous reports about issues while sending a resource pack to the client regarding a client freeze and how I could or should fix it so here is some info about it and the explanation why I cannot do anything about that from the server/plugin side:

When a server resource pack is send to a client it will shortly freeze after the download is complete. (Same as manually applying a local pack) This happens because the client has to reload all resources, check which resources overlap and do some other calculation and manipulation with them. (Like stitching all the textures together to a single image like they were in the first texture pack format) It's not a download issue as the client will locally cache the pack files and not re-download them if their hash didn't change.

How long this takes generally depends on the PC's performance and the size of the textures (HD packs take longer) that are used in all resource packs that the player has applied. (So even if the server resource pack doesn't contain any HD textures or textures at all the client will still completely reload all locally applied resource packs) This is something that has to be fixed in the client by Mojang for example by only reloading resources that changed. There's not a lot I can do about that other than advice people to put pressure on Mojang to improve that behaviour.
  • Updated to work with the 1.12.1 Bungee
Top