promotional bannermobile promotional banner

CourierAPI

CourierAPI is a Fabric mod library that lets any mod send animated HUD notification cards to players — via the Java API, JSON files, or in-game commands. Supports server-to-client broadcasting and client-side local display.

File Details

CourierAPI 0.1-26.1.2

  • R
  • Apr 25, 2026
  • 33.33 KB
  • 38
  • 26.1.2
  • Fabric

File Name

CourierAPI-26.1.2-0.1.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:courierapi-1524574:7982830"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Updated to 26.1.2


0.1 — Initial Release

Added

  • Animated HUD notification cards with slide-in / slide-out transitions
  • Up to 4 simultaneous notifications; extras queue automatically
  • Fully customizable colors — title, description, background, and border accent (ARGB)
  • Configurable display duration per notification
  • Description wraps to a second line when text is too long
  • Server-side APICourierAPI.send() and CourierAPI.broadcast() to send notifications to players
  • Client-side APICourierClientAPI.showLocal() for client-only mods and singleplayer
  • couriernotifications.json — define reusable named notifications in the server root
  • couriernotifications_queue.json — trigger notifications externally (scripts, RCON, panels) without touching Java code
  • /courier send <id> — broadcast a named notification to all online players (op level 2)
  • /courier reload — reload couriernotifications.json from disk without restarting the server
  • Tab-completion for notification IDs in /courier send