Wesley-Van-Neck / selery

Server for Minecraft (Bedrock Engine) and Minecraft: Java Edition written in D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEL Logo

A Server for Minecraft (Bedrock Engine) and Minecraft: Java Edition written in D

DUB Package Build Status Build status

The server is still in development and some features are not supported yet.

Supported Minecraft (Bedrock Engine) versions:

Supported Minecraft: Java Edition versions:

Structure

SEL is based on the hub-node communication protocol, which means that it can run as two separate instances (hub and node), which are connected through a socket.

Create a server

⚠️ does not work with DMD >=2.074

⚠️ doesn't compile using 32-bit DMD

⚠️ doesn't work using DMD in release mode

git clone git://github.com/sel-project/selery
cd selery/builder
dub --single init.d
dub build
cd ..
./selery-default [-edu] [-realm]

If you're on Windows you must compile using a 64-bit architecture (for example dub build -a x86_64)

About

Server for Minecraft (Bedrock Engine) and Minecraft: Java Edition written in D

License:GNU Lesser General Public License v3.0


Languages

Language:D 99.1%Language:HTML 0.9%