Default


{
  "id": 1,
  "page": 1,
  "repeatable": true,
  "cooldown": true,
  "cooldownDuration": "15s",
  "display": {
    "material": "poke_ball",
    "title": "&aCapture Mission",
    "slot": 10,
    "lore": [
      "&7."
    ],
    "amount": 1,
    "customModelData": 0
  },
  "tasks": [
    {
      "type": "capture",
      "value": {
        "mode": "specific", //specific or any
        "spec": "Pikachu",  //Pikachu, lvl:50, shiny:true, ability:Static, types:Electric, nature:Jolly, gender:male, firendship:50
        "amount": 2
      }
    }
  ],
  "rewards": [
    {
      "type": "message",
      "value": {
        "messages": [
          "&a¡You have completed the sample mission!"
        ]
      }
    },
    {
      "type": "command",
      "value": {
        "commands": [
          "give %player% diamond 1"
        ]
      }
    }
  ],
  "requirement": [
    {
      "type": "mission",
      "value": {
        "id": [1]
      }
    },
    {
      "type": "permission",
      "value": {
        "permission": ["cobblemission.1"]
      }
    }
  ]
}

Last updated