Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 4 months ago
All versions
2.1.0-beta.21
Beta
2.1.0-beta.213 years ago 117
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Commits
- f1c674f: Created messages-tr_TR.properties (WinTone01) (#287)
- c8e9859: Back to 2.1.0-SNAPSHOT (Jason Penilla)
- 523e003: Add connection pool settings (Jason Penilla)
- 9d6b1cc: bump cloud to 1.8.4 (Jason Penilla)
- 7a43d07: Make non-component placeholders preProcessParsed (Jason Penilla)
- b380210: bump indra & polyglot-version-catalogs (Jason Penilla)
- df1be68: redis shutdown fixes (Jason Penilla)
- 78c34da: use forked messenger (Jason Penilla)
- 128a9de: dependency updates (Jason Penilla)
- 654964d: Add nickname character limit. (NamiUni) (#293)
- 340f6be: remove no longer needed suppressions (Jason Penilla)
- 08b8c58: make the update checker run later on fabric (Jason Penilla)
- e065d78: clean up startup logs (Jason) (#291)
- 5eb1001: Add templating system to account for differences in PSQL syntax (Jason Penilla) (#290)
- 963276b: Write Length, not Limit. (NamiUni) (#293)
- f734850: Move nickname settings to a section (Jason Penilla)
- 39e4f8e: Add configurable nickname format (Jason) (#296)
- c56a87e: Increase database limit for nickname size to 8192 (Jason Penilla)
- 45d99c0: 2.1.0-beta.21 (Jason Penilla)
Optional dependencies
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:QzooIsZI:mCnZEyaN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QzooIsZI:mCnZEyaN"
}



