Advertisement
justin2000

Untitled

Jun 18th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. # I recommend you to set auto_updating to true for possible future bugfixes. If use_economy is set to false, the winner will get the item reward.
  2. config:
  3. auto_updating: true
  4. rounds_per_game: 10
  5. start_countdown: 10
  6. default_max_players: 4
  7. default_min_players: 2
  8. use_economy_reward: true
  9. money_reward_per_game: 0
  10. itemid: 264
  11. itemamount: 1
  12. use_command_reward: false
  13. command_reward: pex user <player> group set ColorPro
  14. start_announcement: false
  15. winner_announcement: true
  16. game_on_join: false
  17. bling_sounds: true
  18. kits:
  19. default:
  20. name: default
  21. potioneffect: SPEED
  22. amplifier: 1
  23. gui_item_id: 341
  24. lore: '&2The default class.'
  25. speedboost:
  26. name: speedboost
  27. potioneffect: SPEED
  28. amplifier: 2
  29. gui_item_id: 1
  30. lore: '&2Speed Boost.'
  31. speedpower:
  32. name: speedpower
  33. potioneffect: SPEED
  34. amplifier: 3
  35. gui_item_id: 2
  36. lore: '&2Speed Powerrr.'
  37. strings:
  38. saved:
  39. arena: '&aSuccessfully saved arena.'
  40. lobby: '&aSuccessfully saved lobby.'
  41. setup: '&6Successfully saved spawn. Now setting up, might &2lag&6 a little bit.'
  42. removed_arena: '&cSuccessfully removed arena.'
  43. not_in_arena: '&cYou don''t seem to be in an arena right now.'
  44. config_reloaded: '&6Successfully reloaded config.'
  45. arena_is_ingame: '&cThe arena appears to be ingame.'
  46. arena_invalid: '&cThe arena appears to be invalid.'
  47. arena_invalid_sign: '&cThe arena appears to be invalid, because a join sign is missing.'
  48. arena_invalid_component: '&2The arena appears to be invalid (missing components
  49. or misstyped arena)!'
  50. you_fell: '&3Je bent gevallen! Typ &6/cm leave &3om te leaven.'
  51. you_won: '&aJe hebt deze ronde gewonnen, nice man!'
  52. starting_in: '&aStarten in &6'
  53. starting_in2: '&a seconden.'
  54. arena_full: '&cDeze game is vol!'
  55. starting_announcement: '&aEen nieuwe game start in &6'
  56. started_announcement: '&aEen nieuwe ronde in gestart!'
  57. winner_announcement: '&6<player> &aheeft de game gewonnen in arena &6<arena>!'
  58. '1':
  59. name: '1'
  60. difficulty: 1
  61. spawn:
  62. world: buildings
  63. loc:
  64. x: -33
  65. y: 94
  66. z: 86
  67. x32claymode: true
  68. lobby:
  69. world: buildings
  70. loc:
  71. x: -33
  72. y: 98
  73. z: 68
  74. max_players: 4
  75. min_players: 2
  76. sign:
  77. world: buildings
  78. loc:
  79. x: -65
  80. y: 67
  81. z: 40
  82. mainlobby:
  83. world: world
  84. loc:
  85. x: -181
  86. y: 85
  87. z: 941
  88. '2':
  89. name: '2'
  90. difficulty: 1
  91. spawn:
  92. world: buildings
  93. loc:
  94. x: 31
  95. y: 95
  96. z: 86
  97. x32glassmode: true
  98. lobby:
  99. world: buildings
  100. loc:
  101. x: 31
  102. y: 99
  103. z: 68
  104. sign:
  105. world: buildings
  106. loc:
  107. x: -66
  108. y: 67
  109. z: 40
  110. max_players: 4
  111. min_players: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement