Skip to main content

Installation

Use the Minecraft, Fabric Loader, Fabric API, Java, and Hexis versions shown with your dashboard download. Release metadata takes priority over version numbers copied into a prompt or an older guide.

Install Hexis

  1. Create a Minecraft Java Edition profile with the required Fabric Loader.
  2. Install the matching Fabric API.
  3. Download Hexis from the Hexis dashboard.
  4. Place the Hexis JAR and Fabric API JAR in that profile's mods directory.
  5. Launch the Fabric profile and complete the in-client activation flow.
caution

Download Hexis only from your dashboard. Do not share your license, activation data, private configuration, or authenticated download URL.

Add a user script

Place user-authored .lua files under:

.minecraft/config/hexis/scripts/user/

Official Hexis scripts use the neighboring official/ directory. Keep your own scripts in user/ so updates and troubleshooting remain predictable.

The default menu key is H. Use the Hexis menu to select and run a script.

Before running a script

  • Confirm every API member appears in the current reference.
  • Review chat, GUI, inventory, network, movement, and camera side effects.
  • Start in a controlled game context.
  • Keep a visible stop control available.
  • Never paste licenses, authentication data, or private logs into an AI prompt.

Continue with Your first script.