Skip to content

TFNRP/dynamicblacklist

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DynamicBlacklist

About

DynamicBlacklist allows you to specify blacklisted vehicles, peds, weapons and weapon ammo types using FiveM's native ACE permissions.

Get Started

  • Install to your resource folder:
$ git clone https://github.com/MrGriefs/dynamicblacklist.git
  • Setup the config.lua
  • Add the following to your server.cfg:
    • start dynamicblacklist
    • add_ace group.admin dblacklist.admin
    • add_ace group.moderator dblacklist.moderator
  • Start your server and if you've set up the config correctly, it'll work. Reports bugs

Documentation

Each ace permission has it's own category, i.e. dblacklist.admin.vehicles can be used to allow admin vehicles and moderator vehicles but not admin weapons, peds or moderator weapons or peds.
If you need an ace to have multiple inhertiances, the Inherits table supports that. Just add ['parentAce'] = 'childAce'.