Brought to you by BytePowered
The universal Minecraft server, supports both Minecraft PC/Mac
and Minecraft PE
clients.
##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.
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
- There are more community sponsored servers here.
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
If you are looking for Bukkit Essentials, you should use Spigot Essentials.
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).
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.