A classic Minecraft server software made in Kotlin!
Dandelion is a Minecraft Classic server software written in Kotlin, focused on simplicity and customization.
It's designed to be a lightweight and modern alternative to existing server softwares, making it easier to build and run your own custom classic servers!
⚠️ Still under development!
Many important features are missing — not recommended for real use yet.
-
Clone the repository:
git clone https://github.com/flafmg/dandelion.git cd dandelion -
Build the
.jarusing Gradle:./gradlew clean build
-
Run the generated
.jar:java -jar build/libs/dandelion-<version>.jar
🔧 Replace
<version>with the actual version number (e.g.,dandelion-1.0.jar).
You can check the exact name in thebuild/libs/directory. -
The server should now be running! 🎉
- Basic protocol support
- Command system
- Level system
- implement base cmmands
- implement permission system
- Event system
- CPE (Classic Protocol Extensions) support
- Plugin system
The goal of Dandelion is to be a simple and cohesive codebase for Minecraft Classic servers.
It aims to be an easier and cleaner alternative to existing server softwares, but still far from it at this development stage