About Dynamic Recycling Market
Dynamic Exchange is a resource market plugin that ditches static store prices. Instead, it introduces a fluctuating market system where resource values change over time. Players must keep an eye on current market trends to secure the best returns.
Core Features:
Market Trend Shifts: The market refreshes based on a configurable timer (default is 60 minutes). It randomly cycles through three states: Boom (1.5x return), Normal (1.0x), and Slump (0.7x). Players will receive a chat notification when the market changes.
VIP Scaling: The plugin features built-in permissions (, , ) that grant scaling bonuses up to 3.0x. This is a straightforward way to add value to your server's VIP packages.dynamicexchange.vip1vip2vip3
Simple Interface: Players can type to open the exchange menu. The interface displays the current global trend, personal multiplier, current economic balance, and the amount of each tradable item they currently hold./market
Fully Configurable: You can precisely define which items can be sold. The configuration allows you to set the shortname, skin ID, base price, and display name for each item. Trend multipliers and the global multiplier cap (default is 2.0x) are also adjustable.
Admin & Logging: Transaction logging can be enabled to track who is selling what and for how much. Admins can quickly view the current scaled prices for all items without opening the UI by using.
Dependencies: This plugin requires the Economics plugin to handle currency deposits.
/market
/market_view
{ "Enable Transaction Logs": true, "Market Refresh Interval (Minutes)": 60, "Trend - Boom Multiplier": 1.5, "Trend - Normal Multiplier": 1.0, "Trend - Slump Multiplier": 0.7, "Economy - Max Market Multiplier Cap": 2.0, "Chat Commands": { "OpenMarket": "market", "ViewMarketAdmin": "market_view" }, "Console Commands": { "ChangePage": "dynamicexchange.page", "CloseUi": "dynamicexchange.close", "SellItem": "dynamicexchange.sell" }, "Recyclable Items List": { "wood": { "Rust Shortname": "wood", "Skin ID": 0, "Base Price": 0.05, "Display Name": "Wood" }, "stones": { "Rust Shortname": "stones", "Skin ID": 0, "Base Price": 0.1, "Display Name": "Stones" }, "metal_fragments": { "Rust Shortname": "metal.fragments", "Skin ID": 0, "Base Price": 0.2, "Display Name": "Metal Fragments" }, "hqm": { "Rust Shortname": "metal.refined", "Skin ID": 0, "Base Price": 2.0, "Display Name": "High Quality Metal" }, "scrap": { "Rust Shortname": "scrap", "Skin ID": 0, "Base Price": 1.0, "Display Name": "Scrap" } } }