Advertisement
shu_bacon

Untitled

Sep 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Prefix for every chat message
  2. prefix: Bedwars
  3.  
  4. # The game length in minutes
  5. game-length-minutes: 60
  6.  
  7. # Enable the automatic villager shop
  8. villager-shop: true
  9.  
  10. # Count deaths if bed exists
  11. extra-death-stats: true
  12.  
  13. # Use hearts in the scoreboard instead of checks
  14. hearts: false
  15. reward:
  16. win: 200
  17. bedbreak: 50
  18. achievement: 100
  19. spawner:
  20. bronze: 1
  21. iron: 15
  22. gold: 30
  23. diamond: 40
  24.  
  25. # MySQL-Database for multiple servers
  26. sql:
  27. enable: false
  28. host: localhost
  29. port: 3306
  30. database: database
  31. user: username
  32. pass: password
  33.  
  34. # AREA, BLOCKLOGGER, WORLD
  35. reset: AREA
  36. bungeecord:
  37. motd: '%status% %players%/%max% %reset%'
  38. enable: false
  39. lobby: hub
  40. stop: false
  41. stopcommand: /yourcommand
  42.  
  43. # Hide players outside the game
  44. hide-players: false
  45. signs:
  46. line:
  47. '1': ' - BEDWARS - '
  48. '2': '[%status%]'
  49. '3': '%name%'
  50. '4': '%players%/%max%'
  51.  
  52. # Define a list of allowed commands in the game
  53. allowed-commands:
  54. - msg
  55. - reply
  56. - r
  57. - report
  58. reset-speed: 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement