27 lines
710 B
Markdown
27 lines
710 B
Markdown
# Silencer
|
|
|
|
Silencer is a mute plugin designed to be as lightweight as possible, holding only a single class, and using no traditional database of any kind. Instead, it uses [Persistent Data Containers](https://docs.papermc.io/paper/dev/pdc) to store data. I quickly put this together for one of my private Minecraft servers.
|
|
|
|
## Building
|
|
|
|
### Dependencies
|
|
1. Maven
|
|
|
|
### Build
|
|
|
|
```
|
|
mvn package
|
|
```
|
|
|
|
The plugin will be in the newly-made target folder.
|
|
|
|
### To-do list
|
|
|
|
- [ ] Temp-mute
|
|
- [ ] Bypass permission
|
|
|
|
### Patches
|
|
|
|
Patches can be sent either via e-mail to hex (at) iwakura (dot) rip, or a pull request can be made.
|
|
|
|
https://hangar.papermc.io/hexlocation/Silencer
|