Releases: SamB440/ForcePack
Release list
1.3.1
To view the 1.3.0 changelog, go here: https://github.com/SamB440/ForcePack/releases/tag/1.3.0
This is a patch to 1.3.0 that fixes the following issuses:
- Fix uuid for resource pack groups on velocity
- Fix plugin message to backend server not containing removal
Full Changelog: 1.3.0...1.3.1
1.3.0
The 1.3.0 update is finally here!
Note: ForcePack is now also available on Modrinth at https://modrinth.com/plugin/forcepack. Downloading from Modrinth also helps support me thanks to their rewards program.
This update adds support for 1.20.3+ clients and multiple resource pack support. It also adds support for MiniMessage/adventure text formatting on Spigot-based servers. You will need to update your language files - default ones can be found here.
There is now the ability to self-host resource packs. Please see the new documentation at https://fortitude.islandearth.net/forcepack/configuration for information on how to configure this.
Velocity now has support for server groups. See https://fortitude.islandearth.net/forcepack/configuration#groups.
Many bugs have also been fixed and the overall quality of the plugin has been improved significantly, especially with new documentation. This update took many months to finish, if you would like to support my work you can do so at https://ko-fi.com/samb440.
What's Changed
- Create zh_tw.yml by @VincentX0905 in #32
- Create translation to spanish by @luisBazanDev in #36
- 1.20.3 & Self hosting by @SamB440 in #46
- Add minimessage/adventure support
- Fix compatibility with Spigot (BRIGADIER -> NATIVE_BRIGADIER).
- Send translations on main thread due to bad packet plugins
- Add exclude option for global resource packs
- Add server groups
- Update dropbox URL format
- Add [player] placeholder for velocity
- Fix logging auto-generated hash on Velocity
- Check server.properties for existing pack and warn
New Contributors
- @VincentX0905 made their first contribution in #32
- @luisBazanDev made their first contribution in #36
Full Changelog: 1.2.9...1.3.0
1.2.9
What's Changed
- Update gradle wrapper
- Close velocity config after load to allow reloading
- Send success plugin message if pack was already applied
- Feat: Cloud commands & Folia support by @SamB440 in #24
- Add generate-hash setting for global and unload packs, also check valid URL ending
Full Changelog: 1.2.8...1.2.9
1.2.8
Changes
- Add Simplified Chinese Translation by @CJYKK in #13
- Velocity command feedback to original sender and console by @Boy0000 in #18
Fixes
- Update Paper repository
- Spigot: Fix resource pack bypass and possible memory leak
- Don't allow waiting players to deal damage but take none, fixes a potential exploit under certain configurations
- Properly reload velocity config, fix error for velocity reload command
Full Changelog: 1.2.7...1.2.8
1.2.7
Fixes
Features
Full Changelog: 1.2.6...1.2.7
Spigot Config changes
# How many ticks to delay sending a resource pack by
# Use this if you have a plugin teleporting someone after joining which closes the resource pack screen
delay-pack-sending-by: 0
Velocity Config changes
# How many ticks to delay sending a resource pack by
# Use this if you have a plugin teleporting someone after joining which closes the resource pack screen
delay-pack-sending-by = 0
1.2.6
1.2.5
1.2.4
Fixes
- Don't make unnecessary requests to resource pack host URLs (closes #5)
- Fix client version check being incorrect and not sending to 1.16-1.17 players
- Remove on quit/status properly
- Fix bug that making fewer requests introduced
Features
- Enforce packet order and timing (hacked client spoof blocker)
- Warn server administrators when using a default provided pack by StealWonders in #6
- Sends title to players while pack is loading for slow clients by StealWonders in #7
Other
- Move hack validation to new method
- Add hack prevention to velocity
- Change 'build' to 'example-server'
Full Changelog: 90bf04e...a6a10d8