Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
All versions
3.0.0-beta.37
Beta
carbonchat-velocity 3.0.0-beta.372 months ago 432
Compatibility
Minecraft: Java Edition
26.1.x
1.21.4–1.21.11
Platform
Velocity
Required content
Any compatible version
Changes
:wrench: Bug Fixes
- guard null signed command messages in channel registry (#755) - b25c1f3
- bump cloud-minecraft to 2.0.0-beta.15 for Paper 26.1 compatibility (#770) - ddb1600, closes #769
:broom: Chores
- deps: Update dependency me.modmuss50:mod-publish-plugin to v1.1.0 (#720) - c0c56c3
- deps: Update dependency com.github.luben:zstd-jni to v1.5.7-6 (#719) - 9df4160
- deps: Update dependency net.fabricmc:fabric-loader to v0.18.2 (#713) - f4ae8ba
- deps: Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3 (#725) - d1bb53c
- deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.3.0 (#737) - 069b191
- deps: Update plugin hangar-publish to v0.1.4 (#736) - 9183d32
- deps: Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.7 (#741) - 9f67a68
- deps: Update dependency net.fabricmc:fabric-loader to v0.18.3 (#740) - 383bedb
- deps: Update dependency com.gradleup.shadow:shadow-gradle-plugin to v9.4.1 (#748) - 7f7aa44
- deps: Update dependency com.mysql:mysql-connector-j to v9.7.0 (#743) - 79baee0
Commits
- 3816d71: Back to 3.0.0-SNAPSHOT (Jason Penilla)
- 0206d02: Port latest URL detection changes from adventure (Jason Penilla)
- 12c3215: New Crowdin updates (Localizinator) (#726)
- 3202633: Update loom (Jason Penilla)
- 2f73050: Update for 1.21.11 (Jason Penilla)
- 76e8b69: Update Gradle Wrapper (Jason Penilla)
- 91f00da: Disable relational MiniPlaceholders by default (Jason Penilla)
- 5ee2f95: Adjust audience wrapping based on MiniPlaceholders relational config (Jason Penilla)
- f3640dc: Revert extension load order change (Jason Penilla)
- resolve exact name matches first - 833e6fa
- 7809c64: show quantity in item links (Draycia)
- 51c0039: Pre-render filter replacements (Josua Parks) (#744)
- 7f5ffd4: fire private chat event on receiving servers (Draycia)
- 0f47076: show duration in muteinfo (Draycia)
- 088d536: Vanished players now spy on radius chat (Draycia)
- 998b555: Add realname command (Draycia)
- b298d26: Update Adventure, add sprite/head tag permissions (Draycia)
- db409b8: Update loom & Gradle wrapper (Jason Penilla)
- 5ade245: Revert "Update Adventure, add sprite/head tag permissions" (Draycia)
- af05f81: Merge branch 'trunk' of https://github.com/Hexaoxide/Carbon into trunk (Draycia)
- 0b4c2c9: Execute built-in event listeners before addons (Josua Parks) (#745)
- 3e0487b: Add ping permissions, play sounds on velocity (Draycia)
- 503bdcc: Spy check should also check permissions (Draycia)
- a3b41f1: Disable spy when permission's removed (Draycia)
- c20ff20: Don't spam spy disabled message (Draycia)
- 978df66: Fix filter command logic (Draycia)
- 93f8010: Enforce carbon.channel permission (Josua Parks) (#746)
- c13a995: New Crowdin updates (Localizinator) (#749)
- 72caf16: Added Parties plugin integration (JustusJG) (#735)
- 88e6518: Update event lib to sasorio/event (Draycia)
- 58b7b0d: Split component rendering into pre/post stages (Josua Parks) (#747)
- 2fab19d: Avoid using default methods with null values (Josua Parks) (#754)
- 63a9f0c: Fix velocity console rendering when relational placeholders are enabled (Josua Parks) (#758)
- b8d35dd: Update velocity to 3.5.0-SNAPSHOT (Josua Parks) (#759)
- 6a0c97d: Reset mute expiration when appropriate (Draycia)
- 5c71465: Add _p and plain options to mm/papi placeholders (Draycia)
- a97dd1b: Update GitHub Actions and Gradle wrapper (Jason Penilla)
- 8e7894c: Update version metadata: bump Velocity to 3.5, extend Paper/Folia MC support to 26.1.2 (Jason Penilla)
- ec5a84d: 3.0.0-beta.37 (Jason Penilla)
Optional dependencies
Any compatible version
Any compatible version
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:yGY2bbis"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QzooIsZI:yGY2bbis"
}

