
fakechat
Add chat message with gradient color support; implement /fc <text> command to display gradient text in chat.
00—fabricServer1.21mod
- Added a
/fc <text>command for dedicated servers that broadcasts the provided text with per-character gradient coloring and also echoes it to the command source (including console). - Gradient flows across the whole message using a four-color warm-to-cool palette; each character receives an interpolated color for a smooth fade.
- Compatible with Minecraft 1.21 on Fabric Loader/Fabric API; the mod declares a server-only environment.
- Blank input is rejected with a clear error so nothing silent happens.
- Known limitations: palette is fixed (no custom colors yet) and the command always broadcasts globally rather than sending privately or to a subset of players.
Server Validation
✅ Server validation passed - The mod was tested on a real Minecraft server and loaded successfully.