Skip to content
View NebelRebell's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report NebelRebell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NebelRebell/README.md

NebelRebell · Nebelbank.net

👋 HeyHey, I'm NebelRebell

FiveM-Script-Developer · Community Founder & Manager of the Multigaming Community Nebelbank.net since 1997 · Creative Streamer & Gaming Pioneer since the C64 / Amiga 500 era

[WIP] Nebelbank.net – Legacy RP – Back to the Roots

Focus areas

Nebelbank.net Discord YouTube Instagram Linktree

Profile views Followers Stars


01 — About

Founder and Manager of the Multigaming Community Nebelbank.net — since 1997.

I have been building, breaking and rebuilding systems since the C64 / Amiga 500 era. Today my work sits at the intersection of three disciplines that turn out to reinforce each other remarkably well:

Domain What I actually do
FiveM · QB-Core Server-authoritative resources, framework-level integrations, OneSync-safe state handling, performance budgets that survive a full server.
IT Automation Deployment pipelines, scripted server operations, monitoring and self-healing infrastructure — removing every task that repeats.
Applied AI LLM-assisted development workflows, agent tooling and automation that produces reviewable, production-ready output — not demos.

Note

Current project — Nebelbank.net · Legacy RP · Back to the Roots (WIP) A roleplay server built on the principle that stability and fair play beat feature bloat.


02 — Engineering Principles

Every resource I ship is measured against the same four gates. This is the flow a script goes through before it ever reaches a live server:

flowchart LR
    A["💡 Concept"] --> B["🏗️ Server-Authoritative<br/>Design"]
    B --> C["🔒 Trust Boundary<br/>Review"]
    C --> D["⚡ Performance<br/>Budget"]
    D --> E["🤖 Automated<br/>Deployment"]
    E --> F["✅ Production"]
    C -.->|"client input<br/>never trusted"| B
    D -.->|"over budget"| B

    classDef node fill:#0ea5e9,stroke:#0369a1,stroke-width:2px,color:#ffffff;
    classDef done fill:#16a34a,stroke:#15803d,stroke-width:2px,color:#ffffff;
    class A,B,C,D,E node;
    class F done;
Loading
What each gate means in practice — click to expand

Server-Authoritative Design — the client renders, the server decides. Money, inventory, jobs and state transitions are validated server-side, always. No exceptions for convenience.

Trust Boundary Review — every RegisterNetEvent is treated as a public, hostile API. Payloads are type-checked, rate-limited and bound to the caller's actual source. Events that mutate state are never callable without validation.

Performance Budget — resources are profiled under load, not on an empty server. Threads run at the lowest viable tick rate, loops exit early, and Citizen.Wait(0) is justified or removed.

Automated Deployment — no manual file copying, no "it works on my server". Reproducible builds, scripted rollouts, verifiable rollbacks.


03 — Stack

Core Development

Lua, JavaScript, TypeScript, HTML, CSS

Data & Infrastructure

MySQL, MariaDB, Linux, Docker, Nginx

Tooling & Workflow

Git, GitHub, VS Code, Bash, PowerShell

FiveM QB-Core ESX ox_lib OneSync txAdmin LLM Agents


04 — GitHub Activity

GitHub statistics Most used languages



Contribution streak



Contribution activity graph

05 — Contribution Snake

Snake eating my contribution graph

06 — Support


The Power of Perfection


#FiveM · #QBCore · #Lua · #Roleplay · #ITAutomation · #AI · #OpenSource · #Nebelbank



Back to top

Thanks for stopping by

Popular repositories Loading

  1. nblbnk_oceansalvage nblbnk_oceansalvage Public

    esx_oceansalvage fixed, updated and cleand up. Original from Zach_Brown FiveM-Forum.

    Lua 3 2

  2. nblbnk_thief nblbnk_thief Public

    Forked from esx-community/esx_thief

    FXServer ESX Thief

    Lua 2 1

  3. esx_taximeter esx_taximeter Public

    Forked from michaelhodgejr/esx_taximeter

    Adds a TaxiMeter to a FiveM server. Great for RP'ing as a taxi driver, Uber, Limo, Tow or other pay per mile professions

    Lua 2

  4. nblbnk-usarmy nblbnk-usarmy Public

    FiveM Roleplay-Job from esx_policejob to esx_armee (army)

    Lua 2

  5. esx_eden_garage_updated esx_eden_garage_updated Public

    Forked from manups4e/esx_eden_garage_updated

    Lua 1

  6. nblbnk_animal nblbnk_animal Public

    Forked from esx-community/eden_animal

    Pet script for esx

    Lua 1 1