No description
  • Lua 98.6%
  • Shell 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-29 18:01:08 +00:00
.forgejo/workflows Fix exclusions 2026-08-28 20:52:31 +00:00
.Scripts Configure Git earlier & simplify InteriorUpdate 2026-08-28 02:16:39 +00:00
Plugins Update server and plugins 2026-08-29 18:01:08 +00:00
Prefabs Initial commit 2026-08-25 14:13:03 +00:00
schematics@84888a10c0 Initial commit 2026-08-25 14:13:03 +00:00
worlds Don't use the seed zero for all worlds 2026-08-28 05:10:03 +00:00
.gitattributes Initial commit 2026-08-25 14:13:03 +00:00
.gitignore Add .gitignore 2026-08-28 20:25:27 +00:00
.gitmodules Don't add Cuberite as a submodule 2026-08-28 00:32:08 +00:00
banlist.sqlite Initial commit 2026-08-25 14:13:03 +00:00
brewing.txt Initial commit 2026-08-25 14:13:03 +00:00
crafting.txt Initial commit 2026-08-25 14:13:03 +00:00
Cuberite.bin Update server and plugins 2026-08-29 18:01:08 +00:00
favicon.png Initial commit 2026-08-25 14:13:03 +00:00
furnace.txt Initial commit 2026-08-25 14:13:03 +00:00
itemblacklist Initial commit 2026-08-25 14:13:03 +00:00
items.ini Sort items.ini 2026-08-28 04:02:15 +00:00
LICENSE Initial commit 2026-08-25 14:13:03 +00:00
MojangAPI.sqlite Initial commit 2026-08-25 14:13:03 +00:00
monsters.ini Initial commit 2026-08-25 14:13:03 +00:00
motd.txt Initial commit 2026-08-25 14:13:03 +00:00
Ranks.sqlite Initial commit 2026-08-25 14:13:03 +00:00
README.md Add release usage instructions 2026-08-28 20:44:57 +00:00
settings.ini More missing settings 2026-08-28 18:37:48 +00:00
webadmin.ini Initial commit 2026-08-25 14:13:03 +00:00
whitelist.sqlite Initial commit 2026-08-25 14:13:03 +00:00

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.