Advertisement
Guest User

Untitled

a guest
Sep 11th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. bungeecord: true
  2. joinSign:
  3. location: world:-168:74:246
  4. lines:
  5. - '&3&l[DRAGONS]'
  6. - '&6%MAPNAME%'
  7. - '&a%STATUS%'
  8. - '&9Players: &b%CURRENT%&9/&b%MAX%'
  9. maxPlayers: 20
  10. minPlayers: 2
  11. mainLobby:
  12. server: lobby
  13. location: world:170:73:246
  14. lobby: waiting:218:71:133
  15. arenas:
  16. Islands:
  17. point1: 344:176:531
  18. point2: 730:56:230
  19. spawns:
  20. - 502:94:377
  21. pvp: false
  22. vote: false
  23. countdownSeconds: 60
  24. dragons:
  25. rate: 200
  26. max: 20
  27. kits:
  28. marksman:
  29. arrowRate: 80
  30. pyrotechnic:
  31. gemRate: 500
  32. gemMax: 2
  33. coward:
  34. jumpCooldownInSec: 15
  35. velocity: 1.0
  36. database:
  37. enabled: false
  38. host: localhost
  39. databaseName: test
  40. port: 3306
  41. user: testUser
  42. pass: 1234
  43. rewards:
  44. loose: 50
  45. win: 100
  46. scoreboard:
  47. title: '&6&lDRAGONS'
  48. lines:
  49. - '&0'
  50. - '&6Selected kit:'
  51. - ' &b%KIT%'
  52. - '&0&0'
  53. - '&6Map:'
  54. - ' &b%MAPNAME%'
  55. - '&0&0&0'
  56. - '&6Dragons:'
  57. - ' &b%DRAGONS%&f/&b%MAXDRAGONS%'
  58. - '&0&0&0&0'
  59. - '&6Players:'
  60. - ' &b%PLAYERSALIVE%&f/&b%TOTALPLAYERS%'
  61. strings:
  62. SELECT_KIT: '&aYou have selected %KIT% &akit.'
  63. BUY_KIT: '&aYou have bought the kit.'
  64. NOT_ENOUGH_MONEY: '&cYou don''t have enought money.'
  65. AXE_COOLDOWN: '&cYou need to wait %SEC% seconds to use it again!'
  66. DEATH_TITLE: '&cYOU DIED!'
  67. WIN_TITLE: '&aYOU WON!'
  68. START_TITLE: '&aSURVIVE!'
  69. PLAYER_JOIN: '%PLAYER% &ehas joined the game (&f%CURRENT%&e/&f%MAX%&e).'
  70. PLAYER_LEAVE: '%PLAYER% &ehas left the game (&f%CURRENT%&e/&f%MAX%&e).'
  71. MAP_WIN: '&6The winner is &e&l%MAP%&e.'
  72. COUNTDOWN: '&e&lTHE GAME STARTS IN &f&l%TIME% &e&lSECONDS'
  73. COUNTDOWN_STOP: '&cCountdown stopped!'
  74. COINS_EARN: '&eYou have earned &6%COINS% coins!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement