A NeoForge 1.21.1 chat enhancement mod that makes @-mentions loud, clear, and friendly. ??
- Ping teammates instantly: Mention a player with
@playerNameto deliver a highlighted notification and a click-to-reply suggestion that pre-fills chat with their name, plus an optional bell sound. - Share what you're holding: Drop
@iteminto your message to broadcast your main-hand item with its rarity color, hover tooltip, and (optionally) an inline icon rendered directly in chat. - Point friends to your location: Use
@spotto insert a green "Spot" marker; hovering shows the XYZ of where you were standing when you sent the message. With FTB Chunks installed, clicking it drops a temporary waypoint on your map. - Ready-made group calls: Rally everyone in your dimension with
@here, nearby allies with@near, or your FTB Team with@team. - Backend-ready preferences: Synced preference, blocklist, and history data remain in place for future integrations, even though this build ships without an in-game management screen.
- Persistent unread tracking: Mentions are stored server-side by default so unread counts survive relogs.
- Client-side clarity: Color-coded highlighting for players, groups, and special tokens pairs with smart autocompletion.
- Minecraft: Java Edition 1.21.1
- Loader: NeoForge
21.1or newer - Dependencies:
- FTB Teams (Optional, enables
@team) - FTB Chunks (Optional, makes
@spotclickable to add a temporary waypoint)
- FTB Teams (Optional, enables
- Install a compatible NeoForge profile for Minecraft 1.21.1.
- Place the
CallYouByYourNameJAR in yourmods/folder. - Restart Minecraft (or your dedicated server) to load the mod.
| Token | What it does | Notes |
|---|---|---|
@playerName |
Pings a single player with a golden reminder and clickable reply prompt. | You cannot ping yourself; duplicates are ignored politely. |
@here |
Notifies every other player in your current dimension. | Always available to all players. |
@near |
Calls allies within a ~32 block radius. | Range checks run per dimension. |
@team |
Pings all members of your FTB Team. | Requires FTB Teams mod installed. |
@item |
Shares your held item with tooltip info and inline icon. | Warns you if your hand is empty. |
@spot |
Inserts a highlighted "Spot" link that shows your XYZ on hover. | With FTB Chunks installed, clicking drops a temporary waypoint named after the sender. |
This build does not include an in-game preferences screen or keybind.
- Sync: Player preference, blocklist, and history payloads still synchronize with the server.
- Unread notice: If server-side history is enabled, you still receive an unread mention count on login.
- Future integrations: The retained backend data paths make it possible to add a different client entry point later without changing save formats.
The config file is located at config/callyou-common.toml. Key options include:
-
Limits & Cooldowns:
maxMentionsPerMessage: Max valid mentions per chat message (default5).maxTargetsPerMention: Max players pinged by a single mention (default16).globalCooldownTicks: Cooldown between messages with mentions (default20ticks / 1s).perTargetCooldownTicks: Cooldown for pinging the same player again (default40ticks / 2s).
-
Visuals:
renderItemIconAndPlaceholder: Toggle rendering of inline item icons for@item(defaulttrue).
-
History & Storage:
enableServerSideHistory: Store mention history on the server for later review (defaulttrue).historyRetentionDays: Days to keep history before pruning (default7,0= never expire).maxHistoryPerPlayer: Maximum records kept per player (default50,0= no limit).
- "@team doesn't work": Ensure
FTB Teamsis installed on the server. - "Item sharing failed": Make sure you are holding an item in your main hand.
- "Why can't I open a settings menu?": This build intentionally ships without the old in-game preferences UI.
- "Clicking @spot doesn't add a waypoint": Install FTB Chunks (client + server as needed) to enable temporary waypoints.
Released under the Apache License 2.0. Contributions are welcome!
Have fun calling your friends by their names! ??



