diff --git a/CHANGELOG.md b/CHANGELOG.md index 2164a92..4090bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,22 @@ ## [Unreleased] ### Added +- GH-3: Title type announcement sender (@tajobe) - MIT license ### Changed - MC 1.21, Java 21, Kotlin 2.1 +- **BREAKING**: New config format ### Fixed - Config Auto-reload is now a repeating task as intended - Config actually created on first run - Copy updated default header when config is updated +### Removed +- Offline variant is now the default jar, no longer producing an "online" version +- debugMode option: log levels are controlled by the server's log4j configuration + ## [1.0.0] - 2020-02-10 ### Added - CHANGELOG diff --git a/README.md b/README.md index 64e3c79..3529972 100755 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Messages can be sent server-wide or controlled by permissions after a delay and ## Features -- Timed server-wide announcements/news messages +- Timed server-wide announcements/news messages sent as either a chat message, boss bar, or title/subtitle - Easily configurable -- Configure one-time or repeating messages +- Configure one-time (per reload) or repeating/rotating messages - Extensive Permissions support - configure messages to only send to users including or excluding certain permission nodes - Optional debug mode to track down who is/isn't receiving messages and why - Automatic config reloading to get new messages @@ -17,66 +17,91 @@ Messages can be sent server-wide or controlled by permissions after a delay and ## Configuration -Format: -```yaml -config-version(int): **DO NOT EDIT**, used to migrate configurations as the format changes -auto-reloadconfig(int):