PAPIProxyBridge 1.8.4 - Hotfix
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
- Fixed compatibility issues with the Minecraft 1.21.1 and Fabric server side mod versions, courtesy of @alexdev03 (#217)
To update, just drag+drop.
PAPIProxyBridge 1.8.3 - Hotfix
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
- Fixed the Paper remapper throwing an error on startup due to
classpath.index duplication (#211)
To update, just drag+drop.
PAPIProxyBridge 1.8.2 - Minecraft 1.21.7
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
- Added support for Minecraft 1.21.7
To update, just drag+drop.
PAPIProxyBridge 1.8.1 - Wider Fabric support
PAPIProxyBridge 1.8.1 adds support for Fabric 1.20.1, 1.21.1, and 1.21.5 in addition to the existing support for 1.21.4.
- Fabric: Added support for 1.20.1, 1.21.1 and 1.21.5, courtesy of @alexdev03 (#198)
To update, just drag+drop.
PAPIProxyBridge 1.8 - Redis support, improvements
PAPIProxyBridge 1.8 adds optional support for using the plugin via Redis for more stable and performant placeholder formatting on larger servers.
- Added optional support for Redis, courtesy of @alexdev03 (#173)
- Redis is about 10/15 times faster than Plugin Messaging and is recommended for larger servers that have this setup
- General internal refactoring & improvements.
To update from v1.7.x, just drag+drop.
PAPIProxyBridge 1.7.2 - Fabric 1.21.4
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
- Bumped Fabric support to 1.21.4
To update, just drag+drop.
PAPIProxyBridge 1.7.1 - Fabric 1.21.3
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
- Bumped Fabric support to 1.21.3
To update, just drag+drop.
PAPIProxyBridge 1.6.2 - Minecraft 1.21.1, bug fix
PAPIProxyBridge 1.6.2 supports Minecraft 1.21.1 on Fabric and fixes a bug on Velocity.
- Fabric: Now targets MC 1.21.1, courtesy of @alexdev03 (#72)
- Fixed a thread-blocking issue on Velocity servers when handling Placeholders (#69)
To update, just drag+drop.
PAPIProxyBridge 1.6.1 - Bug fixes
PAPIProxyBridge 1.6.1 fixes a few issues in the previous release
- Fixed a change made in 1.6 causing API breakages, courtesy of @alexdev03 (#126)
- Fixed a bug causing the plugin to fail to load during remapping due to duplicate dependencies
To update, just drag+drop.
PAPIProxyBridge 1.6 - Folia & Fabric 1.20.6 support
PAPIProxyBridge 1.6 fixes bugs and adds support for Folia as well as Fabric 1.20.6
- Added support for Folia, courtesy of @Yomamaeatstoes (#112)
- Added support for Fabric 1.20.5/6 @alexdev03 (#118)
- Added a retry system for failed placeholder passes to reduce the rate of failed placeholder handshakes
- General code cleanup, including improvements to version reporting
Please note: Java 21 is required for Fabric and Minecraft 1.20.6+; otherwise Java 17 is the minimum supported JDK version.
PAPIProxyBridge 1.5 - Bug fixes, Fabric 1.20.4 support
PAPIProxyBridge 1.5 fixes bugs and adds support for Fabric 1.20.4
- Updated to target Minecraft 1.20.4 on Fabric, courtesy of @alexdev03 (#95)
- Increased the default placeholder resolution timeout time to 1000ms
- Fixed an issue where the configured timeout time was not being used to expire placeholder resolution requests
- Fixed an issue where an IllegalStateException would be thrown due to a duplicate map key when querying servers, courtesy of @alexdev03 (#98)
- Further reduced the size of the plugin jar
- Bumped various dependencies
To update, just drag+drop.
PAPIProxyBridge 1.4.2 - Fabric 1.20.1 fix
PAPIProxyBridge 1.4.2 fixes another issue preventing Fabric 1.20.1 from loading the plugin correctly.
- Fixed the jar file size being far bigger than needed
- Fixed the Fabric mod failing to load on Fabric 1.20.1
To update, just drag+drop.
PAPIProxyBridge 1.4.1 - Fabric 1.20.1 fix
PAPIProxyBridge 1.4.1 fixes a problem with Fabric 1.20.1
- Fixed the system not loading with Fabric 1.20.1 (#74)
To update, just drag+drop. The fabric mod included in the .jar works with 1.20.1 only.
PAPIProxyBridge 1.4 - Component placeholders, bug fixes
PAPIProxyBridge 1.4 adds support for formatting serialised component placeholders and fixes bugs. This version supports 1.20.1 on Fabric.
- Added new methods to support placeholders returning adventure Components.
- Placeholders that resolve to components can now be returned natively through the #formatComponentPlaceholders method
- This allows for placeholders to contain formatting and chat events
- Fixed a thread deadlocking issue that could rarely occur on Velocity
- Fixed the Velocity implementation not specifying that it had handled a plugin message, causing other plugins relying on these to fail in certain circumstances
To update, just drag+drop.
PAPIProxyBridge 1.3 - API changes, server list fetching, stability
PAPIProxyBridge 1.3 makes changes to the API, adds the ability to fetch a list of servers with PAPIProxyBridge installed, and improves system stability.
- Add API method for fetching the list of server names which have PAPIProxyBridge installed (#54)
- Moved the API to be instance-based, rather than singleton-based, courtesy of @Jarva (#66)
- Each plugin should now create and store its own PAPIProxyBridge
PlaceholderAPI instance.
- The method has changed to
#createInstance(); #getInstance() is now deprecated.
- This allows plugins to independently configure cache time
- Fixed an issue where the Velocity Plugin Message event was still being passed to clients
- Fixed an
OutOfMemoryException that could occur in certain cases, caused by concurrent Map issues (#65)
To update, just drag+drop.
PAPIProxyBridge v1.2.2 - Fabric 1.20.1
PAPIProxyBridge 1.2.2 updates the plugin to support Minecraft 1.20.1 on Fabric servers.
- PAPIProxyBridge on Fabric now targets Minecraft 1.20.1
To update, just drag+drop.
PAPIProxyBridge v1.2.1 - Fabric 1.20
PAPIProxyBridge 1.2.1 updates the plugin to support Minecraft 1.20 on Fabric servers.
- PAPIProxyBridge on Fabric now supports Minecraft 1.20.
To update, just drag+drop
PAPIProxyBridge v1.2 - New API features, caching bug fix
PAPIProxyBridge v1.2 adds a few new features to the API and fixes a notable issue with placeholder caching.
- Added methods for specifying a
requestFor UUID, which lets you request placeholder formatting using an online user for a user who does not have to be online.
- Added methods for setting how long to cache requests for, and for how long to wait before timing out a request
- Caching will now cache separate request results for each player
- If you pass the UUID of an offline user to PAPIProxyBridge, it will now return the unformatted text instead of throwing an exception
- The fabric mod now targets Minecraft 1.19.2+
To update, just drag+drop. API developers should target the new version (1.2) if they wish. There are no breaking changes.
PAPIProxyBridge v1.1 - PlaceholderAPI fabric mod support
PAPIProxyBridge v1.1 adds support for providing placeholders on Fabric through the Fabric PlaceholderAPI mod. Huge thanks to @Awakened-Redstone for writing this feature.
- Added support for Fabric Placeholder support
- This is a server-side only mod
- Works with Minecraft versions 1.19.3+
- Depends on the TextPlaceholderAPI mod by Patbox
To update, just drag+drop. Nothing's changed on the side of the other modules, aside from a few dependency bumps.
Page 1