Advertisement
Guest User

Untitled

a guest
Apr 12th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. #
  2. # ,gggg, ,ggggggggggg,
  3. # ,88"""Y8b, ,dPYb, 8I dP"""88""""""Y8, I8
  4. # d8' 8b d8 I8 8I 8I `" 88 ,8P 88888888
  5. # ,8I "Y88P' I8 8' 8I 88aaaad8P" I8
  6. # I8' I8 dP ,ggggg, gg gg ,gggg,8I 88""""Y8ba ,ggggg, I8
  7. # d8 I8dP dP" "Y8ggg I8 8I dP" "Y8I 88 `8b dP" "Y8ggg I8
  8. # Y8, I8P i8' ,8I I8, ,8I i8' ,8I 88 ,8P i8' ,8I I8,
  9. # `Yba,,_____, ,d8b,_ ,d8, ,d8' ,d8b, ,d8b,,d8, ,d8b, 88_____,d8',d8, ,d8' 88b,
  10. # `"Y8888888 8P'"Y88P"Y8888P" 8P'"Y88P"`Y8P"Y8888P"`Y8 88888888P" P"Y8888P" ""Y88
  11. #
  12. # Thanks for buying - and using CloudBot! This file allows you to edit the config stuff.
  13. # It's FORBIDDEN to share CloudBot Java modification. Copyright 2016 - 2017 by LeVence(TM) Int.
  14. # More information available at https://CloudBot.LeVence.net
  15. #
  16.  
  17. MySQL:
  18. Server:
  19. host: db4free.net
  20. port: 3306
  21. user: pandini
  22. password: lara2016
  23. database: pandini
  24. TeamSpeak:
  25. Server:
  26. host: 37.114.33.218
  27. port: 9987
  28. Query:
  29. nickname: CloudBot
  30. user: serveradmin
  31. password: password
  32. port: 10011
  33. # By enabling TS_VERIFY, the '!link' TeamSpeak command will be activated.
  34. TS-VERIFY: true
  35. # By enabling MC_VERIFY, the '/link' Minecraft command will be activated.
  36. MC-VERIFY: true
  37. # By enabling TS-VERIFY-notification, confirmation-messages will be sent to players after verification.
  38. TS-VERIFY-notification: true
  39. # By enabling MC-VERIFY-notification, confirmation-messages will be sent to clients after verification.
  40. MC-VERIFY-notification: true
  41. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
  42. # Choose which rank(s) verified players will be promoted to. #
  43. # -> Syntax: <ts_group_id>;<any_mc_permission> #
  44. # Example: #
  45. # '26;null' -> all verified players will be promoted to ts-group 26 #
  46. # '17;player.vip' -> verified players who have permission 'player.vip' will be promoted to ts-group 17 #
  47. # '32;player.donator' -> verified players who have permission 'player.donator' will be promoted to ts-group 32 #
  48. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
  49. groups:
  50. - 26;null
  51. - 17;player.vip
  52. - 32;player.donator
  53. change_description:
  54. enabled: true
  55. value: '%NAME% (%UUID%)'
  56. Permissions:
  57. Minecraft:
  58. Generally:
  59. # If your players shouldn't need any permission, simply use 'null'. (can be only used in 'generally' permission section)
  60. link: 'null'
  61. unlink: 'null'
  62. CloudBotCMD:
  63. link: CloudBot.System.link
  64. unlink: CloudBot.System.unlink
  65. reload: CloudBot.System.reload
  66. Cooldown:
  67. Verify:
  68. # Defines the time, in seconds, when this command can be re-used by clients & players again. Insert '0' for no cooldown.
  69. Generally: 15
  70. Synchronization:
  71. Ranks:
  72. # Defines the time, in seconds, when permissions of players will be re-checked in an interval.
  73. # Attention: Too small timespans could occur performance-related issues. (try to play with different numbers)
  74. Interval: 10
  75. Head-Icons:
  76. # By enabling this feature, user-icons of verified clients will be changed to their current Minecraft playerheads on TeamSpeak instance.
  77. enabled: true
  78. api-service: https://crafatar.com/avatars/%UUID%?overlay=true&size=16
  79. Messages:
  80. TeamSpeak:
  81. usage: 'Usage: !link [B]MinecraftName[/B]'
  82. not_online: '[B]This player is not online![/B]'
  83. wrong_identity: '[B]Your ip-address doesn''t match to given player.[/B]'
  84. successfully_verified: '[B]You have been successfully verified with your minecraft
  85. account![/B]'
  86. already_verified: '[B]Sorry, you''re already verified![/B]'
  87. account_verified: '[B]Sorry, this player is already verified![/B]'
  88. welcome:
  89. inform_verified_clients: true
  90. messages:
  91. - Welcome to the official TeamSpeak server of XYZ.
  92. - You can verify your Minecraft account using [COLOR=#ff0000]!link MinecraftName[/COLOR]
  93. command.
  94. Minecraft:
  95. successfully_verified: '&aYou have been successfully verified!'
  96. successfully_unverified: '&aYou have been successfully unverified!'
  97. not_verified: '&cYou are not verified!'
  98. already_verified: '&cYou are already verified!'
  99. no_identity_found: '&cCouldn''t find any client who''s ip-address matching yours!'
  100. multiple_identities: '&cCatched more than one identity, make sure you''re conntected
  101. only at once!'
  102. Cooldown:
  103. TeamSpeak: '[B]Please wait %TIME% second(s) before using that command again.[/B]'
  104. Minecraft: '&cPlease wait %TIME% second(s) before using that command again.'
  105. System:
  106. prefix: '&8[&cCloudBot&8]'
  107. player: '&cThis command can be only executed by players!'
  108. not_online: '&cPlayer %PLAYER% isn''t online!'
  109. successfully_verified: '&aPlayer %PLAYER% has been been successfully verified!'
  110. successfully_unverified: '&aPlayer %PLAYER% has been successfully unverified!'
  111. not_verified: '&cPlayer %PLAYER% isn''t verified!'
  112. already_verified: '&cPlayer %PLAYER% is already verified!'
  113. no_identity_found: '&cCouldn''t find any client who''s ip-address matching %PLAYER%''s!'
  114. multiple_identities: '&cCatched more than one identity for %PLAYER%!'
  115. no_permission: '&cSorry, you don''t have enough permission to execute that command.'
  116. verification_method_disabled: '&cSorry, this verification method is not available.'
  117. error: '&cAn error has been occurred, please contact an administrator!'
  118. online_mode: true
  119. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement