Advertisement
Guest User

configini

a guest
Sep 16th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. hotel.url=http://habbo.com
  2.  
  3. #Database Configuration.
  4. db.hostname=localhost
  5. db.port=3306
  6. db.database=Database Name
  7. db.username=DB Username
  8. db.password=DB Password
  9. db.params=
  10. db.pool.minsize=25
  11. db.pool.maxsize=100
  12.  
  13. #Game Configuration.
  14.  
  15. #Host IP. Most likely just 0.0.0.0 Use 127.0.0.1 if you want to play on LAN.
  16. game.host=Game IP
  17. game.port=Game Port
  18.  
  19. #RCON Configuration.
  20.  
  21. rcon.host=127.0.0.1
  22. rcon.port=3001
  23. rcon.allowed=127.0.0.1;127.0.0.2
  24.  
  25. # Arcturus is free software. You can use it as you want. Report bugs on bitbuck$
  26. # Modification, re-distribution or decompilation is not allowed.
  27. # There is an API available for those that want to add more features
  28. # to their hotel so you can build your own plugins to do so.
  29. # Documentation can be found on https://arcturus.pw/doc/
  30. # Use MAVEN to install the Habbo-1.14.0.jar to your local .m2 repository. (Arti$
  31.  
  32. # Thank you for using Arcturus.
  33.  
  34. # The General
  35.  
  36. # Discord: TheGeneral#0063 | Skype: wesley.jabbo
  37. # Official Arcturus Discord Server: https://discord.gg/eDr7FKQ
  38.  
  39. # https://arcturus.pw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement