Nebula Unique IDS

Nebula Unique IDS

This item is free.

Add to Basket

πŸ†” 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_uniqueids database 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-admin and 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:

  1. oxmysql

  2. vorp_core

  3. vorp_character

  4. nebula-uniqueids (Starts before any dependent scripts, such as nebula-admin)