HarvestX

Free HarvestX V1.2

This resource is free
Allows you to set harvest rates for specific resources.
An example would be if you have 20x harvest rates and wanted element shards to be 5x rates that can be set in the config
Commented config below
{
"Enabled": true,
// Enables or disables the plugin entirely.
"BaseHarvestRate": 20.0,
// IMPORTANT:
// This does NOT change your server harvest rate.
// Set this to your real server-wide harvest multiplier.
// Example: if your cluster is 20x globally, set this to 20.0.
"Resources": {
"PrimalItemResource_Element_C": 5.0
// Format:
// Example above means:
// global server rate = 20x
// element target rate = 5x
// HarvestX applies 5 / 20 = 0.25 to that resource entry.
}
}
Join the discord for more information
Author
Tazz
Downloads
57
Views
143
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Tazz

Latest updates

  1. HarvestX

    Update to fix resources splitting when transferring inventories
Back
Top