Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. # Thanks for buying and using CloudBot!
  2. # This file allows you to edit the config stuff.
  3. # Contact me if you have any problems or suggestions. :)
  4.  
  5. MySQL:
  6. host: 178.254.22.158
  7. port: 3306
  8. user: cloud
  9. password: pw
  10. database: cloud
  11. TeamSpeak:
  12. Server:
  13. host: 178.254.22.158
  14. port: 9987
  15. Query:
  16. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. # Read the FAQ if you have problems configuring this section.
  18. # You can also contact us or write to source.
  19. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20. nickname: CloudBot
  21. user: serveradmin
  22. password: HiHalloHi
  23. port: 10011
  24. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. # NOTE: If you enable this, the join - / welcome messages won't be sent anymore.
  26. # So '!link' command won't work too because this is ANOTHER methode to verify players.
  27. # If this option is enabled, the new command '/link' will be added automatically to your Minecraft server.
  28. # It allows your players to verify themselves through a Minecraft command instead using '!link' TeamSpeak command.
  29. # By using '/link' command, it'll checks ip-addresses of all online clients.
  30. # This methode may take some performance when looping all clients (only big numbers) but it's easier to use. ;)
  31. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. InGame-VERIFY: false
  33. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  34. # If you enable this, then TeamSpeak private messages will be send to verified players.
  35. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  36. InGame-VERIFY-notification: true
  37. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38. # Choose which rank(s) verified players will be promoted to.
  39. # NOTE: Permissions AREN'T supported by BungeeCord instances (yet), only general values (;null) will work.
  40. # Examples:
  41. # * Syntax: <group_id>;null
  42. # '2651;null' -> all verified players will be promoted to group 2651
  43. # '7803;null' -> all verified players will be promoted to group 7803
  44. # '4130;null' -> all verified players will be promoted to group 4130
  45. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46. promote_group:
  47. - 41;player.supporter
  48. - 40;player.moderator
  49. - 43;player.srmoderator
  50. - 61;player.headdeveloper
  51. - 58;player.developer
  52. - 60;player.headbuilder
  53. - 42;player.builder
  54. - 46;player.premium
  55. - 47;player.premium+
  56. - 42;player.vip
  57. change_description:
  58. enabled: true
  59. UUID: 'UUID: %ID%'
  60. name: 'Name: %ID%'
  61. Messages:
  62. TeamSpeak:
  63. usage: 'Usage: !link [B]MinecraftName[/B]'
  64. not_online: '[B]This player is not online![/B]'
  65. wrong_identity: '[B]Your ip-address doesn''t match to given player.[/B]'
  66. successfully_verified: '[B]You''ve been successfully verified with your minecraft
  67. account![/B]'
  68. already_verified: '[B]Sorry, you''re already verified![/B]'
  69. account_verified: '[B]Sorry, this player is already verified![/B]'
  70. welcome:
  71. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72. # NOTE: The options in 'welcome' section do only work if you disable 'InGame-VERIFY'.
  73. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  74. inform_verified_clients: true
  75. messages:
  76. - Welcome to the official Teamspeak server of XYZ.
  77. - You can verifiy your minecraft account using [COLOR=#ff0000]!link MinecraftName[/COLOR] command.
  78. Minecraft:
  79. prefix: '&8[&cCloudBot&8]'
  80. player: '&cThis command can be only executed by players!'
  81. successfully_verified: '&aYou''ve been successfully verified!'
  82. successfully_unverified: '&aYou''ve been successfully unverified!'
  83. not_verified: '&cYou aren''t verified!'
  84. InGame_VERIFY:
  85. already_verified: '&cYou''re already verified!'
  86. no_identity_found: '&cCouldn''t find any client who''s ip-address matching yours!'
  87. multiple_identities: '&cCatched more than one identity, make sure you''re conntected
  88. only at once!'
  89. error: '&cAn error has been occurred, please contact an administrator!'
  90. debug: false
  91. online_mode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement