Tags
Creators
Details
1.1.1-release
Compatibility
Required content
Changes
Zyntra v1.1.1-release
This update brings a major overhaul to several core components of Zyntra, improving stability, performance, and the overall user experience.
What's New
-
Added a startup launcher that validates required settings before automatically launching Minecraft.
-
Completely redesigned the playit.gg tunnel system for improved reliability and easier management.
- More information: click here
-
Redesigned the server creation dashboard.
-
Added automatic version verification.
-
Reduced server memory (RAM) usage with several performance optimizations.
Known Issues
-
During tunnel startup, Zyntra may occasionally report that it failed to download the playit.gg executable.
- If this happens, simply download the executable manually and place it in the appropriate location (.zyntra/playit/bin).
Compatibility
Tested on
- Minecraft 1.21.1
Expected to work on
- Minecraft 1.21 – 1.21.11
Thank you for using Zyntra! More improvements and features are planned for future updates.
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:wMZk6Q5y:Jq3HbDwQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wMZk6Q5y:Jq3HbDwQ"
}


