Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Use the ingame command /mclink to update this.
  5. # Keeps track of if the server is closed. [default: false]
  6. B:closed=false
  7.  
  8. # The message people get when the server is closed. [default: The server is currently closed for the public.]
  9. S:closedMessage=The server is currently closed for the public.
  10.  
  11. # The message people get when an error happens while MCLink checks their ID. [default: MCLink could not verify your status. Please contact a server admin.]
  12. S:errorMessage=MCLink could not verify your status. Please contact a server admin.
  13.  
  14. # The message used to kickAsync players. Make sure to include instructions on how to get on! [default: This is an MCLink protected server. Link your accounts via https://mclink.dries007.net and make sure you are subscribed to the right people.]
  15. S:kickMessage=This is an MCLink protected server. Link your accounts via https://mclink.dries007.net and make sure you are subscribed to the right people.
  16.  
  17. # Show important status messages to level 2+ OP players when they log in. [default: true]
  18. B:showStatus=true
  19.  
  20. # Timeout for the API requests in seconds. Keep this high enough to avoid players being kicked while actually being authorized. 0 = infinite timeout [range: 0 ~ 300, default: 30]
  21. I:timeout=30
  22. }
  23.  
  24.  
  25. ##########################################################################################################
  26. # service
  27. #--------------------------------------------------------------------------------------------------------#
  28. # All service options are put in this subcategory.
  29. # Blank ones will be added if new services are added, old ones are not removed.
  30. # The formatting for the config options MUST follow these rules:
  31. # TOKEN argument argument "argument with spaces special characters like these: # ? : < > ! & "
  32. # Any argument with spaces (or special characters) in them must be surrounded with double quotes.
  33. # If you want to use a double quote in a string, escape it with a backslash: \"
  34. ##########################################################################################################
  35.  
  36. service {
  37. # Website: https://www.gamewisp.com
  38. # Arguments must be in this exact order. Use an empty string ("") to skip an argument.
  39. # Required arguments:
  40. # - tier_id: Must be an integer. Minimal tier.
  41. # Optional arguments:
  42. #
  43. S:GameWisp <
  44. 8Reg9wKZkmVH8Xcz9o4f7XFppCq6JMP6 2
  45. >
  46.  
  47. # Website: https://www.patreon.com
  48. # Arguments must be in this exact order. Use an empty string ("") to skip an argument.
  49. # Required arguments:
  50. # - amount_cents: Must be an integer. Minimal amount of money pledged, in cents.
  51. # Optional arguments:
  52. #
  53. S:Patreon <
  54. >
  55.  
  56. # Website: https://twitch.tv
  57. # Arguments must be in this exact order. Use an empty string ("") to skip an argument.
  58. # Required arguments:
  59. # Optional arguments:
  60. # - sub_plan: Accepted values: 'Prime', '1000', '2000', '3000' If provided, sets the minimal sub_plan. Prime is lowest (set equivalent to 1). By default, all tiers are accepted.
  61. #
  62. S:Twitch <
  63. >
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement