mirror of
https://git.webmc.xyz/Colbster937/originblacklist
synced 2025-07-21 21:21:29 -09:00
18 lines
547 B
Markdown
18 lines
547 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!**
|
|
|
|
### Download
|
|
**[https://github.com/colbster937/originblacklist/releases](https://github.com/colbster937/originblacklist/releases)**
|
|
|
|
### Building
|
|
```
|
|
$ git clone https://github.com/colbster937/originblacklist
|
|
$ cd originblacklist
|
|
$ gradle wrapper
|
|
$ ./gradle.<bat|sh> shadowJar
|
|
```
|