Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
PAPIProxyBridge

PAPIProxyBridge

A bridge library plugin for using PlaceholderAPI on proxy servers

18.7k
57
Library
AboutChangelogVersions

PAPIProxyBridge (Bungee) v1.7-aed418b

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Fabric) v1.7-aed418b

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Spigot) v1.7-aed418b

by WiIIiam278 on Oct 22, 2024
Download

build: temporarily comment out hangar

PAPIProxyBridge (Velocity) v1.7-90b9440

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Bungee) v1.7-90b9440

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Fabric) v1.7-90b9440

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Spigot) v1.7-90b9440

by WiIIiam278 on Oct 22, 2024
Download

build: bump deps, adjust hangar publish

PAPIProxyBridge (Velocity) v1.7-a848a92

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Bungee) v1.7-a848a92

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Fabric) v1.7-a848a92

by WiIIiam278 on Oct 22, 2024
Download

PAPIProxyBridge (Spigot) v1.7-a848a92

by WiIIiam278 on Oct 22, 2024
Download

feat: target Minecraft 1.21.2, add publishing

Now targets 1.21.2 on fabric!

We now publish separate JARs for each project, and publish to william278.net

PAPIProxyBridge v1.6.2

by WiIIiam278 on Aug 11, 2024
Download

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 v1.6.2

by WiIIiam278 on Aug 11, 2024
Download

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 v1.6.1

by WiIIiam278 on May 12, 2024
Download

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 v1.6 - Folia & Fabric 1.20.6 support

by WiIIiam278 on May 10, 2024
Download

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 v1.5 - Bug fixes, Fabric 1.20.4 support

by WiIIiam278 on Jan 16, 2024
Download

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 v1.4.2 - Fabric 1.20.1 fix

by WiIIiam278 on Sep 29, 2023
Download

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 v1.4.1 - Fabric 1.20.1 fix

by WiIIiam278 on Sep 25, 2023
Download

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 v1.4 - Component placeholders, bug fixes

by WiIIiam278 on Sep 6, 2023
Download

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 v1.3 - API changes, stability

by WiIIiam278 on Jul 28, 2023
Download

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.

1
8
9
10

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@fafd47f

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.