ChatReminderMod is a Minecraft Forge mod designed to enhance your chat experience by providing audible and visual alerts when specific player IDs or keywords appear in the chat.
Features:
<Dev>) or keywords (anywhere in the message).How to Use:
The mod adds a set of client commands under /ChatReminder. Here are the main commands:
0.Quick use
/ChatReminder set <id>
Add a Player ID Trigger:
/ChatReminder addid <id> <color> <sound_id> [note_count] [delay_ticks] [volume] [pitch_min] [pitch_max]
Example: /ChatReminder addid Dev FFFFFF minecraft:entity.experience_orb.pickup 3 5 1.0 0.8 1.2
Add a Keyword Trigger:
/ChatReminder addword <keyword> <color> <sound_id> [note_count] [delay_ticks] [volume] [pitch_min] [pitch_max]
Example: /ChatReminder addword hello FF0000 chatremindermod:wx1
Modify Settings for Quick Target ID (set by /ChatReminder setid <id>):
/ChatReminder sound <sound_id>/ChatReminder notes <count>/ChatReminder pitchrange <min> <max>/ChatReminder setcolor <hex_color>Remove Triggers:
/ChatReminder removeid <id>/ChatReminder removeword <keyword>Notes:
color is a 6-digit hex code (without the #).sound_id can be a built-in Minecraft sound (e.g., minecraft:entity.experience_orb.pickup) or a custom sound added by a mod (e.g., chatremindermod:wx1).note_count is the number of times the sound should play (1-20).delay_ticks is the delay in game ticks (20 ticks = 1 second) between repetitions.volume ranges from 0.0 to 1.0.pitch_min and pitch_max range from 0.1 to 3.0, and the actual pitch will be randomly selected between them each time.This mod is client-side only and works in multiplayer as well as single-player.