Build items, blocks, furniture, and immersive experiences — without limits or paywalls. Free. Open Source. Forever.
10 content types in one plugin. What others charge for, we give away.
Bring existing Oraxen and ItemsAdder content to Kalo with migration reports that flag unsupported behavior instead of silently guessing.
Compare with the competition. See how Kalo compares.
Prices as of Aug 2026. Features may vary by version.
| Feature | Kalo | Nexo | Oraxen | ItemsAdder | CraftEngine |
|---|---|---|---|---|---|
| Custom Items | ✓ | ✓ | ✓ | ✓ | ✓ |
| Custom Blocks | 893+ | ✓ | ✓ | ✓ | ✓ |
| Furniture | ✓ | ✓ | ✓ | ✓ | ✓ |
| Custom Armor | ✓ | ✓ | — | ✓ | — |
| Paintings | ✓ | ✓ | — | — | — |
| Music Discs | ✓ | ✓ | — | — | — |
| Custom GUIs | ✓ | ✓ | — | — | — |
| Bedrock Support | Free | €40 | — | — | — |
| Folia Support | ✓ | ✓ | ✓ | — | — |
| License Model | MIT | — | ✓ | — | — |
| Price | FREE | €68 | Free | ~$25 | ~$15 |
Clone, build, and install. That's it.
# 1. Clone the repo git clone https://github.com/CyoriaSMP-Team/kalo.git # 2. Build cd kalo && ./gradlew build # 3. Install cp build/libs/Kalo-*.jar /your-server/plugins/ # 4. Create your first item mkdir -p plugins/Kalo/packs/mypack/configs