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