Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. show: true
  2. name: Default Tournament
  3. material: SKULL_ITEM
  4. material-data: 3
  5. skull-owner: mathiaseklund
  6. display-amount: 1
  7. glow: false
  8. glowing:
  9. waiting: false
  10. started: false
  11. ended: false
  12. blacklisted-worlds: []
  13. region-whitelist: []
  14. restart-on-end: false
  15. displayname:
  16. waiting: '&e%name%'
  17. started: '&c%name%'
  18. ended: '&a%name%'
  19. start-at: 2019/05/14 15:25
  20. end-at: 2020/05/15 15:25
  21. automatic-participation: false
  22. reward:
  23. commands:
  24. - "give %first_place_name% stone 30"
  25. - "give %second_place_name% stone 20"
  26. - "give %third_place_name% stone 10"
  27. all:
  28. - "give %player% stone 1"
  29. lore:
  30. started:
  31. - '&8%start% - %end%'
  32. - '&7-----------------------'
  33. - '&7Break as many blocks as possible'
  34. - '&7from the list.'
  35. - '&7%list%'
  36. - '&7-----------------------'
  37. - '&bYour stats:'
  38. - '&7Name: %player%'
  39. - '&7Blocks Broken: &e%blocks_broken%'
  40. - '&7Position: &e%position%'
  41. - '&7-----------------------'
  42. - '&a1st &7- &f%first_place_name% (%first_place_score%)'
  43. - '&b2nd &7- &f%second_place_name% (%second_place_score%)'
  44. - '&e3rd &7- &f%third_place_name% (%third_place_score%)'
  45. - '&7-----------------------'
  46. - '&bTime remaining: &f%time_remaining%'
  47. ended:
  48. - '&8%start% - %end%'
  49. - '&7-----------------------'
  50. - '&7The tournament has ended, below'
  51. - '&7are the top players'
  52. - '&7-----------------------'
  53. - '&bYour stats:'
  54. - '&7Name: %player%'
  55. - '&7Blocks Broken: &e%blocks_broken%'
  56. - '&7Position: &e%position%'
  57. - '&7-----------------------'
  58. - '&a1st &7- &f%first_place_name% (%first_place_score%)'
  59. - '&b2nd &7- &f%second_place_name% (%second_place_score%)'
  60. - '&e3rd &7- &f%third_place_name% (%third_place_score%)'
  61. - '&7-----------------------'
  62. waiting:
  63. - '&8%start% - %end%'
  64. - '&7-----------------------'
  65. - '&7Break as many blocks as possible'
  66. - '&7from the list.'
  67. - '&7%list%'
  68. - '&7-----------------------'
  69. - '&bTime remaining: &f%time_remaining%'
  70. slot: 0
  71. participation-cost: 0
  72. participation-commands:
  73. - say %player% has joined a tournament!
  74. type: BLOCK_BREAK
  75. blockbreak:
  76. type: LIST # Possible types: ALL, LIST, EXCLUDE
  77. list:
  78. - STONE
  79. - GRASS
  80. - DIRT
  81. - COBBLESTONE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement