Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. # The delay, in seconds, between games.
  2. #
  3. delay=500
  4. # Set to 0 to disable.
  5. #
  6. min-players=6
  7. # Neither prefix nor suffix have hover text.
  8. #
  9. prefix {
  10. color=red
  11. text="!! "
  12. }
  13. # It is HIGHLY RECOMMENDED to keep these small!
  14. #
  15. rewards {
  16. # If an entry starts with *, it is run by the console.
  17. #
  18. commands=[
  19. "*give $winner minecraft:cookie 1 0 {display:{Name:Reward}}"
  20. ]
  21. # An economy plugin is required for this.
  22. #
  23. economy {
  24. amount=5
  25. }
  26. }
  27. suffix {
  28. color=red
  29. text=" !!"
  30. }
  31. # The text to have the hover text on.
  32. #
  33. text {
  34. color=yellow
  35. text="Hover over this text to see a word. The first person to type it wins!"
  36. }
  37. version=3
  38. # Words to use. You should probably change these.
  39. #
  40. words=[
  41. minecraft,
  42. stone,
  43. cobblestone,
  44. grass,
  45. pickaxe,
  46. book,
  47. enderdragon,
  48. sword,
  49. bucket,
  50. chest
  51. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement