Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. #Material names as found in Spigot JavaDocs. This is the pattern to recognize guardian knot.
  2. guardian_knot:
  3. layers:
  4. first: GOLD_BLOCK
  5. second: GLASS
  6. third: OBSIDIAN
  7.  
  8. quiz:
  9. sorted_message: '%player% &7was sorted into %house%&7!' #Sorted message it broadcasts along with the other house specific messages.
  10. #Bukkit automatically translates the numbers to in between ''. Sadly can't fix this.
  11. #Format: Question Number, follows by question, then answers, A B C D, choice message, so "A. <choice>", then the house that the point
  12. #goes to.
  13. questions:
  14. 1:
  15. question: 'How much money do you own?'
  16. answers:
  17. A:
  18. choice: '20'
  19. point: Wumpus
  20. B:
  21. choice: '10'
  22. point: Thunderhawk
  23. C:
  24. choice: '5'
  25. point: Pukwudge
  26. D:
  27. choice: '25'
  28. point: HornedSnakes
  29. 2:
  30. question: 'What color do you like?'
  31. answers:
  32. A:
  33. choice: 'Purple'
  34. point: HornedSnakes
  35. B:
  36. choice: 'Aqua'
  37. point: Thunderhawk
  38. C:
  39. choice: 'Red'
  40. point: Wumpus
  41. D:
  42. choice: 'Green'
  43. point: Pukwudge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement