1.0.0
Compatibility
Changes
ChunkifyBridge v1.0.0
Welcome to the first public release of ChunkifyBridge.
Added
- Secure authenticated communication between Minecraft servers and the Chunkify Control Panel.
- HMAC-based request signing for all bridge API requests.
- Automatic server provisioning and bridge configuration.
- Remote player inventory management.
- Offline player inventory editing.
- Ender Chest management.
- Armor and equipment synchronization.
- Player data synchronization with the Chunkify platform.
- Automatic capability detection.
- Support for Forge servers.
- Secure secret-based authentication.
- Protocol version negotiation.
- Health and capability endpoints.
- Automatic configuration generation.
- Support for remote server management.
Security
- Unique secret generated for every server.
- Signed requests with replay protection.
- Timestamp and nonce validation.
- Secure communication between the control panel and Minecraft servers.
Notes
This is the first stable release of ChunkifyBridge and establishes the foundation for future features and integrations with the Chunkify Hosting platform.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:D0GTX9sc:7Oet9Fob"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D0GTX9sc:7Oet9Fob"
}

