[
  {
    "taskKey": "lumberjack",
    "taskName": "&f林间伐木工",
    "type": "everyday",
    "rarity": "normal",
    "description": "砍伐各种树木获取木材",
    "demands": [
      { "type": "blockBreak", "amount": 20, "itemStack": "OAK_LOG" },
      { "type": "blockBreak", "amount": 10, "itemStack": "BIRCH_LOG" }
    ],
    "rewards": [
      { "type": "vault", "amount": 100 },
      { "type": "coin", "amount": 10 }
    ],
    "author": "官方"
  },
  {
    "taskKey": "monster_hunter",
    "taskName": "&9怪物猎人",
    "type": "everyday",
    "rarity": "advanced",
    "description": "清理危险的怪物",
    "demands": [
      { "type": "killNormal", "amount": 15, "itemStack": "zombie" },
      { "type": "killNormal", "amount": 10, "itemStack": "skeleton" }
    ],
    "rewards": [
      { "type": "vault", "amount": 300 },
      { "type": "itemStack", "amount": 5, "itemStack": "IRON_INGOT", "description": "铁锭x5" }
    ],
    "author": "官方"
  },
  {
    "taskKey": "master_miner",
    "taskName": "&5矿工大师",
    "type": "everyday",
    "rarity": "rare",
    "description": "深入地下挖掘珍贵矿石",
    "demands": [
      { "type": "blockBreak", "amount": 10, "itemStack": "DIAMOND_ORE" },
      { "type": "blockBreak", "amount": 20, "itemStack": "GOLD_ORE" }
    ],
    "rewards": [
      { "type": "vault", "amount": 1000 },
      {
        "type": "command",
        "amount": 1,
        "itemStack": "give %player% diamond 3",
        "description": "钻石x3"
      }
    ],
    "author": "官方"
  },
  {
    "taskKey": "beast_tamer",
    "taskName": "&e驯兽师",
    "type": "everyday",
    "rarity": "epic",
    "description": "驯服野生动物成为你的伙伴",
    "demands": [
      { "type": "tame", "amount": 3, "itemStack": "wolf" },
      { "type": "breed", "amount": 5, "itemStack": "cow" }
    ],
    "rewards": [
      { "type": "vault", "amount": 2000 },
      { "type": "coin", "amount": 100 },
      { "type": "playerPoints", "amount": 50, "description": "50点券" }
    ],
    "author": "官方"
  },
  {
    "taskKey": "npc_fishing_quest",
    "taskName": "&d渔夫的委托",
    "type": "npc",
    "rarity": "rarer",
    "description": "帮助渔夫收集鱼类",
    "enableCommand": "say %player% 接受了渔夫的委托",
    "demands": [
      { "type": "Fish", "amount": 20, "itemStack": "COD" },
      { "type": "Fish", "amount": 10, "itemStack": "SALMON" }
    ],
    "rewards": [
      { "type": "vault", "amount": 500 },
      { "type": "itemStack", "amount": 1, "itemStack": "FISHING_ROD", "description": "钓鱼竿x1" }
    ],
    "author": "官方"
  },
  {
    "taskKey": "mythical_dragon_slayer",
    "taskName": "&e&l屠龙勇士",
    "type": "reel",
    "rarity": "mythical",
    "description": "击败传说中的巨龙",
    "demands": [{ "type": "kill", "amount": 1, "itemStack": "DragonBoss" }],
    "rewards": [
      { "type": "vault", "amount": 10000 },
      { "type": "coin", "amount": 500 },
      {
        "type": "command",
        "amount": 1,
        "itemStack": "give %player% diamond_sword{Enchantments:[{id:sharpness,lvl:5}]} 1",
        "description": "传说之剑"
      }
    ],
    "author": "官方"
  },
  {
    "taskId": "露出鸡脚",
    "taskName": "&a露出鸡脚",
    "type": "everyday",
    "rarity": "normal",
    "description": "&7小黑子露出鸡脚吧",
    "enableCommand": "",
    "demands": [
      {
        "type": "breed",
        "amount": 3,
        "itemStack": "chicken"
      }
    ],
    "rewards": [
      {
        "type": "vault",
        "amount": 100,
        "itemStack": "",
        "description": ""
      }
    ],
    "author": "匿名"
  },
  {
    "taskId": "勤劳挤奶工",
    "taskName": "勤劳挤奶工",
    "type": "everyday",
    "rarity": "normal",
    "description": "商店的牛奶又缺货了,帮忙补货吧",
    "enableCommand": "",
    "demands": [
      {
        "type": "submit",
        "amount": 10,
        "itemStack": "milk_bucket"
      }
    ],
    "rewards": [
      {
        "type": "vault",
        "amount": 100,
        "itemStack": "",
        "description": ""
      }
    ],
    "author": "匿名"
  },
  {
    "taskId": "伐木工",
    "taskName": "&a&l伐木工",
    "type": "everyday",
    "rarity": "normal",
    "description": "&7&l可恶的李老板又让我砍树！",
    "enableCommand": "",
    "demands": [
      {
        "type": "blockBreak",
        "amount": 128,
        "itemStack": "oak_log"
      }
    ],
    "rewards": [
      {
        "type": "vault",
        "amount": 300,
        "itemStack": "",
        "description": ""
      }
    ],
    "author": "匿名"
  }
]
