Releases: imDMK/AutoMessage
Releases · imDMK/AutoMessage
v2.0.0 Update!
v1.0.4 Update!
What's Changed
- GH-56 Simplify configuration file names and some code cleanup
- GH-57 Add feature to multiple notices (thanks to @dafsdfasde)
- GH-58 Bump dev.rollczi:litecommands-annotations
- GH-60 Added ignoreAdmins feature
- GH-60 Added DispatchCommand, EnableCommand, DisableCommand (thanks to @dafsdfasde)
- GH-60 Improved message configuration
- Bump all dependencies.
Full Changelog: v1.0.3...v1.04
v1.0.3 Update!
What's Changed
- GH-26 Add modrinth to readme by @imDMK in #26
- GH-27 Fix readme modrinth link by @imDMK in #27
- Bump net.kyori:adventure-platform-bukkit from 4.3.4 to 4.4.0 by @dependabot in #32
- Bump com.eternalcode:multification-bukkit from 1.1.4 to 1.2.1 by @dependabot in #28
- Bump eu.okaeri:okaeri-configs-yaml-snakeyaml from 5.0.0-beta.5 to 5.0.8 by @dependabot in #30
- Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.12.2 by @dependabot in #31
- Bump net.kyori:adventure-text-minimessage from 4.19.0 to 4.21.0 by @dependabot in #29
- Bump com.eternalcode:multification-okaeri from 1.1.4 to 1.2.1 by @dependabot in #39
- GH-46 Add missing permission to DelayCommand. by @imDMK in #46
- Bump eu.okaeri:okaeri-configs-serdes-commons from 5.0.0-beta.5 to 5.0.9 by @dependabot in #43
- Bump org.junit:junit-bom from 5.10.1 to 5.13.1 by @dependabot in #41
- Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.1 by @dependabot in #40
- GH-44 Added required permission and group to see auto message feature by @imDMK in #44
Full Changelog: v1.0.2...v1.0.3
v1.0.2 Update!
What's Changed
Tweaks & Improvements:
- Significantly improved plugin performance (important updates)
- Refactored codebase and enhanced documentation
- Added full compatibility with the latest Minecraft version
- Updated all plugin dependencies
- Made plugin commands fully configurable
- Separated major configuration sections into individual files (
guiConfiguration.yml,commandConfiguration.yml, etc.) - Reduced jar file size (3.95MB -> 2.52MB)
Full Changelog: Compare v1.0.1...v1.0.2
v1.0.1
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.