All Projects → LanternPowered → Lantern

LanternPowered / Lantern

Licence: MIT license
An open-source Minecraft server that implements the SpongeAPI.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Lantern

Bukkit2Sponge
An implementation of SpongeAPI for Bukkit servers (Glowstone, Spigot)
Stars: ✭ 17 (-84.68%)
Mutual labels:  sponge, spongeapi
Sponge
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
Stars: ✭ 241 (+117.12%)
Mutual labels:  sponge, minecraft-server
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+896.4%)
Mutual labels:  sponge, minecraft-server
FoxGuard-Sponge
A Minecraft world protection plugin for SpongeAPI
Stars: ✭ 31 (-72.07%)
Mutual labels:  sponge, spongeapi
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (-8.11%)
Mutual labels:  sponge, minecraft-server
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (-69.37%)
Mutual labels:  sponge, spongeapi
Mirai
Mirai 未来 - A powerful Minecraft Server Software coming from the future
Stars: ✭ 325 (+192.79%)
Mutual labels:  minecraft-server
TamableFoxes
SpigotMC Plugin that gives you the ability to tame foxes!
Stars: ✭ 21 (-81.08%)
Mutual labels:  minecraft-server
CORE
Core of NodeMC, including stock dashboard and setup files.
Stars: ✭ 43 (-61.26%)
Mutual labels:  minecraft-server
docker-lantern-arm
[DISCONTINUED] 🔦 Lantern for Raspberry Pi
Stars: ✭ 48 (-56.76%)
Mutual labels:  lantern
Krypton
A fast, lightweight Minecraft server written in Kotlin
Stars: ✭ 178 (+60.36%)
Mutual labels:  minecraft-server
guardiansponge
🔱 Guardian - An extensive AntiCheat plugin for Sponge.
Stars: ✭ 20 (-81.98%)
Mutual labels:  sponge
McRPG
An RPG plugin for Minecraft 1.13
Stars: ✭ 32 (-71.17%)
Mutual labels:  minecraft-server
EliteMobs
This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
Stars: ✭ 114 (+2.7%)
Mutual labels:  minecraft-server
EconomyLite
Economy Plugin for Sponge
Stars: ✭ 25 (-77.48%)
Mutual labels:  sponge
LiteXLoader
This project has been merged into LiteLoaderBDS 👇 click below to new project 本项目已经合并到 LiteLoaderBDS 项目中 👇 点击前往 https://github.com/LiteLDev/LiteLoaderBDS
Stars: ✭ 84 (-24.32%)
Mutual labels:  minecraft-server
minecraft-server-hibernation
Autostart and stop minecraft-server when players join/leave
Stars: ✭ 172 (+54.95%)
Mutual labels:  minecraft-server
Parties
Party manager plugin for your Minecraft server!
Stars: ✭ 61 (-45.05%)
Mutual labels:  minecraft-server
Flint
A Minecraft minigame engine.
Stars: ✭ 22 (-80.18%)
Mutual labels:  sponge
bedrock-server
Minecraft Bedrock (MCPE) Server on Docker
Stars: ✭ 47 (-57.66%)
Mutual labels:  minecraft-server

Lantern Build Status Discord

A open source and compatible Minecraft server that implements the SpongeAPI. It is licensed under the MIT License.

Prerequisites

Clone

The following steps will ensure your project is cloned properly.

  1. git clone --recursive https://github.com/LanternPowered/Lantern.git
  2. cd Lantern

Building

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'.

IDE Setup

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

  1. Run gradle eclipse
  2. Run gradle genEclipseRunConfigurations
  3. Import LanternServer as an existing project (File > Import > General)
  4. Select the root folder for LanternServer
  5. Check LanternServer when it finishes building and click Finish

For IntelliJ

  1. Make sure you have the Gradle plugin enabled (File > Settings > Plugins)
  2. Click File > New > Project from Existing Sources > Gradle and select the root folder for LanternServer
  3. Select Use customizable gradle wrapper if you do not have Gradle installed.
  4. Once the project is loaded, run gradle genIntelliJRunConfigurations
  5. IntelliJ will now ask to reload the project, click Yes
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].