Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # MySQL connection information
  2. mysql:
  3. hostname: 0.0.0.0
  4. port: 3306
  5. username: root
  6. password: yopassherefoo
  7. database: minecraft
  8.  
  9. #Chat config options for some messages
  10. prime-chat:
  11. #Prefix of chat messages to be sent
  12. chat-prefix: '&3&lPrime&b&lMC '
  13. #Primary color of chat
  14. chat-color-primary: '&3'
  15. #Neutral color of chat
  16. chat-color-neutral: '&7'
  17. #Emphasis color of chat
  18. chat-color-emphasis: '&b'
  19. #Negative color of chat
  20. chat-color-negative: '&c'
  21. #Positive color of chat
  22. chat-color-positive: '&a'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement