By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!ND_Discord v0.5.3 Patch Notes
Overview
This update focuses on improving emergency services integration, notification systems, and overall stability across all ND_Discord resources.
ND_911 Updates
New Features
- Multiple Emergency Call Types**: Added support for different emergency call types
- `/911` - Police Emergency (blue blip)
- `/311` - Medical Emergency (yellow blip)
- `/511` - Fire Emergency (red flame icon)
- `/611` - Tow Request (orange blip)
- Command Suggestions**: Added helpful command suggestions for all emergency call types
- Shows command description and parameter help when typing commands
- Includes information about anonymous call option
- Improved Notification Format**:
- Cleaner, more organized notification layout
- Removed asterisks (**) for better readability
- Added more details including heading and coordinates
- Changed emergency notifications from error (red) to info (blue) style
Bug Fixes
- Fixed issue with ND_Notify integration (removed call to non-existent export)
- Fixed Discord ID appearing in in-game notifications (now only shows in webhooks)
- Fixed notification system fallback when configured system isn't available
Improvements
- Removed forced notification system setting, now properly respects config.lua settings
- Enhanced debug logging for better troubleshooting
- Improved blip colors and icons for better visual distinction between emergency types
- Added case-insensitive notification system name handling
ND_DiscordAPI Updates
Improvements
- Enhanced token validation and refresh mechanism
- Improved error handling for API requests
- Added additional debug logging options
- Optimized cache management for Discord role information
Bug Fixes
- Fixed issue with Discord role synchronization during server restarts
- Resolved race condition in API request queue
- Fixed memory leak in long-running Discord webhook connections
ND_DiscordBanSync Updates
New Features
- Added support for ban reason templates
- Implemented ban appeal link in ban messages
- Added ban duration formatting in Discord notifications
Improvements
- Enhanced ban synchronization between multiple servers
- Improved ban list pagination and search functionality
- Optimized database queries for large ban lists
ND_DiscordChatRoles Updates
New Features
- Added support for custom chat colors based on Discord roles
- Implemented role-specific chat formatting options
- Added chat command permissions based on Discord roles
Bug Fixes
- Fixed issue with chat role updates not applying immediately
- Resolved conflict with other chat formatting resources
ND_Notify Updates
Improvements
- Added support for notification queuing and prioritization
- Enhanced notification styling and animation options
- Improved compatibility with other notification systems
- Added support for notification sounds with volume control
Bug Fixes
- Fixed issue with notifications not clearing properly
- Resolved z-index conflicts with other UI elements
- Fixed notification stacking in high-volume situations
ND_JoinMonitor Updates
New Features
- Added detailed connection logging with geolocation data
- Implemented connection attempt tracking for banned players
- Added customizable welcome messages based on player history
Improvements
- Enhanced join queue management for high-traffic servers
- Improved player verification process
- Optimized database operations for connection logging
ND_TimeoutSync Updates
New Features
- Added timeout synchronization between Discord and game server
- Implemented timeout reason templates and logging
- Added timeout appeals process integration
Bug Fixes
- Fixed issue with timeout duration calculation
- Resolved conflict with ban system during timeout expiration
ND_Whitelist Updates
Improvements
- Enhanced whitelist verification process
- Added support for temporary whitelist access
- Improved whitelist management commands and UI
- Optimized whitelist checks during server startup
Bug Fixes
- Fixed issue with whitelist not updating after Discord role changes
- Resolved race condition during simultaneous whitelist checks
General Improvements
- Enhanced compatibility with latest FiveM updates
- Improved resource startup sequence and dependency handling
- Optimized performance for high-traffic servers
- Updated documentation and configuration examples
- Standardized error handling and logging across all resources
- Reduced overall resource CPU and memory usage
Installation & Update Instructions
1. Back up your existing configuration files
2. Replace all script files with the new version
3. Review and update your configuration files as needed
4. Ensure all dependencies are up to date
5. Restart the resources
Support
For support or to report issues, please visit our Discord server or open a ticket on our support platform.
Thank you for using ND_Discord resources!
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
![]()
![]()
![]()
ND-DiscordSystem Update 0.4 Beta Release
Core Improvements
Upgrade version from 1.0.0 to 1.1.0
Add support for Discord API v10
Improve error handling for Discord API rate limits
Optimize caching system for better performance
New Config Features
Discord Webhooks Integration: Send server events to Discord channels
Role Hierarchy System: Define priority levels for roles with conflicts
Temporary Role Assignments: Support for roles with expiration dates
Admin UI Panel: In-game management interface for Discord integrations
API Rate Limit Handling: Smart retry system for Discord API calls
Cross-Server Role Sync: Sync roles across multiple FiveM servers
**Module-Specific Features**
ND_AcePerms: Role inheritance system for cascading permissions
ND_PriorityQueue: Dynamic priority adjustments based on server load
ND_Whitelist: Timed whitelist access with automatic expiration
ND_DiscordBanSync: Appeal system with automatic unbanning
ND_AltDetector: Machine learning-based detection algorithms
ND_JoinMonitor: Custom join messages based on Discord roles
ND_TimeoutSync: Role-based timeout durations and exemptions
Core Configuration (config.lua)
Module Enhancements
ND_AcePerms: Add support for role inheritance
ND_PriorityQueue: Implement dynamic priority adjustments based on server load
ND_Whitelist: Add timed whitelist access with automatic expiration
ND_DiscordBanSync: Improve synchronization speed and reliability
ND_AltDetector: Enhanced detection algorithms
ND_TimeoutSync: Add configurable timeout durations
Quality of Life
Add more notification system integrations (ESX, QBCore, etc.)
Expand documentation with setup examples
Add troubleshooting guide for common issues
Include migration guide from other Discord systems
Bug Fixes
Fix potential memory leak in role caching system
Resolve issue with role updates not being applied immediately
Fix compatibility issues with latest FiveM server versions