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
discord.gg
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
Join the Tazz Plugins Discord Server!
Check out the Tazz Plugins community on Discord - hang out with 743 other members and enjoy free voice and text chat.