Advertisement
Guest User

Untitled

a guest
Jul 14th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 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. レンガ: 2
  21. 鉄インゴット: 10
  22. 金インゴット: 15
  23.  
  24. # MySQL-Database for multiple servers
  25. sql:
  26. enable: false
  27. host: localhost
  28. port: 3306
  29. database: database
  30. user: username
  31. pass: password
  32.  
  33. # AREA, BLOCKLOGGER, WORLD
  34. reset: AREA
  35. bungeecord:
  36. motd: '%status% %players%/%max% %reset%'
  37. enable: false
  38. lobby: hub
  39. stop: false
  40. stopcommand: /yourcommand
  41.  
  42. # Hide players outside the game
  43. hide-players: false
  44. signs:
  45. line:
  46. '1': ' - BEDWARS - '
  47. '2': '[%status%]'
  48. '3': '%name%'
  49. '4': '%players%/%max%'
  50.  
  51. # Define a list of allowed commands in the game
  52. allowed-commands:
  53. - msg
  54. - reply
  55. - r
  56. - report
  57.  
  58. # Enable a team chat
  59. team-chat: true
  60. reset-speed: 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement