
Carbon Chat
Carbon is a modern chat plugin built on channels, with just about every single setting and format configurable.
27K загрузок148 подписчиковGPL-3.0-onlyfabricfoliapapervelocity
Обновлён 4 мая 2026 г. · опубликован 15 апреля 2023 г.

Carbon is a modern chat plugin built on channels, with just about every single setting and format configurable.
Java 21+ is required.
Features
- Message formatting with MiniMessage, which includes support for RGB, clicks, hovers, and everything else JSON chat supports.
- Chat channels, with join/leave commands, radius/world-specific channels, and more
- Chat clearing
- Cross server chat with Redis, NATS, or RabbitMQ.
- Mute and ignore other players
- Item linking with
<item>and armor with placeholders like<hat>and<feet> - Basic party system and party chat
- EssentialsXDiscord and DiscordSRV support
@Usernamepings with highlights and sounds- Quick chat with configurable prefix and command
- Custom channels for mcMMO, FactionsUUID, and Towny
- Multi-language support. Automatically detects player locale and uses translations for their language if available.
Carbon requires LuckPerms on all platforms.
Example Channel Config
# The channel's key, used to track the channel.
# You only need to change the second part of the key. "global" by default.
# The value is what's used in commands, this is probably what you want to change.
key="carbon:global"
# The chat formats for this channel.
format {
# Basic chat formats.
# The "default_format" format is the main one you want to edit.
# The "console" format is what's shown to console.
# The "discord" format is what's shown to supported discord integrations.
# The keys are group names, the values are chat formats (MiniMessage).
basic {
"default_format"="<display_name>: <message>"
discord="<message>"
console="[<channel>] <username>: <message>"
}
# Per-Language chat formats.
locales {
"en_US" {}
}
}
# Messages will be sent in this channel if they start with this prefix. (Leave empty/blank to disable quick prefix for this channel)
quick-prefix=""
should-register-commands=true
command-aliases=[]
# The distance players must be within to see each other's messages.
# A value of '0' requires that both players are in the same world.
# On velocity, '0' requires that both players are in the same server.
radius=-1
# If true, players will be able to see if they're not sending messages to anyone
# because they're out of range from the radius.
empty-radius-recipients-message=true
cooldowns {}
cooldown=-1
Dependency Information
Releases and betas are published to Maven CentralMaven
<dependency>
<groupId>de.hexaoxi</groupId>
<artifactId>carbonchat-api</artifactId>
<version>3.0.0-beta.28</version>
<scope>provided</scope>
</dependency>
Gradle
repositories {
mavenCentral()
}
dependencies {
compileOnly("de.hexaoxi:carbonchat-api:3.0.0-beta.28")
}
Javadocs
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 3.0.0-beta.37 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | velocity | 4 мая 2026 г. | Скачать (3.2 МБ) |
| 3.0.0-beta.37 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | folia, paper | 4 мая 2026 г. | Скачать (2.9 МБ) |
| 3.0.0-beta.37 | Бета | 1.21.11 | fabric | 4 мая 2026 г. | Скачать (2.4 МБ) |
| 3.0.0-beta.36 | Бета | 1.21.10 | fabric | 20 октября 2025 г. | Скачать (2.4 МБ) |
| 3.0.0-beta.36 | Бета | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | folia, paper | 20 октября 2025 г. | Скачать (2.9 МБ) |
| 3.0.0-beta.36 | Бета | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | velocity | 20 октября 2025 г. | Скачать (2.3 МБ) |
| 3.0.0-beta.35 | Бета | 1.21.10 | fabric | 12 октября 2025 г. | Скачать (3.3 МБ) |
| 3.0.0-beta.35 | Бета | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | folia, paper | 12 октября 2025 г. | Скачать (2.9 МБ) |
| 3.0.0-beta.35 | Бета | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | velocity | 12 октября 2025 г. | Скачать (2.3 МБ) |
| 3.0.0-beta.34 | Бета | 1.21.8 | fabric | 12 октября 2025 г. | Скачать (3.3 МБ) |
| 3.0.0-beta.34 | Бета | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | velocity | 12 октября 2025 г. | Скачать (2.3 МБ) |
| 3.0.0-beta.34 | Бета | 1.21.7, 1.21.8, 1.21.9, 1.21.10 | folia, paper | 12 октября 2025 г. | Скачать (2.9 МБ) |
| 3.0.0-beta.33 | Бета | 1.21.8 | fabric | 19 августа 2025 г. | Скачать (3.3 МБ) |
| 3.0.0-beta.33 | Бета | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | velocity | 19 августа 2025 г. | Скачать (2.3 МБ) |
| 3.0.0-beta.33 | Бета | 1.21.5, 1.21.6, 1.21.7, 1.21.8 | folia, paper | 19 августа 2025 г. | Скачать (2.9 МБ) |
Показаны последние 15 из 86 версий.
Ченджлог
3.0.0-beta.37Бета26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
: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)
3.0.0-beta.37Бета26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
: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)
3.0.0-beta.37Бета1.21.11 · 4 мая 2026 г.
: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)
3.0.0-beta.36Бета1.21.10 · 20 октября 2025 г.
:broom: Chores
- deps: Update dependency com.intellectualsites.bom:bom-newest to v1.55 (#714) - 928a244
- deps: Update dependency com.rabbitmq:amqp-client to v5.27.0 (#717) - 087f25b
- deps: Update flyway to v11.14.1 (#716) - 8be3adb
Commits
- 1a34928: Back to 3.0.0-SNAPSHOT (Jason Penilla)
- add98b5: Switch from javadoc.io to javadocs.dev for now (Jason Penilla)
- 3b276e8: Don't include adventure-platform-fabric, require it on Modrinth (Jason Penilla)
- 787d91e: Update indra to v4 (Jason Penilla)
- 92b7037: Update cloud-minecraft (Jason Penilla)
- 1e5ee88: 3.0.0-beta.36 (Jason Penilla)
3.0.0-beta.36Бета1.21.8, 1.21.9, 1.21.10 · 20 октября 2025 г.
:broom: Chores
- deps: Update dependency com.intellectualsites.bom:bom-newest to v1.55 (#714) - 928a244
- deps: Update dependency com.rabbitmq:amqp-client to v5.27.0 (#717) - 087f25b
- deps: Update flyway to v11.14.1 (#716) - 8be3adb
Commits
- 1a34928: Back to 3.0.0-SNAPSHOT (Jason Penilla)
- add98b5: Switch from javadoc.io to javadocs.dev for now (Jason Penilla)
- 3b276e8: Don't include adventure-platform-fabric, require it on Modrinth (Jason Penilla)
- 787d91e: Update indra to v4 (Jason Penilla)
- 92b7037: Update cloud-minecraft (Jason Penilla)
- 1e5ee88: 3.0.0-beta.36 (Jason Penilla)
3.0.0-beta.36Бета1.21.8, 1.21.9, 1.21.10 · 20 октября 2025 г.
:broom: Chores
- deps: Update dependency com.intellectualsites.bom:bom-newest to v1.55 (#714) - 928a244
- deps: Update dependency com.rabbitmq:amqp-client to v5.27.0 (#717) - 087f25b
- deps: Update flyway to v11.14.1 (#716) - 8be3adb
Commits
- 1a34928: Back to 3.0.0-SNAPSHOT (Jason Penilla)
- add98b5: Switch from javadoc.io to javadocs.dev for now (Jason Penilla)
- 3b276e8: Don't include adventure-platform-fabric, require it on Modrinth (Jason Penilla)
- 787d91e: Update indra to v4 (Jason Penilla)
- 92b7037: Update cloud-minecraft (Jason Penilla)
- 1e5ee88: 3.0.0-beta.36 (Jason Penilla)
3.0.0-beta.35Бета1.21.10 · 12 октября 2025 г.
: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)
3.0.0-beta.35Бета1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.
: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)
Комментарии
Загружаем…
