Center HTML Notifications¶
MatchZy Enhanced can display important match events in the center of players' screens for better visibility and a professional tournament experience.
Configuration¶
Add this to cfg/MatchZy/config.cfg or set via RCON/console.
Features¶
🌍 Global Notifications (All Players)¶
Displayed to everyone on the server:
Match Live
Large green notification when the match goes live.Pause
Yellow notification showing which team paused.Unpause
Green notification when match resumes.Knife Round Winner
Orange notification after knife round.Side Selection
Green notification when side is chosen.👤 Personal Notifications (Individual Players)¶
Shown only to specific players:
Ready Status
Green confirmation when player types.ready.
Not Ready
Red notification with instructions when player types.unready.
Auto-Ready
Green notification when auto-ready is enabled.👥 Team-Specific Notifications¶
Shown only to relevant team members:
Unpause Confirmation
Orange notification asking the other team to confirm unpause.⏱️ Countdown Timers¶
Live second-by-second countdowns for:
Pause Duration (if limit configured)
Yellow countdown showing remaining pause time.Side Selection Timer
Orange countdown after knife round.Server Restart
Red countdown before server kicks all players.Benefits¶
✅ Better Visibility — Important messages can't be missed
✅ Less Chat Spam — Clean interface, chat remains readable
✅ Professional Look — Tournament-style notifications
✅ Clear Instructions — Players know exactly what to do
✅ Real-Time Updates — Live countdown timers
✅ Team Coordination — Team-specific messages reduce confusion
Technical Details¶
Bot Exclusion¶
- Automatically excludes bots to avoid console spam
- Only real players see notifications
Works With Chat¶
- Center notifications complement chat messages
- Chat messages still appear for players who prefer them
- Full localization support maintained
Performance¶
- Lightweight HTML rendering
- No impact on server performance
- Updates only when needed (countdowns update every second)
Use Cases¶
Competitive Leagues¶
- Players never miss pause notifications
- Clear countdown timers for pause limits
- Professional tournament feel
Public Servers¶
- New players get clear instructions (
.ready,.unpause) - Auto-ready notifications explain the system
- Less confusion about match state
Fast-Paced Tournaments¶
- Quick visual feedback for all actions
- Countdown timers show urgency
- Server restart warnings give players time to react
Troubleshooting¶
Notifications not showing?¶
Check:
Want to disable for specific match?¶
Set via match config JSON:
Or via console:
Examples¶
Tournament Match Flow¶
- Players connect → Personal ready status shown
- Match live → Big center announcement
- Team pauses → Pause notification + countdown (if limit set)
- Other team wants to unpause → Team-specific message
- Match resumes → Resume notification
- Knife round ends → Winner shown + side selection countdown
- Side chosen → Choice confirmed to all players
- Series ends → Server restart countdown
Configuration Combinations¶
Maximum visibility (default):
All notifications enabled with countdown timers.Chat only (minimal):
Disables all center notifications, uses chat only.Hybrid (selective):
matchzy_center_html_notifications "1"
matchzy_pause_duration "0" // No pause countdown
matchzy_side_selection_time "0" // No side selection countdown
Related Settings¶
matchzy_chat_prefix— Chat message prefixmatchzy_pause_duration— Enables pause countdownmatchzy_side_selection_time— Enables side selection countdownmatchzy_autoready_enabled— Triggers auto-ready notificationsmatchzy_both_teams_unpause_required— Triggers unpause confirmation messages
Version¶
Added in MatchZy Enhanced v1.4.7