Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Our-Island

A velocity announcement and notification sending and managing plugin.

Report angelloNotifier?

Release
0.1.1-SNAPSHOT

Chiloven945 released angelloNotifier version 0.1.1-SNAPSHOT on April 20, 2026

0.1.1-SNAPSHOT

Added URI-based notice importing for cases where notice content is too large or too inconvenient to enter directly through chat commands.

Added

Notice Import
  • Added /angello import <uri> for publishing a notice from an external file source.
  • Added import subcommand aliases:
    • /angello uri <uri>
    • /angello import-uri <uri>
    • /angello send-uri <uri>
  • Added support for importing notices from local file paths, file:// URIs, and http(s):// URIs.
Import Format
  • Added JSON-based import format for external notice definitions.
  • Added support for required fields:
    • title
    • body
  • Added support for optional fields:
    • lifetime
    • created_by
    • created_at
  • Added support for body as either:
    • a single string
    • an array of strings
  • Added support for created_at as either:
    • a formatted date-time string
    • a timestamp
Import Behaviour
  • Added import handling that converts external notice data into a normal stored notice.
  • Added fallback to settings.default-notification-lifetime when imported notices do not provide a lifetime.
  • Added fallback to the command executor as created_by when the imported file does not provide it.
  • Added fallback to the current time when created_at is omitted.
  • Added validation for malformed or incomplete imported notice data.
Integration
  • Added full integration between imported notices and the existing notice board system.
  • Added imported notices to the same shared global history used by manually sent notices.
  • Added stable global ID assignment for imported notices.
  • Added immediate preview delivery for imported notices to eligible online players.
  • Added support for imported notices in existing unread, read, lifetime, inbox, show, list, and delete flows.

Notes

Imported notices are not treated as a separate notice type. Once imported, they behave exactly like notices created through /angello send, including persistence, player read state tracking, lifetime handling, and administrative management.

Information

Published onApril 20, 2026
Downloads0

Platforms

Velocity Velocity (3.4-3.5)