Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pages/ox_inventory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ set inventory:dumpsterloot [
["burger", 1, 1]
]

# Used to enforce custom item images set in item metadata
# Only enforced when inventory:webhook is set to a valid discord webhook url
set inventory:validhosts {
"r2.fivemanage.com": true,
"i.fmfile.com": true
}

# Set the markers for the various drops, stashes, shops
# These all follow the same strucutre, if the json strings are invalid it will fallback to a generic marker
setr inventory:dropmarker {
Expand Down