Back to mods
No Arrows Indicator project artwork

CurseForge · Hytale mod

No Arrows Indicator

Shows an "Out of Arrows!" (and now multi-tier) notification with sound effect when you try to shoot a bow but have no arrows in your inventory. The notification appears when you left-click (attack) while holding a bow without arrows.

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

Quick answer

Which No Arrows Indicator release should I use?

Updated 2 months ago
Latest stable file NoArrowIndicator-1.1.6.jar
Game version Not listed
Mod system Built-in Hytale mod system

No Arrows Indicator NoArrowIndicator-1.1.6.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 No Arrows Indicator 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 No Arrows Indicator NoArrowIndicator-1.1.6.jar need?

NoArrowIndicator-1.1.6.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 No Arrows Indicator without breaking your instance.

Built for No Arrows Indicator NoArrowIndicator-1.1.6.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use NoArrowIndicator-1.1.6.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 NoArrowIndicator-1.1.6.jar. It opens that exact file at the source.

About this project

What does No Arrows Indicator add?

Discord


No Arrow Indicator

Description

Shows an "Out of Arrows!" (and now multi-tier) notification with sound effect when you try to shoot a bow but have no arrows in your inventory. The notification appears when you left-click (attack) while holding a bow without arrows.

Features

  • Detects left-click while holding a bow
  • Inventory scanning for arrows (hotbar + storage)
  • Notification display on right side with customizable colors
  • Sound effect ("SFX_Avatar_Powers_Disable")
  • Auto-dismiss notifications
  • 1-second cooldown to prevent spam from rapid clicking
  • Packet-based (no background polling)

How It Works

  1. Plugin intercepts SyncInteractionChains packets sent when you start an attack action
  2. When a Primary interaction (left-click) is detected with a bow, it scans your entire inventory (hotbar + storage)
  3. If no arrows are found, shows "Out of Arrows!" notification and plays "SFX_Avatar_Powers_Disable" sound
  4. Notifications have a 1-second cooldown to prevent spam from rapid clicking
  5. Notification auto-dismisses after a few seconds

Technical Details

Trigger: Packet filter intercepting SyncInteractionChains (Primary interaction type)

Detection: Checks item IDs containing "Bow" or "Arrow"

UI: NotificationUtil system (right-side notifications with configurable colors)

Sound: SFX_Avatar_Powers_Disable (powers disable sound effect)

Cooldown: 1 second between notifications

Commands: /noarrows shows current settings; subcommands: line1, line2, reset

Default Colors: Line1=#ffffff (white), Line2=#ff5555 (red)

Configuration: Settings persist to config.json in plugin data directory

Installation

  1. Download NoArrowIndicator-1.1.2.jar
  2. Place in %AppData%\Roaming\Hytale\UserData\Mods\
  3. Restart Hytale

Usage

Automatic Detection

Works automatically when you try to attack with a bow:

  1. Equip a bow
  2. Remove all arrows from inventory
  3. Left-click (attack) with the bow
  4. See "Out of Arrows!" notification appear on the right side
  5. Hear the "powers disable" sound effect
  6. Notification will auto-dismiss after a few seconds
  7. Won't spam - has 1-second cooldown between notifications

Configuration Commands

Customize the notification appearance with /noarrows:

Note: All settings are automatically saved to config.json in the plugin data directory and persist between sessions.

View current settings:

/noarrows
  • Shows current line1 color and line2 color
  • Lists all available commands
  • Example output displays colors in their current hex values

Change primary message color:

/noarrows line1 <hex color>
  • Example: /noarrows line1 ffffff - Changes "Out of Arrows!" to white
  • Accepts formats: ffffff or #ffffff
  • Preview: Color of confirmation message matches your chosen color

Change secondary message color:

/noarrows line2 <hex color>
  • Example: /noarrows line2 ff5555 - Changes "No arrows in inventory" to red
  • Accepts formats: ff5555 or #ff5555
  • Preview: Color of confirmation message matches your chosen color

Reset all settings to defaults:

/noarrows reset
  • Resets line1 to #ffffff (white)
  • Resets line2 to #ff5555 (red)
  • Shows confirmation with reset values

Default colors:

  • Line 1 (primary): #ffffff (white)
  • Line 2 (secondary): #ff5555 (red)

Compatibility

  • Works with all bow types
  • Works with all arrow types
  • Compatible with other HUD mods

Changelog

NoArrowIndicator - v1.1.2

  • Fixed crossbow reload false trigger — reloading with arrows in inventory no longer falsely shows "3 arrows remaining" (loadedAmmo=0 now correctly detected as reload-in-progress)
  • Fixed crossbow threshold counting — arrows split between inventory and loaded crossbow slots now correctly trigger warnings at 5, 3, and 1 remaining
  • Added tiered low-arrow warnings at 5, 3, and 1 arrows remaining (previously only warned at 0)
  • Added crossbow support — total remaining accounts for both inventory arrows and loaded ammo

Support

  • For issues or suggestions, please comment on this mod.

Version: 1.1.2

Author: BeyondSmash

Platform: Hytale Early Access

Project description from CurseForge.

Recent files

No Arrows Indicator releases and Hytale builds

8 of 8 releases match

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