Installation
If you want to build the project yourself, you can refer to Development
Downloads
Install
- Unzip
ox_lib.zip
anddolu_tool.zip
files (andox_target
if you want it) - Put
ox_lib
anddolu_tool
folders into yourresources
folder, - Add this to your
server.cfg
file:
ensure ox_lib
ensure ox_target -- optional
ensure dolu_tool
Permissions
By default, everyone can use all the features of the tool.
You can change this in the config.lua
file.
Set Config.usePermission
to true
to use the permission system.
You can then set the permissions groups in the Config.permissions
table.
More information about ACE permissions can be found here.