promotional bannermobile promotional banner

[TACZ] HUDcreator

All-in-one Forge 1.20.1 mod to create Shops, Trades, Kits & HUD overlays with a full in-game editor, NPC system, 3-tier economy (Vault/GrandEconomy/built-in), web dashboard with analytics, and zero config files needed.

File Details

hudcreator-2.6.1.jar

  • R
  • Mar 28, 2026
  • 510.00 KB
  • 1.1K
  • 1.21.1
  • NeoForge

File Name

hudcreator-2.6.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:tacz-hudcreator-1484200:7829075"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1. Notifications vendeur/acheteur — Le vendeur reçoit un message chat quand son listing est acheté
  (BuyMarketListingPacket), et l'acheteur est notifié quand son buy order est rempli
  (FulfillBuyOrderPacket)
  2. Rate-limiting anti-spam — Nouveau MarketRateLimit.java avec cooldown 500ms entre opérations.
  Appliqué aux 7 packets market (Create/Buy/Cancel listing, Refill, Create/Cancel/Fulfill buy order)
  3. Cap quantité client-side — NumericField.setMaxValue() ajouté. Appliqué dans MarketSellScreen (max
   = items dispo) et MarketRefillScreen (max = items dispo). Le joueur ne peut plus taper une valeur
  supérieure
  4. Notification expiration en temps réel — Si le vendeur/acheteur est en ligne quand son
  listing/order expire, il reçoit un message immédiat + les items/argent sont rendus directement (plus
   besoin d'attendre le prochain login)