Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 3 months ago
All versions
3.0.0-beta.35
Beta
carbonchat-velocity 3.0.0-beta.3510 months ago 79
Compatibility
Minecraft: Java Edition
1.21.4–1.21.10
Platform
Velocity
Required content
Changes
:broom: Chores
- deps: Update dependency com.github.luben:zstd-jni to v1.5.7-5 (#695) - d8b4f4e
- deps: Update dependency com.zaxxer:HikariCP to v6.3.3 (#696) - 259164d
- deps: Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.6 (#697) - 912a09b
- deps: Update dependency org.postgresql:postgresql to v42.7.8 (#698) - e12f3e3
- deps: Update dependency io.nats:jnats to v2.23.0 (#706) - 094e8c3
- deps: Update dependency io.github.miniplaceholders:miniplaceholders-api to v3.1.0 (#705) - 82afa4f
- deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.2.2 (#701) - 40840d9
- deps: Update flyway to v11.14.0 (#708) - d676f8f
- deps: Update dependency xyz.jpenilla:run-task to v3.0.2 (#699) - dbedc59
- deps: Update dependency com.h2database:h2 to v2.4.240 (#702) - 5a7f993
- deps: Update dependency com.rabbitmq:amqp-client to v5.26.0 (#704) - b1265b5
- deps: Update dependency me.modmuss50:mod-publish-plugin to v1 (#711) - 9d49da8
- deps: Update jdbi to v3.49.6 (#700) - 2482f3a
- deps: Update dependency com.mysql:mysql-connector-j to v9.4.0 (#703) - 1b7d106
- deps: Update dependency redis.clients:jedis to v6.2.0 (#707) - 5b0b867
- deps: Update dependency com.zaxxer:HikariCP to v7 (#710) - 50405ca
- deps: Update dependency redis.clients:jedis to v7 (#712) - fe56398
- deps: Update gradle and github actions (#709) - 4f2843b
- deps: Update dependency net.luckperms:api to v5.5 (#666) - c3d3349
- deps: Update dependency com.palmergames.bukkit.towny:towny to v101 (#645) - 3ef2a4f
- deps: Update dependency com.discordsrv:discordsrv to v1.30.1 (#609) - e94b266
- deps: Update dependency com.intellectualsites.plotsquared:plotsquared-core to v7.5.8 (#643) - e51ced5
- deps: Update dependency com.gmail.nossr50.mcMMO:mcMMO to v2.2.043 (#614) - b92ff91
Commits
- 3514f75: Back to 3.0.0-SNAPSHOT (Jason Penilla)
- de6a359: Update shadow config (Jason Penilla)
- 610c090: Update setup actions (Jason Penilla)
- 465ee56: Update for Minecraft 1.21.10 (Jason Penilla)
- 37e006f: 3.0.0-beta.35 (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:CpTkbtJZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QzooIsZI:CpTkbtJZ"
}




