| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo holds the code for the Project Earth server. It is built on Cloudburst and has a few key advantages over other server software:
Cloudburst is under improvement.
The compiled JAR can be found in the target/ directory.
Simply run java -jar Cloudburst.jar.
Information on Cloudburst's API can be found at the wiki.
Running Nukkit in Docker (17.05+ or higher).
Build image from source,
docker build -t nukkit .
Run once to generate the /data volume, default settings, and choose language,
docker run -it --rm -p 19132:19132 nukkit
Use docker-compose to start server on port 19132 and with ./data volume,
docker-compose up -d
Please read the CONTRIBUTING guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.
| Back | FazBrowse Home | New Git URL |