Skip to content

Commands

All admin chat commands can be renamed in config.lua.

Configuration

lua
Config.commands = {
    placebox       = 'placebox',
    lootables      = 'lootables',
    items          = 'items',
    metadata       = 'metadata',
    exportlootable = 'exportlootable',
}
OptionDefault CommandPurpose
placebox/placeboxOpen the placement and management panel
lootables/lootablesOpen the lootables editor
items/itemsOpen the item management panel
metadata/metadataOpen the metadata fields manager
exportlootable/exportlootableOpen the export management panel

Renaming Commands

To change a command, edit the value:

lua
Config.commands = {
    placebox       = 'lb',            -- /lb instead of /placebox
    items          = 'lootitems',     -- /lootitems instead of /items
    ...
}

Permissions

All commands require the lootables.admin ACE permission (configurable via Config.placement.acePermission). Players without the permission will not see or be able to use these commands.

add_ace identifier.discord:YOUR_ID lootables.admin allow

Robicore