Skip to content

Releases: WiIIiam278/PAPIProxyBridge

PAPIProxyBridge 1.6.1 - Bug fixes

12 May 19:49
81b7ee9
Compare
Choose a tag to compare

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

10 May 20:14
637a00c
Compare
Choose a tag to compare

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.

To update, just drag+drop.

PAPIProxyBridge 1.5 - Bug fixes, Fabric 1.20.4 support

16 Jan 21:26
Compare
Choose a tag to compare

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

29 Sep 21:41
83cc181
Compare
Choose a tag to compare

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

25 Sep 12:54
821398b
Compare
Choose a tag to compare

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

06 Sep 06:34
Compare
Choose a tag to compare

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

28 Jul 14:43
a4dec7a
Compare
Choose a tag to compare

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

12 Jun 18:14
8a5cfc7
Compare
Choose a tag to compare

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

12 Jun 13:42
d6ecea5
Compare
Choose a tag to compare

PAPIProxyBridge 1.2.1 updates the plugin to support Minecraft 1.20 on Fabric servers.

  • PAPIProxyBridge on Fabric now targets Minecraft 1.20.

To update, just drag+drop

PAPIProxyBridge v1.2 - New API features, caching bug fix

17 Apr 18:13
3047970
Compare
Choose a tag to compare

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.