promotional bannermobile promotional banner

QuestLines Icons

Adds animated icons to NPC enities. Extention Plugin for QuestLines

 


Icons

Floating item icons above NPCs, with quest-state support.


Icons is a Hytale server plugin that floats item-entity icons above any NPC in your world. Setup is wand-style β€” run a command, click the NPC. No YAML hand-editing, no UUID hunting.


| | | | | | | | | | | |

Features

  • Float any item from your content pack above any NPC
  • Per-NPC icon, vertical offset, scale, and rotation
  • Nine animation types, stackable on the same icon simultaneously:
    • bob β€” floats up and down
    • rotate β€” spins on the Y axis
    • pulsate β€” scales in and out
    • sway β€” rocks side to side
    • orbit β€” circles the NPC horizontally
    • ping β€” fires brief scale pops
    • ring β€” Rapid side-to-side shake in periodic bursts
    • stamp β€” Periodic sharp downward drop
    • float β€” Organic figure-8
  • Quest-state icons via optional QuestLines integration β€” each player sees a different icon based on their progress:
    • Exclamation mark β€” quest available
    • Dots β€” quest in progress
    • Checkmark β€” quest completed
    • Question mark β€” unknown state
  • Per-state overrides:
    • Set different icons per quest state per NPC
    • Apply animations per state or globally
  • Developer API β€” implement QuestStatusProvider to feed quest states from any plugin
  • All settings save to mods/Icons/icons.json and survive reloads

Commands

All commands have the short alias /i. Assignment commands use a wand workflow β€” run the command, then click an NPC.

CommandDescription
/icons icon [--itemid <itemId>] [--state <state>]Set the NPC's icon. Omit --itemid to use your held item. none hides it, default resets it. Use --state to target a specific quest state.
/icons offset --offset <value>Set the vertical position of the icon above the NPC.
/icons scale --scale <value>Set the icon's scale. 1.5 = 50% larger, etc.
/icons rotation --degrees <degrees>Set a fixed Y-axis rotation in degrees.
/icons animate --animation <animation> [--state <state>]Add or remove an animation. Use --state to apply it to a specific quest state.
/icons listList every NPC that has an icon configured.
/icons reloadReload icons.json without restarting.

Animation Syntax

Multiple animations can run on the same icon at the same time.

 
/icons animate --animation bob
/icons animate --animation bob:2:0.4
/icons animate --animation rotate:90
/icons animate --animation pulsate:1.5:0.3
/icons animate --animation sway:1:20
/icons animate --animation orbit:0.5:1.5
/icons animate --animation ping:0.5:0.5
/icons animate --animation none
/icons animate --animation none:rotate
 

Format: <type>[:<speed>[:<amplitude>]]

  • speed β€” Hz for bob/pulsate/sway/orbit/ping; degrees per second for rotate
  • amplitude β€” max displacement in blocks, degrees, or scale delta depending on type; rotate ignores this

Configuration

You shouldn't need to touch mods/Icons/icons.json directly β€” commands write to it automatically. But if you want to hand-edit it, run /icons reload afterward and it'll pick up the changes.

 
{
"DefaultIconItemId": "Recipe_Page",
"DefaultQuestStateIcons": {
  "available": "Icons_Exclamation",
  "inprogress": "Icons_Dots",
  "completed": "Icons_Checkmark",
  "unknown": "Icons_QuestionMark"
  }
}
 

QuestLines Integration

Icons has a soft dependency on QuestLines. When it's present, Icons automatically shows each player a different icon above each NPC depending on their quest progress β€” no extra config needed, the four state icons ship with the content pack.

Each NPC internally maintains four icons (one per state), and the plugin filters visibility per player so they only see the correct one.

If you're not using QuestLines, you can still feed quest-state data from your own plugin by implementing the QuestStatusProvider interface and calling NpcQuestIconsPlugin.getInstance().setQuestStatusProvider(provider).

The QuestLines Icons Team

profile avatar
  • 4
    Followers
  • 7
    Projects
  • 6.4K
    Downloads
Donate

More from RedStonerView all

  • QuestLines Claims project image

    QuestLines Claims

    • 396
    • Mods

    Allows players to Claim chunks and Admins to claim Regions. Regions can be sold/rented. Protections for practically every event.

    • 396
    • May 20, 2026
    • Mods
    • +3
  • QuestLines Core project image

    QuestLines Core

    • 4.5K
    • Mods

    Create dynamic quests and dialogs with this powerful plugin.

    • 4.5K
    • May 19, 2026
    • Mods
    • +3
  • QuestLines Titles project image

    QuestLines Titles

    • 328
    • Mods

    Give players access to selectable titles that show in chat and in QuestLines dialogs.

    • 328
    • May 18, 2026
    • Mods
    • +4
  • QuestLines Arcade project image

    QuestLines Arcade

    • 35
    • Mods

    Play some classic games with your friends.

    • 35
    • May 13, 2026
    • Mods
    • +4
  • QuestLines Claims project image

    QuestLines Claims

    • 396
    • Mods

    Allows players to Claim chunks and Admins to claim Regions. Regions can be sold/rented. Protections for practically every event.

    • 396
    • May 20, 2026
    • Mods
    • +3
  • QuestLines Core project image

    QuestLines Core

    • 4.5K
    • Mods

    Create dynamic quests and dialogs with this powerful plugin.

    • 4.5K
    • May 19, 2026
    • Mods
    • +3
  • QuestLines Titles project image

    QuestLines Titles

    • 328
    • Mods

    Give players access to selectable titles that show in chat and in QuestLines dialogs.

    • 328
    • May 18, 2026
    • Mods
    • +4
  • QuestLines Arcade project image

    QuestLines Arcade

    • 35
    • Mods

    Play some classic games with your friends.

    • 35
    • May 13, 2026
    • Mods
    • +4