Advertisement
CapitanPuerka

Untitled

Sep 11th, 2022
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. LobbyItems:
  2. team_selection:
  3. title: '&aTeam selection'
  4. lores:
  5. - '&7Click to open team selector'
  6. item: 399,0
  7. slot: 0
  8. kit_selection:
  9. title: '&aKit selection'
  10. lores:
  11. - '&7Click to open kit selector'
  12. item: 339,0
  13. slot: 1
  14. voting:
  15. title: '&aVoting'
  16. lores:
  17. - '&7Click to open votation menu'
  18. item: 395,0
  19. slot: 2
  20. #Updater
  21. Updater:
  22. checkUpdates: true
  23. sendOpMessage: true
  24. automaticUpdate: false
  25. #Economy Configuration
  26. Economy:
  27. # Set the type you want to Economy (set 'none' to disable. Set 'Vault' to use Vault Economy)
  28. type: Vault
  29. coins:
  30. kill: 12
  31. death: 5
  32. flag_captured: 30
  33. win: 30
  34.  
  35. #Backend Configuration
  36. Backend:
  37. # Set the type you want to database (Set true to use MySQL, set false to use SQL)
  38. enable: false
  39. # MySQL server address/ip
  40. hostname: localhost
  41. # MySQL server's port (MySQL/SQL=3306)
  42. port: 3306
  43. # MySQL user
  44. username: root
  45. # MySQL user's password
  46. password: password
  47. # Database in MySQL/SQL to save BlockWars's data.
  48. database: AdvancedBlockWars
  49. Options:
  50. #Lobby Scoreboard - Experimental (Disable if the server is lagging)
  51. enable_lobby_scoreboard: true
  52. #Game Modes -> MULTIARENA, BUNGEEMODE, BUNGEEARENAS, LOBBY
  53. mode: MULTIARENA
  54. #Tops
  55. Tops:
  56. Kills:
  57. top1:
  58. top2:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement