Compare commits

...

2 Commits

Author SHA1 Message Date
Colbster937
a483b6ccc5 only run action when src is modified 2026-01-09 18:13:50 -06:00
Colbster937
a78fa33de8 fix README 2026-01-09 18:11:51 -06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ on:
workflow_dispatch:
push:
branches: [ main ]
paths: [ src/**, build.gradle.kts, settings.gradle.kts ]
permissions:
contents: write

View File

@@ -9,6 +9,7 @@
- [x] Client brand based blacklisting
- [x] Username based blacklisting
- [x] IP based blacklisting
- [x] Json5 based configuration
- [x] Kick message customization
- [x] Blacklist MOTD customization
- [x] MiniMessage and legacy formattings supported
@@ -18,7 +19,7 @@
- [ ] Reverse blacklist (whitelist)
<h2>Download</h2>
The latest release can be found at <b><a href="https://github.com/WebMCDevelopment/originblacklist/releases/tag/v1.1.3">https://github.com/WebMCDevelopment/originblacklist/releases/tag/v1.1.3</a></b>
The latest release can be found at <b><a href="https://github.com/WebMCDevelopment/originblacklist/releases/latest/">https://github.com/WebMCDevelopment/originblacklist/releases/latest/</a></b>
<h2>Building</h2>