Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. prefix: '&c[Quest]'
  2. #prefix = {message}
  3. noPermission: '&cYou dont have permission to use this command!'
  4. quests:
  5. Axeman:
  6. questText: '&c{message} &bYou must bring me 64 wood in {time}, I will reward you {rewardMoney}, and {rewardCommand}'
  7. rewardMoney: 1000
  8. rewardCommand: '69 apples'
  9. rewardMessage: '{message} &8Nice job dickhead you completed the quest {currentQuest}'
  10. Item: 'WOOD'
  11. #Will not work with : data values(I need to figure how to make that work.)
  12. itemID: 5
  13. amount: 64
  14. executeCommandOnReward: true
  15. command:'/give {player} apple 69'
  16. #timeout is in seconds
  17. timeout: 180
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement