Trade

Plugin Paid Trade 1.2.6

Configuration
Open me

JSON:
{
  "Command": [
    "trade",
    "t"
  ],
  "Extra accept command": [
    "ta",
    "taccept"
  ],
  "Extra decline command": [
    "td",
    "tcancel"
  ],
  "Effect on completing trade": "assets/prefabs/building/wall.frame.shopfront/effects/metal_transaction_complete.prefab",
  "Effect on pending request": "assets/bundled/prefabs/fx/invite_notice.prefab",
  "Block trade in raidblock": true,
  "Block in building privilege": true,
  "Permissions": [
    {
      "Permission": "trade.default",
      "Priority": 1,
      "Size": 2,
      "Cooldown": 600
    },
    {
      "Permission": "trade.vip",
      "Priority": 1,
      "Size": 6,
      "Cooldown": 300
    },
    {
      "Permission": "trade.top",
      "Priority": 1,
      "Size": 12,
      "Cooldown": 60
    }
  ]
}

---
Configuration 2.0
Open me

JSON:
{
  "Command": [
    "trade",
    "t"
  ],
  "Extra accept command": [
    "ta",
    "taccept"
  ],
  "Extra decline command": [
    "td",
    "tcancel"
  ],
  "Effect on completing trade": "assets/prefabs/building/wall.frame.shopfront/effects/metal_transaction_complete.prefab",
  "Effect on pending request": "assets/bundled/prefabs/fx/invite_notice.prefab",
  "Log trades": false,
  "Block trade in raidblock": true,
  "Block in building privilege": true,
  "Start cooldown after accepting trade": false,
  "Effects volume": 1.0,
  "Permissions": [
    {
      "Permission": "trade.default",
      "Priority": 1,
      "Size": 2,
      "Cooldown": 600
    },
    {
      "Permission": "trade.vip",
      "Priority": 2,
      "Size": 6,
      "Cooldown": 300
    },
    {
      "Permission": "trade.top",
      "Priority": 3,
      "Size": 12,
      "Cooldown": 60
    }
  ]
}

---
Language 2.0
Open me

JSON:
{
  "Usage": "Usage:\n/trade playerName\n/trade yes\n/trade no",
  "NoPending": "There are no pending trades!",
  "RequestAlreadyPending": "That player already have pending requests!",
  "TradeBegins": "Trade between {name1} and {name2} begins!",
  "RequestSent": "You sent trade request to {name}",
  "RequestReceived": "You received trade request from {name}",
  "TradeCancelled": "Trade was cancelled",
  "CantRightNow": "You can't do that right now",
  "Cooldown": "Cooldown for {seconds}",
  "Permission": "You don't have permission to do that!",
  "NoPlayers": "There are no players with that 'Name' or 'Steam ID' ({name})",
  "MultiplePlayers": "There are multiple players with that 'Name' :\n{list}"
}

---
Trade with other players using shopfront interface

Features:
  • Smooth rust interface (shopfront)
  • Moving items with right-click
  • Rust trade logic (that means no bugs)
  • Permission support (size, cooldown, etc)

Author
Orange
Views
14,309
First release
Last update

More from Orange (Recent)

Top