feat: todo list and some other standard stuff
This commit is contained in:
parent
481e23f3e3
commit
d4820d3761
1 changed files with 12 additions and 3 deletions
15
README.md
15
README.md
|
@ -1,7 +1,6 @@
|
|||
# Silencer
|
||||
|
||||
A mute system with only one job that is muting players.
|
||||
It is 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.
|
||||
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
|
||||
|
||||
|
@ -14,5 +13,15 @@ It is designed to be as lightweight as possible, holding only a single class, an
|
|||
mvn package
|
||||
```
|
||||
|
||||
The plugin will be in the newly-made target folder.
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue