Skip to content

Minecraft-Classic-Server-Archive/Dandelion

 
 

Repository files navigation

Dandelion Icon Dandelion Classic

A classic Minecraft server software made in Kotlin!


🧾 About

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.

🛠️ How to Use

  1. Clone the repository:

    git clone https://github.com/flafmg/dandelion.git
    cd dandelion
  2. Build the .jar using Gradle:

    ./gradlew clean build
  3. 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 the build/libs/ directory.

  4. The server should now be running! 🎉


✅ TO DO

  • Basic protocol support
  • Command system
  • Level system
  • implement base cmmands
  • implement permission system
  • Event system
  • CPE (Classic Protocol Extensions) support
  • Plugin system

💡 Goal

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


About

Dandelion mirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%