Skip to content

ThePhoenixMC/PhoenixSpigot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoenixSpigot

A Spigot implementation of the Phoenix API.

TeamCity Telegram LICENSE

Requirements

  • Java 1.8 or higher

Cloning

The following steps will ensure your project is cloned properly.

git clone  --recursive https://github.com/ThePhoenixMC/PhoenixSpigot.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 PhoenixForSpigot/target directory.

Running

After building the project, drop `PhoenixForSpigot-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 Spigot plugin that implements the Phoenix API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages