About MarketXLite
MarketX Lite adds a living economy to Rust without making trading overly complicated. Prices move with supply and demand, and random market events keep the market from feeling static. Players can buy and sell through a clean in-game UI, switch between stack amounts, and see at a glance whether prices are moving up or down.
It’s designed to be lightweight and practical for server owners who want a market system that feels active but still stays easy to manage. The plugin includes optional icon support, admin controls, and configuration options for tuning the economy to fit your server.
Dependencies:
- Economics is required
- ImageLibrary is optional, but recommended for better icon handling
Configuration:
- Market tax percentage
- Initial market items and base prices
- Custom icon overrides by item shortname
- Config versioning and migration support
- Market timing and default supply/demand values
Commands:
- /market - opens the market UI
- /marketlite.icon <shortname> <url> - sets a custom icon for an item
- /marketlite.event - forces a market event
- /marketlite.reload - reloads config and market data
- /marketlite.save - saves market data immediately
Console Commands:
- marketlite.buy <itemid> <amount> - buy from the market UI
- marketlite.sell <itemid> <amount> - sell through the market UI
- marketlite.cat <category> - change market category
- marketlite.qty <amount> - change trade amount
Permissions:
- marketxlite.use - allows players to open the market and trade
- marketxlite.admin - allows admin commands and market control