This commit is contained in:
Colbster937
2025-05-06 22:12:35 -05:00
commit fdf4847239
19 changed files with 630 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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
```
$ gradle wrapper
$ ./gradle.<bat|sh> shadowJar
```