Search the Community
Showing results for tags 'switcher'.
-
Version 1.0.2
5 downloads
xItemExchanger The item exchanger plugin allows players to trade items in Rust using preconfigured exchange recipes easily. Players can view available trades, check details of specific recipes, and perform exchanges directly through chat commands. Notes Items are pulled directly from your main inventory, belt, and/or clothing slots. Output items respect stack sizes and optional skin IDs. Admins can create custom exchange recipes by editing the config file. Permission xitemexchanger.use Player Commands Config { "ChatCommand": "exchange", "Permission": "xitemexchanger.use", "UseCooldown": false, "CooldownSeconds": 5.0, "CurrencyShortname": null, "CurrencyPerCraft": 0, "Recipes": { "wood2stone": { "InputShortname": "wood", "InputAmount": 1000, "OutputShortname": "stones", "OutputAmount": 500, "SkinId": 0, "DisplayName": "1000 Wood -> 500 Stone" }, "cloth2leather": { "InputShortname": "cloth", "InputAmount": 100, "OutputShortname": "leather", "OutputAmount": 50, "SkinId": 0, "DisplayName": "100 Cloth -> 50 Leather" }, "scrap2lowgrade": { "InputShortname": "scrap", "InputAmount": 25, "OutputShortname": "lowgradefuel", "OutputAmount": 10, "SkinId": 0, "DisplayName": "25 Scrap -> 10 Low Grade" } } } ChatCommand: Command players use (Default: exchange) Permission: Permissionname (Default: xitemexchanger.use) UseCooldown: Enable/disable cooldowns between exchanges CooldownSeconds: How long players must wait if cooldown is enabled CurrencyShortname: Optional extra cost (e.g., scrap) CurrencyPerCraft: How much currency is consumed per exchange Recipes: Dictionary of all exchange recipes$8.99 -
