Skip to content

ThePhoenixMC/PhoenixNukkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PhoenixPhoenix
Phoenix Nukkit

A Nukkit implementation of the Phoenix API.

Codacy Badge Build Status Gitter GitHub forks GitHub stars LICENSE

Requirements

  • Java 1.8 or higher
  • Maven

Cloning

The following steps will ensure your project is cloned properly.

git clone  --recursive https://github.com/ThePhoenixMC/PhoenixNukkit.git

Updating

The following steps will update your clone with the official repo.

git pull
git submodule update --recursive

Building

  1. Cloning project
  2. Building:
./mvnw clean install

You can find the compiled JAR files in PhoenixNukkit/target directory.

Running

After building the project, drop `PhoenixNukkit-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.

Contributing

See CONTRIBUTING.

License

This project is licensed under the MIT License.

About

A Nukkit plugin that implements the Phoenix API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages