For the complete documentation index, see llms.txt. This page is also available as Markdown.

commands

Player

Command
Default key
Description

/tape

F10

Open main menu

Disable or rename in config.lua:

Config.Menu = {
    Command = { enabled = true, name = 'tape' },
    Keybind = { enabled = true, key = 'F10' },
}

Admin

Requires group.admin (ox_lib ace permission).

Command
Description

/clearprops

Clear tapes/props within 25 m

/clearprops [dist]

Clear within custom distance (1–500)

/clearallprops

Clear all tapes/props on the map

Rename in config.lua:

Config.AdminClear = {
    ClearPropsCommand = 'clearprops',
    ClearAllPropsCommand = 'clearallprops',
    DefaultDistance = 25.0,
    MaxDistance = 500.0,
}