A bridge library plugin for using PlaceholderAPI on proxy servers
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.
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 on your Spigot (1.16.5+) or the PlaceholderAPI mod 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.
PAPIProxyBridge exposes a cross-platform API to let you format text with PlaceholderAPI placeholders.
Adding the library to your project 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`:repositories {
maven { url 'https://repo.william278.net/releases/' }
}
Then add the dependency:
dependencies {
implementation 'net.william278:papiproxybridge:1.6'
}
Example usage
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.
// 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.
Unknown
Unknown
Terms for using, modifying and redistributing this product.
16.07.2026 · Modrinth
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
Screenshots and images from the original Modrinth page.

Published versions and original Modrinth files.
16.07.2026 · 1 519 downloads
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
16.07.2026 · 28 downloads
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
16.07.2026 · 40 downloads
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
16.07.2026 · 12 downloads
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
16.07.2026 · 37 downloads
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
16.07.2026 · 27 downloads
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
16.07.2026 · 16 downloads
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
16.07.2026 · 582 downloads
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
30.12.2025 · 3 357 downloads
build: bump bungee dip to 1.21
30.12.2025 · 114 downloads
build: bump bungee dip to 1.21
30.12.2025 · 116 downloads
build: bump bungee dip to 1.21
30.12.2025 · 35 downloads
build: bump bungee dip to 1.21
30.12.2025 · 162 downloads
build: bump bungee dip to 1.21
30.12.2025 · 144 downloads
build: bump bungee dip to 1.21
30.12.2025 · 77 downloads
build: bump bungee dip to 1.21
30.12.2025 · 2 665 downloads
build: bump bungee dip to 1.21
08.09.2025 · 3 122 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 100 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 141 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 71 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 59 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 93 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 68 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 1 096 downloads
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.07.2025 · 4 205 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 141 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 117 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 85 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 104 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 287 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 142 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 5 507 downloads
PAPIProxyBridge 1.8.4 is a hotfix to fix issues with the Fabric mod and Paper 1.21.1.
To update, just drag+drop.
08.07.2025 · 70 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 71 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 69 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 49 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 67 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 49 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 58 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 55 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 62 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 59 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 56 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 65 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 12 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 10 downloads
build(deps): bump org.ajoberstar.grgit from 5.3.0 to 5.3.2 (#216)
Bumps org.ajoberstar.grgit from 5.3.0 to 5.3.2.
- Release notes
- Commits
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
08.07.2025 · 12 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 10 downloads
build(deps): bump net.kyori:adventure-platform-bungeecord (#212)
Bumps net.kyori:adventure-platform-bungeecord from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 13 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 16 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 12 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 13 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 12 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 15 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 12 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 13 downloads
build(deps): bump net.kyori:adventure-platform-bukkit (#215)
Bumps net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0.
- Release notes
- Commits
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
08.07.2025 · 33 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 16 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 15 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 18 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 19 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 18 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 21 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 24 downloads
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
05.07.2025 · 141 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 40 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 25 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 38 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 49 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 32 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 40 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 118 downloads
PAPIProxyBridge 1.8.3 is a hotfix to address a startup crash issue on Paper servers.
classpath.index duplication (#211)To update, just drag+drop.
05.07.2025 · 37 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 23 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 44 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 21 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 24 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 31 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 25 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 19 downloads
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
04.07.2025 · 46 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 25 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 35 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 44 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 10 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 13 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 6 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 10 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 18 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 11 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 18 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 14 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 29 downloads
refactor: use TextCodecs to get original component
04.07.2025 · 15 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 20 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 26 downloads
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 17 downloads
feat: add support for Minecraft 1.21.7
04.07.2025 · 26 downloads
feat: add support for Minecraft 1.21.7
04.07.2025 · 18 downloads
feat: add support for Minecraft 1.21.7
04.07.2025 · 25 downloads
feat: add support for Minecraft 1.21.7
04.07.2025 · 11 downloads
feat: add support for Minecraft 1.21.7
04.07.2025 · 14 downloads
feat: add support for Minecraft 1.21.7
04.07.2025 · 13 downloads
feat: add support for Minecraft 1.21.7
04.07.2025 · 14 downloads
feat: add support for Minecraft 1.21.7
05.05.2025 · 836 downloads
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 70 downloads
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 82 downloads
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 80 downloads
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 91 downloads
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 70 downloads
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 591 downloads
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 671 downloads
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.
To update, just drag+drop.
05.05.2025 · 95 downloads
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.
To update, just drag+drop.
05.05.2025 · 70 downloads
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.
To update, just drag+drop.
05.05.2025 · 67 downloads
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.
To update, just drag+drop.
05.05.2025 · 102 downloads
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.
To update, just drag+drop.
05.05.2025 · 79 downloads
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.
To update, just drag+drop.
05.05.2025 · 288 downloads
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.
To update, just drag+drop.
05.05.2025 · 53 downloads
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 52 downloads
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 46 downloads
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 62 downloads
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 55 downloads
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 68 downloads
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 12 downloads
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
03.04.2025 · 440 downloads
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187)
Bumps com.google.guava:guava from 33.4.5-jre to 33.4.6-jre.
- Release notes
- 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
03.04.2025 · 24 downloads
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187)
Bumps com.google.guava:guava from 33.4.5-jre to 33.4.6-jre.
- Release notes
- 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
03.04.2025 · 32 downloads
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187)
Bumps com.google.guava:guava from 33.4.5-jre to 33.4.6-jre.
- Release notes
- 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
03.04.2025 · 15 downloads
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188)
Bumps org.projectlombok:lombok from 1.18.36 to 1.18.38.
- Changelog
- Commits
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
03.04.2025 · 401 downloads
build(deps): bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#187)
Bumps com.google.guava:guava from 33.4.5-jre to 33.4.6-jre.
- Release notes
- 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
03.04.2025 · 17 downloads
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188)
Bumps org.projectlombok:lombok from 1.18.36 to 1.18.38.
- Changelog
- Commits
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
03.04.2025 · 17 downloads
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188)
Bumps org.projectlombok:lombok from 1.18.36 to 1.18.38.
- Changelog
- Commits
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
03.04.2025 · 17 downloads
build(deps): bump org.projectlombok:lombok from 1.18.36 to 1.18.38 (#188)
Bumps org.projectlombok:lombok from 1.18.36 to 1.18.38.
- Changelog
- Commits
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
22.03.2025 · 569 downloads
PAPIProxyBridge 1.8 adds optional support for using the plugin via Redis for more stable and performant placeholder formatting on larger servers.
To update from v1.7.x, just drag+drop.
22.03.2025 · 37 downloads
PAPIProxyBridge 1.8 adds optional support for using the plugin via Redis for more stable and performant placeholder formatting on larger servers.
To update from v1.7.x, just drag+drop.
22.03.2025 · 45 downloads
PAPIProxyBridge 1.8 adds optional support for using the plugin via Redis for more stable and performant placeholder formatting on larger servers.
To update from v1.7.x, just drag+drop.
22.03.2025 · 439 downloads
PAPIProxyBridge 1.8 adds optional support for using the plugin via Redis for more stable and performant placeholder formatting on larger servers.
To update from v1.7.x, just drag+drop.
22.03.2025 · 29 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
22.03.2025 · 19 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
22.03.2025 · 18 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
22.03.2025 · 16 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#185)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
22.03.2025 · 19 downloads
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#186)
Bumps com.google.guava:guava from 33.4.0-jre to 33.4.5-jre.
- Release notes
- 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
22.03.2025 · 19 downloads
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#186)
Bumps com.google.guava:guava from 33.4.0-jre to 33.4.5-jre.
- Release notes
- 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
22.03.2025 · 17 downloads
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#186)
Bumps com.google.guava:guava from 33.4.0-jre to 33.4.5-jre.
- Release notes
- 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
17.03.2025 · 76 downloads
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177)
Bumps org.jetbrains:annotations from 26.0.1 to 26.0.2.
- Release notes
- Changelog
- Commits
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
17.03.2025 · 17 downloads
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177)
Bumps org.jetbrains:annotations from 26.0.1 to 26.0.2.
- Release notes
- Changelog
- Commits
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
17.03.2025 · 21 downloads
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177)
Bumps org.jetbrains:annotations from 26.0.1 to 26.0.2.
- Release notes
- Changelog
- Commits
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
17.03.2025 · 114 downloads
build(deps): bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#177)
Bumps org.jetbrains:annotations from 26.0.1 to 26.0.2.
- Release notes
- Changelog
- Commits
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
17.03.2025 · 14 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#180)
Bumps net.kyori:adventure-text-serializer-gson from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 17 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#180)
Bumps net.kyori:adventure-text-serializer-gson from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 19 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#180)
Bumps net.kyori:adventure-text-serializer-gson from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 22 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#180)
Bumps net.kyori:adventure-text-serializer-gson from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 16 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
17.03.2025 · 14 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
17.03.2025 · 17 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
17.03.2025 · 13 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#184)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.12.1.
- Release notes
- Commits
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
17.03.2025 · 15 downloads
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179)
Bumps net.kyori:adventure-api from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 14 downloads
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179)
Bumps net.kyori:adventure-api from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 12 downloads
build(deps): bump io.lettuce:lettuce-core (#183)
Bumps io.lettuce:lettuce-core from 6.5.3.RELEASE to 6.5.5.RELEASE.
- Release notes
- Changelog
- Commits
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
17.03.2025 · 12 downloads
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179)
Bumps net.kyori:adventure-api from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 12 downloads
build(deps): bump io.lettuce:lettuce-core (#183)
Bumps io.lettuce:lettuce-core from 6.5.3.RELEASE to 6.5.5.RELEASE.
- Release notes
- Changelog
- Commits
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
17.03.2025 · 16 downloads
build(deps): bump net.kyori:adventure-api from 4.18.0 to 4.19.0 (#179)
Bumps net.kyori:adventure-api from 4.18.0 to 4.19.0.
- Release notes
- Commits
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
17.03.2025 · 17 downloads
build(deps): bump io.lettuce:lettuce-core (#183)
Bumps io.lettuce:lettuce-core from 6.5.3.RELEASE to 6.5.5.RELEASE.
- Release notes
- Changelog
- Commits
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
17.03.2025 · 13 downloads
build(deps): bump io.lettuce:lettuce-core (#183)
Bumps io.lettuce:lettuce-core from 6.5.3.RELEASE to 6.5.5.RELEASE.
- Release notes
- Changelog
- Commits
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
14.02.2025 · 215 downloads
build(deps): bump io.lettuce:lettuce-core (#178)
Bumps io.lettuce:lettuce-core from 6.5.2.RELEASE to 6.5.3.RELEASE.
- Release notes
- Changelog
- Commits
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
14.02.2025 · 19 downloads
build(deps): bump io.lettuce:lettuce-core (#178)
Bumps io.lettuce:lettuce-core from 6.5.2.RELEASE to 6.5.3.RELEASE.
- Release notes
- Changelog
- Commits
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
14.02.2025 · 101 downloads
build(deps): bump io.lettuce:lettuce-core (#178)
Bumps io.lettuce:lettuce-core from 6.5.2.RELEASE to 6.5.3.RELEASE.
- Release notes
- Changelog
- Commits
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
14.02.2025 · 1 234 downloads
build(deps): bump io.lettuce:lettuce-core (#178)
Bumps io.lettuce:lettuce-core from 6.5.2.RELEASE to 6.5.3.RELEASE.
- Release notes
- Changelog
- Commits
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
14.02.2025 · 18 downloads
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176)
Bumps com.gradleup.shadow from 8.3.5 to 8.3.6.
- Release notes
- Commits
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
14.02.2025 · 14 downloads
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176)
Bumps com.gradleup.shadow from 8.3.5 to 8.3.6.
- Release notes
- Commits
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
14.02.2025 · 20 downloads
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176)
Bumps com.gradleup.shadow from 8.3.5 to 8.3.6.
- Release notes
- Commits
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
14.02.2025 · 16 downloads
build(deps): bump com.gradleup.shadow from 8.3.5 to 8.3.6 (#176)
Bumps com.gradleup.shadow from 8.3.5 to 8.3.6.
- Release notes
- Commits
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
09.02.2025 · 37 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 23 downloads
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171)
Bumps net.kyori:adventure-api from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
09.02.2025 · 19 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 14 downloads
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171)
Bumps net.kyori:adventure-api from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
09.02.2025 · 19 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 16 downloads
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171)
Bumps net.kyori:adventure-api from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
09.02.2025 · 88 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#169)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 17 downloads
build(deps): bump net.kyori:adventure-api from 4.17.0 to 4.18.0 (#171)
Bumps net.kyori:adventure-api from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
09.02.2025 · 21 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 13 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 20 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 16 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#168)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4.
- Release notes
- Commits
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
09.02.2025 · 17 downloads
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167)
Bumps com.google.guava:guava from 33.3.1-jre to 33.4.0-jre.
- Release notes
- 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
09.02.2025 · 10 downloads
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167)
Bumps com.google.guava:guava from 33.3.1-jre to 33.4.0-jre.
- Release notes
- 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
09.02.2025 · 18 downloads
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167)
Bumps com.google.guava:guava from 33.3.1-jre to 33.4.0-jre.
- Release notes
- 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
09.02.2025 · 19 downloads
build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#167)
Bumps com.google.guava:guava from 33.3.1-jre to 33.4.0-jre.
- Release notes
- 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
09.02.2025 · 14 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#172)
Bumps net.kyori:adventure-text-serializer-gson from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
09.02.2025 · 16 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#172)
Bumps net.kyori:adventure-text-serializer-gson from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
09.02.2025 · 11 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#172)
Bumps net.kyori:adventure-text-serializer-gson from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
09.02.2025 · 16 downloads
build(deps): bump net.kyori:adventure-text-serializer-gson (#172)
Bumps net.kyori:adventure-text-serializer-gson from 4.17.0 to 4.18.0.
- Release notes
- Commits
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
17.01.2025 · 172 downloads
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
17.01.2025 · 23 downloads
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
17.01.2025 · 303 downloads
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
08.12.2024 · 1 017 downloads
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 42 downloads
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 80 downloads
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 1 060 downloads
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 30 downloads
refactor: adjust debug messaging slightly
08.12.2024 · 31 downloads
refactor: adjust debug messaging slightly
08.12.2024 · 32 downloads
refactor: adjust debug messaging slightly
08.12.2024 · 39 downloads
refactor: adjust debug messaging slightly
08.12.2024 · 173 downloads
feat: target Minecraft 1.21.4
08.12.2024 · 22 downloads
feat: target Minecraft 1.21.4
08.12.2024 · 28 downloads
feat: target Minecraft 1.21.4
08.12.2024 · 42 downloads
feat: target Minecraft 1.21.4
16.11.2024 · 194 downloads
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165)
Bumps com.gradleup.shadow from 8.3.4 to 8.3.5.
- Release notes
- Commits
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
16.11.2024 · 37 downloads
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165)
Bumps com.gradleup.shadow from 8.3.4 to 8.3.5.
- Release notes
- Commits
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
16.11.2024 · 47 downloads
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165)
Bumps com.gradleup.shadow from 8.3.4 to 8.3.5.
- Release notes
- Commits
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
16.11.2024 · 366 downloads
build(deps): bump com.gradleup.shadow from 8.3.4 to 8.3.5 (#165)
Bumps com.gradleup.shadow from 8.3.4 to 8.3.5.
- Release notes
- Commits
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
31.10.2024 · 282 downloads
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 45 downloads
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 50 downloads
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 418 downloads
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 50 downloads
Merge remote-tracking branch 'origin/master'
31.10.2024 · 40 downloads
Merge remote-tracking branch 'origin/master'
31.10.2024 · 30 downloads
Merge remote-tracking branch 'origin/master'
31.10.2024 · 58 downloads
Merge remote-tracking branch 'origin/master'
27.10.2024 · 58 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 26 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 66 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 87 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#162)
Bumps org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 28 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 35 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 33 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 31 downloads
build(deps): bump org.junit.jupiter:junit-jupiter-api (#163)
Bumps org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3.
- Release notes
- Commits
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
27.10.2024 · 44 downloads
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161)
Bumps org.jetbrains:annotations from 24.1.0 to 26.0.1.
- Release notes
- Changelog
- Commits
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
27.10.2024 · 38 downloads
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161)
Bumps org.jetbrains:annotations from 24.1.0 to 26.0.1.
- Release notes
- Changelog
- Commits
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
27.10.2024 · 32 downloads
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161)
Bumps org.jetbrains:annotations from 24.1.0 to 26.0.1.
- Release notes
- Changelog
- Commits
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
27.10.2024 · 28 downloads
build(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 (#161)
Bumps org.jetbrains:annotations from 24.1.0 to 26.0.1.
- Release notes
- Changelog
- Commits
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
22.10.2024 · 112 downloads
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 30 downloads
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 35 downloads
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 158 downloads
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 31 downloads
build: simplify plugin version in buildscript
22.10.2024 · 37 downloads
build: simplify plugin version in buildscript
22.10.2024 · 32 downloads
build: simplify plugin version in buildscript
22.10.2024 · 30 downloads
build: simplify plugin version in buildscript
22.10.2024 · 32 downloads
build: temporarily comment out hangar
22.10.2024 · 46 downloads
build: temporarily comment out hangar
22.10.2024 · 48 downloads
build: temporarily comment out hangar
22.10.2024 · 28 downloads
build: temporarily comment out hangar
22.10.2024 · 27 downloads
build: bump deps, adjust hangar publish
22.10.2024 · 30 downloads
build: bump deps, adjust hangar publish
22.10.2024 · 22 downloads
build: bump deps, adjust hangar publish
22.10.2024 · 40 downloads
build: bump deps, adjust hangar publish
22.10.2024 · 50 downloads
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
22.10.2024 · 50 downloads
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
22.10.2024 · 31 downloads
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
22.10.2024 · 32 downloads
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
11.08.2024 · 2 413 downloads
PAPIProxyBridge 1.6.2 supports Minecraft 1.21.1 on Fabric and fixes a bug on Velocity.
To update, just drag+drop.
11.08.2024 · 148 downloads
PAPIProxyBridge 1.6.2 supports Minecraft 1.21.1 on Fabric and fixes a bug on Velocity.
To update, just drag+drop.
12.05.2024 · 1 674 downloads
PAPIProxyBridge 1.6.1 fixes a few issues in the previous release
To update, just drag+drop.
10.05.2024 · 127 downloads
PAPIProxyBridge 1.6 fixes bugs and adds support for Folia as well as Fabric 1.20.6
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.
16.01.2024 · 541 downloads
PAPIProxyBridge 1.5 fixes bugs and adds support for Fabric 1.20.4
To update, just drag+drop.
29.09.2023 · 778 downloads
PAPIProxyBridge 1.4.2 fixes another issue preventing Fabric 1.20.1 from loading the plugin correctly.
To update, just drag+drop.
25.09.2023 · 680 downloads
PAPIProxyBridge 1.4.1 fixes a problem with Fabric 1.20.1
To update, just drag+drop. The fabric mod included in the .jar works with 1.20.1 only.
06.09.2023 · 170 downloads
PAPIProxyBridge 1.4 adds support for formatting serialised component placeholders and fixes bugs. This version supports 1.20.1 on Fabric.
Components.#formatComponentPlaceholders methodTo update, just drag+drop.
28.07.2023 · 330 downloads
PAPIProxyBridge 1.3 makes changes to the API, adds the ability to fetch a list of servers with PAPIProxyBridge installed, and improves system stability.
PlaceholderAPI instance.#createInstance(); #getInstance() is now deprecated.OutOfMemoryException that could occur in certain cases, caused by concurrent Map issues (#65)To update, just drag+drop.
12.06.2023 · 299 downloads
PAPIProxyBridge 1.2.2 updates the plugin to support Minecraft 1.20.1 on Fabric servers.
To update, just drag+drop.
12.06.2023 · 174 downloads
PAPIProxyBridge 1.2.1 updates the plugin to support Minecraft 1.20 on Fabric servers.
To update, just drag+drop
17.04.2023 · 249 downloads
PAPIProxyBridge v1.2 adds a few new features to the API and fixes a notable issue with placeholder caching.
requestFor UUID, which lets you request placeholder formatting using an online user for a user who does not have to be online.To update, just drag+drop. API developers should target the new version (1.2) if they wish. There are no breaking changes.
27.03.2023 · 219 downloads
PAPIProxyBridge v1.1 adds support for providing placeholders on Fabric through the Fabric PlaceholderAPI mod. Huge thanks to @Awakened-Redstone for writing this feature.
To update, just drag+drop. Nothing's changed on the side of the other modules, aside from a few dependency bumps.
06.03.2023 · 173 downloads
Initial release