Advertisement
Guest User

Untitled

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