Guest User

Untitled

a guest
Jan 15th, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # #############################################
  2. # # - EggWars - #
  3. # # - By gaelitoelquesito - #
  4. # #############################################
  5.  
  6. config:
  7. defaultLanguage: english
  8. database:
  9. driver: com.mysql.jdbc.Driver
  10. url: jdbc:mysql://localhost:3306/EggWars
  11. username:
  12. password:
  13. isolation: SERIALIZABLE
  14. logging: true
  15. signFormat:
  16. line1: '{PLAYERNAME}'
  17. line2: '{POSITION}'
  18. line3: ''
  19. line4: '{NUMBER}'
  20. notFound1: ''
  21. notFound2: '&cPlayer not found'
  22. notFound3: ''
  23. notFound4: ''
  24. statItems:
  25. loading: '339'
  26. loadingSlot: 4
  27. wins: '41'
  28. winsSlot: 0
  29. played: '309'
  30. playedSlot: 1
  31. kills: '276'
  32. killsSlot: 2
  33. deaths: '166'
  34. deathsSlot: 3
  35. eggs: '122'
  36. eggsSlot: 4
  37. coins: '266'
  38. coinsSlot: 5
  39. kd: '262'
  40. kdSlot: 7
  41. extras: []
Add Comment
Please, Sign In to add comment