Wizard Mileage version 1.2.0 released!

🛡️ Admin & Security

🛡️ Control access to sensitive mileage system features with admin settings.

🧑‍💻 Admins:

  • Required Permission: Define the required permission to access the vehicle mileage database and other administrative commands. Example: Config.AdminPermission = 'admin' Only users with this permission will be able to use admin-level commands such as viewing or managing the mileage database.


⁉️ Why use it?

This setting helps ensure that only authorized personnel can access and modify critical vehicle data, maintaining server security and integrity.

👀 Example configuration:

Config.AdminPermission        = 'admin'       -- Admin rank for database access

Last updated