https://github.com/tfnrp/dynamicblacklist
FiveM resource for ACE-specific blacklisting
https://github.com/tfnrp/dynamicblacklist
blacklist fivem fxserver whitelist
Last synced: 8 months ago
JSON representation
FiveM resource for ACE-specific blacklisting
- Host: GitHub
- URL: https://github.com/tfnrp/dynamicblacklist
- Owner: TFNRP
- License: mit
- Created: 2021-08-25T21:00:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T09:18:18.000Z (over 3 years ago)
- Last Synced: 2024-05-01T11:24:18.700Z (about 2 years ago)
- Topics: blacklist, fivem, fxserver, whitelist
- Language: Lua
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DynamicBlacklist
## About
[DynamicBlacklist](https://github.com/MrGriefs/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:
```sh
$ 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](https://github.com/MrGriefs/dynamicblacklist/issues)
## 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'`.