Advertisement
Guest User

emu

a guest
Mar 18th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ## Before using;
  2. ## Please alter the MySQL host, user and password.
  3. ## Please configure the giverank.cmd.enabled AND giverank.cmd.minrank (NOTE: THE MINRANK MUST BE A NUMBER!!)
  4.  
  5. ## Command - :giverank <user> <rank>
  6. giverank.cmd.enabled=true
  7. giverank.cmd.minrank=8
  8.  
  9. ## Licence Information
  10. Otaku-Studios.username=HobbaBR
  11. Otaku-Studios.password=nope
  12.  
  13. ## Licence Server Information
  14. LicenceServer.URL=http://localhost/phx/
  15.  
  16. ## MySQL Configuration
  17. db.hostname=127.0.0.1
  18. db.port=3306
  19. db.username=root
  20. db.password=salsarosa
  21. db.name=heden
  22.  
  23. ## MySQL pooling setup (controls amount of connections)
  24. db.pool.minsize=5
  25. db.pool.maxsize=30
  26.  
  27. ## Game TCP/IP Configuration
  28. game.tcp.bindip=127.0.0.1
  29. game.tcp.port=1829
  30. game.tcp.conlimit=5000
  31.  
  32. ## Client configuration
  33. client.ping.enabled=1
  34. client.ping.interval=30000
  35.  
  36. ## MUS TCP/IP Configuration
  37. mus.tcp.bindip=127.0.0.1
  38. mus.tcp.port=30001
  39. mus.tcp.allowedaddr=127.0.0.1
  40.  
  41. ## Console Configuration
  42. emu.messages.connections=0
  43. emu.messages.roommgr=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement