π³ Permissions Pro
PermissionsPro is a lightweight ace based SQL permissions resource for FiveM. It allows you to store permissions in a MySQL Database to save them after a server restart without editing files. It is compatible with almost every resource.
Linksβ
- FiveM Forum Post: Permissions Pro in the Forums
- Download: Get Permissions Pro
Why Permissions Pro?β
Permissions Pro allows you to manage permissions in a simple way from within the game. The permissions are stored in a MySQL Database, which means that they are saved after a server restart. And it is compatible with almost every resource, due to the ace based system that FiveM uses by default.
Requirementsβ
- SQL Database
- FiveM Server
Installationβ
- Download the resource
- Import the
permissionspro.sql
-file into your database - Drag the resource into your
resources
-folder - Edit the
settings.conf
-file to your likings - Add
start PermissionsPro
andadd_ace resource.PermissionsPro command allow
in your server.cfg - Start the resources/Restart your Server
How to useβ
Permissions Pro comes with a simple command for managing permissions.
/permissionspro <add/remove> <identifier (license)> <permission>
Exampleβ
/permissionspro add license:1234567890 command.give
This command will add the permission command.give
to the player with the license 1234567890
.