Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. # The delay, in seconds, between games.
  2. #
  3. delay=10
  4. # Set to 0 to disable.
  5. #
  6. min-players=1
  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. currency=dollar
  26. }
  27. }
  28. suffix {
  29. color=red
  30. text=" !!"
  31. }
  32. # The text to have the hover text on.
  33. #
  34. text {
  35. color=yellow
  36. text="Hover over this text to see a word. The first person to type it wins!"
  37. }
  38. version=3
  39. # Words to use. You should probably change these.
  40. #
  41. words=[
  42. minecraft,
  43. stone,
  44. cobblestone,
  45. grass,
  46. pickaxe,
  47. book,
  48. enderdragon,
  49. sword,
  50. bucket,
  51. chest
  52. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement