Installation
Get Dolu Tool up and running on your server in a few minutes.
Get Dolu ToolFree and open source, ready in minutes.
Prerequisites
📦ox_libRequiredLibrary used for the UI, locales and callbacks. Must be started before dolu_tool.›🎯ox_targetOptionalOnly needed to target objects to copy coords, delete or move them with the gizmo.›
Install
- Unzip the
dolu_tool.zipandox_lib.zipfiles (andox_target.zipif you want it) - Put the
dolu_toolandox_libfolders into yourresourcesfolder - Add this to your
server.cfgfile:
ensure ox_lib # must be started before dolu_tool
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.usePermissiontotrueto enable the permission system - Set the permission groups in the
Config.permissionstable
More information about ACE permissions can be found in the Cfx.re ACE permissions guide.
Next steps
- Discover everything the tool can do in Features
- Want the latest experimental features? Build it yourself with the Development guide
- Something not working? Ask on the Discord