Jump to content

1 Screenshot

  • 7,501
  • 158
  • 31.99 kB

About Custom Gather

Custom Gather is a simple, yet powerful, gather-rate modification plugin.

What this plugin offers that other gather rate plugins don't:

  1. Up to two additional gather rates based on oxide permission groups
    • Example: Have a global 2x gather rate, but have a VIPs gather at 4x, and Elite VIPs gather at 8x.
  2. Modify Fishing Gather Rate
  3. Gather rate modifier includes grubs/worms picked from plants

Configuration

  "Global On/Off Switches. Only set these to false if you use a separate plugin to control specific gather rates.": {
    "Modify rates for items picked off the ground (ex: server-spawned plants, tree stumps, small ore nodes)": true,
    "Modify rates for items grown in planters": true,
    "Modify rates for fishing": true,
    "Modify rates for quarries and pump jacks": true,
    "Modify rates for the Giant Excavator": true,
    "Modify rates for Dispensers (ex: ore nodes, trees, animal corpses)": true,
    "Modify rates for Resource Train Wagons": true
  },
  "Default Group Settings": { // Multipliers for everyone on the server
    "Gather Rate": 1,
    "Fishing Modifier": 1,
    "Quarry & Pump Jack Rate (including public ones)": 1,
    "Excavator Rate": 1,
    "Resource Train Wagons": 1
  },
  "First Permission Group Settings": {  // Multipliers for first permission group
    "Group Name": "perm1",              // Name of first oxide permission group
    "Gather Rate": 1,
    "Fishing Modifier": 1,
    "Personal Quarry & Pump Jack Rate": 1
  },
  "Second Permission Group Settings": {  // Multipliers for second permission group
    "Group Name": "perm2",               // Name of second oxide permission group
    "Gather Rate": 1,
    "Fishing Modifier": 1,
    "Personal Quarry & Pump Jack Rate": 1
  },
  "Blacklists (items to gather at vanilla rates)": {
    "Harvested Items": [],  // Items harvested with tools: stone, sulfur, wood, meat, leather, etc
    "Pickup Items": [],     // Items picked up from ground: mushroom, hemp, wood stumps, etc
    "Planter Box Plants": [], // Plants/Clones harvested from planters
    "Fishing": [], // Fish that can be caught from Fishing
    "Quarries & Pumpjacks": [], // stones, sulfur.ore, metal.ore, hq.metal.ore, crude.oil
    "Excavator": [], // stones, sulfur.ore, metal.ore, hq.metal.ore
    "Train Resource Wagons": [] // sulfur.ore, metal.fragments, lowgradefuel, charcoal
  }


Blacklists

Blacklisted items need to be entered in with their short names. Use this reference to find any item's short name.

Insert items by their short names inside quotations and separated by commas. See the example JSON below for more info.

 

Example JSON

Here is an example of a JSON configured for a 2x server, with VIPs gathering at 3x and Elite VIPs gathering at 4x. Blacklisted items include wolf skulls and human skulls. Quarries, both personal and public, will only give 1x stone. Pump jacks, both personal and public, will only give 1x crude oil. Excavator will still give 2x stone, however, since nothing is listed in it's blacklist.

  "Default Group Settings": {
    "Gather Rate": 2,
    "Fishing Modifier": 2,
    "Quarry & Pump Jack Rate (including public ones)": 2,
    "Excavator Rate": 2
  },
  "First Permission Group Settings": {
    "Group Name": "vip",
    "Gather Rate": 3,
    "Fishing Modifier": 3,
    "Personal Quarry & Pump Jack Rate": 3
  },
  "Second Permission Group Settings": {
    "Group Name": "elite",
    "Gather Rate": 4,
    "Fishing Modifier": 4,
    "Personal Quarry & Pump Jack Rate": 4
  },
  "Blacklists (items to gather at vanilla rates)": {
    "Harvested Items": [
      "skull.wolf",
      "skull.human"
    ],
    "Pickup Items": [],
    "Planter Box Plants": [],
    "Fishing": [],
    "Quarries & Pumpjacks": [
      "stones",
      "crude.oil"
    ],
    "Excavator": []
  }

 

  • Like 1

iLakSkiL's Collection

User Feedback

560.6k

Downloads

Total number of downloads.

3.1k

Customers

Total customers served.

41.6k

Files Sold

Total number of files sold.

721.7k

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.