Advertisement
CapitanPuerka

config.yml

Jul 7th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 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.  
  21. #Economy Configuration
  22. Economy:
  23. # Set the type you want to Economy (set 'none' to disable. Set 'Vault' to use Vault Economy)
  24. type: Vault
  25. coins:
  26. kill: 12
  27. death: 5
  28. flag_captured: 30
  29. win: 30
  30.  
  31. #Backend Configuration
  32. Backend:
  33. # Set the type you want to database (set 'none' to disable. Set File, SQL or MySQL) (Currently only 'file')
  34. type: file
  35. # MySQL server address/ip
  36. hostname: localhost
  37. # MySQL server's port (MySQL/SQL=3306)
  38. port: 3306
  39. # MySQL user
  40. username: root
  41. # MySQL user's password
  42. password: password
  43. # Database in MySQL/SQL to save BlockWars's data.
  44. database: PuerkasBlockWars
  45. Options:
  46. #Lobby Scoreboard - Experimental (Disable if the server is lagging)
  47. enable_lobby_scoreboard: true
  48. #Game Modes -> MULTIARENA, BUNGEEMODE, BUNGEEARENAS, LOBBY
  49. mode: MULTIARENA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement