Back to marketplace
PAPIProxyBridge
Modrinth Plugin

PAPIProxyBridge

A bridge library plugin for using PlaceholderAPI on proxy servers

Minecraft product info

Important product information

Compatibility, Minecraft versions, loaders, and external source data.

Type

Plugin

Access

Free

Latest version

1.8.4-72367f6

Downloads

48 836

Loaders / Platforms

bungeecord fabric folia paper spigot velocity waterfall

Minecraft versions

1.16.5 1.17.1 – 1.21.8

Categories

library

Description

Detailed information

<center> <img src="https://thread-assets.william278.net/papiproxybridge_header.png" /> <b><a href="http://github.com/WiIIiam278/PAPIProxyBridge">GitHub</a></b> — <b><a href="https://discord.com/invite/tVYhJfyDWG">Discord</a></b> </center> ​<br/> PAPIProxyBridge is a library bridge plugin you install on both your backend and proxy servers that allows proxy plugins to format text with PlaceholderAPI placeholders. ## For server owners This is a library plugin intended for use with plugins that implement its API. There is nothing to configure. Install the latest version of the plugin alongside the [PlaceholderAPI plugin](https://www.spigotmc.org/resources/placeholderapi.6245/) on your Spigot (1.16.5+) or the [PlaceholderAPI mod](https://placeholders.pb4.eu/) on your Fabric (1.19.3+) server, then install the plugin on your BungeeCord or Velocity proxy server. Note this plugin is not a replacement for PlaceholderAPI. You still need to install PlaceholderAPI on your Spigot/Fabric server. ## For developers PAPIProxyBridge exposes a cross-platform API to let you format text with PlaceholderAPI placeholders. <details> <summary>Adding the library to your project</summary> PAPIProxyBridge is available on `repo.william278.net` ([view javadocs here](https://repo.william278.net/javadoc/releases/net/william278/papiproxybridge/latest)). First, add the maven repository to your `build.gradle`: ```groovy repositories { maven { url 'https://repo.william278.net/releases/' } } ``` Then add the dependency: ```groovy dependencies { implementation 'net.william278:papiproxybridge:1.6' } ``` </details> <details> <summary>Example usage</summary> The `PlaceholderAPI` class exposes the API for formatting placeholders. At the moment, only singleton non-bracketed placeholders are supported (more in the future). Get an instance of the class with PlaceholderAPI.getInstance(), then use the `#formatPlaceholders` method to format a string with placeholders on a player (specified with UUID for cross-platform simplicity). The method returns a [CompletableFuture](https://www.baeldung.com/java-completablefuture) (since we don't want to lock threads while the proxy networks with players on the backend) that you can use to accept the formatted string. ```java // Format a string with placeholders final PlaceholderAPI api = PlaceholderAPI.createInstance(); final UUID player = player.getUniqueId(); api.formatPlaceholders("Hello %player_name%!", player).thenAccept(formatted -> { player.sendMessage(formatted); }); ``` Never invoke `#join()` on calls to `#formatPlaceholders`; this is unsafe. PAPIProxyBridge caches resolved requests for 30000 milliseconds (30 seconds), to avoid causing excessive traffic over your server's network channels. You can adjust how long to cache requests for using the `PlaceholderAPI#setCacheExpiry(long)` method. There also exists `#formatComponentPlaceholders`. This method allows you to supply a string containing placeholders and receive an adventure component containing the formatted text, which may contain formatting and chat events. </details>

Developer

WiIIiam278

Profile and data retrieved from Modrinth

Open on Modrinth

Product gallery

Project images

Screenshots and images from the original Modrinth page.

Change log

Project versions

Published versions and original Modrinth files.

1.8.4-72367f6 Current Alpha 16.07.2026

PAPIProxyBridge (Velocity) v1.8.4-72367f6

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
velocity
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

4.93 MB

1.8.4-72367f6 Alpha 16.07.2026

PAPIProxyBridge (Bungee) v1.8.4-72367f6

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
bungeecord waterfall
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

5.52 MB

1.8.4-72367f6 Alpha 16.07.2026

PAPIProxyBridge (Fabric) v1.8.4-72367f6

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

6.32 MB

1.8.4-72367f6 Alpha 16.07.2026

PAPIProxyBridge (Fabric) v1.8.4-72367f6

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

6.31 MB

1.8.4-72367f6 Alpha 16.07.2026

PAPIProxyBridge (Fabric) v1.8.4-72367f6

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

6.28 MB

1.8.4-72367f6 Alpha 16.07.2026

PAPIProxyBridge (Fabric) v1.8.4-72367f6

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

6.21 MB

1.8.4-72367f6 Alpha 16.07.2026

PAPIProxyBridge (Fabric) v1.8.4-72367f6

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

6.03 MB

1.8.4-72367f6 Alpha 16.07.2026

PAPIProxyBridge (Spigot) v1.8.4-72367f6

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
folia paper spigot
Show changes
Add Fabric support for 1.21.10 through 26.2 & fixed internal logic problems (#236) * [verified] fix: harden proxy messaging and request handling * [verified] feat: add Fabric 1.21.10 through 26.2 support * [verified] fix(fabric): relocate bundled Netty * [verified] ci: build Minecraft 26.x with Java 25
Sign in

0.95 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Velocity) v1.8.4-c4d2079

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
velocity
Show changes
build: bump bungee dip to 1.21
Sign in

4.92 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Bungee) v1.8.4-c4d2079

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
bungeecord waterfall
Show changes
build: bump bungee dip to 1.21
Sign in

5.52 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Fabric) v1.8.4-c4d2079

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
build: bump bungee dip to 1.21
Sign in

6.2 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Fabric) v1.8.4-c4d2079

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
build: bump bungee dip to 1.21
Sign in

6.18 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Fabric) v1.8.4-c4d2079

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build: bump bungee dip to 1.21
Sign in

6.16 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Fabric) v1.8.4-c4d2079

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
build: bump bungee dip to 1.21
Sign in

6.09 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Fabric) v1.8.4-c4d2079

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
build: bump bungee dip to 1.21
Sign in

5.9 MB

1.8.4-c4d2079 Alpha 30.12.2025

PAPIProxyBridge (Spigot) v1.8.4-c4d2079

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
folia paper spigot
Show changes
build: bump bungee dip to 1.21
Sign in

0.95 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Velocity) v1.8.4-d479e5c

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
velocity
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

4.92 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Bungee) v1.8.4-d479e5c

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
bungeecord waterfall
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

5.52 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Fabric) v1.8.4-d479e5c

Supported Minecraft versions
1.21.8
Loaders / Platforms
fabric
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

6.2 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Fabric) v1.8.4-d479e5c

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

6.18 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Fabric) v1.8.4-d479e5c

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

6.16 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Fabric) v1.8.4-d479e5c

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

6.08 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Fabric) v1.8.4-d479e5c

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

5.9 MB

1.8.4-d479e5c Alpha 08.09.2025

PAPIProxyBridge (Spigot) v1.8.4-d479e5c

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
Loaders / Platforms
folia paper spigot
Show changes
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
Sign in

0.95 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Velocity) v1.8.4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
**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.
Sign in

4.92 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Bungee) v1.8.4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
bungeecord waterfall
Show changes
**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.
Sign in

5.52 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.19 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.18 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.16 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.08 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
**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.
Sign in

5.9 MB

1.8.4 Release 08.07.2025

PAPIProxyBridge (Spigot) v1.8.4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
**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.
Sign in

0.95 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Velocity) v1.8.4-52bdeba

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

4.92 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Bungee) v1.8.4-52bdeba

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.4 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-52bdeba

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.19 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Velocity) v1.8.4-8783487

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

4.92 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Bungee) v1.8.4-8783487

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.52 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-52bdeba

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.18 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-8783487

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.19 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-52bdeba

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.16 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-8783487

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.18 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-52bdeba

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.08 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-8783487

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.16 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-52bdeba

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.9 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-8783487

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.08 MB

1.8.4-52bdeba Alpha 08.07.2025

PAPIProxyBridge (Spigot) v1.8.4-52bdeba

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216) Bumps [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.84 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-8783487

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.9 MB

1.8.4-8783487 Alpha 08.07.2025

PAPIProxyBridge (Spigot) v1.8.4-8783487

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump net.kyori:adventure-platform-bungeecord (#212) Bumps [net.kyori:adventure-platform-bungeecord](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bungeecord dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.95 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Velocity) v1.8.4-2c82fef

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

4.92 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Bungee) v1.8.4-2c82fef

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.4 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-2c82fef

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.19 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-2c82fef

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.18 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-2c82fef

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.16 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-2c82fef

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.08 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-2c82fef

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.9 MB

1.8.4-2c82fef Alpha 08.07.2025

PAPIProxyBridge (Spigot) v1.8.4-2c82fef

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump net.kyori:adventure-platform-bukkit (#215) Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.95 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Velocity) v1.8.4-9dbe32d

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

4.92 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Bungee) v1.8.4-9dbe32d

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
bungeecord waterfall
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

5.4 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-9dbe32d

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

6.19 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-9dbe32d

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

6.18 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-9dbe32d

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

6.16 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-9dbe32d

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

6.08 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Fabric) v1.8.4-9dbe32d

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

5.9 MB

1.8.4-9dbe32d Alpha 08.07.2025

PAPIProxyBridge (Spigot) v1.8.4-9dbe32d

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
Fixed problems with mc version 1.21.1 and fabric module (#217) Bumped version to 1.8.4
Sign in

0.84 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Velocity) v1.8.3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
**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.
Sign in

4.92 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Bungee) v1.8.3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
bungeecord waterfall
Show changes
**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.
Sign in

5.4 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.19 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.18 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.16 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.09 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
**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.
Sign in

5.9 MB

1.8.3 Release 05.07.2025

PAPIProxyBridge (Spigot) v1.8.3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
**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.
Sign in

0.84 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Velocity) v1.8.3-ab4910e

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

4.92 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Bungee) v1.8.3-ab4910e

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
bungeecord waterfall
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

5.4 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3-ab4910e

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

6.19 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3-ab4910e

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

6.18 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3-ab4910e

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

6.16 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3-ab4910e

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

6.09 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Fabric) v1.8.3-ab4910e

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

5.9 MB

1.8.3-ab4910e Alpha 05.07.2025

PAPIProxyBridge (Spigot) v1.8.3-ab4910e

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
fix(build): shadowJar causing `classpath.index` duplication, close #211 Interestingly this caused the remapper to break of all things.
Sign in

0.84 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Velocity) v1.8.2-d5a8f17

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
refactor: use TextCodecs to get original component
Sign in

4.93 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Bungee) v1.8.2-d5a8f17

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
bungeecord waterfall
Show changes
refactor: use TextCodecs to get original component
Sign in

5.41 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-d5a8f17

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
refactor: use TextCodecs to get original component
Sign in

6.19 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Velocity) v1.8.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

4.93 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-d5a8f17

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
refactor: use TextCodecs to get original component
Sign in

6.18 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Bungee) v1.8.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
bungeecord waterfall
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

5.41 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-d5a8f17

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
refactor: use TextCodecs to get original component
Sign in

6.16 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

6.19 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-d5a8f17

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
refactor: use TextCodecs to get original component
Sign in

6.09 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

6.18 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-d5a8f17

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
refactor: use TextCodecs to get original component
Sign in

5.9 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

6.16 MB

1.8.2-d5a8f17 Alpha 04.07.2025

PAPIProxyBridge (Spigot) v1.8.2-d5a8f17

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
refactor: use TextCodecs to get original component
Sign in

0.46 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

6.09 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

5.9 MB

1.8.2 Release 04.07.2025

PAPIProxyBridge (Spigot) v1.8.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
**PAPIProxyBridge 1.8.2** adds support for Minecraft 1.21.7. * Added support for Minecraft 1.21.7 To update, just drag+drop.
Sign in

0.46 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Velocity) v1.8.2-9cbc8e4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
velocity
Show changes
feat: add support for Minecraft 1.21.7
Sign in

4.93 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Bungee) v1.8.2-9cbc8e4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
bungeecord waterfall
Show changes
feat: add support for Minecraft 1.21.7
Sign in

5.41 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-9cbc8e4

Supported Minecraft versions
1.21.7
Loaders / Platforms
fabric
Show changes
feat: add support for Minecraft 1.21.7
Sign in

6.19 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-9cbc8e4

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
feat: add support for Minecraft 1.21.7
Sign in

6.18 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-9cbc8e4

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
feat: add support for Minecraft 1.21.7
Sign in

6.16 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-9cbc8e4

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
feat: add support for Minecraft 1.21.7
Sign in

6.09 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Fabric) v1.8.2-9cbc8e4

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
feat: add support for Minecraft 1.21.7
Sign in

5.9 MB

1.8.2-9cbc8e4 Alpha 04.07.2025

PAPIProxyBridge (Spigot) v1.8.2-9cbc8e4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7
Loaders / Platforms
folia paper spigot
Show changes
feat: add support for Minecraft 1.21.7
Sign in

0.46 MB

1.8.1-3ca29f3 Alpha 05.05.2025

PAPIProxyBridge (Velocity) v1.8.1-3ca29f3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
velocity
Show changes
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199) Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
Sign in

3.36 MB

1.8.1-3ca29f3 Alpha 05.05.2025

PAPIProxyBridge (Bungee) v1.8.1-3ca29f3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
bungeecord waterfall
Show changes
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199) Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
Sign in

5.39 MB

1.8.1-3ca29f3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-3ca29f3

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199) Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
Sign in

6.17 MB

1.8.1-3ca29f3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-3ca29f3

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199) Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
Sign in

6.15 MB

1.8.1-3ca29f3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-3ca29f3

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199) Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
Sign in

6.08 MB

1.8.1-3ca29f3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-3ca29f3

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199) Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
Sign in

5.89 MB

1.8.1-3ca29f3 Alpha 05.05.2025

PAPIProxyBridge (Spigot) v1.8.1-3ca29f3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
folia paper spigot
Show changes
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199) Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
Sign in

0.46 MB

1.8.1 Release 05.05.2025

PAPIProxyBridge (Velocity) v1.8.1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
velocity
Show changes
**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.
Sign in

3.36 MB

1.8.1 Release 05.05.2025

PAPIProxyBridge (Bungee) v1.8.1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
bungeecord waterfall
Show changes
**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.
Sign in

5.39 MB

1.8.1 Release 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.17 MB

1.8.1 Release 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.15 MB

1.8.1 Release 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.08 MB

1.8.1 Release 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
**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.
Sign in

5.89 MB

1.8.1 Release 05.05.2025

PAPIProxyBridge (Spigot) v1.8.1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
**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.
Sign in

0.46 MB

1.8.1-9fa9eb3 Alpha 05.05.2025

PAPIProxyBridge (Velocity) v1.8.1-9fa9eb3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
velocity
Show changes
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
Sign in

3.36 MB

1.8.1-9fa9eb3 Alpha 05.05.2025

PAPIProxyBridge (Bungee) v1.8.1-9fa9eb3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
bungeecord waterfall
Show changes
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
Sign in

5.39 MB

1.8.1-9fa9eb3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-9fa9eb3

Supported Minecraft versions
1.21.5
Loaders / Platforms
fabric
Show changes
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
Sign in

6.17 MB

1.8.1-9fa9eb3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-9fa9eb3

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
Sign in

6.15 MB

1.8.1-9fa9eb3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-9fa9eb3

Supported Minecraft versions
1.21.1
Loaders / Platforms
fabric
Show changes
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
Sign in

6.08 MB

1.8.1-9fa9eb3 Alpha 05.05.2025

PAPIProxyBridge (Fabric) v1.8.1-9fa9eb3

Supported Minecraft versions
1.20.1
Loaders / Platforms
fabric
Show changes
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
Sign in

5.89 MB

1.8.1-9fa9eb3 Alpha 05.05.2025

PAPIProxyBridge (Spigot) v1.8.1-9fa9eb3

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
Loaders / Platforms
folia paper spigot
Show changes
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
Sign in

0.46 MB

1.8-5a793f4 Alpha 03.04.2025

PAPIProxyBridge (Velocity) v1.8-5a793f4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.5-jre to 33.4.6-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-5a793f4 Alpha 03.04.2025

PAPIProxyBridge (Bungee) v1.8-5a793f4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.5-jre to 33.4.6-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-5a793f4 Alpha 03.04.2025

PAPIProxyBridge (Fabric) v1.8-5a793f4

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.5-jre to 33.4.6-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-f978e8f Alpha 03.04.2025

PAPIProxyBridge (Velocity) v1.8-f978e8f

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.38. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.36...v1.18.38) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-5a793f4 Alpha 03.04.2025

PAPIProxyBridge (Spigot) v1.8-5a793f4

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.5-jre to 33.4.6-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-f978e8f Alpha 03.04.2025

PAPIProxyBridge (Bungee) v1.8-f978e8f

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.38. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.36...v1.18.38) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-f978e8f Alpha 03.04.2025

PAPIProxyBridge (Fabric) v1.8-f978e8f

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.38. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.36...v1.18.38) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-f978e8f Alpha 03.04.2025

PAPIProxyBridge (Spigot) v1.8-f978e8f

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.38. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.36...v1.18.38) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8 Release 22.03.2025

PAPIProxyBridge (Velocity) v1.8

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
**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.
Sign in

3.36 MB

1.8 Release 22.03.2025

PAPIProxyBridge (Bungee) v1.8

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
**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.
Sign in

5.39 MB

1.8 Release 22.03.2025

PAPIProxyBridge (Fabric) v1.8

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
**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.
Sign in

6.03 MB

1.8 Release 22.03.2025

PAPIProxyBridge (Spigot) v1.8

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
**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.
Sign in

0.46 MB

1.8-e8fb961 Alpha 22.03.2025

PAPIProxyBridge (Velocity) v1.8-e8fb961

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-e8fb961 Alpha 22.03.2025

PAPIProxyBridge (Bungee) v1.8-e8fb961

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-e8fb961 Alpha 22.03.2025

PAPIProxyBridge (Fabric) v1.8-e8fb961

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-e8fb961 Alpha 22.03.2025

PAPIProxyBridge (Spigot) v1.8-e8fb961

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-31a49d7 Alpha 22.03.2025

PAPIProxyBridge (Bungee) v1.8-31a49d7

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#186) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.5-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-31a49d7 Alpha 22.03.2025

PAPIProxyBridge (Fabric) v1.8-31a49d7

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#186) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.5-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-31a49d7 Alpha 22.03.2025

PAPIProxyBridge (Spigot) v1.8-31a49d7

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#186) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.5-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-451e15f Alpha 17.03.2025

PAPIProxyBridge (Velocity) v1.8-451e15f

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/26.0.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-451e15f Alpha 17.03.2025

PAPIProxyBridge (Bungee) v1.8-451e15f

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/26.0.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-451e15f Alpha 17.03.2025

PAPIProxyBridge (Fabric) v1.8-451e15f

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/26.0.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-451e15f Alpha 17.03.2025

PAPIProxyBridge (Spigot) v1.8-451e15f

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/26.0.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-df6f671 Alpha 17.03.2025

PAPIProxyBridge (Velocity) v1.8-df6f671

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#180) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-df6f671 Alpha 17.03.2025

PAPIProxyBridge (Bungee) v1.8-df6f671

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#180) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-df6f671 Alpha 17.03.2025

PAPIProxyBridge (Fabric) v1.8-df6f671

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#180) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-df6f671 Alpha 17.03.2025

PAPIProxyBridge (Spigot) v1.8-df6f671

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#180) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-43ff61d Alpha 17.03.2025

PAPIProxyBridge (Velocity) v1.8-43ff61d

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-43ff61d Alpha 17.03.2025

PAPIProxyBridge (Bungee) v1.8-43ff61d

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-43ff61d Alpha 17.03.2025

PAPIProxyBridge (Fabric) v1.8-43ff61d

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-43ff61d Alpha 17.03.2025

PAPIProxyBridge (Spigot) v1.8-43ff61d

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-b26c3d1 Alpha 17.03.2025

PAPIProxyBridge (Velocity) v1.8-b26c3d1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-b26c3d1 Alpha 17.03.2025

PAPIProxyBridge (Bungee) v1.8-b26c3d1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-d6b49bf Alpha 17.03.2025

PAPIProxyBridge (Velocity) v1.8-d6b49bf

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump io.lettuce:lettuce-core (#183) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.3.RELEASE to 6.5.5.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.5.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.3.RELEASE...6.5.5.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-b26c3d1 Alpha 17.03.2025

PAPIProxyBridge (Fabric) v1.8-b26c3d1

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-d6b49bf Alpha 17.03.2025

PAPIProxyBridge (Bungee) v1.8-d6b49bf

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump io.lettuce:lettuce-core (#183) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.3.RELEASE to 6.5.5.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.5.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.3.RELEASE...6.5.5.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-b26c3d1 Alpha 17.03.2025

PAPIProxyBridge (Spigot) v1.8-b26c3d1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.18.0...v4.19.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-d6b49bf Alpha 17.03.2025

PAPIProxyBridge (Fabric) v1.8-d6b49bf

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump io.lettuce:lettuce-core (#183) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.3.RELEASE to 6.5.5.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.5.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.3.RELEASE...6.5.5.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.03 MB

1.8-d6b49bf Alpha 17.03.2025

PAPIProxyBridge (Spigot) v1.8-d6b49bf

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump io.lettuce:lettuce-core (#183) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.3.RELEASE to 6.5.5.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.5.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.3.RELEASE...6.5.5.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-50ebc6e Alpha 14.02.2025

PAPIProxyBridge (Velocity) v1.8-50ebc6e

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump io.lettuce:lettuce-core (#178) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.2.RELEASE to 6.5.3.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.3.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.2.RELEASE...6.5.3.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-50ebc6e Alpha 14.02.2025

PAPIProxyBridge (Bungee) v1.8-50ebc6e

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump io.lettuce:lettuce-core (#178) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.2.RELEASE to 6.5.3.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.3.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.2.RELEASE...6.5.3.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-50ebc6e Alpha 14.02.2025

PAPIProxyBridge (Fabric) v1.8-50ebc6e

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump io.lettuce:lettuce-core (#178) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.2.RELEASE to 6.5.3.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.3.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.2.RELEASE...6.5.3.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.02 MB

1.8-50ebc6e Alpha 14.02.2025

PAPIProxyBridge (Spigot) v1.8-50ebc6e

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump io.lettuce:lettuce-core (#178) Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 6.5.2.RELEASE to 6.5.3.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/6.5.3.RELEASE/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/6.5.2.RELEASE...6.5.3.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-259a5a2 Alpha 14.02.2025

PAPIProxyBridge (Velocity) v1.8-259a5a2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.5 to 8.3.6. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.5...8.3.6) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-259a5a2 Alpha 14.02.2025

PAPIProxyBridge (Bungee) v1.8-259a5a2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.5 to 8.3.6. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.5...8.3.6) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-259a5a2 Alpha 14.02.2025

PAPIProxyBridge (Fabric) v1.8-259a5a2

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.5 to 8.3.6. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.5...8.3.6) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.02 MB

1.8-259a5a2 Alpha 14.02.2025

PAPIProxyBridge (Spigot) v1.8-259a5a2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.5 to 8.3.6. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.5...8.3.6) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-3af9c32 Alpha 09.02.2025

PAPIProxyBridge (Velocity) v1.8-3af9c32

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-50a1d93 Alpha 09.02.2025

PAPIProxyBridge (Velocity) v1.8-50a1d93

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-3af9c32 Alpha 09.02.2025

PAPIProxyBridge (Bungee) v1.8-3af9c32

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-50a1d93 Alpha 09.02.2025

PAPIProxyBridge (Bungee) v1.8-50a1d93

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-3af9c32 Alpha 09.02.2025

PAPIProxyBridge (Fabric) v1.8-3af9c32

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.02 MB

1.8-50a1d93 Alpha 09.02.2025

PAPIProxyBridge (Fabric) v1.8-50a1d93

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.02 MB

1.8-3af9c32 Alpha 09.02.2025

PAPIProxyBridge (Spigot) v1.8-3af9c32

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-50a1d93 Alpha 09.02.2025

PAPIProxyBridge (Spigot) v1.8-50a1d93

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-7db6146 Alpha 09.02.2025

PAPIProxyBridge (Velocity) v1.8-7db6146

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-7db6146 Alpha 09.02.2025

PAPIProxyBridge (Bungee) v1.8-7db6146

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-7db6146 Alpha 09.02.2025

PAPIProxyBridge (Fabric) v1.8-7db6146

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.02 MB

1.8-7db6146 Alpha 09.02.2025

PAPIProxyBridge (Spigot) v1.8-7db6146

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-bd95bd9 Alpha 09.02.2025

PAPIProxyBridge (Velocity) v1.8-bd95bd9

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-bd95bd9 Alpha 09.02.2025

PAPIProxyBridge (Bungee) v1.8-bd95bd9

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-bd95bd9 Alpha 09.02.2025

PAPIProxyBridge (Fabric) v1.8-bd95bd9

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.02 MB

1.8-bd95bd9 Alpha 09.02.2025

PAPIProxyBridge (Spigot) v1.8-bd95bd9

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.1-jre to 33.4.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-e81754b Alpha 09.02.2025

PAPIProxyBridge (Velocity) v1.8-e81754b

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#172) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

3.36 MB

1.8-e81754b Alpha 09.02.2025

PAPIProxyBridge (Bungee) v1.8-e81754b

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#172) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

5.39 MB

1.8-e81754b Alpha 09.02.2025

PAPIProxyBridge (Fabric) v1.8-e81754b

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#172) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

6.02 MB

1.8-e81754b Alpha 09.02.2025

PAPIProxyBridge (Spigot) v1.8-e81754b

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump net.kyori:adventure-text-serializer-gson (#172) Bumps [net.kyori:adventure-text-serializer-gson](https://github.com/KyoriPowered/adventure) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-text-serializer-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.8-f6df2c9 Alpha 17.01.2025

PAPIProxyBridge (Velocity) v1.8-f6df2c9

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
feat: add Redis support, internal refactor (#173) * Started adding redis * More work * Redis & PluginMessages work * Code improvements * Added multi messenger support for fabric * Improved code readability * Update common/src/main/java/net/william278/papiproxybridge/config/Settings.java Co-authored-by: William <will27528@gmail.com> * Added redis sentinel support * Code refactor with lombok * More refactor * More refactor * Added client name * Added ssl for redis sentinel * Relocated dependencies * Added bstats chart * Changed Request serialization from string to byte[] * Reduced requests size Reduce velocity jar size * Added version parameter to requests --------- Co-authored-by: William <will27528@gmail.com>
Sign in

3.36 MB

1.8-f6df2c9 Alpha 17.01.2025

PAPIProxyBridge (Bungee) v1.8-f6df2c9

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
feat: add Redis support, internal refactor (#173) * Started adding redis * More work * Redis & PluginMessages work * Code improvements * Added multi messenger support for fabric * Improved code readability * Update common/src/main/java/net/william278/papiproxybridge/config/Settings.java Co-authored-by: William <will27528@gmail.com> * Added redis sentinel support * Code refactor with lombok * More refactor * More refactor * Added client name * Added ssl for redis sentinel * Relocated dependencies * Added bstats chart * Changed Request serialization from string to byte[] * Reduced requests size Reduce velocity jar size * Added version parameter to requests --------- Co-authored-by: William <will27528@gmail.com>
Sign in

5.39 MB

1.8-f6df2c9 Alpha 17.01.2025

PAPIProxyBridge (Spigot) v1.8-f6df2c9

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
feat: add Redis support, internal refactor (#173) * Started adding redis * More work * Redis & PluginMessages work * Code improvements * Added multi messenger support for fabric * Improved code readability * Update common/src/main/java/net/william278/papiproxybridge/config/Settings.java Co-authored-by: William <will27528@gmail.com> * Added redis sentinel support * Code refactor with lombok * More refactor * More refactor * Added client name * Added ssl for redis sentinel * Relocated dependencies * Added bstats chart * Changed Request serialization from string to byte[] * Reduced requests size Reduce velocity jar size * Added version parameter to requests --------- Co-authored-by: William <will27528@gmail.com>
Sign in

0.46 MB

1.7.2 Release 08.12.2024

PAPIProxyBridge (Velocity) v1.7.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
**PAPIProxyBridge 1.7.2** supports Fabric on Minecraft 1.21.4. * Bumped Fabric support to 1.21.4 To update, just drag+drop.
Sign in

0.08 MB

1.7.2 Release 08.12.2024

PAPIProxyBridge (Bungee) v1.7.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
**PAPIProxyBridge 1.7.2** supports Fabric on Minecraft 1.21.4. * Bumped Fabric support to 1.21.4 To update, just drag+drop.
Sign in

0.44 MB

1.7.2 Release 08.12.2024

PAPIProxyBridge (Fabric) v1.7.2

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.7.2** supports Fabric on Minecraft 1.21.4. * Bumped Fabric support to 1.21.4 To update, just drag+drop.
Sign in

0.41 MB

1.7.2 Release 08.12.2024

PAPIProxyBridge (Spigot) v1.7.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
**PAPIProxyBridge 1.7.2** supports Fabric on Minecraft 1.21.4. * Bumped Fabric support to 1.21.4 To update, just drag+drop.
Sign in

0.46 MB

1.7.2-5cf7d01 Alpha 08.12.2024

PAPIProxyBridge (Velocity) v1.7.2-5cf7d01

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
refactor: adjust debug messaging slightly
Sign in

0.08 MB

1.7.2-5cf7d01 Alpha 08.12.2024

PAPIProxyBridge (Bungee) v1.7.2-5cf7d01

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
refactor: adjust debug messaging slightly
Sign in

0.44 MB

1.7.2-5cf7d01 Alpha 08.12.2024

PAPIProxyBridge (Fabric) v1.7.2-5cf7d01

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
refactor: adjust debug messaging slightly
Sign in

0.41 MB

1.7.2-5cf7d01 Alpha 08.12.2024

PAPIProxyBridge (Spigot) v1.7.2-5cf7d01

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
refactor: adjust debug messaging slightly
Sign in

0.46 MB

1.7.2-6a6d376 Alpha 08.12.2024

PAPIProxyBridge (Velocity) v1.7.2-6a6d376

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
velocity
Show changes
feat: target Minecraft 1.21.4
Sign in

0.08 MB

1.7.2-6a6d376 Alpha 08.12.2024

PAPIProxyBridge (Bungee) v1.7.2-6a6d376

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
bungeecord waterfall
Show changes
feat: target Minecraft 1.21.4
Sign in

0.44 MB

1.7.2-6a6d376 Alpha 08.12.2024

PAPIProxyBridge (Fabric) v1.7.2-6a6d376

Supported Minecraft versions
1.21.4
Loaders / Platforms
fabric
Show changes
feat: target Minecraft 1.21.4
Sign in

0.41 MB

1.7.2-6a6d376 Alpha 08.12.2024

PAPIProxyBridge (Spigot) v1.7.2-6a6d376

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4
Loaders / Platforms
folia paper spigot
Show changes
feat: target Minecraft 1.21.4
Sign in

0.46 MB

1.7.1-6bd7ffb Alpha 16.11.2024

PAPIProxyBridge (Velocity) v1.7.1-6bd7ffb

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
velocity
Show changes
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.4 to 8.3.5. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.08 MB

1.7.1-6bd7ffb Alpha 16.11.2024

PAPIProxyBridge (Bungee) v1.7.1-6bd7ffb

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.4 to 8.3.5. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.44 MB

1.7.1-6bd7ffb Alpha 16.11.2024

PAPIProxyBridge (Fabric) v1.7.1-6bd7ffb

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.4 to 8.3.5. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.41 MB

1.7.1-6bd7ffb Alpha 16.11.2024

PAPIProxyBridge (Spigot) v1.7.1-6bd7ffb

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165) Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.4 to 8.3.5. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.7.1 Release 31.10.2024

PAPIProxyBridge (Velocity) v1.7.1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
velocity
Show changes
**PAPIProxyBridge 1.7.1** supports Fabric on Minecraft 1.21.3. * Bumped Fabric support to 1.21.3 To update, just drag+drop.
Sign in

0.08 MB

1.7.1 Release 31.10.2024

PAPIProxyBridge (Bungee) v1.7.1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
bungeecord waterfall
Show changes
**PAPIProxyBridge 1.7.1** supports Fabric on Minecraft 1.21.3. * Bumped Fabric support to 1.21.3 To update, just drag+drop.
Sign in

0.44 MB

1.7.1 Release 31.10.2024

PAPIProxyBridge (Fabric) v1.7.1

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.7.1** supports Fabric on Minecraft 1.21.3. * Bumped Fabric support to 1.21.3 To update, just drag+drop.
Sign in

0.41 MB

1.7.1 Release 31.10.2024

PAPIProxyBridge (Spigot) v1.7.1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
folia paper spigot
Show changes
**PAPIProxyBridge 1.7.1** supports Fabric on Minecraft 1.21.3. * Bumped Fabric support to 1.21.3 To update, just drag+drop.
Sign in

0.46 MB

1.7.1-9a61467 Alpha 31.10.2024

PAPIProxyBridge (Velocity) v1.7.1-9a61467

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
velocity
Show changes
Merge remote-tracking branch 'origin/master'
Sign in

0.08 MB

1.7.1-9a61467 Alpha 31.10.2024

PAPIProxyBridge (Bungee) v1.7.1-9a61467

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
bungeecord waterfall
Show changes
Merge remote-tracking branch 'origin/master'
Sign in

0.44 MB

1.7.1-9a61467 Alpha 31.10.2024

PAPIProxyBridge (Fabric) v1.7.1-9a61467

Supported Minecraft versions
1.21.3
Loaders / Platforms
fabric
Show changes
Merge remote-tracking branch 'origin/master'
Sign in

0.41 MB

1.7.1-9a61467 Alpha 31.10.2024

PAPIProxyBridge (Spigot) v1.7.1-9a61467

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.3
Loaders / Platforms
folia paper spigot
Show changes
Merge remote-tracking branch 'origin/master'
Sign in

0.46 MB

1.7-1f20b4c Alpha 27.10.2024

PAPIProxyBridge (Velocity) v1.7-1f20b4c

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.08 MB

1.7-1f20b4c Alpha 27.10.2024

PAPIProxyBridge (Bungee) v1.7-1f20b4c

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.44 MB

1.7-1f20b4c Alpha 27.10.2024

PAPIProxyBridge (Fabric) v1.7-1f20b4c

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.41 MB

1.7-1f20b4c Alpha 27.10.2024

PAPIProxyBridge (Spigot) v1.7-1f20b4c

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.7-4eac250 Alpha 27.10.2024

PAPIProxyBridge (Velocity) v1.7-4eac250

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.08 MB

1.7-4eac250 Alpha 27.10.2024

PAPIProxyBridge (Bungee) v1.7-4eac250

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.44 MB

1.7-4eac250 Alpha 27.10.2024

PAPIProxyBridge (Fabric) v1.7-4eac250

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.41 MB

1.7-4eac250 Alpha 27.10.2024

PAPIProxyBridge (Spigot) v1.7-4eac250

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.7-4a21fd0 Alpha 27.10.2024

PAPIProxyBridge (Velocity) v1.7-4a21fd0

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/24.1.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.08 MB

1.7-4a21fd0 Alpha 27.10.2024

PAPIProxyBridge (Bungee) v1.7-4a21fd0

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/24.1.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.44 MB

1.7-4a21fd0 Alpha 27.10.2024

PAPIProxyBridge (Fabric) v1.7-4a21fd0

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/24.1.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.41 MB

1.7-4a21fd0 Alpha 27.10.2024

PAPIProxyBridge (Spigot) v1.7-4a21fd0

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 26.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/24.1.0...26.0.1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign in

0.46 MB

1.7 Release 22.10.2024

PAPIProxyBridge (Velocity) v1.7

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
**PAPIProxyBridge 1.7** supports Minecraft 1.21.2 on Fabric and fixes a bug. * Added support for Minecraft 1.21.2 on Fabric * The plugin now requires Velocity 3.4.0 or newer for 1.21.2 support * The plugin is now published with separate JAR files for each platform. Please download the correct JAR for your server! (#154) * Fixed a memory leak that could occur under specific circumstances, courtesy of @alexdev03 (#155) To update, just drag+drop.
Sign in

0.08 MB

1.7 Release 22.10.2024

PAPIProxyBridge (Bungee) v1.7

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
**PAPIProxyBridge 1.7** supports Minecraft 1.21.2 on Fabric and fixes a bug. * Added support for Minecraft 1.21.2 on Fabric * The plugin now requires Velocity 3.4.0 or newer for 1.21.2 support * The plugin is now published with separate JAR files for each platform. Please download the correct JAR for your server! (#154) * Fixed a memory leak that could occur under specific circumstances, courtesy of @alexdev03 (#155) To update, just drag+drop.
Sign in

0.44 MB

1.7 Release 22.10.2024

PAPIProxyBridge (Fabric) v1.7

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
**PAPIProxyBridge 1.7** supports Minecraft 1.21.2 on Fabric and fixes a bug. * Added support for Minecraft 1.21.2 on Fabric * The plugin now requires Velocity 3.4.0 or newer for 1.21.2 support * The plugin is now published with separate JAR files for each platform. Please download the correct JAR for your server! (#154) * Fixed a memory leak that could occur under specific circumstances, courtesy of @alexdev03 (#155) To update, just drag+drop.
Sign in

0.41 MB

1.7 Release 22.10.2024

PAPIProxyBridge (Spigot) v1.7

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
**PAPIProxyBridge 1.7** supports Minecraft 1.21.2 on Fabric and fixes a bug. * Added support for Minecraft 1.21.2 on Fabric * The plugin now requires Velocity 3.4.0 or newer for 1.21.2 support * The plugin is now published with separate JAR files for each platform. Please download the correct JAR for your server! (#154) * Fixed a memory leak that could occur under specific circumstances, courtesy of @alexdev03 (#155) To update, just drag+drop.
Sign in

0.46 MB

1.7-140e297 Alpha 22.10.2024

PAPIProxyBridge (Velocity) v1.7-140e297

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
build: simplify plugin version in buildscript
Sign in

0.08 MB

1.7-140e297 Alpha 22.10.2024

PAPIProxyBridge (Bungee) v1.7-140e297

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
build: simplify plugin version in buildscript
Sign in

0.44 MB

1.7-140e297 Alpha 22.10.2024

PAPIProxyBridge (Fabric) v1.7-140e297

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
build: simplify plugin version in buildscript
Sign in

0.41 MB

1.7-140e297 Alpha 22.10.2024

PAPIProxyBridge (Spigot) v1.7-140e297

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
build: simplify plugin version in buildscript
Sign in

0.46 MB

1.7-aed418b Alpha 22.10.2024

PAPIProxyBridge (Velocity) v1.7-aed418b

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
build: temporarily comment out hangar
Sign in

0.08 MB

1.7-aed418b Alpha 22.10.2024

PAPIProxyBridge (Bungee) v1.7-aed418b

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
build: temporarily comment out hangar
Sign in

0.44 MB

1.7-aed418b Alpha 22.10.2024

PAPIProxyBridge (Fabric) v1.7-aed418b

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
build: temporarily comment out hangar
Sign in

0.41 MB

1.7-aed418b Alpha 22.10.2024

PAPIProxyBridge (Spigot) v1.7-aed418b

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
build: temporarily comment out hangar
Sign in

0.46 MB

1.7-90b9440 Alpha 22.10.2024

PAPIProxyBridge (Velocity) v1.7-90b9440

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
build: bump deps, adjust hangar publish
Sign in

0.08 MB

1.7-90b9440 Alpha 22.10.2024

PAPIProxyBridge (Bungee) v1.7-90b9440

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
build: bump deps, adjust hangar publish
Sign in

0.44 MB

1.7-90b9440 Alpha 22.10.2024

PAPIProxyBridge (Fabric) v1.7-90b9440

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
build: bump deps, adjust hangar publish
Sign in

0.41 MB

1.7-90b9440 Alpha 22.10.2024

PAPIProxyBridge (Spigot) v1.7-90b9440

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
build: bump deps, adjust hangar publish
Sign in

0.46 MB

1.7-a848a92 Alpha 22.10.2024

PAPIProxyBridge (Velocity) v1.7-a848a92

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
velocity
Show changes
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
Sign in

0.08 MB

1.7-a848a92 Alpha 22.10.2024

PAPIProxyBridge (Bungee) v1.7-a848a92

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
bungeecord waterfall
Show changes
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
Sign in

0.44 MB

1.7-a848a92 Alpha 22.10.2024

PAPIProxyBridge (Fabric) v1.7-a848a92

Supported Minecraft versions
1.21.2
Loaders / Platforms
fabric
Show changes
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
Sign in

0.41 MB

1.7-a848a92 Alpha 22.10.2024

PAPIProxyBridge (Spigot) v1.7-a848a92

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2
Loaders / Platforms
folia paper spigot
Show changes
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
Sign in

0.46 MB

1.6.2 Release 11.08.2024

PAPIProxyBridge v1.6.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1
Loaders / Platforms
bungeecord fabric folia paper spigot velocity
Show changes
**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.
Sign in

0.94 MB

1.6.2 Release 11.08.2024

PAPIProxyBridge v1.6.2

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Loaders / Platforms
bungeecord fabric folia paper spigot velocity
Show changes
**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.
Sign in

0.92 MB

1.6.1 Release 12.05.2024

PAPIProxyBridge v1.6.1

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Loaders / Platforms
bungeecord fabric folia paper spigot velocity
Show changes
**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.
Sign in

0.92 MB

1.6 Release 10.05.2024

PAPIProxyBridge v1.6 - Folia & Fabric 1.20.6 support

Supported Minecraft versions
1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6
Loaders / Platforms
bungeecord fabric folia paper spigot velocity
Show changes
**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.
Sign in

0.96 MB

1.5 Release 16.01.2024

PAPIProxyBridge v1.5 - Bug fixes, Fabric 1.20.4 support

Supported Minecraft versions
1.17.1 1.18.2 1.19.4 1.20.4
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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.
Sign in

0.86 MB

1.4.2 Release 29.09.2023

PAPIProxyBridge v1.4.2 - Fabric 1.20.1 fix

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4 1.20.1
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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.
Sign in

1.22 MB

1.4.1 Release 25.09.2023

PAPIProxyBridge v1.4.1 - Fabric 1.20.1 fix

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4 1.20.1
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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.
Sign in

58.01 MB

1.4 Release 06.09.2023

PAPIProxyBridge v1.4 - Component placeholders, bug fixes

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4 1.20.1
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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 `Component`s. - 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.
Sign in

0.14 MB

1.3 Release 28.07.2023

PAPIProxyBridge v1.3 - API changes, stability

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4 1.20.1
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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.
Sign in

0.14 MB

1.2.2 Release 12.06.2023

PAPIProxyBridge v1.2.2 - 1.20.1 support

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4 1.20.1
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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.
Sign in

0.14 MB

1.2.1 Release 12.06.2023

PAPIProxyBridge v1.2.1 - 1.20 support

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4 1.20
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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
Sign in

0.14 MB

1.2 Release 17.04.2023

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

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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.
Sign in

0.14 MB

1.1 Release 27.03.2023

PAPIProxyBridge v1.1 - PlaceholderAPI fabric mod support

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.4
Loaders / Platforms
bungeecord fabric spigot velocity
Show changes
**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](https://placeholders.pb4.eu/) mod by Patbox To update, just drag+drop. Nothing's changed on the side of the other modules, aside from a few dependency bumps.
Sign in

0.14 MB

1.0 Release 06.03.2023

PAPIProxyBridge v1.0

Supported Minecraft versions
1.16.5 1.17.1 1.18.2 1.19.3
Loaders / Platforms
bungeecord spigot velocity
Show changes
Initial release
Sign in

0.09 MB