Take your server’s player interaction to the next level with a polished, secure, and fully optimized trading system.
With Trade Between Players, your community can exchange items and money in a safe, intuitive, and fully customizable way.
Config.moneyOptions = {
blackMoney = false,
blackMoneyName = "markedbills",
blackMoneyIsItem = true,
useMetadataForBlackMoney = true,
moneyName = "money",
moneyIsItem = false,
}
Config.webOptions = {
imagePath = "ox_inventory/web/images",
maxItemCount = 25,
}
Config.generalOptions = {
tradeCommand = "trade", -- Command to start a trade
tradeTimeout = 5, -- Time (seconds) to accept a trade
}
You can check our docs for adding trade exports for both client and server side: Exports | RAINMAD Documentation
💡 Give your players the ability to safely trade, negotiate, and interact like never before.