Advertisement
Guest User

Untitled

a guest
Nov 25th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. game: true
  2. fallback: hub-1
  3. yaw: 0.0
  4. pitch: 0.0
  5. hider-wait: 5
  6. items:
  7. compass: 0;0
  8. fast: 1;-1
  9. hider: 5;6
  10. lobby-select: 7;8
  11. lobby: 8;-1
  12. state: 3;3
  13. perks: 4;4
  14. mysql:
  15. host: 127.0.0.1
  16. port: 3306
  17. database:
  18. user:
  19. pass:
  20. state-table: sw_state
  21. table-query: CREATE TABLE IF NOT EXISTS sw_state (name VARCHAR(16) NOT NULL UNIQUE, kills_solo INT DEFAULT 0, deaths_solo INT DEFAULT 0, wins_solo INT DEFAULT 0, games INT DEFAULT 0, kills_team INT DEFAULT 0, deaths_team INT DEFAULT 0, wins_team INT DEFAULT 0, time VARCHAR(255) NOT NULL)
  22. state-game:
  23. - '&6Сыграно игр: &6;games'
  24. - '&6Побед: &6;wins_solo'
  25. - '&6Убийств: &6;kills_solo'
  26. - '&6Смертей: &f;deaths_solo'
  27. - '&6K/D: &f;kills_solo/deaths_solo'
  28. servers-inv-name: §b§lSky§f§lWars
  29. servers-slots: 36
  30. servers:
  31. Green:
  32. bungee: skw-1
  33. ip: 178.32.213.162
  34. port: 32771
  35. type: SOLO
  36. GreenTeam:
  37. bungee: skw-2
  38. ip: 178.32.213.162
  39. port: 32762
  40. type: TEAM
  41. SciFi:
  42. bungee: skw-3
  43. ip: 178.32.213.162
  44. port: 32763
  45. type: TEAM
  46. lobbies:
  47. '&c&lBed&f&lWars':
  48. bungee: bw
  49. id: 35-1-0
  50. slot: 10
  51. enchanted: false
  52. lore:
  53. - '&cBedWars - Cool game!'
  54. '&5&lEgg&f&lWars &7(&c&lNEW&7)':
  55. bungee: egg
  56. id: 35-1-0
  57. slot: 11
  58. enchanted: false
  59. lore:
  60. - '&cBedWars - Cool game!'
  61. lobby-select-size: 9
  62. lobby-select-title: '&c&lВыбор Лобби'
  63. lobby-select:
  64. - lobby1;Lobby#1
  65. - lobby2;Lobby#2
  66. scoreboard:
  67. title: '&b&lSky&f&lWars'
  68. entries:
  69. - '&6Сыграно игр: &f%sql:games%&r'
  70. - '&6Побед: &f%sql:wins_solo%&r'
  71. - '&6Убийств: &f%sql:kills_solo%&r'
  72. - '&6Смертей: &f%sql:deaths_solo%&r'
  73. - '&6K/D: &f%sql:kills_solo/deaths_solo%&r'
  74. - –
  75. - '&6Кол-во монет: &f%balance'
  76. - '&6Ранг: &f%rank'
  77. - –
  78. - '&6Игроков: &f%online'
  79. groups:
  80. default:
  81. prefix: '&8[&eИгрок&8] &6'
  82. suffix: ''
  83. tab: '&6'
  84. perks:
  85. Бульдозер:
  86. item: 1-0
  87. amount: 1
  88. lore:
  89. - '&cTODO: &7Описание'
  90. enchanted: false
  91. access: skywars.buy.bulldozer
  92. permission: skywars.perk.bulldozer
  93. cost: 1000
  94. portals:
  95. - world;0;0;0;bw-1
  96. signs:
  97. SOLO:
  98. '1':
  99. world: world
  100. x: 246
  101. y: 151
  102. z: 1459
  103. '4':
  104. world: world
  105. x: 246
  106. y: 151
  107. z: 1488
  108. TEAM:
  109. '2':
  110. world: world
  111. x: 246
  112. y: 151
  113. z: 1462
  114. '3':
  115. world: world
  116. x: 246
  117. y: 151
  118. z: 1491
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement