Advertisement
Guest User

Untitled

a guest
Mar 30th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. #BukkitWebby configuration file (DON'T USE TABULATIONS OR THIS FILE WON'T BE READABLE)
  2. #-------------------------------------------------------------------------------------
  3.  
  4. #Webby options
  5. webby:
  6. #Webserver port used to listen to web connections (Ex: http://localhost:25567/login) (default = 25567) MUST BE DIFFERENT THAN ALL OTHER PORTS
  7. port: *****
  8. #Local port used by the Webby RTKModule to communicate with the Webby Bukkit Plugin (default = 25564). MUST BE DIFFERENT THAN ALL OTHER PORTS
  9. localPort : *****
  10. #Administration login
  11. users:
  12. admin: #Simple name, only used to split each user
  13. login: *****
  14. password: *****
  15. #Timeout in minutes before a user has to relog after inactivity (default = 10 minutes)
  16. sessionTimeout: 10
  17. #Show user avatars next to their name, using Minotar.net service (requires Internet access)
  18. show_avatars: true
  19. #Switch the backup. If set to BUKKIT, each world is expected to have its own directory. if set to SMP, a unique directory called 'your_world_name' should exists.
  20. backupMode: BUKKIT
  21. #Switch the log. If set to OLD, Bukkit Webby will use the server.log file. If set to NEW (default), it will look into logs/latest.log
  22. backupMode: NEW
  23. logMode: NEW
  24.  
  25. rtk:
  26. #RemoteToolkit port (Same as in remote.properties, default = 25561)
  27. port: *****
  28. #Host. You shouldn't have to change this. (Default = localhost)
  29. host: localhost
  30. #RemoteToolkit login (See the rtoolkit.sh or .bat files, default = user)
  31. login: *****
  32. #RemoteToolkit password (See the rtoolkit.sh or .bat files, default = pass)
  33. password: *****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement