Skip to content

The universal Minecraft server, supports both Minecraft PC and Minecraft PE clients. It also has Bukkit API and Sponge API support!

License

Notifications You must be signed in to change notification settings

MinecraftSources/Dragonet

 
 

Repository files navigation

Dragonet

Join the chat at https://gitter.im/DragonetMC/Dragonet

Brought to you by BytePowered

The universal Minecraft server, supports both Minecraft PC/Mac and Minecraft PE clients.

Build status indicator

##Supported Plugins Currently it supports Bukkit plugins, Sponge plugins(non-mod) and DAPIS Javascript plugins.

##Is this fully working now? Yes, mostly! But you may expirence some bugs and issues because this software is still in heavy development stage.

How can I try Dragonet ?

Demo Servers

Always Running Latest Dragonet 0.0.3 Development Build. Installed Bukkit Essentials plugins for only demo purpose.

The official BytePowered server is not ready yet

For Minecraft PC/Mac: demo.cgrp.co.kr:25565

For Minecraft PE: demo.cgrp.co.kr with default port 19132

  • There are more community sponsored servers here.

Docker image

We provide a Docker image which is automatically updated upon changes on our master branch. It requires Docker, of course.

Just run:

docker run -it -p 25565:25565 -p 19132:19132/udp dragonet/dragonet:unstable

If you want to keep your data in a known place, you can mount /dragonet/data volume:

docker run -it -p 25565:25565 -p 19132:19132/udp -v /somewhere/on/my/computer:/dragonet/data dragonet/dragonet:unstable

If you want to run it in the background:

docker run -d -p 25565:25565 -p 19132:19132/udp -v /somewhere/on/my/computer:/dragonet/data dragonet/dragonet:unstable

About Bukkit Essentials

If you are looking for Bukkit Essentials, you should use Spigot Essentials.

Download

You may download pre-compiled binaries at our website: http://dragonet.org/
You can also get development builds from the CircleCI page(Github login required).

Credits & Licencing

Dragonet software: "A universal Minecraft server that supports both Minecraft for PC/Mac and Minecraft: Pocket Edition. "
Dragonet's code is under org.dragonet package and they are under LGPL v3.
Glowstone software: A Minecraft server that written from zero and no Mojang code included.
Glowstone++ software: A Glowstone fork by @GlowstonePlusPlus team.
Glowstone++'s code is under net.glowstone package and they are under MIT Licence.

Demo server is proudly provided by BytePowered.

About

The universal Minecraft server, supports both Minecraft PC and Minecraft PE clients. It also has Bukkit API and Sponge API support!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%