## Features
- VORP & RSG compatible
- Auto-attaches to vorp_core or rsg-core depending on Config.Framework.
- Real ID system
- Register at configured Registry NPCs or via optional /idregister command.
- Uses a persistent SQL table sh_idcards to store identity data.
- Fake ID system (optional)
- Separate shady NPCs & commands for forged papers (/fakeidregister, /fakeidshow, /fakeidtest).
- Stored in sh_fakeidcards.
- Vue.js NUI card + ledger
- Left side: live card preview with your bg.png server logo watermark, Marshal seal and citizen details.
- Right side: registration ledger form (name, DOB, gender, occupation, residence, height, weight, notes).
- View-only card mode for showing/inspecting IDs that is draggable with ESC / close button.
- Law / job inspect
- /inspectid lets configured jobs (marshal, sheriff, deputy, etc.) inspect another player’s real ID without them using it.
- Inventory integration
- Real ID item: id_card (configurable).
- Fake ID item: fake_id (configurable).
- Usable items registered automatically for vorp_inventory and rsg-core inventories.
- Configurable economy
- Separate fees for registering & updating real and fake IDs.
- Height / weight limits
- Optional maximum height & weight checks via Config.CharacterLimits.
- Server-branded notifications
- Custom feed style toasts for registry / forger / inspector messages.
- Exports for other scripts
- `HasIdentity`, `HasRealID`, `HasFakeID` server exports for integration (e.g. Telegram registration).