Advertisement
Guest User

My NEW config

a guest
Dec 10th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.77 KB | None | 0 0
  1. options:
  2.   give-questbook-on-join: true
  3.   currency-symbol: "£"
  4.   auto-update: true
  5.   show-border-on-partial-completion: false
  6.   play-effect-on-partial-completion: false
  7.   quest-check-delay-in-seconds: 5
  8. categories:
  9.   '0':
  10.     name: '&6Starter Quests'
  11.     display-item: WOOD_SWORD
  12.     durability: 0
  13.     lore:
  14.    - Some free money (Nice eh?)
  15.     - '&a> Click to open'
  16.   '9':
  17.     name: '&6End Game'
  18.     display-item: DIAMOND_SWORD
  19.     durability: 0
  20.     lore:
  21.    - Ready for the final fight!
  22.     - '&a> Click to open'
  23. quests:
  24.   0-0:
  25.     name: '&a&lZombie Hunter'
  26.     display-item: IRON_SWORD
  27.     durability: 0
  28.     mission: kill.ZOMBIE.10
  29.     reward: 25
  30.     message: '&bBRRRRRAAAAAAAAAAIIIIIINSSS!'
  31.   0-1:
  32.     name: '&a&lHitting it big'
  33.     display-item: DIAMOND
  34.     durability: 1
  35.     mission: mine.DIAMOND.20
  36.     reward: 100
  37.     message: '&bOMG DIAMONDS?!?!'
  38.   0-2:
  39.     name: '&a&lStop thief!'
  40.     display-item: ENDER_PEARL
  41.     durability: 0
  42.     mission: kill.ENDERMAN.5
  43.     reward: 50
  44.     message: '&bDamn thiefs stealing my blocks!'
  45.   0-3:
  46.     name: '&a&lQuite the upgrade!'
  47.     display-item: DIAMOND_SWORD
  48.     durability: 0
  49.     mission: craft.DIAMOND_SWORD.1
  50.     reward: 100
  51.     message: '&bNice!'
  52.   0-4:
  53.     name: '&6Back to the Roots!'
  54.     display-item: LOG
  55.     durability: 0
  56.     mission: arrive.-188.240.40
  57.     reward: 80
  58.     message: '&aGo beyond your Horizon and find your Origin. Where it all started...
  59.       At X:-188 Z:240'
  60.   0-5:
  61.     name: '&a&lReady for Enchanting'
  62.     display-item: EXP_BOTTLE
  63.     durability: 0
  64.     mission: levelup.30
  65.     reward: 150
  66.     message: '&6Get enough XP to enchant at Level 30'
  67.   9-0:
  68.     name: '&a&lPrepare to fight!'
  69.     display-item: DIAMOND_CHESTPLATE
  70.     durability: 0
  71.     mission: craft.DIAMOND_CHESTPLATE.1
  72.     reward: 30
  73.     message: '&bFirst steps to success!'
  74.   9-1:
  75.     name: '&a&lJust a souvenir'
  76.     display-item: END_STONE
  77.     durability: 1
  78.     mission: mine.END_STONE.64
  79.     reward: 100
  80.     message: '&b !'
  81.   9-2:
  82.     name: '&a&lYou tall bastards!'
  83.     display-item: ENDER_PEARL
  84.     durability: 0
  85.     mission: kill.ENDERMAN.100
  86.     reward: 1000
  87.     message: '&bQuite the reward eh!'
  88.   9-3:
  89.     name: '&a&lTo to hit it big!!'
  90.     display-item: ENCHANTMENT_TABLE
  91.     durability: 0
  92.     mission: craft.ENCHANTMENT_TABLE.1
  93.     reward: 75
  94.     message: '&bPurdy!'
  95.   9-4:
  96.     name: '&6PLACEHOLDER!'
  97.     display-item: LOG
  98.     durability: 0
  99.     mission: arrive.-188000.24000.40
  100.     reward: 80
  101.     message: '&aGo beyond your Horizon and find your Origin. Where it all started...
  102.       At X:-188 Z:240'
  103.   9-5:
  104.     name: '&a&lPLACEHOLDER'
  105.     display-item: EXP_BOTTLE
  106.     durability: 0
  107.     mission: levelup.3000
  108.     reward: 150
  109.     message: '&6Get enough XP to enchant at Level 30'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement