Page cover

🏠About NOVA

The Modern FiveM Framework - Modular, Performant, Multi-language

🇵🇹 Português? Clica aqui para a versão em Português

NOVA Logo

NOVA Framework

NOVA Framework is a modern, modular FiveM framework built from the ground up for performance, security, and developer experience.

Why NOVA?

  • Modular Architecture - Register modules with dependency resolution. Init/Start phases ensure correct load order.

  • High Performance - O(1) permission cache, auth-gated exports, optimized database queries.

  • Multi-Language - Native support for Portuguese and English with an extensible locale system.

  • Compatibility Bridge - Use existing ESX, QBCore, vRPex, and Creative scripts with zero modifications.

  • Security First - Auth-gated exports prevent unauthorized access. Server-side validation on all operations.

  • Modern UI - All scripts include polished NUI with dark theme and lime green accents.

Quick Comparison

Feature
NOVA
ESX
QBCore

Modular Architecture

Yes

No

No

Multi-Language

Native

No

No

Permission Cache

O(1)

No

No

Compatibility Bridge

Yes

N/A

N/A

Auth-Gated Exports

Yes

No

No

Modern OOP Player

Yes

Partial

Partial

Scripts

NOVA Framework includes two tiers of scripts:

Free Scripts ([nova_scripts])

All the essential scripts to run a fully functional FiveM server:

  • nova_core — Core framework (player management, jobs, economy, callbacks, permissions)

  • nova_bridge — Compatibility layer for ESX, QBCore, vRPex, Creative

  • nova_bank — Banking system (deposits, withdrawals, transfers, ATMs)

  • nova_chat — Styled chat with command system

  • nova_garage — Vehicle storage, retrieval, impound

  • nova_hud — Health, armor, hunger, thirst, speedometer, progress bar

  • nova_inventory — Drag & drop inventory with weight system

  • nova_multichar — Character selection and creation

  • nova_notify — Toast notification system

  • nova_shops — Clothing, barber, tattoo, general stores

Premium Scripts (resources/[nova])

Advanced scripts for a professional RP experience:

  • nova_admin — Admin panel with teleport, bans, items, vehicles, salary management

  • nova_ambulancejob — Ambulance job (revive, heal, health check)

  • nova_creator — Full character creator (appearance, clothing, tattoos)

  • nova_dealership — Vehicle dealership (buy, test drive, rental)

  • nova_deathscreen — Death and respawn system

  • nova_fuel — Fuel system with gas stations and jerry can

  • nova_grupos — Groups/gangs system (organizations, roles, bank, stash)

  • nova_interactions — Player/vehicle interactions (rob, loot, keys, trunk)

  • nova_loading — Custom loading screen

  • nova_mdt — Mobile Data Terminal for law enforcement

  • nova_multicharacter — Advanced multicharacter (cinematic, music, effects)

  • nova_policejob — Police job (cuffs, escort, search, jail, fines)

  • nova_radio — In-game radio with frequency channels

  • nova_target — Raycast targeting system (third-eye)

Last updated