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
Умови використання, зміни та поширення цього товару.
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
Скриншоти та зображення з оригінальної сторінки Modrinth.

Опубліковані версії та оригінальні файли Modrinth.
16.07.2026 · 1 519 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
build: bump bungee dip to 1.21
30.12.2025 · 114 завантаження
build: bump bungee dip to 1.21
30.12.2025 · 116 завантаження
build: bump bungee dip to 1.21
30.12.2025 · 35 завантаження
build: bump bungee dip to 1.21
30.12.2025 · 162 завантаження
build: bump bungee dip to 1.21
30.12.2025 · 144 завантаження
build: bump bungee dip to 1.21
30.12.2025 · 77 завантаження
build: bump bungee dip to 1.21
30.12.2025 · 2 665 завантаження
build: bump bungee dip to 1.21
08.09.2025 · 3 122 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 100 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 141 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 71 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 59 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 93 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 68 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.09.2025 · 1 096 завантаження
feat(build): add Fabric mappings and versions for 1.21.8 (#225)
08.07.2025 · 4 205 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 16 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 15 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 18 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 19 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 18 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 21 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
08.07.2025 · 24 завантаження
Fixed problems with mc version 1.21.1 and fabric module (#217)
Bumped version to 1.8.4
05.07.2025 · 141 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 23 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 44 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 21 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 24 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 31 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 25 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
05.07.2025 · 19 завантаження
fix(build): shadowJar causing classpath.index duplication, close #211
Interestingly this caused the remapper to break of all things.
04.07.2025 · 46 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 25 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 35 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 44 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 10 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 13 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 6 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 10 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 18 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 11 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 18 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 14 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 29 завантаження
refactor: use TextCodecs to get original component
04.07.2025 · 15 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 20 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 26 завантаження
PAPIProxyBridge 1.8.2 adds support for Minecraft 1.21.7.
To update, just drag+drop.
04.07.2025 · 17 завантаження
feat: add support for Minecraft 1.21.7
04.07.2025 · 26 завантаження
feat: add support for Minecraft 1.21.7
04.07.2025 · 18 завантаження
feat: add support for Minecraft 1.21.7
04.07.2025 · 25 завантаження
feat: add support for Minecraft 1.21.7
04.07.2025 · 11 завантаження
feat: add support for Minecraft 1.21.7
04.07.2025 · 14 завантаження
feat: add support for Minecraft 1.21.7
04.07.2025 · 13 завантаження
feat: add support for Minecraft 1.21.7
04.07.2025 · 14 завантаження
feat: add support for Minecraft 1.21.7
05.05.2025 · 836 завантаження
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 70 завантаження
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 82 завантаження
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 80 завантаження
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 91 завантаження
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 70 завантаження
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 591 завантаження
fix: CONFLICTING_LOGIN problem inside DisconnectEvent (#199)
Changed from LoginEvent to PostLoginEvent to be sure that player is effectively joined
05.05.2025 · 671 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 52 завантаження
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 46 завантаження
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 62 завантаження
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 55 завантаження
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 68 завантаження
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
05.05.2025 · 12 завантаження
feat: add support for 1.20.1, 1.21.1 and 1.21.5 (#198)
03.04.2025 · 440 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 42 завантаження
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 80 завантаження
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 1 060 завантаження
PAPIProxyBridge 1.7.2 supports Fabric on Minecraft 1.21.4.
To update, just drag+drop.
08.12.2024 · 30 завантаження
refactor: adjust debug messaging slightly
08.12.2024 · 31 завантаження
refactor: adjust debug messaging slightly
08.12.2024 · 32 завантаження
refactor: adjust debug messaging slightly
08.12.2024 · 39 завантаження
refactor: adjust debug messaging slightly
08.12.2024 · 173 завантаження
feat: target Minecraft 1.21.4
08.12.2024 · 22 завантаження
feat: target Minecraft 1.21.4
08.12.2024 · 28 завантаження
feat: target Minecraft 1.21.4
08.12.2024 · 42 завантаження
feat: target Minecraft 1.21.4
16.11.2024 · 194 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 45 завантаження
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 50 завантаження
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 418 завантаження
PAPIProxyBridge 1.7.1 supports Fabric on Minecraft 1.21.3.
To update, just drag+drop.
31.10.2024 · 50 завантаження
Merge remote-tracking branch 'origin/master'
31.10.2024 · 40 завантаження
Merge remote-tracking branch 'origin/master'
31.10.2024 · 30 завантаження
Merge remote-tracking branch 'origin/master'
31.10.2024 · 58 завантаження
Merge remote-tracking branch 'origin/master'
27.10.2024 · 58 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 30 завантаження
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 35 завантаження
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 158 завантаження
PAPIProxyBridge 1.7 supports Minecraft 1.21.2 on Fabric and fixes a bug.
To update, just drag+drop.
22.10.2024 · 31 завантаження
build: simplify plugin version in buildscript
22.10.2024 · 37 завантаження
build: simplify plugin version in buildscript
22.10.2024 · 32 завантаження
build: simplify plugin version in buildscript
22.10.2024 · 30 завантаження
build: simplify plugin version in buildscript
22.10.2024 · 32 завантаження
build: temporarily comment out hangar
22.10.2024 · 46 завантаження
build: temporarily comment out hangar
22.10.2024 · 48 завантаження
build: temporarily comment out hangar
22.10.2024 · 28 завантаження
build: temporarily comment out hangar
22.10.2024 · 27 завантаження
build: bump deps, adjust hangar publish
22.10.2024 · 30 завантаження
build: bump deps, adjust hangar publish
22.10.2024 · 22 завантаження
build: bump deps, adjust hangar publish
22.10.2024 · 40 завантаження
build: bump deps, adjust hangar publish
22.10.2024 · 50 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
PAPIProxyBridge 1.6.1 fixes a few issues in the previous release
To update, just drag+drop.
10.05.2024 · 127 завантаження
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 завантаження
PAPIProxyBridge 1.5 fixes bugs and adds support for Fabric 1.20.4
To update, just drag+drop.
29.09.2023 · 778 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
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 завантаження
PAPIProxyBridge 1.2.1 updates the plugin to support Minecraft 1.20 on Fabric servers.
To update, just drag+drop
17.04.2023 · 249 завантаження
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 завантаження
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 завантаження
Initial release