Advertisement
Guest User

Untitled

a guest
May 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # Database false will use a YAML file - if it is true it will use MYSQL.
  2. Database: false
  3.  
  4. # This variable is minutes and will be when the data saves. For example, if it is set to 5, all the data will save every 5 minutes.
  5. Savetimer: 5
  6.  
  7. # You only need this filled in if you have the variable Database true.
  8. MySQL:
  9. URL: 'jdbc:mysql://127.0.0.1:3306/database'
  10. User: 'root'
  11. Password: 'password'
  12.  
  13. Scoreboard:
  14. Enabled: true
  15. Kills:
  16. Enabled: true
  17. Title: '&b&lKills&7: %stat%'
  18. Deaths:
  19. Enabled: true
  20. Title: '&b&lDeaths&7: %stat%'
  21. BlocksBroken:
  22. Enabled: true
  23. Title: '&b&lBlocks Broken&7: %stat%'
  24. BlocksPlaced:
  25. Enabled: true
  26. Title: '&b&lBlocks Placed&7: %stat%'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement