Metadata
Shop Metadata Configuration
1. Fixed Metadata (config/shops.lua)
Example
items = {
{
type = 'other',
name = 'card',
price = 10,
label = 'Pokemon Card',
metadata = {
label = 'Charizard',
type = 'Fire',
}
},
}2. Dynamic Metadata (server/editable.lua)
When to Use Dynamic Metadata
Using LV.items:setMetadata
LV.items:setMetadataFunction Parameters
Practical Example
Metadata Priority
Recommendations
Last updated