forked from dolutattoo/dolu_tool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
20 lines (16 loc) · 864 Bytes
/
config.lua
File metadata and controls
20 lines (16 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- Please read documentation: https://dolutattoo.github.io/docs/category/dolu_tool
Config = {}
-- Make sure to check available languages in 'locales' folder.
-- Please contribute by creating a locale file in your language and PR on github or post it on Dolu's Discord <3.
Config.language = 'en'
-- These are default keys to interact with dolu_tool commands.
-- You can also override them in your pause menu, in the FiveM keybinds section.
Config.openMenuKey = 'F3'
Config.toggleNoclipKey = 'F11'
Config.teleportMarkerKey = 'F10'
Config.favoriteVehicle = 'adder'
Config.customVehiclePlate = '~DOLU~' -- Remove the text if you don't want a custom plate.
-- Permission system based on ace permissions.
-- If Config.permission is set to false, everyone will have access to the menu.
Config.usePermission = false
Config.permission = { 'group.admin', 'qbcore.dev' }