🛠️Commands and Permissions

Commands

/trade [targetName]

Permission: redistrade.trade (true by default)

You can start a trade with [targetName]. If [targetName] is omitted, you'll resume your currently pending trade

You can't have more than a trade running in parallel! If you want to start a new trade or accept a received trade, you must complete your previous one!

/trade-ignore toggle [playerName]

Permission: redistrade.ignore (true by default)

This command allows you to ignore trade requests from a specific player. When this command is used, any trade invitations from the specified player will be automatically declined until it is toggled off

With /trade-ignore list you can see all your ignored players

/browse-trade [startTime] [endTime] [targetName]

Permission: redistrade.browse

This command allows you to view the history of trades within a specified date range

The [startTime] and [endTime] parameters determine the time period of the trades you want to browse. By default, the startDate is the timestamp from 24 hours ago, and endDate is the current time.

while the [targetName] parameter allows you to focus on trades involving a particular player. If no target name is provided, the command will display trades from the player that executed the command

Last updated