Advertisement
Guest User

Untitled

a guest
Jan 5th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # Unsafe save:
  2. # When it's true, stats will be saved when
  3. # player leaves (when MySQL is enabled), or
  4. # when server disables.
  5. # However, when false, it will save when
  6. # player finds a reward.
  7.  
  8. placeholderapi: true
  9. use-mysql: false
  10. mysql-host: host
  11. mysql-database: database
  12. mysql-username: username
  13. mysql-password: password
  14. mysql-unsafe-save: true
  15. no-permission: '&cYou don''t have permission for this!'
  16. blocks:
  17. - 116;97;-12;Lobby
  18. find-block-commands:
  19. - tm msg %player% &aPresent Found <nl> %blocksLeft% more to find!
  20. all-blocks-found-commands:
  21. - tm msg %player% &aCongratulations <nl> You found all the presents!
  22. already-found-commands:
  23. - tm msg %player% &cYou already found this! <nl> %blocksLeft% more to find!
  24. already-found-all-blocks:
  25. - tm msg %player% &cYou already found all presents! <nl> Congratulations!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement