If you wish to increase gather rates for resources in your server, you will need to use an Oxide plugin.
This article assumes you have Oxide installed. If you need help with installing Oxide, you can find our tutorial here.
# Increasing Gather Rates
For this example, we will change the gather rate of all resources by 50. To do this, you can follow these steps:
- Download the Gather Manager plugin, found here. The file should download as
GatherManager.cs
.
- On your control panel, navigate to the Files tab and access your server directory.
- Upload
GatherManager.cs
to/oxide/plugins
and restart your server.
- Connect back to your server. The Gather Manager plugin is now loaded.
- Press F1 to open the console, type
gather.rate dispenser * 50
Now you will get 50 times the amount of resources you would normally get in the base game.
Gather rates can be configured further, from adjusting specific resources to all resources. More commands and documentation can be found on the plugin's website.