Tags
Creators
Details
All versions
1.0.1
Release
AutoMessage 1.0.13 years ago 1,709
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.x
1.18.x
1.17.x
Platforms
Bukkit
BungeeCord
Forge
Paper
Purpur
Spigot
Supported environments
Server-side
Singleplayer
Changes
What's Changed
Improvements
- General code and plugin performance improvements.
- From now on, updates are checked when the administrator joins the server.
- From now on, the automessage command can contain a list of permissions.
- Added aliases to the automessage command.
- Added AutoMessageSendCommand with which you can manually send a message to the player.
- Added suggestion of sample messages when creating notifications using the /automessage create command.
- Added automatic setting of title times if the value is null.
- Added new notification type: SUB_TITLE
Changes
- Removed invalidTitleMessageNotification configuration option.
- From now on, all notifications will always accept the message option in the configuration.
- Renamed BOSSBAR notification type to BOSS_BAR.
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:2K6S1lPN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dcenexZe:2K6S1lPN"
}![AutoMessage [1.21]](https://cdn.modrinth.com/data/dcenexZe/07113c4ef39674524bab5520a22efcd29891a3aa.jpeg)

