What’s New
Universal Notification System
Supports: `native`, `okokNotify`, `mythic_notify`, `swt_notifications`, `pnotify`, `ox_lib`.
Global Debug Mode
Every script now has `Config.Debug` for dev visibility and deeper testing.
Webhook Logging Added
All major events like bans, role syncs, alt detections, and whitelists now get sent to Discord:
> `/syncaceperms`, `/checkaceperms`, `/forcerolesync`, ban/kick logs, join alerts, etc.
New Modules
ND_AltDetector – Alt account detection w/ webhook alerts
ND_DiscordChatRoles – In-game chat role tags + role colors
ND_DiscordTagIDs – 3D tag overlays based on Discord roles
ND_TimeoutSync – Auto sync timeouts between sessions
ND_WeaponPerms – Prevents unauthorized weapon use by Discord role
ND_JoinMonitor – Join log monitoring with channel ID support
ND_Notify - Notification Script for all of ND Scripts
Rebuilt Core Modules
ND_AcePerms – Webhook-rich role sync, stable command system
ND_DiscordAPI – Fully modular role cache & role-to-permission sync
ND_DiscordBanSync – Bot logic refactor + auto-ban enforcement
ND_PriorityQueue – Queue logic with webhook logs + config options
ND_Whitelist – Auto whitelist by Discord role, webhook alerts
Standardized Features Across All Scripts
- Discord Role Mapping
- Webhook URL config support
- In-game Notification System
- Debug Tools for Developers
- Clean Folder Structure + Shared Patterns