diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f7896d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..f43f609 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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. + +## Building + +### Dependencies +1. Maven + +### Build + +``` +mvn package +``` + +The plugin will be in the newly-made target folder. +