Skip to content

EverCraft/ServerConnect

Repository files navigation

ServerConnect

A minecraft plugin for Bukkit platforms.

Links

License

This plugin is licensed under GNU License.

Prerequisites

Clone

The following steps will ensure your project is cloned properly

  1. git clone --recurse git@github.com:EverCraft/ServerConnect.git
  2. cd ServerConnect

Building

On Windows

  1. Shift + right click the folder with ServerConnect's files and click "Open command prompt".
  2. gradlew clean
  3. gradlew build
  4. The plugins are located in the folder '/folder/of/ServerConnect/build/libs/'

On Linux or Mac OS X

  1. In your terminal, navigate to the folder with ServerConnect's files (cd /folder/of/ServerConnect/)
  2. ./gradlew clean
  3. ./gradlew build
  4. The plugins are located in the folder '/folder/of/ServerConnect/build/libs/'

Releases

No releases published

Packages

No packages published

Languages