Live
r0gi reacted ❤️ to Hook ProfilerKap updated The Reef**Updated for the August update**badgyver updated RedemptionRustFlash published RFGiveaway | Your favourite Giveaway SystemKap updated Relic **Updated for August Update**Kap reviewed Hook ProfilerBrad Copp updated Water Wheel UpgradesBrad Copp updated Windmill UpgradesBrad Copp updated Solar Panel UpgradesWrecks updated Extra Grenades (EMP / SNAPSHOT)Wrecks updated Viper CraftingWrecks updated The OfferingKap reacted ❤️ to Hook Profilerdrifter reacted 🔥 to MyServerGearbadgyver updated RedemptionDark’Karis followed @RustFlashRustFlash updated MyServerGearWrecks updated Custom OreSilent_Creations updated ThemePark IslandWrecks updated GeodesBananenMaul reacted 😆 to 🍌 Banana Shop 🍌RustFlash published HostageTaking | a hostage taking involving C4 defusingbadgyver updated UMBRELLAbadgyver updated Npc BandsAlexProjects updated Zombie Swarm PRObadgyver updated The Last SiegeAlexProjects updated Zombie Swarm PROKhaled updated Base CapsulesKhaled updated Heli LoadoutKhaled updated MLRS Deployer
Browse/Rust/Plugins/Trade Hub

Trade Hub

Khaled 0.0 (0)v1.4.0OxideCarbon#trade#shop#shops#Market
Trade Hub1 / 19
TradeHub is a complete trading system that allows players to buy and sell items through a clean, secure, and professional in-game interface
Description

TradeHub is a complete trading system that allows players to buy and sell items through a clean, secure, and professional in-game interface
It combines player trading, server-side offers, secure claim delivery, and optional economy support in one unified system designed for live server use

How It Works
Players can browse listings, preview trade details, confirm purchases, and receive items safely through the built-in claim system
Server owners can also create their own offers through the Server Trade section, allowing both player-driven trading and server-managed sales inside the same interface

- Features
Player-to-player item trading
Built-in Server Trade storefront
Support for item payments, Economics, and ServerRewards
Secure claim-based delivery system
Trade History and Admin Logs
Discord webhook support for listing activity
Clean and professional UI
Permission-based listing limits

[Listings automatically expire after their selected duration]

code
16 hours
212 hours
324 hours
43 days
57 days

Why TradeHub
TradeHub is built to provide a complete marketplace experience without unnecessary complexity
It offers a polished interface, secure transaction handling, flexible payment support, and a structure suitable for both community trading and server-managed stores

Ideal For
PvE servers
Vanilla+ servers

- Permission:

code
1tradehub.admin
2tradehub.use
3tradehub.vip1
4tradehub.vip2
5tradehub.vip3


- Config

json
1{
2 "ConfigVersion": 1,
3 "Command": "th",
4 "Notifications": {
5 "EnableChat": true,
6 "EnableGameTip": true,
7 "ChatPrefix": "<color=#D7B77A>TradeHub</color>",
8 "GameTipSeconds": 4.0
9 },
10 "ListingSettings": {
11 "Enabled": true,
12 "DefaultMaxListings": 3,
13 "ExpiryCheckSeconds": 60.0,
14 "HistoryPerPlayer": 60,
15 "MaxLogs": 300,
16 "DefaultDescription": "No description"
17 },
18 "Permissions": {
19 "Vip1MaxListings": 6,
20 "Vip2MaxListings": 10,
21 "Vip3MaxListings": 15
22 },
23 "Blacklist": {
24 "ShortNames": []
25 },
26 "Discord": {
27 "WebhookUrl": "https://discord.com/api/webhooks/...",
28 "Username": "TradeHub",
29 "AvatarUrl": "",
30 "Enabled": true
31 },
32 "ServerStore": {
33 "Offers": [
34 {
35 "Id": "store.wood.1000",
36 "Item": {
37 "ShortName": "wood",
38 "DisplayName": "Wood",
39 "Amount": 1000,
40 "Skin": 0,
41 "Condition": 0.0,
42 "MaxCondition": 0.0,
43 "IsBlueprint": false,
44 "BlueprintTarget": 0,
45 "Text": "",
46 "DataInt": 0,
47 "AmmoAmount": 0,
48 "AmmoShortName": "",
49 "Contents": []
50 },
51 "Payment": {
52 "Type": 0,
53 "Amount": 250,
54 "ItemShortName": "",
55 "ItemDisplayName": ""
56 },
57 "Description": "Basic resource pack",
58 "Enabled": true
59 },
60 {
61 "Id": "store.stones.1000",
62 "Item": {
63 "ShortName": "stones",
64 "DisplayName": "Stones",
65 "Amount": 1000,
66 "Skin": 0,
67 "Condition": 0.0,
68 "MaxCondition": 0.0,
69 "IsBlueprint": false,
70 "BlueprintTarget": 0,
71 "Text": "",
72 "DataInt": 0,
73 "AmmoAmount": 0,
74 "AmmoShortName": "",
75 "Contents": []
76 },
77 "Payment": {
78 "Type": 0,
79 "Amount": 250,
80 "ItemShortName": "",
81 "ItemDisplayName": ""
82 },
83 "Description": "Starter stone pack",
84 "Enabled": true
85 },
86 {
87 "Id": "store.metal.fragments.1000",
88 "Item": {
89 "ShortName": "metal.fragments",
90 "DisplayName": "Metal Fragments",
91 "Amount": 1000,
92 "Skin": 0,
93 "Condition": 0.0,
94 "MaxCondition": 0.0,
95 "IsBlueprint": false,
96 "BlueprintTarget": 0,
97 "Text": "",
98 "DataInt": 0,
99 "AmmoAmount": 0,
100 "AmmoShortName": "",
101 "Contents": []
102 },
103 "Payment": {
104 "Type": 0,
105 "Amount": 450,
106 "ItemShortName": "",
107 "ItemDisplayName": ""
108 },
109 "Description": "Core metal crafting pack",
110 "Enabled": true
111 },
112 {
113 "Id": "store.sulfur.1000",
114 "Item": {
115 "ShortName": "sulfur",
116 "DisplayName": "Sulfur",
117 "Amount": 1000,
118 "Skin": 0,
119 "Condition": 0.0,
120 "MaxCondition": 0.0,
121 "IsBlueprint": false,
122 "BlueprintTarget": 0,
123 "Text": "",
124 "DataInt": 0,
125 "AmmoAmount": 0,
126 "AmmoShortName": "",
127 "Contents": []
128 },
129 "Payment": {
130 "Type": 0,
131 "Amount": 500,
132 "ItemShortName": "",
133 "ItemDisplayName": ""
134 },
135 "Description": "Starter sulfur stock",
136 "Enabled": true
137 },
138 {
139 "Id": "store.lowgradefuel.500",
140 "Item": {
141 "ShortName": "lowgradefuel",
142 "DisplayName": "Low Grade Fuel",
143 "Amount": 500,
144 "Skin": 0,
145 "Condition": 0.0,
146 "MaxCondition": 0.0,
147 "IsBlueprint": false,
148 "BlueprintTarget": 0,
149 "Text": "",
150 "DataInt": 0,
151 "AmmoAmount": 0,
152 "AmmoShortName": "",
153 "Contents": []
154 },
155 "Payment": {
156 "Type": 0,
157 "Amount": 350,
158 "ItemShortName": "",
159 "ItemDisplayName": ""
160 },
161 "Description": "Fuel supply for early progression",
162 "Enabled": true
163 },
164 {
165 "Id": "store.cloth.500",
166 "Item": {
167 "ShortName": "cloth",
168 "DisplayName": "Cloth",
169 "Amount": 500,
170 "Skin": 0,
171 "Condition": 0.0,
172 "MaxCondition": 0.0,
173 "IsBlueprint": false,
174 "BlueprintTarget": 0,
175 "Text": "",
176 "DataInt": 0,
177 "AmmoAmount": 0,
178 "AmmoShortName": "",
179 "Contents": []
180 },
181 "Payment": {
182 "Type": 0,
183 "Amount": 220,
184 "ItemShortName": "",
185 "ItemDisplayName": ""
186 },
187 "Description": "Medical and utility cloth bundle",
188 "Enabled": true
189 },
190 {
191 "Id": "store.gears.10",
192 "Item": {
193 "ShortName": "gears",
194 "DisplayName": "Gears",
195 "Amount": 10,
196 "Skin": 0,
197 "Condition": 0.0,
198 "MaxCondition": 0.0,
199 "IsBlueprint": false,
200 "BlueprintTarget": 0,
201 "Text": "",
202 "DataInt": 0,
203 "AmmoAmount": 0,
204 "AmmoShortName": "",
205 "Contents": []
206 },
207 "Payment": {
208 "Type": 0,
209 "Amount": 300,
210 "ItemShortName": "",
211 "ItemDisplayName": ""
212 },
213 "Description": "Essential component pack",
214 "Enabled": true
215 },
216 {
217 "Id": "store.techparts.10",
218 "Item": {
219 "ShortName": "techparts",
220 "DisplayName": "Tech Trash",
221 "Amount": 10,
222 "Skin": 0,
223 "Condition": 0.0,
224 "MaxCondition": 0.0,
225 "IsBlueprint": false,
226 "BlueprintTarget": 0,
227 "Text": "",
228 "DataInt": 0,
229 "AmmoAmount": 0,
230 "AmmoShortName": "",
231 "Contents": []
232 },
233 "Payment": {
234 "Type": 0,
235 "Amount": 650,
236 "ItemShortName": "",
237 "ItemDisplayName": ""
238 },
239 "Description": "High tier tech component bundle",
240 "Enabled": true
241 }
242 ]
243 }
244}
Sponsored
RCONtrol
RCONtrol

Command your Rust server. Live WebRCON console, performance and player monitoring, quick actions, groups and permissions, and plugin management.

Visit site ↗
$19.99$15.99
Views1.2k
Downloads0
Purchases0
Rating 0.0
Version1.4.0
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size566 KB
PublishedApr 27, 2026
UpdatedAug 4, 2026
✓ Reviewed for safety and integrity