Tags
Creators
Details
All versions
2.0.1
Release
AutoMessage [1.21] 2.0.14 days ago 119
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Bukkit
BungeeCord
Paper
Spigot
Changes
What's Changed
- GH-94 refactor: clean up plugin bootstrap and internal structure by @imDMK in https://github.com/imDMK/AutoMessage/pull/94
- GH-101 fix: make the message interval unit explicit and reloadable by @imDMK in https://github.com/imDMK/AutoMessage/pull/102
- GH-100 feat: add /automessage view <message> preview command by @imDMK in https://github.com/imDMK/AutoMessage/pull/103
- chore: update dependencies, Gradle and CI actions to the latest releases by @imDMK in https://github.com/imDMK/AutoMessage/pull/104
- Bump org.spigotmc:spigot-api from 1.21.11-R0.2-SNAPSHOT to 26.2-R0.1-SNAPSHOT by @dependabot[bot] in https://github.com/imDMK/AutoMessage/pull/108
- Bump gradle/actions from 4 to 6 by @dependabot[bot] in https://github.com/imDMK/AutoMessage/pull/106
- Bump actions/checkout from 5 to 7 by @dependabot[bot] in https://github.com/imDMK/AutoMessage/pull/105
- Bump net.kyori:adventure-text-minimessage from 4.26.1 to 5.2.0 by @dependabot[bot] in https://github.com/imDMK/AutoMessage/pull/107
Full Changelog: https://github.com/imDMK/AutoMessage/compare/v2.0.0...v2.0.1
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:dcenexZe:VRN1vzBA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dcenexZe:VRN1vzBA"
}![AutoMessage [1.21]](https://cdn.modrinth.com/data/dcenexZe/07113c4ef39674524bab5520a22efcd29891a3aa.jpeg)

