Advertisement
MarvinKosh

Quests_YML_03_02_2020

Feb 2nd, 2020
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 7.11 KB | None | 0 0
  1. # For non-English characters, this file MUST stay encoded in UTF-8
  2. quests:
  3.   Hunter:
  4.     name: Mob Hunter
  5.     ask-message: <yellow>Venture out before sunrise and kill spiders, zombies and
  6.       skeletons.
  7.     finish-message: <yellow>Excellent work. It will be a little safer out there now.
  8.     requirements:
  9.       quests:
  10.      - Iron Miner
  11.       fail-requirement-message: <red>Complete <pink>Iron Miner<red> first.
  12.     stages:
  13.       ordered:
  14.         '1':
  15.           death-event: DeathFail
  16.           mobs-to-kill:
  17.          - Spider
  18.           mob-amounts:
  19.          - 10
  20.           finish-event: NiceFinish
  21.         '2':
  22.           death-event: DeathFail
  23.           mobs-to-kill:
  24.          - Zombie
  25.           mob-amounts:
  26.          - 10
  27.           finish-event: NiceFinish
  28.         '3':
  29.           death-event: DeathFail
  30.           mobs-to-kill:
  31.          - Skeleton
  32.           mob-amounts:
  33.          - 10
  34.     rewards:
  35.       exp: 300
  36.       quest-points: 1
  37.   CatchFish:
  38.     name: Catch Fish
  39.     ask-message: <yellow>Catch some fish!
  40.     finish-message: <yellow>Good job. Here is some <green>experience<yellow>.
  41.     requirements:
  42.       quests:
  43.      - Iron Miner
  44.       fail-requirement-message: <red>Complete <pink>Iron Miner<red> first.
  45.     stages:
  46.       ordered:
  47.         '1':
  48.           start-event: RodStart
  49.           death-event: DeathFail
  50.           chat-events:
  51.          - GiveRod
  52.           chat-event-triggers:
  53.          - rod
  54.           fish-to-catch: 5
  55.     rewards:
  56.       exp: 250
  57.   custom1:
  58.     name: Iron Miner
  59.     ask-message: <yellow>Mine <pink>64 <yellow>blocks of <pink>Iron Ore <yellow>and
  60.       return to the mine foreman's office.
  61.     finish-message: §eWell done. Here is your reward.
  62.     requirements:
  63.       items:
  64.       - ==: org.bukkit.inventory.ItemStack
  65.         v: 2230
  66.         type: STONE_PICKAXE
  67.       remove-items:
  68.      - false
  69.       fail-requirement-message: §cYou must have a §dStone Pickaxe§c first.
  70.     stages:
  71.       ordered:
  72.         '1':
  73.           break-block-names:
  74.          - IRON_ORE
  75.           break-block-amounts:
  76.          - 64
  77.           break-block-durability:
  78.          - 0
  79.         '2':
  80.           locations-to-reach:
  81.          - world -213.0 67.0 -58.0
  82.           reach-location-radii:
  83.          - 2
  84.           reach-location-names:
  85.          - Mine Foreman's Office
  86.     rewards:
  87.       items:
  88.       - ==: org.bukkit.inventory.ItemStack
  89.         v: 2230
  90.         type: IRON_INGOT
  91.         amount: 16
  92.       money: 25
  93.       quest-points: 1
  94.     options:
  95.       allow-commands: true
  96.       allow-quitting: true
  97.       use-dungeonsxl-plugin: false
  98.       use-parties-plugin: true
  99.       share-progress-level: 1
  100.       require-same-quest: true
  101.   custom2:
  102.     name: Dark Oak Logger
  103.     ask-message: Chop 64 dark oak logs and return to the Forester's Hut.
  104.     finish-message: Thanks for the hard work.
  105.     requirements:
  106.       items:
  107.       - ==: org.bukkit.inventory.ItemStack
  108.         v: 2230
  109.         type: STONE_AXE
  110.       remove-items:
  111.      - false
  112.     stages:
  113.       ordered:
  114.         '1':
  115.           break-block-names:
  116.          - dark_oak_log
  117.           break-block-amounts:
  118.          - 64
  119.           break-block-durability:
  120.          - 0
  121.         '2':
  122.           locations-to-reach:
  123.          - world -195.0 72.0 -23.0
  124.           reach-location-radii:
  125.          - 3
  126.           reach-location-names:
  127.          - Forester's Hut
  128.     rewards:
  129.       items:
  130.       - ==: org.bukkit.inventory.ItemStack
  131.         v: 2230
  132.         type: STRIPPED_DARK_OAK_WOOD
  133.         amount: 32
  134.       money: 10
  135.       quest-points: 1
  136.     options:
  137.       allow-commands: true
  138.       allow-quitting: true
  139.       use-dungeonsxl-plugin: false
  140.       use-parties-plugin: true
  141.       share-progress-level: 1
  142.       require-same-quest: true
  143.   custom3:
  144.     name: Make a house a home
  145.     ask-message: I want you to build a simple wooden hut.
  146.     finish-message: Thanks for a job well done!
  147.     requirements:
  148.       items:
  149.       - ==: org.bukkit.inventory.ItemStack
  150.         v: 2230
  151.         type: STRIPPED_DARK_OAK_WOOD
  152.         amount: 60
  153.       - ==: org.bukkit.inventory.ItemStack
  154.         v: 2230
  155.         type: DARK_OAK_PLANKS
  156.         amount: 6
  157.       remove-items:
  158.      - false
  159.       - false
  160.       quests:
  161.      - Dark Oak Logger
  162.       fail-requirement-message: cancel
  163.     stages:
  164.       ordered:
  165.         '1':
  166.           items-to-craft:
  167.           - ==: org.bukkit.inventory.ItemStack
  168.             v: 2230
  169.             type: DARK_OAK_DOOR
  170.         '2':
  171.           locations-to-reach:
  172.          - world -191.0 66.0 30.0
  173.           reach-location-radii:
  174.          - 3
  175.           reach-location-names:
  176.          - The New Homesteads
  177.         '3':
  178.           place-block-names:
  179.          - STRIPPED_DARK_OAK_WOOD
  180.           - DARK_OAK_DOOR
  181.           place-block-amounts:
  182.          - 60
  183.           - 1
  184.           place-block-durability:
  185.          - 0
  186.           - 0
  187.     options:
  188.       allow-commands: true
  189.       allow-quitting: true
  190.       use-dungeonsxl-plugin: false
  191.       use-parties-plugin: true
  192.       share-progress-level: 1
  193.       require-same-quest: true
  194.   custom4:
  195.     name: Shake Rattle and Groan
  196.     npc-giver-id: 0
  197.     ask-message: I need your help. There's a cave nearby which is home to undead monsters.
  198.     finish-message: Thank you for cleansing the cave! We'll all sleep better at night
  199.       now.
  200.     gui-display:
  201.       ==: org.bukkit.inventory.ItemStack
  202.       v: 2230
  203.       type: POTION
  204.       meta:
  205.         ==: ItemMeta
  206.         meta-type: POTION
  207.         potion-type: minecraft:long_night_vision
  208.     stages:
  209.       ordered:
  210.         '1':
  211.           npc-ids-to-talk-to:
  212.          - 0
  213.         '2':
  214.           locations-to-reach:
  215.          - world -183.0 58.0 -14.0
  216.           reach-location-radii:
  217.          - 3
  218.           reach-location-names:
  219.          - The Cave of Groaning
  220.           start-message: The cave is near Father Bill's sanctuary. Explore nearby.
  221.         '3':
  222.           mobs-to-kill:
  223.          - Skeleton
  224.           mob-amounts:
  225.          - 5
  226.           locations-to-kill:
  227.          - world -190.0 57.0 -38.0
  228.           kill-location-radii:
  229.          - 20
  230.           kill-location-names:
  231.          - Pillar of Bone Calling
  232.           start-message: Smash the skeletons near the pillar of bone calling. It is
  233.             capped with quartz.
  234.           complete-message: The skeletons have been pounded into fragments.
  235.         '4':
  236.           mobs-to-kill:
  237.          - Zombie
  238.           mob-amounts:
  239.          - 5
  240.           start-message: Cut down the zombies near the pillar of flesh rotting. It
  241.             is capped with nether bricks.
  242.           complete-message: The zombies are now in pieces.
  243.         '5':
  244.           npc-ids-to-talk-to:
  245.          - 0
  246.           start-message: Return to Father Bill.
  247.           complete-message: Father Bill was grateful for your assistance.
  248.     rewards:
  249.       money: 10
  250.       quest-points: 1
  251.       exp: 20
  252.     planner:
  253.       cooldown: 30
  254.     options:
  255.       allow-commands: true
  256.       allow-quitting: true
  257.       use-dungeonsxl-plugin: false
  258.       use-parties-plugin: true
  259.       share-progress-level: 1
  260.       require-same-quest: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement