HomeJavaModskashub
kashub
ModsJava

kashub

by kasperenok · on Modrinth

Powerful in‑game scripting engine for Minecraft automation. VSCode‑style editor, 40+ high‑level commands, themes, debugging tools, and multi‑tasking…

⬇ Download on Modrinth
kashub — screenshot 1kashub — screenshot 2kashub — screenshot 3

🎮 Kashub – In‑Game Scripting Engine for Minecraft

In‑game scripting and automation framework with a built‑in VSCode‑style editor

Tired of repetitive tasks? Want to automate farming, building, or grinding? Kashub adds a powerful scripting layer to Minecraft with a beautiful built‑in code editor inspired by VSCode.

⚡ Why Kashub?

Unlike other automation mods that require external tools or complex setups, Kashub gives you everything in‑game:

🔥 Key Features

Built‑in Code Editor

Scripting Engine

Developer Tools

🛡 Fair‑Play & Server Control

Kashub is designed to be server‑friendly:

This lets server owners decide how much automation is allowed on their server (or disable it entirely) while still letting players enjoy Kashub in singleplayer or private worlds.

📚 Quick Start

  1. Install Fabric 1.21.1 and Fabric API
  2. Drop Kashub into your mods folder
  3. Launch Minecraft and press K to open the editor

Script editor

  1. Write your first script:
// Auto-heal when low HP
onEvent onDamage {
  if ($PLAYER_HEALTH < 10) {
    eat golden_apple
    print "Emergency heal!"
  }
}
  1. Press F5 to run!

💡 Example Scripts

Auto‑Farm

// Tree farm automation
loop 100 {
    lookAt nearest oak_log
    mine
    wait 500
}

Auto‑Combat (PvE‑style)

// Auto-attack nearby mobs
onEvent onTick {
    if (nearestEntity zombie < 5) {
        attack entity zombie
    }
}

Smart Mining

// Mine only diamond ore
scanner start diamond_ore
loop {
    if ($SCANNER_FOUND) {
        pathTo $SCANNER_X $SCANNER_Y $SCANNER_Z
        mine
    }
    wait 1000
}

🎨 Customization

Settings

📚 In‑Game Docs

Docs

🛠 Technical Details

⚠ Beta Notice

This is a BETA release:

Please report issues on GitHub Issues.

🔗 Links

📜 License

MIT License – feel free to fork, contribute, and build ports for other loaders (with proper credit).


Made with ❤️ by KasperStudios
In‑game scripting and automation for power users and server owners

Support

I develop KasHub on my own in my spare time. If this mod has saved you time, reduced your stress, or you simply enjoy using it, you can support the author to help bring more updates and new features:

Support development: https://donatello.to/kasperenok

You can report bugs, share ideas, and make reasonable suggestions for improvement via GitHub Issues or on our Discord server.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more