#What is Rebar?

Rebar is a plugin-based framework for GTA:V based on alt:V that focuses on server-side functionality to control almost all player aspects. Rebar provides a robust starting point for any game mode as you'll be able to choose from a wide variety of community plugins to install. Rebar thrives with its welcoming Discord community, community contributions, and plugins.

Rebar stops server developers from spending years building boilerplate code, and instead gets them straight to writing their game mode.

#Tech Stack

  • Node.js
  • TypeScript
  • MongoDB
  • Vue

#Why the name Rebar?

Rebar is the foundational piece necessary to construct large concrete structures. Think of this framework as achieving the same from a game mode standpoint.

#Rebar vs Fivem (ESX, QBCore)

While ESX, and QBCore have been around forever, Rebar handles all the heavy lifting for you.

FiveM
Rebar
Citizen.CreateThread(function() while true do Citizen.Wait(0) if IsControlJustPressed(1, 51) then print("E key was pressed!") end end end)
Keybinder.on(75, (player) => { console.log('Pressed k'); });

#Getting Started

#Experienced Developers

Head on over to Install & Upgrade to learn about the installation process.

#New Developers

Head on over to the book on Rebar and how to utilize it. There's even a few small tutorials on programming.