mirror of
https://git.webmc.xyz/Colbster937/originblacklist
synced 2025-07-21 05:01:18 -09:00
33 lines
970 B
Markdown
33 lines
970 B
Markdown
# OriginBlacklist
|
|
|
|
basically just a reimplementation of originblacklist but for eaglerxserver
|
|
|
|
> [!WARNING]
|
|
> **Velocity is the main platform I'm developing this for, bungee & bukkit will still work but will probably have some bugs and will receive less support!**
|
|
|
|
### Features
|
|
- [x] Origin Blacklisting
|
|
- [x] Brand Blacklisting
|
|
- [x] Username blacklisting
|
|
- [x] IP blacklisting
|
|
- [x] Custom kick message
|
|
- [x] Custom blacklist MOTD
|
|
- [x] MiniMessage formatting for messages
|
|
- [x] Velocity, Bungee, and Bukkit support
|
|
- [x] Send blacklists to a discord webhook
|
|
- [x] Simple blacklist command
|
|
- [ ] Blacklist subscription URLs
|
|
- [ ] Blacklist -> Whitelist
|
|
- [ ] Update system
|
|
|
|
### Download
|
|
**[https://github.com/colbster937/originblacklist/releases/latest/](https://github.com/colbster937/originblacklist/releases/latest/)**
|
|
|
|
### Building
|
|
```
|
|
$ git clone https://github.com/colbster937/originblacklist.git
|
|
$ cd originblacklist
|
|
$ gradle wrapper
|
|
$ ./gradlew shadowJar
|
|
```
|