mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-02-04 02:57:41 +00:00
30 lines
1011 B
Markdown
30 lines
1011 B
Markdown
<div align="center">
|
|
<h1>OriginBlacklist<br><img src="https://github.com/WebMCDevelopment/originblacklist/actions/workflows/gradle.yml/badge.svg"></h1>
|
|
<b><a>An eaglercraft client blacklisting plugin</a></b>
|
|
</div>
|
|
|
|
<h2>Features</h2>
|
|
|
|
- [x] Origin based blacklisting
|
|
- [x] Client brand based blacklisting
|
|
- [x] Username based blacklisting
|
|
- [x] IP based blacklisting
|
|
- [x] Kick message customization
|
|
- [x] Blacklist MOTD customization
|
|
- [x] MiniMessage and legacy formattings supported
|
|
- [x] Plugin update checker
|
|
- [ ] Send blacklist logs to a webhook
|
|
- [ ] Subscribe to an auto-updating blacklist
|
|
- [ ] 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>
|
|
|
|
<h2>Building</h2>
|
|
```sh
|
|
$ git clone https://github.com/WebMCDevelopment/originblacklist
|
|
$ cd originblacklist
|
|
$ gradle wrapper
|
|
$ ./gradlew shadowJar
|
|
```
|