An alternative Minecraft server implementation built from scratch.
C
113
174 commits
updated Sep 7, 2019
A high performance Minecraft server implementation written in C.
Join the Discord server here.
Currently, version Minecraft 1.11.2 and 1.10.2 is supported. As of April 2019, this project is being refactored to meet higher standards of quality and stability. Feature development will resume afterwards, with Minecraft 1.14 support coming concurrently.
Basin uses cmake to build, install, and package.
mkdir build
cd build
cmake ..
make -j 16
Within your build directory:
make clean
Within your build directory:
sudo make install
Within your build directory:
cpack --config ./CPackConfig.cmake
To run Basin, simply invoke the binary ./basin. Ensure that the binary is located with the relevant data files (the JSONs).
C
99.8%
An alternative Minecraft server implementation built from scratch.
C
113
174 commits
updated Sep 7, 2019
A high performance Minecraft server implementation written in C.
Join the Discord server here.
Currently, version Minecraft 1.11.2 and 1.10.2 is supported. As of April 2019, this project is being refactored to meet higher standards of quality and stability. Feature development will resume afterwards, with Minecraft 1.14 support coming concurrently.
Basin uses cmake to build, install, and package.
mkdir build
cd build
cmake ..
make -j 16
Within your build directory:
make clean
Within your build directory:
sudo make install
Within your build directory:
cpack --config ./CPackConfig.cmake
To run Basin, simply invoke the binary ./basin. Ensure that the binary is located with the relevant data files (the JSONs).
C
99.8%