Advertisement
aspiriamc

Untitled

Jul 26th, 2016
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. ########################################################
  2. ### MineSync Configuration File ###
  3. ### By Apantic (https://www.apantic.com) ###
  4. ########################################################
  5.  
  6. # Put your website's URL here. Include http or https (protocol) and format the URL correctly.
  7. # Do NOT include a trailing slash.
  8. # Default: http://example.com
  9. website-url: http://aspiriamc.com
  10. # Do you wish to enable full friendly URLs?
  11. # IMPORTANT FOR YOU TO CONFIGURE THIS
  12. full-friendly-urls-enabled: true
  13.  
  14. # Enter your forum's database here
  15. # It is HIGHLY recommended to create a new MySQL user for this, with limited permissions to specific tables and actions
  16. # If using shared hosting or have a firewall active, you may need to whitelist your server's IP
  17. database:
  18. address: *
  19. port: *
  20. username: *
  21. password: *
  22. name: *
  23.  
  24. # Options for when a Minecraft account is newly linked to a forum account
  25. # You can also hook into the event NewLinkedPlayerEvent (see Developer API)
  26. onlink:
  27. # The messages to send to the player. This is a string list, so you can define multiple options
  28. # Default: []
  29. message:
  30. - "Your acount has been synced to our website!"
  31.  
  32. # Provide value in hours of how much delay you want to leave between syncing new username and group to XF
  33. # The next sync will be on their next join, provided they are not in cooldown mode
  34. # Default: 24 (hours, 1 day)
  35. player-update-cooldown: 12
  36.  
  37. # Provide value in minutes on how much delay you want to leave between checking for new links (users that have linked their token
  38. # to their Minecraft account) to inform the server of new links
  39. # Default: 5 (minutes)
  40. new-link-check-cooldown: 5
  41.  
  42. # Provide the value to cache keys in the server's internal HashMap cache. Put this in minutes.
  43. # Set this to the same value as the Invalidate Interval option you set in XenForo. This sets maximum efficiency before more queries need to be ran
  44. # Default 1440 (minutes, 1 day)
  45. link-cache-time: 15
  46.  
  47. # Enable debug mode, leave false unless asked to enable
  48. debug: false
  49.  
  50. # DO NOT CHANGE. THIS IS FOR INTERNAL COMPARISONS ONLY
  51. # DO NOT CHANGE. THIS IS FOR INTERNAL COMPARISONS ONLY
  52. version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement