:3
Find a file
2025-03-16 10:22:29 +01:00
.settings add: source code 2025-03-16 09:55:16 +01:00
src/main fix: set version to 0.0.1 (alpha) 2025-03-16 10:22:29 +01:00
.classpath add: source code 2025-03-16 09:55:16 +01:00
.factorypath add: source code 2025-03-16 09:55:16 +01:00
.gitignore add: readme & gitignore 2025-03-16 10:00:44 +01:00
.project add: source code 2025-03-16 09:55:16 +01:00
pom.xml fix: set version to 0.0.1 (alpha) 2025-03-16 10:22:29 +01:00
README.md add: readme & gitignore 2025-03-16 10:00:44 +01:00

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 to store data.

Building

Dependencies

  1. Maven

Build

mvn package

The plugin will be in the newly-made target folder.