Rust Resources

MAKEITRAIN

UNIVERSAL GATHERING MULTIPLIER

/// OXIDE PLUGIN FOR RUST ///

Mining Resources
CATEGORY SYSTEM

SIMPLE CONTROL

ONE COMMAND. ALL RESOURCES.

CORE CONCEPT

Change gathering rates by category instead of editing individual items. Want 2x ore? Just type /ore 2.

CATEGORIES

Ore, Stone, Wood, Cloth, Food, Meat, Scrap, Components, Bone, Leather, and more.

Event
PRE-WIPE READY

EVENT SYSTEM

TEMPORARY MULTIPLIERS

PRE-WIPE BOOST

Set temporary multipliers that expire automatically. Perfect for pre-wipe events.

EXAMPLE

/event 10 48 - Activates 10x rates for 48 hours. Auto-expires and broadcasts to server.

FEATURES

COMPLETE PACKAGE

INCLUDED

• Category-based multipliers
• Event multiplier system
• Min/Max limits (0.1x - 100x)
• Broadcast notifications
• Persistent config storage
• Works with all gathering hooks

PERMISSIONS

makeitrain.admin - Required for all commands

Purchase
PREMIUM PLUGIN

BUY NOW

VERSION 1.0.0
Plugin: MakeItRain.cs
Type: Oxide/uMod Plugin
Updated: January 2026
Status: Production Ready
License: Commercial

BUY NOW
COMMAND REFERENCE
COMMAND DESCRIPTION EXAMPLE
/ore <multiplier> Set metal ore, sulfur ore, and HQ metal gathering rates /ore 2 or /ore x5
/stone <multiplier> Set stone gathering rates /stone 3
/wood <multiplier> Set wood gathering rates /wood 2.5
/scrap <multiplier> Set scrap from barrels and crates /scrap 5
/components <multiplier> Set component drop rates (gears, springs, pipes, etc.) /components 3
/all <multiplier> Set ALL categories to the same multiplier /all 5
/event <mult> <hours> Temporary multiplier that auto-expires (stacks with base rates) /event 10 24
/rates Display all current gathering rates /rates
/resetrates Reset all gathering rates to 1x /resetrates
RESOURCE CATEGORIES

Complete breakdown of what items are affected by each category

CATEGORY ITEMS INCLUDED
Ore Metal Ore, Sulfur Ore, High Quality Metal Ore
Stone Stones
Wood Wood
Cloth Cloth / Hemp Fiber
Scrap Scrap (from barrels, crates, loot containers)
Components Gears, Metal Pipe, Metal Spring, Rifle Body, Road Signs, Rope, Sewing Kit, Sheet Metal, SMG Body, Tarp, Tech Parts
Food Corn, Pumpkin, Potato, Mushroom, Seeds
Meat All raw meats (pork, boar, bear, wolf, deer, chicken, human, fish)
Bone Bone Fragments
Leather Leather
Skull Human Skull, Wolf Skull
INSTALLATION
  1. Download and install Oxide/uMod for your Rust server
  2. Place MakeItRain.cs in your oxide/plugins folder
  3. The plugin will auto-compile and generate oxide/config/MakeItRain.json
  4. Grant admin permission: oxide.grant user <name> makeitrain.admin
  5. Use commands in-game to adjust gathering rates
CONFIGURATION

CONFIG OPTIONS

CategoryMultipliers: Default rates for each category
BroadcastRateChanges: Announce changes to all players (true/false)
MinMultiplier: Minimum allowed multiplier (default: 0.1)
MaxMultiplier: Maximum allowed multiplier (default: 100.0)
EventMultiplier: Current active event multiplier
EventExpiryTime: When event multiplier expires (auto-managed)

FAQ
HOW DOES THE EVENT MULTIPLIER WORK?

Event multipliers stack on top of category rates. If ore is set to 2x and you activate a 5x event, ore becomes 10x. When the event expires, it returns to 2x automatically.

CAN I SET DIFFERENT RATES FOR EACH RESOURCE?

Yes! Each category can have its own multiplier. Use /ore, /wood, /stone, etc. to set them individually, or use /all to set everything at once.

DOES THIS WORK WITH MODDED SERVERS?

Yes, as long as the server uses Oxide/uMod. It hooks into standard Rust gathering events.

WILL RATES PERSIST AFTER SERVER RESTART?

Yes, all multipliers are saved to the config file and automatically reload on server restart.

CAN REGULAR PLAYERS SEE THE RATES?

Only admins with the makeitrain.admin permission can change rates or view them with /rates command.