Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 2.01 KB

File metadata and controls

74 lines (61 loc) · 2.01 KB

TTrade

Release (latest by date) Workflow Status License Downloads Issues

What is this?

This is the source code of a .NETFramework library written in C#. This library is a plugin made for Unturned 3.24.x+ servers.

Description

A simple and secure trading system for Unturned.

Features

  • Secure Item Trading
  • Trade Preview
  • Custom Vault Size

Commands

| - means or
[] - means required
<> - means optional


/trade [player] Description: Send trade request to a player
Permission(s): ttrade.command.trade
/trade accept [player] Description:Accept a pending trade request.
Permission(s): ttrade.command.trade.accept
/trade deny [player] Description: Decline a trade request.
Permission(s): ttrade.command.trade.deny
/trade cancel Description: Cancel an ongoing trade.
Permission(s): ttrade.command.trade.cancel
/trade open Description: Open the trade inventory.
Permission(s): ttrade.command.trade.open
/trade view Description: View the other player's trade inventory.
Permission(s): ttrade.command.trade.view
/trade finish Description: Complete, then finalize the trade.
Permission(s): ttrade.command.trade.finish