✨ Shiny Moneylimit — Multi-Framework Money Limiter for FiveM

Hey FiveM community! :wave:

I’m excited to share shiny-moneylimit, a lightweight and flexible money limiter script that works seamlessly with multiple popular frameworks: ESX, QBCore, Qbox, and Oxcore.

Features

  • :money_with_wings: Enforces a configurable money cap on players.
  • :timer_clock: Automatically checks players’ money when they join and periodically during gameplay.
  • :lock: Allows bypassing trusted players by Discord, Steam, license IDs, etc.
  • :inbox_tray: Sends detailed logs to a Discord webhook whenever a player exceeds the limit.
  • :hammer_and_wrench: Provides a customizable function so you decide how to handle players over the limit.
  • :white_check_mark: Supports ESX, QBCore, Qbox, and Oxcore in a single unified script.

Why use shiny-moneylimit?

Keeping an eye on player money helps maintain economy balance and prevents exploits. This script is easy to configure and adapt to your server’s framework and needs, with reliable Discord logging for moderation.

Config

Config = {}

-- Money limit configuration (changeable per framework if needed)
Config.MoneyLimit = 1000000
Config.Framework = 'esx' -- options: 'esx', 'qbcore', 'qbox', 'oxcore'

-- Interval in seconds to check all players' money
Config.CheckInterval = 300

-- Webhook for logging
Config.Webhook = 'https://discord.com/api/webhooks/YOUR_WEBHOOK_URL_HERE'

-- Bypass list (can be any identifier type: discord: steam: license: etc)
Config.BypassIdentifiers = {
    ["discord:123456789012345678"] = true,
    ["steam:110000112345678"] = true,
    ["license:abcd1234efgh5678"] = true
}

-- Custom action when player hits limit
Config.OnLimitReached = function(src, currentAmount, limitAmount)
    DropPlayer(src, "💰 | You have been kicked because you gone over the money limit.")
end

Free Github Download
For support you can always send me a message on discord @Shiny5m

3 Likes

Imagine if people just fixed their weird exploits in their gambling systems, then a resource like this would not even be a thing

6 Likes

Why go through the trouble of fixing your server when you can just use this!

5 Likes

Wow! I am impressed by the way you think

1 Like

Thanks let me know if u have any more ideas they be welcome :smiley:

No offense but It was a reply to the other guy who thought of not going to the trouble of fixing the server.

1 Like

Hahah alright my bad

Works great