Advertisement
Guest User

Untitled

a guest
May 21st, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 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: mysql.mc-host24.de
  20. port: 3306
  21. user: db_71096
  22. password: a8a553310c
  23. database: db_71096
  24. TeamSpeak:
  25. Server:
  26. host: ts3.wildenholz.de
  27. port: 9987
  28. Query:
  29. nickname: Verify
  30. user: Verify
  31. password: tMkimpIU
  32. port: 10011
  33. # By enabling TS_VERIFY, the '!link' TeamSpeak command will be activated.
  34. TS-VERIFY: false
  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. - 1118;default
  51. change_description:
  52. enabled: true
  53. value: 'Minecraft: %NAME%'
  54. Permissions:
  55. Minecraft:
  56. Generally:
  57. # If your players shouldn't need any permission, simply use 'null'. (can be only used in 'generally' permission section)
  58. link: 'null'
  59. unlink: 'null'
  60. CloudBotCMD:
  61. link: CloudBot.System.link
  62. unlink: CloudBot.System.unlink
  63. reload: CloudBot.System.reload
  64. Cooldown:
  65. Verify:
  66. # Defines the time, in seconds, when this command can be re-used by clients & players again. Insert '0' for no cooldown.
  67. Generally: 15
  68. Synchronization:
  69. Ranks:
  70. # Defines the time, in seconds, when permissions of players will be re-checked in an interval.
  71. # Attention: Too small timespans could occur performance-related issues. (try to play with different numbers)
  72. Interval: 10
  73. Messages:
  74. TeamSpeak:
  75. usage: 'Usage: !link [B]MinecraftName[/B]'
  76. not_online: '[B]This player is not online![/B]'
  77. wrong_identity: '[B]Your ip-address doesn''t match to given player.[/B]'
  78. successfully_verified: '[B]Du wurdest erfolgreich Verifiziert![/B]'
  79. already_verified: '[B]Du bist bereits Verifiziert![/B]'
  80. authme: '[B]Dieser Spieler ist nicht Online!![/B]'
  81. account_verified: '[B]Dieser Spieler ist bereits Verifiziert![/B]'
  82. welcome:
  83. inform_verified_clients: false
  84. messages:
  85. - Welcome to the official TeamSpeak server of XYZ.
  86. - You can verify your Minecraft account using [COLOR=#ff0000]!link MinecraftName[/COLOR] command.
  87. Minecraft:
  88. successfully_verified: '&aErfolgreich Verifiziert!'
  89. successfully_unverified: '&cVerifizierung aufgehoben!'
  90. not_verified: '&cDu bist nicht Verifiziert!'
  91. InGame_VERIFY:
  92. already_verified: '&cDu bist bereits Verifiziert!'
  93. no_identity_found: '&cKonnte keine Weiteren Idenditäten finden!'
  94. multiple_identities: '&cMaximal eine Idendität!'
  95. Cooldown:
  96. TeamSpeak: '[B]Warte einen Moment...[/B]'
  97. Minecraft: '&cWarte einen Moment....'
  98. System:
  99. prefix: '&3Verify §8| '
  100. player: '&cDieser Befehl kann nur von Usern ausgeführt werden!'
  101. not_online: '&cDer Spieler %PLAYER% ist nicht Online!'
  102. successfully_verified: '&a %PLAYER% wurde erfolgreich Verifiziert!'
  103. successfully_unverified: '&aVerifizierung aufgehoben!'
  104. not_verified: '&cError! Melde dich im Support!'
  105. already_verified: '&cError! Melde dich im Support!'
  106. no_identity_found: '&cError! Melde dich im Support!'
  107. multiple_identities: '&cError! Melde dich im Support!'
  108. no_permission: '&cError! Keine Rechte!'
  109. verification_method_disabled: '&cError! Melde dich im Support!'
  110. error: '&cError! Melde dich im Support!'
  111. online_mode: true
  112. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement