- Lua 98.6%
- Shell 1.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| .Scripts | ||
| Plugins | ||
| Prefabs | ||
| schematics@84888a10c0 | ||
| worlds | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| banlist.sqlite | ||
| brewing.txt | ||
| crafting.txt | ||
| Cuberite.bin | ||
| favicon.png | ||
| furnace.txt | ||
| itemblacklist | ||
| items.ini | ||
| LICENSE | ||
| MojangAPI.sqlite | ||
| monsters.ini | ||
| motd.txt | ||
| Ranks.sqlite | ||
| README.md | ||
| settings.ini | ||
| webadmin.ini | ||
| whitelist.sqlite | ||
Server
Something similar to the modern Kaboom.pw server repository, but for its Cuberite-era. This is based on an archive of the latest known deployment of Cuberite Kaboom.pw.
Usage
Release
You can skip the manual process and download an archive of the server with all git-lfs files checked out and the submodules checked out on the latest release. Click here to download.
Manual
Due to this repository's usage of submodules and git-lfs, the actual deployment process is a little different than modern Kaboom.pw.
You can replace https://code.optmstc.dev with a Git host closer to your region, but please note that this mirror must also mirror all plugins and schematics.
# Install git-lfs on your system.
git clone https://code.optmstc.dev/Cuberboom/Server.git --depth=1 --recursive --shallow-submodules
cd Server
./Cuberite.bin
Note that this is not yet a production-ready instance of Cuberite-era Kaboom, as it is missing a number of permission modifications that the real deployment had to prevent abuse. However, it does work, and should be suitable for messing around in. A Framework repository will be developed soon.