Search the Community
Showing results for tags 'trading'.
-
Version 1.3.6
472 downloads
A plugin that allows players to trade items at long distances across the map. Server owners can also set fees that scale based on the distance between the two players that are trading. FEATURES Customizable commands Intuitive UI (can modify the position offset) Trading fees based on distance Oxide group cooldowns ServerRewards, Economics or custom bank support Notification effects & success SFX UI player list which you can quickly send trade invites of your team or server players, with pagination and input filter Language support PERMISSIONS StaticTrader.use: To allow anyone to send trading requests to anyone. Players without this permission that have been sent a request to, can still accept the trade. COMMANDS (CONFIGURABLE) Following commands are chat and console commands. trade <player> atrade [<player>]: Accept pending trade. <player> input is optional, can exclude if there aren't more than one pending trades. dtrade [<player>]: Decline pending trade. <player> input is optional, can exclude if there aren't more than one pending trades. ltrade: Opens the player list UI on which you can browse or search through and click on them to request a trade with them. RULES Can('t) trade while building blocked. Can('t) trade while combat blocked. Can('t) trade while raid blocked. CONFIG$7.26 -
Version 1.0.12
21 downloads
TradeItem is a convenient item exchanger for your server. Allow your players on your server to make trades of items that you can setup via the config! Give your players a unique experience by getting rid of items they may have a lot of for better items in return! Features: Minimalistic and user-friendly design Full exchange customization Config : { "Command": "obmen", "Exchange settings": [ { "The item to be exchanged": { "ShortName": "stones", "SkinID": 0, "Amount": 5000 }, "An item that is given to a player": { "ShortName": "wood", "SkinID": 0, "Amount": 10000 } }, { "The item to be exchanged": { "ShortName": "wood", "SkinID": 0, "Amount": 10000 }, "An item that is given to a player": { "ShortName": "stones", "SkinID": 0, "Amount": 5000 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 10000 }, "An item that is given to a player": { "ShortName": "autoturret", "SkinID": 0, "Amount": 10 } }, { "The item to be exchanged": { "ShortName": "scrap", "SkinID": 0, "Amount": 150 }, "An item that is given to a player": { "ShortName": "jackhammer", "SkinID": 0, "Amount": 1 } }, { "The item to be exchanged": { "ShortName": "scrap", "SkinID": 0, "Amount": 200 }, "An item that is given to a player": { "ShortName": "lowgradefuel", "SkinID": 0, "Amount": 100 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 5000 }, "An item that is given to a player": { "ShortName": "metal.refined", "SkinID": 0, "Amount": 50 } }, { "The item to be exchanged": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 1000 }, "An item that is given to a player": { "ShortName": "sulfur", "SkinID": 0, "Amount": 500 } }, { "The item to be exchanged": { "ShortName": "sulfur", "SkinID": 0, "Amount": 500 }, "An item that is given to a player": { "ShortName": "metal.fragments", "SkinID": 0, "Amount": 1000 } } ], "Version": { "Major": 1, "Minor": 0, "Patch": 0 } }$10.00