promotional bannermobile promotional banner

Aethelgrad Legacy

A legacy Minecraft Bedrock behavior addon built on API 2.5.0, intended for experienced developers and server owners.

File Details

Aethelgrad_Core.mcaddon

  • R
  • Apr 29, 2026
  • 1.70 MB
  • 117
  • 26.10

File Name

Aethelgrad_Core.mcaddon

Supported Versions

  • 26.10

Legacy Release - Version 1.0.1 (Broadcast Overhaul & Stability Patch)

2
3 ### Major Improvements
4 - **STABLE**: Hub management suite (SetHub, SetRadius, HubDebug).
5 - **BETA**: Hierarchical Broadcast Engine (Tier-based weighted random selection).
6 - **PERFORMANCE**: Inventory scan optimization (moved to O(N) Set-based lookups).
7
8 ### Command Suite
9 - **Broadcast System**:

10 - /ae:bc <msg> (Quick message) 11 - /ae:bcst <sec> (Interval) 12 - /ae:bctmk <tier> <priority> (Create tier) 13 - /ae:bcmk <tier> <msg> (Add message) 14 - /ae:bcrm <tier> <idx> (Remove message) 15 - /ae:bct (Tier management) 16 - /ae:bc66 (Database Purge) 17 18 ### Bug Fixes 19 - Fixed command syntax errors for numeric arguments. 20 - Fixed Hub Protection race conditions during init. 21 - Removed legacy [Broadcast] prefix.