Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # To create your own quests either follow the steps on:
- # http://dev.bukkit.org/server-mods/quests/pages/quests-yml/
- # or just copy a current quest and use the vars and common sense to
- # decrypt the YAML.
- '0':
- info:
- name: Diamonds!
- messageStart: Hey! Can you go get my 5 diamonds! I'll pay you $500
- messageEnd: Thanks! Now I can feed my lava dragon! ;)
- tasks:
- '0':
- type: collect
- object:
- id: 264
- name: Diamonds
- amount: 5
- market:
- fee:
- toJoin:
- money: -50
- health: 0
- hunger: 0
- toDrop:
- money: -50
- health: 0
- hunger: 0
- reward:
- money: 500
- health: 0
- hunger: 0
- '1':
- info:
- name: Dirt Collector!
- messageStart: Hey! Can you go get me 64 dirt blocks? I'll give you $100!
- messageEnd: Thanks! Now I can make my hut.
- tasks:
- '1':
- type: collect
- object:
- id: 3
- name: Dirt
- amount: 64
- market:
- fee:
- toJoin:
- money: -50
- health: 0
- hunger: 0
- toDrop:
- money: -50
- health: 0
- hunger: 0
- reward:
- money: 500
- health: 0
- hunger: 0
Advertisement
Add Comment
Please, Sign In to add comment