UNIVERSAL GATHERING MULTIPLIER
/// OXIDE PLUGIN FOR RUST ///
Change gathering rates by category instead of editing individual items. Want 2x ore? Just type /ore 2.
Ore, Stone, Wood, Cloth, Food, Meat, Scrap, Components, Bone, Leather, and more.
Set temporary multipliers that expire automatically. Perfect for pre-wipe events.
/event 10 48 - Activates 10x rates for 48 hours. Auto-expires and broadcasts to server.
• Category-based multipliers
• Event multiplier system
• Min/Max limits (0.1x - 100x)
• Broadcast notifications
• Persistent config storage
• Works with all gathering hooks
makeitrain.admin - Required for all commands
| 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 |
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 |
MakeItRain.cs in your oxide/plugins folderoxide/config/MakeItRain.jsonoxide.grant user <name> makeitrain.admin
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)
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.
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.
Yes, as long as the server uses Oxide/uMod. It hooks into standard Rust gathering events.
Yes, all multipliers are saved to the config file and automatically reload on server restart.
Only admins with the makeitrain.admin permission can change rates or view them with /rates command.