Guest User

Untitled

a guest
Oct 6th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ##################################################
  2. # MineZ (By WillRyn)
  3. ##################################################
  4.  
  5.  
  6. ##################################################
  7. # BDD Configs
  8. ##################################################
  9. MySQLHost: 'jdbc:mysql://my-serv.com/moldax'
  10. MySQLUser: 'moldax'
  11. MySQLPass: ' '
  12.  
  13. MySQLTableName: 'account'
  14.  
  15. MySQLColumnName: 'username'
  16. MySQLColumnKills: 'kills'
  17. MySQLColumnDeaths: 'deads'
  18. MySQLColumnZombieKills: 'zkills'
  19. MySQLColumnAliveTime: 'alivetime'
  20. ##################################################
  21.  
  22.  
  23.  
  24. ##################################################
  25. # Game Configs
  26. ##################################################
  27. PercentExplode: 33
  28. PercentRespawn: 33
  29. MultiRespawn: 4
  30.  
  31. CompassRadius: 20
  32.  
  33.  
  34. ZombieExplodeRadius: 5
  35. ZombieExplodeDamage: 10
  36.  
  37. ##################################################
Add Comment
Please, Sign In to add comment