A open source and compatible Minecraft server that implements the SpongeAPI. It is licensed under the MIT License.
The following steps will ensure your project is cloned properly.
git clone --recursive https://github.com/LanternPowered/Lantern.git
cd Lantern
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
In order to build LanternServer you simply need to run the gradle build
command. You can find the compiled JAR file in ./build/libs
labeled similarly to 'lanternserver-x.x.x-SNAPSHOT.jar'.
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
For Eclipse
gradle eclipse
gradle genEclipseRunConfigurations
For IntelliJ
gradle genIntelliJRunConfigurations