Wiki/Getting Started

Installation & file formats

Updated Jul 12, 2026·4 min read

Welcome to the Cubitix docs. This guide covers everything you need to go from a fresh download to running content on your server. If you get stuck, hop into our Discord — creators reply fast.

Download & unzip

After checkout, your files appear instantly in Account → Downloads and are emailed to you. Every package is a single .zip containing the assets plus a README.txt and changelog.

  • Builds ship as .schem (WorldEdit) and .nbt (structure block).
  • Assets ship as Blockbench/Model Engine projects plus PNG textures.
  • Plugins ship as a .jar with a pre-tuned config folder.
💡

Keep the original .zip — re-downloading is always free, and updates are versioned so you can roll back.

File formats & where they go

Drop each file into the matching server folder. A typical Paper server layout looks like this:

server/ layoutshell
# builds
plugins/WorldEdit/schematics/bonsai.schem
# assets → resource pack
resourcepacks/cubitix-hd.zip
# plugins
plugins/CoreEngine.jar
Was this helpful?