• Хостинг игровых серверов

    Максимальная производительность для ваших игровых серверов!

    Заказать сейчас

Платное Custom Gather 3.1.1

JSON:
{
  "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 terrain (ex: plants, tree stumps, small ore nodes)": true,
    "Modify rates for items grown in planters": true,
    "Modify rates for fishing": true,
    "Modify rates for PUBLIC Quarries and Pumpjacks": true,
    "Modify rates for PRIVATE Quarries and Pumpjacks": 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
  },
  "Unloadable Train Wagon Settings": {
    "Multiplication Rate": 20,
    "Single Stack of Resources?": true
  },
  "Blacklists (items to gather at vanilla rates)": {
    "Harvested Items": [
      "human.skull",
      "skull.wolf"
    ],
    "Pickup Items": [
      "cloth"
    ],
    "Planter Box Items": [
      "clone.hemp"
    ],
    "Fishing": [
      "fish.anchovy"
    ],
    "Quarries & Pumpjacks": [
      "stones"
    ],
    "Excavator": [
      "stones"
    ],
    "Train Resource Wagons": [
      "metal.ore"
    ]
  },
  "Global Override List": {
    "pumpkin": 20,
    "hq.metal.ore": 10
  }
}
Data JSON - Example

JSON:
{
  "Custom Permission Group Settings": {
    "default": {
      "Gather Rate": 1,
      "PUBLIC Quarries & Pumpjacks Rate": 1,
      "PRIVATE Quarries & Pumpjacks Rate": 1,
      "Giant Excavator Rate": 1,
      "Fishing Rate": 1
    },
    "vip": {
      "Gather Rate": 2,
      "PUBLIC Quarries & Pumpjacks Rate": 2,
      "PRIVATE Quarries & Pumpjacks Rate": 2,
      "Giant Excavator Rate": 2,
      "Fishing Rate": 2
    },
    "Elite": {
      "Gather Rate": 3,
      "PUBLIC Quarries & Pumpjacks Rate": 3,
      "PRIVATE Quarries & Pumpjacks Rate": 3,
      "Giant Excavator Rate": 3,
      "Fishing Rate": 3
    },
    "SuperElite": {
      "Gather Rate": 4,
      "PUBLIC Quarries & Pumpjacks Rate": 4,
      "PRIVATE Quarries & Pumpjacks Rate": 4,
      "Giant Excavator Rate": 4,
      "Fishing Rate": 4
    },
    "MegaElite": {
      "Gather Rate": 5,
      "PUBLIC Quarries & Pumpjacks Rate": 5,
      "PRIVATE Quarries & Pumpjacks Rate": 5,
      "Giant Excavator Rate": 5,
      "Fishing Rate": 5
    }
  }
}