Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/organization/boundstone

High Performance / Fast Compilation / Lightweight MCBE Server
https://github.com/organization/boundstone

bedrock-edition fast-compilation high-performance lightweight-mcbe-server mcbe mcbe-server mcbe-server-software mcpe mcpe-server v vlang

Last synced: 3 months ago
JSON representation

High Performance / Fast Compilation / Lightweight MCBE Server

Awesome Lists containing this project

README

        

# boundstone

Boundstone is a server software for **[Minecraft: Bedrock Edition](https://www.minecraft.net)** written in **[V](https://github.com/vlang/v)**.
Since it is written in V, it has high performance, can be compiled quickly and is lightweight.

## How to install?

To build it, you have to install **V**. For this, follow the [instructions](https://github.com/vlang/v#installing-v-from-source) there. After that, run on your terminal

`v run boundstone.v`.

Then you should clone this repository

`git clone https://github.com/organization/boundstone`.

To build and run it, simply type:

`v run boundstone.v`

## License

This project is licensed under **MPL-2.0**. See the [LICENSE](https://github.com/organization/boundstone/blob/master/LICENSE) file for more information.