ResourcepacksPlugins Versions Save

Set resource packs on whole proxy, per server and per world!

1.8.5

3 years ago

Download new builds here!

Major changes:

  • Added 1.17.x support and pack format 6
  • Added command to remove packs (/<command> removepack <pack>)
  • Added workaround for MC-164316 by applying the file-hash to the URL. This might increase the client-side storage requirement but will correctly re-download new versions of the packs
  • Added Sponge support to WorldResourcepacks
  • Fix editing of the global assignment via commands not saving to config

See the commit history for all changes

1.8.2

3 years ago
  • Added 1.16.x support and pack format 6
  • Added Velocity support with the VelocityResourcepacks variant of the plugin (requires Velocity 1.1.0, velocity forum topic)
  • Added ability to define protocol/Minecraft version directly for a pack instead of just the format
  • Added ability to define multiple variants of a pack to simplify defining different packs per version or permission
  • Added packetmap.yml to BungeeResourcepacks which allows manually defining the IDs of the used packets. This way only the config would need to be changed to add support for new Minecraft versions!
  • Improved the return message of /usepack in case of an error
  • Fix MineDown not working in WorldResourcepacks
  • Fix resend parameter of the reload command not working correctly
  • Fix empty values getting written to config

1.7

4 years ago
  • Includes support up to 1.15.x
  • Adds new sub commands to add and manage packs as well as assignments to /wrp and /brp respectively. (addpack <name> <url>, pack <pack> [url|hash|format|restricted|permission], listassignments, deleteassignment <assignment>, assignment <assignment>, globalassignment)
  • Add /resetpack command to send the empty pack
  • Add MineDown support
  • Add multi language support. All messages are now configured in language-depending language files in the languages folder
  • Add regex world/server filtering with the regex key
  • Add ProtocolSupport and ViaVersion support
  • Lots of other smaller fixes and changes

1.6.14

7 years ago
  • Full 1.12 Update for BungeeResourcepacks

1.6.13

7 years ago
  • Update to 1.12 pre 5
  • Fix issues when no hash is send
  • Fix issues when clearing pack on backend server
  • Added send-delay config option
  • Added bstats metrics
  • Fix some issues with older Bukkit versions
  • Fix a bug with the /usepack command

1.6.12

7 years ago
  • Fix access of the ViaVersion API (WorldResourcepacks only update)

1.6.11

7 years ago
  • 1.11 Update
  • Support for pack format 3
  • WorldResourcepacks requires ViaVersion 1.0.0 or higher if you want support for different pack formats!

1.6.10

7 years ago
  • Major: Plugins now require at least Java 8!
  • 1.10 Support (World Resourcepacks change, Bungee already supported it)
  • Add ability to use all log levels in debug config variable, OFF completely disables debug logging
  • Make hashes supported under Bukkit (World Resourcepacks change)
  • Fix /usepack resending the same pack the user already had
  • Automatically generate resource pack file hashes
  • Add generatehashes sub command to generate the hashes manually
  • Add config option to disable automatic hash generation on startup (autogeneratehashes)
  • Fix packs with the same hash/url causing issues (-> you can't use the same hash/url anymore)
  • Fix an error when calculating which pack the user should have
  • Don't call PackSendEvent if we don't want to set the pack when the user already has it
  • Fix useauthme config option not being changeable via reload (World Resourcepacks change)
  • Fix some issues with how a user's pack is tracked when using the config reload

1.6.2

8 years ago
  • Really fix the secondary pack resolving which wasn't quite right when no main pack was defined.
  • Added mcstats Metrics, you can opt-out in the usual places (PluginMetrics/config.properties for bungee and PluginMetrics/config.yml for bukkit)

1.6.1

8 years ago
  • Updated to support 1.9.4
  • Fixed wrong resolving of secondary packs
  • Fixed issue in WorldResourcepacks while getting the server version in some cases