When finished, this plugin will:
- A firewall to prevent crack users to steal an account
- Sync one Discord server's roles with group for all users
- Assign different groups for twitch subs and followers
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Maven installed
- A Spigot server (or Bukkit/Paper either)
- Have the Vault plugin in your plugin folder
- An app and a Bot created on Discord Dev Portal
- Build the plugin
mvn clean install
- Put the resulting JAR available in
target/Enforcer-VERSION-SNAPSHOT.jar
in your plugin folder - Create an App and a Bot on Discord Dev Portal
- Run the server
- Edit
plugins/Enforcer/config.yml
- Run
enforcer reload
in the console
- Discord4J - A fast, reactive Java wrapper for the official Discord Bot API.
- Maven - Dependency Management
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Damien Djmb - Initial work - Nowtryz
This project is licensed under the MIT License - see the LICENSE.md file for details