Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 932 Bytes

TradeOffer.md

File metadata and controls

16 lines (12 loc) · 932 Bytes

TradeOffer

Properties

Name Type Description Notes
expired bool True if this offer is expired, false otherwise
grants_exp bool True if this trade grants experience when completed, false otherwise
uses int The amount of times this trade has been used
max_uses int The maximum amount of times that this trade can be used
first_buying_item ItemStack The first item that is required for the trade
second_buying_item ItemStack The second item that is required for the trade [optional]
selling_item ItemStack The item that is received when trading

[Back to Model list] [Back to API list] [Back to README]