TheE / Whitelister

A whitelist component for CommandBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitelister

Whitelister is a component written for CommandBook that implements a flexible whitelist to protect the server from unwanted joins. The project is licensed under the GNU General Public License v3.

Compiling

This project is written for Java 6 and the build process makes use of Maven, to handle dependencies automatically. For compiling you will need to:

  1. Install the Java 6 JDK.
  2. Install Apache Maven.
  3. Download the source code for Whitelister from this repository, using either Git or the download button.
  4. Navigate to the directory where the source code is and type mvn clean install in command prompt or terminal.

Contributing

We accept contributions, especially through pull requests on GitHub. Submissions must be licensed under the GNU General Public License v3.

About

A whitelist component for CommandBook

License:GNU General Public License v3.0


Languages

Language:Java 100.0%