Back to mods
Crossbow Save Arrow project artwork

CurseForge · Hytale mod

Crossbow Save Arrow

Per-crossbow ammo storage for Hytale. Each crossbow remembers its loaded arrows independently.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Crossbow Save Arrow release should I use?

Updated 6 months ago
Latest stable file CrossbowSaveArrow-0.0.8.jar
Game version Not listed
Mod system Built-in Hytale mod system

Crossbow Save Arrow CrossbowSaveArrow-0.0.8.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should Crossbow Save Arrow be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Crossbow Save Arrow CrossbowSaveArrow-0.0.8.jar need?

CrossbowSaveArrow-0.0.8.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add Crossbow Save Arrow without breaking your instance.

Built for Crossbow Save Arrow CrossbowSaveArrow-0.0.8.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use CrossbowSaveArrow-0.0.8.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside CrossbowSaveArrow-0.0.8.jar. It opens that exact file at the source.

About this project

What does Crossbow Save Arrow add?

CrossbowSaveArrow

Per-crossbow ammo storage for Hytale. Each crossbow remembers its loaded arrows independently.

⚠️ IMPORTANT: This is NOT a regular mod! This is an Early Plugin (Hyxin/Mixin mod). It will NOT work if placed in the Mods folder. The CurseForge app does not install it correctly — you must install it manually. See the Installation section below.

The Problem

In vanilla Hytale, arrows are lost when you switch away from a crossbow. If you loaded 4 arrows and switch to a sword, those arrows vanish. This mod fixes that.

Features

  • Arrows persist on weapon switch — the main feature! No more losing loaded ammo when switching weapons
  • Individual ammo tracking — each crossbow stores its own arrow count in item metadata
  • Persistent storage — ammo is saved when you:
    • Switch to another weapon
    • Drop the crossbow
    • Store it in a chest
    • Trade with other players
  • No arrow duplication — arrows that would normally return to inventory on weapon switch are blocked
  • Multiplayer compatible — works correctly when other players pick up your crossbows

Technical Details

This mod uses an event-based architecture with Mixin injection rather than tick-based systems. This means:

  • Zero performance overhead during normal gameplay
  • Code only executes when weapon stats are recalculated (on weapon switch)
  • No continuous polling or per-tick checks

Requirements

Installation

⚠️ The CurseForge app only installs mods into the Mods folder. This mod is an Early Plugin and must be installed manually into the earlyplugins folder.

Single Player / Client-Hosted Server

  1. Download Hyxin.jar and place it in:
   UserData/EarlyPlugins/
  1. Download CrossbowSaveArrow-*.*.*.jar and place it in your world save folder:
   UserData/Saves/<YourWorldName>/earlyplugins/

(Create the earlyplugins folder if it doesn't exist)

  1. Launch the game and load the world

Linux users: The folder must be named exactly earlyplugins (lowercase). Linux is case-sensitive, so EarlyPlugins won't work.

Dedicated Server

  1. Download Hyxin.jar and place it in:
   <ServerRoot>/earlyplugins/
  1. Download CrossbowSaveArrow-*.*.*.jar and place it in the same folder:
   <ServerRoot>/earlyplugins/
  1. Add --accept-early-plugins to your server launch command. Example:
   java -Xms4G -Xmx4G -jar Server/HytaleServer.jar --assets ../Assets.zip --accept-early-plugins
  1. Start the server. You should see it loading mods from the earlyplugins folder in the console.

Linux users: The folder must be named exactly earlyplugins (lowercase). Linux is case-sensitive.

How It Works

When you switch away from a crossbow, the current ammo count is saved to the crossbow's item metadata. When you switch back (or pick up a crossbow from the ground), the ammo is restored from metadata.

This allows you to have multiple crossbows with different ammo counts — perfect for combat loadouts where you want pre-loaded crossbows ready to fire.

Compatibility

  • Works with vanilla crossbows and any modded crossbows that use the standard ammo stat system
  • Compatible with other mods that don't modify crossbow ammo behavior

Source Code

This mod is open source. Feel free to learn from or contribute to the codebase.

Credits

Project description from CurseForge.

Recent files

Crossbow Save Arrow releases and Hytale builds

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.