ServerConnect
A minecraft plugin for Bukkit platforms.
Links
License
This plugin is licensed under GNU License.
Prerequisites
- Java 7
Clone
The following steps will ensure your project is cloned properly
git clone --recurse git@github.com:EverCraft/ServerConnect.git
cd ServerConnect
Building
On Windows
- Shift + right click the folder with ServerConnect's files and click "Open command prompt".
gradlew clean
gradlew build
- The plugins are located in the folder '/folder/of/ServerConnect/build/libs/'
On Linux or Mac OS X
- In your terminal, navigate to the folder with ServerConnect's files (
cd /folder/of/ServerConnect/
) ./gradlew clean
./gradlew build
- The plugins are located in the folder '/folder/of/ServerConnect/build/libs/'