Sell & Sellall
/sell
Sells the item currently held by the player.
/sellall
Sells the player’s full inventory (with exclusions).
Price configuration
Sell prices are configured per item id.
"Prices": {
"Ore_Silver_Basalt": {
"PriceEach": 125.0,
"Currency": "money",
"AllowSell": true,
"AllowSellAll": true
},
"Cloth_Block_Wool_Black": {
"PriceEach": 10000.0,
"Currency": "money",
"AllowSell": true,
"AllowSellAll": true
},
}
Admin commands
FoxPrison includes admin tools for managing sell prices and quickly checking total sell values.
Base command: /selladmin Alias: /sa
/selladmin setprice <price> [item] [currency] [--nosave]
examples:
# Set the held item's price to 12.5 in the default currency
/selladmin setprice 12.5
# Set a specific item price
/selladmin setprice 25.0 hytale:iron_ore
# Set a specific item price in a specific currency
/selladmin setprice 3.0 hytale:gold_nugget tokens
# Set a price but do not persist it to disk
/selladmin setprice 99.0 hytale:diamond --nosave