Advertisement
Guest User

Untitled

a guest
Jul 4th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. #Put your forum login details here:
  2. #Forum can be found at http://arcturus.pw
  3. #If problems arise we can contact your through it.
  4. #To get a camera subscription go to http://arcturus.pw/mysubscriptions.php
  5. username=
  6. password=
  7. hotel.url=http://habbo.com
  8.  
  9. #Database Configuration.
  10. db.hostname=localhost
  11. db.port=3306
  12. db.database=swipeo
  13. db.username=root
  14. db.password=wachtwoordlol
  15. db.params=
  16. #Better cyrillic supprot add ?characterEncoding=utf8 to db.params. This will be appended at the end of the JDBC url.
  17.  
  18. #Game Configuration.
  19.  
  20. #Host IP. Most likely just 0.0.0.0 Use 127.0.0.1 if you want to play on LAN.
  21. game.host=0.0.0.0
  22. game.port=3000
  23.  
  24. #RCON Configuration.
  25.  
  26. #RCON Host IP. Leave this at 127.0.0.1 if you're running your website on the same server as the emulator.
  27. rcon.host=127.0.0.1
  28. rcon.port=3001
  29. rcon.allowed=127.0.0.1;127.0.0.2
  30.  
  31. # Arcturus is free software. You can use it as you want. Report bugs on bitbucket here: https://bitbucket.org/Wesley12312/arcturus/issues
  32. # Modification, re-distribution or decompilation is not allowed.
  33. # There is an API available for those that want to add more features
  34. # to their hotel so you can build your own plugins to do so.
  35. # Documentation can be found on https://arcturus.pw/doc/
  36. # Use MAVEN to install the Habbo-1.13.0.jar to your local .m2 repository. (Artifact: Habbo, Group: com.eu.habbo, Version 1.13.0)
  37.  
  38. # Thank you for using Arcturus.
  39.  
  40. # The General
  41.  
  42. # Discord: TheGeneral#0063 | Skype: wesley.jabbo
  43.  
  44. # https://arcturus.pw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement