O'DailyQuests
  • 💻O'DailyQuests
  • Installation
  • Configuration
    • Configuration file
    • Messages file
    • Player Interface
  • Quests
    • Create a quest
    • Standard types
      • Item quest
      • Entity quest
      • Global quest
      • Location quest
      • Villager quest
      • Placeholder quest
    • External types
      • PyroFishingPro
      • Custom Mobs
    • Rewards types
  • Commands
    • Player commands
    • Admin commands
  • INTEGRATIONS
    • WildStacker
    • NPCs
    • Placeholders
    • Holograms
  • HELP
    • Contact us
    • Common errors
  • API
    • Initialisation
    • ODailyQuestsAPI class
    • Create a new quest
    • Events
Powered by GitBook
On this page
  1. Quests
  2. Standard types

Global quest

For this type of quest, you do not need to specify an item or entity required, only an amount.

Examples

CARVE type :
1:
    name: "&2Carve 5 pumpkins."
    menu_item: PUMPKIN
    description:
      - "&6Reward:"
      - "&7A \"hello\" message from the server :)"
    quest_type: CARVE
    required_amount: 5
    reward:
      reward_type: COMMAND
      commands:
        - "say Hello"
EXP_LEVELS type :
1:
    name: "&2Get 5 EXP levels."
    menu_item: EXPERIENCE_BOTTLE
    description:
      - "&6Reward:"
      - "&7A \"hello\" message from the server :)"
    quest_type: EXP_LEVELS
    required_amount: 5
    reward:
      reward_type: COMMAND
      commands:
        - "say Hello"
PreviousEntity questNextLocation quest

Last updated 9 months ago