Solved No gathering

Discussion in 'Plugin Requests' started by Naked Santa 2, Aug 19, 2017.

  1. Hello Oxide people!

    I need to find a plugin where you can't get anything from mining nodes/trees/wood etc.

    Does anyone know a plugin where you can disable this?
     
  2. then you did something wrong..
    try this config incase your are using ToolsGatherManager and also grant the permission
    Code:
    {
      "Permissions for every Tool": false,
      "Night Gatherrate": 0.0,
      "Day Gatherrate": 0.0,
      "Tools": {
        "bone.club": 0.0,
        "knife.bone": 0.0,
        "longsword": 0.0,
        "mace": 0.0,
        "machete": 0.0,
        "salvaged.cleaver": 0.0,
        "salvaged.sword": 0.0,
        "hatchet": 0.0,
        "pickaxe": 0.0,
        "rock": 0.0,
        "axe.salvaged": 0.0,
        "hammer.salvaged": 0.0,
        "icepick.salvaged": 0.0,
        "stonehatchet": 0.0,
        "stone.pickaxe": 0.0
      }
    }
     
  3. How do i grant the permission?