- Fougerite Compatibility
- 1.9.2 or +
- Plugin's Engine
- Jint2 (Jint)
Money & Economic System v2.1.0
Complete economy system for Rust Legacy (Fougerite) that adds money, shop, rewards and trading.
Place the "Money" folder inside the following directory: rust_server\Save\JsPlugins
CONFIGURATION
All items are defined inside the Tienda object.
Each category contains items structured like this:
Example:
{"id":1,"itemname":"P250","amount":1,"pricebuy":15000,"pricesell":600}
Field Explanation:
- id: Unique item ID (used in /buy command)
- itemname: Exact Rust Legacy item name
- amount: Quantity given when buying
- pricebuy: Price to buy the item
- pricesell: Price received when selling
Categories:
Each number ("1", "2", etc.) represents a category.
Example:
- "weapons"
- "resources"
- "clothing"
- "tools"
How to customize:
- Modify prices to balance your economy
- Add new items by copying existing ones
- Keep item names EXACT (case-sensitive recommended)
Important:
If itemname is incorrect, the item will NOT be given to the player.
PREVIEW
FEATURES
Persistent Money System
- Stored by SteamID
- Saved automatically
Shop System (/shop)
- Categories (weapons, resources, etc.)
- Buy by ID or name
- Configurable prices
Selling System (/sell)
- Sell items directly from inventory
- Fast and simple
- NPC kills give money
- PvP steals 15% of player money
- Suicide penalty
- Earn money while farming
Notifications
- +100$ / -50$ style messages
COMMANDS
/money
Shows your current balance
/shop
Displays all shop categories
/shop <category>
Shows items inside a category
/buy <id/name> [amount]
Buy items using ID or name
Example: /buy 1
Example: /buy m4 2
/sell <id/name> [amount]
Sell items from your inventory
Example: /sell 1
Example: /sell p250 3
ADMIN COMMANDS
/givemoney <amount>
Gives yourself money (Admin only)
/removemoney <amount>
Removes money from yourself (Admin only)