A Sponge implementation of the Phoenix API.
- Java 1.8 or higher
The following steps will ensure your project is cloned properly.
git clone --recursive https://github.com/ThePhoenixMC/PhoenixSponge.git
The following steps will update your clone with the official repo.
git pull
git submodule update --recursive
- Cloning project
- Building:
./mvnw clean install
You can find the compiled JAR files in PhoenixForSponge/target
directory.
After building the project, drop `PhoenixForSponge-x.x.x-x-x.x-x.jar' to your server's plugin directory, and then restart your server.
- You can put your Phoenix Module to 'modules' directory.
- The configuration files of the modules is under 'config' directory.
See CONTRIBUTING.
This project is licensed under the MIT License.