• Fixes an issue where specifying multiple packs would lead to no packs being sent if any of the packs was not applicable to the player receiving the pack (e.g. when a permission wasn't granted for a restricted pack)
  • Fixes that the default language file wasn't saved properly on Velocity
  • Fixes potential issues when running the plugin on Paper 1.20.5 or later
  • Update to support 1.21.4 on BungeeCord proxies
  • Added checking of URLs of packs for validity as a resource pack URL.
    URLs to Google Drive and Mediafire are now blocked as they will not reliably work, Dropbox will cause a warning.
    You should use your own web server or alternatively a host like mc-packs.net to ensure that your packs work for everyone and without issues in the future.
  • This adds a new feature (toggleable with accept-forwarded-bukkit-events) which allows working around the Velocity behaviour of not allowing the resource pack status packet to reach the Minecraft server behind the proxy.
    With the feature enabled the PlayerResourcePackStatusEvent will be called on a Spigot server even when it is behind a Velocity proxy allowing other plugins to detect that a pack was loaded (or not) without relying on FRP's events.
    This makes it behave the same way as running FRP on BungeeCord.
  • Preparations for the 1.21.4 update were done (a version constant and pack format mapping) which might make the update work directly without any additional changes on Spigot and Velocity (BungeeCord will still need an update of the plugin)
  • This adds support for 1.21.2/3 (this update is only really necessary on Bungee or if you want to use 1.21.2/3 as the version for a pack)
  • This fixes a bug on Velocity introduced with the configuration phase support where old clients would only get sent the first pack and not any further packs when switching a server when the send-delay was unset or set to 0.
  • Fixes issues with sending packs in the Configuration Phase on Velocity
  • Allow pack (variant)s to have duplicate urls, hashes and uuids. Now only a warning is printed. (There might be issues with detecting which pack was sent in some special cases e.g. when the backend Minecraft server sends a pack in certain cases though so be aware of that. Ideally you should not be running such a setup hence why it is a warning!)
  • This adds support for sending packs in the configuration phase which was added in 1.20.x on Velocity. This means that packs can be sent before the player actually joins the server!
    In order to enable that make sure your send-delay is set to 0 or not defined! (And if you have issues with it set it to 1 or a higher value. Please report those to me too as the API is extremely new!)
    This update requires Velocity build 399 or newer! There is no support for older Velocity versions!
  • Support for this on Spigot & Bungee will follow at a later date once they have API or I can figure out a good way to do that without API
  • Added pack formats and protocol versions for 1.21
  • Fixed compatibility with ViaVersion 5.0 on Bukkit-based servers
  • Added 1.20.5 version and pack format 32 support
  • Fix an issue with running the plugin on a 1.8.8 server leading to FRP not being able to detect the protocol version leading to pack formats not working properly
  • Fixes that subtitles show the title on Velocity
Back
Top Bottom