Skip to main content

Installation

If you want to build the project yourself, you can refer to Development

Downloads

Install

  • Unzip ox_lib.zip and dolu_tool.zip files (and ox_target if you want it)
  • Put ox_lib and dolu_tool folders into your resources 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.