Advertisement
Guest User

Untitled

a guest
Aug 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # Version 2.3.0
  2.  
  3. # Prefix for every chat message
  4. prefix: Bedwars
  5.  
  6. # Choose the shop type (villager, gui)
  7. shop: Villager
  8.  
  9. # Set the max. game length in minutes
  10. game-length-minutes: 60
  11.  
  12. # Control the debug-mode (Print everything in the console)
  13. debug: false
  14.  
  15. # Control the villager shop
  16. villager-shop: false
  17.  
  18. # Control the team chat
  19. team-chat: true
  20.  
  21. # Control the usage of BungeeCord
  22. bungeecord: false
  23.  
  24. # Set the fallback-server for BungeeCord
  25. fallback: HUB
  26.  
  27. # The server motd (only bungeecord)
  28. motd: '&a&lBedwars %name% &6%teams%&rx&6%teamsize% %state%&r'
  29.  
  30. # The reward for PointsAPI
  31. reward:
  32. win: 200
  33. bedbreak: 50
  34. achievement: 100
  35.  
  36. # Your MySQL connection data to store data in a databse
  37. sql:
  38. enable: false
  39. host: localhost
  40. user: username
  41. pass: password
  42. database: server_DB
  43. port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement