o
odinpkg.dev
packages / library / raven

raven

a256fbelibrary

Odin implementation of the Minecraft 1.8.x server, with planned Bukkit/Paper plugin support via JNI.

MPL-2.0 · updated 3 days ago

Raven

Odin implementation of the Minecraft 1.8.x (protocol 47) server, with planned Bukkit/Paper plugin support via JNI.

Named after Odin's ravens who flew across the world bringing information -- a server's role of connecting players to the Minecraft world.

Building

odin run .       # build + run the server
odin build .     # build only
odin test src/protocol/   # run wire-format tests

The server reads config.ini from the current working directory. Without it, the server falls back to DEFAULT_SERVER (0.0.0.0:25565).

Useful links