π Nebula Unique IDs β Persistent Character Identification for RedM & VORP
The Essential Foundation for Advanced RedM Administration & Tracking
Say goodbye to broken logs and lost session references. Nebula Unique IDs introduces a permanent, database-backed auto-increment ID to every individual VORP character. Built to serve as the core backbone for offline bans, staff audit logs, and external script integration, this resource ensures every character keeps their exact identity across every reconnect.
β‘ Core Features
π Permanent Character Identifier β Generates a unique, persistent numeric ID linked directly to the VORP character (not the account), surviving reconnects and server restarts.
β‘ Zero SQL Setup Required β Automatically creates and initializes the
nebula_uniqueidsdatabase table on first startup.π₯οΈ Clean HUD Overlay β Features a lightweight, fully configurable on-screen display in the bottom-right corner that updates dynamically and hides automatically when no character is selected.
β±οΈ Playtime & Data Caching β Maintains a high-performance server-side cache for character identities and playtime tracking to minimize database load.
π Developer Exports β Seamlessly integrates with
nebula-adminand third-party scripts via robust server exports.
βοΈ Full Configuration Control
Easily customize parameters within config.lua:
HUD Control: Enable/disable screen display, adjust alignment, or tweak styling.
Sync Intervals: Fine-tune player data cache refresh rates and playtime saving frequency.
Webhooks: Toggle and configure Discord logging for audit tracking.
π¦ Dependencies & Load Order
For optimal setup, ensure your server configuration starts resources in this exact sequence:
oxmysqlvorp_corevorp_characternebula-uniqueids(Starts before any dependent scripts, such asnebula-admin)