Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. preferences:
  2. schematic: 'plugins/WorldEdit/schematics/sw-prelobby.schematic'
  3. bungee-mode: true
  4. #SW lobby from bungee to use turn on bungee-mode and lobby-mode
  5. lobby-mode: false
  6. #Lobby server name in bungeecord
  7. sw-lobby-bungee: 'Skywars'
  8. #Rooms list for bungee add using format 'IP : PORT : BUNGEE_SERVER_NAME'
  9. rooms: []
  10. join-teleport: true
  11. on-join-items: true
  12. on-world-change-items: true
  13. worlds-lobby:
  14. - 'Shire'
  15. database:
  16. mysql: true
  17. host: localhost
  18. port: 3306
  19. user: hoang
  20. password: 'passmysql'
  21. database: Skywars
  22. coins:
  23. win: 150
  24. kill: 95
  25. countdown:
  26. start: 15
  27. full: 10
  28. game: 780
  29. refills: [480, 300]
  30. votes:
  31. double_health:
  32. solo: 3
  33. team: 6
  34. mega: 9
  35. npc-skin:
  36. solo:
  37. normal: 'hmb574'
  38. insane: 'hmb574'
  39. team:
  40. normal: 'hmb574'
  41. insane: 'hmb574'
  42. mega: 'hmb574'
  43. hot_bar:
  44. compass:
  45. slot: 0
  46. receive: true
  47. material: 'COMPASS'
  48. display_name: '&aGame Menu &7(Bảo trì)'
  49. skull_profile:
  50. slot: 1
  51. receive: true
  52. display_name: '&aThông tin &7(Chuột phải)'
  53. shop:
  54. slot: 2
  55. receive: true
  56. material: 'EMERALD'
  57. display_name: '&aCửa hàng &7(Chuột phải)'
  58. lobbies:
  59. slot: 8
  60. receive: true
  61. material: 'NETHER_STAR'
  62. display_name: '&aLobbies &7(Bảo trì)'
  63. players:
  64. slot: 7
  65. receive: true
  66. display_name_on: '&fNgười chơi: &aHiện &7(Chuột phải)'
  67. display_name_off: '&fNgười chơi: &cẨn &7(Chuột phải)'
  68. hot_bar-wait:
  69. kits:
  70. slot: 0
  71. item: 'BOW : 1 : name=&aChọn kit &7(Chuột phải)'
  72. leave:
  73. slot: 8
  74. item: 'BED : 1 : name=&c&lTrở về lobby &7(Chuột phải)'
  75. insane:
  76. slot: 1
  77. item: 'BLAZE_POWDER : 1 : name=&6Insane Options &7(Chuột phải)'
  78. hot_bar-spec:
  79. compass:
  80. slot: 0
  81. item: 'COMPASS : 1 : name=&a&lDịch chuyển &7(Chuột phải)'
  82. settings:
  83. slot: 4
  84. item: 'REDSTONE_COMPARATOR : 1 : name=&b&lTùy chỉnh khán giả &7(Chuột phải)'
  85. again:
  86. slot: -1
  87. item: 'PAPER : 1 : name=&b&lChơi lại &7(Chuột phải)'
  88. leave:
  89. slot: 8
  90. item: 'BED : 1 : name=&c&lQuay về lobby &7(Chuột phải)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement