Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c64dbb1
feat: run AutoMessage on six platforms, one core behind all of them
Sep 1, 2026
99d4715
docs: show the result, not only the configuration
Sep 1, 2026
08a43ce
docs: give every headline capability a picture
Sep 1, 2026
e83058e
fix(notice): drain a boss bar over its duration
Sep 1, 2026
fc29fb9
build: give every platform one runServer, on its own port
Sep 1, 2026
678540d
fix(folia): drop the startup warning LiteCommands prints too early
Sep 1, 2026
f2afc1f
test: drop tests that assert nothing or restate the code
Sep 1, 2026
baf3982
perf(dispatch): render an announcement once per language, not once pe…
Sep 1, 2026
357aef8
feat(command): add /automessage next and /automessage stats
Sep 1, 2026
3260a8c
docs: sell the render-once-per-language dispatch, and drop the em dashes
Sep 1, 2026
114e67b
docs: show three surfaces at once instead of a 9 MB wait
Sep 2, 2026
8948ea2
docs: drop an unused GIF that slipped into the previous commit
Sep 2, 2026
cb59804
docs: give the README a table of contents that actually reaches every…
Sep 2, 2026
90904e6
fix(api): put ExternalPlaceholderResolver back in the package it decl…
Sep 2, 2026
b037653
docs: fit the hero badges to their own text
Sep 2, 2026
5dcec45
docs: give the contents the same emoji its sections already carry
Sep 2, 2026
4a1de4b
fix(bukkit): keep the cast that picks the PlaceholderAPI overload
Sep 2, 2026
b80fa0f
feat(command): write durations for people, and report stats per channel
Sep 2, 2026
047fb2f
refactor(command): stop mixing channel names and message names in one…
Sep 2, 2026
b2e342a
fix(command): say why a channel is not counting down
Sep 2, 2026
5368681
style(command): set the stats section headings apart from their rows
Sep 2, 2026
3718d3c
fix(command): make the stats lines fit a chat line, and fix Polish ag…
Sep 2, 2026
9dbbd61
style(command): give next and stats a look, not just a layout
Sep 2, 2026
0705e52
feat(command): let a player turn announcements off for themselves
Sep 2, 2026
5ca9440
bump version
Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up JDK 21
- name: Set up JDK 25
uses: actions/setup-java@v5
with:
java-version: '21'
java-version: '25'
distribution: 'temurin'

- name: Setup Gradle
Expand Down
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ build/
!**/src/main/**/build/
!**/src/test/**/build/

### run-paper ###
# Working directory of the runServer task: a whole Paper install, worlds and logs.
/automessage-loader/run/
### run-paper / run-velocity / loom ###
# Working directories of the runServer tasks: whole server installs, worlds and logs.
**/run/

### IntelliJ IDEA ###
.idea/
Expand Down Expand Up @@ -39,5 +39,15 @@ bin/
### VS Code ###
.vscode/

### JVM crash and heap dumps ###
# A heap dump is written next to the working directory when a build runs out of memory, and one
# of these is 750 MB - large enough that GitHub refuses the push that carries it.
*.hprof
hs_err_pid*.log
replay_pid*.log

### Mac OS ###
.DS_Store
.DS_Store

# Kotlin build sessions
**/.kotlin/
716 changes: 635 additions & 81 deletions README.md

Large diffs are not rendered by default.

Binary file removed assets/automessage-preview.gif
Binary file not shown.
Binary file added assets/readme/announcement-ingame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
71 changes: 71 additions & 0 deletions assets/readme/announcement.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletions assets/readme/audience.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading