Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. # Thanks for buying - and using CloudBot! This file allows you to edit the config stuff.
  2. # It's FORBIDDEN to share CloudBot Java modification. Copyright by LeVence(TM) International Enterprises company.
  3.  
  4. MySQL:
  5. host: ZENSIERT
  6. port: ZENSIERT
  7. user: ZENSIERT
  8. password: ZENSIERT
  9. database: ZENSIERT
  10. TeamSpeak:
  11. Server:
  12. host: ZENSIERT
  13. port: ZENSIERT
  14. Query:
  15. nickname: ZENSIERT
  16. user: ZENSIERT
  17. password: ZENSIERT
  18. port: ZENSIERT
  19. # By enabling InGame_VERIFY, the '/link' minecraft cmd will be activated and '!link' teamspeak cmd disabled.
  20. InGame-VERIFY: true
  21. # By disabling InGame-VERIFY-notification, confirmation-messages won't be sent to clients after verification anymore.
  22. InGame-VERIFY-notification: true
  23. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
  24. # Choose which rank(s) verified players will be promoted to. #
  25. # Examples: #
  26. # -> Syntax: <ts_group_id>;<mc_permission> #
  27. # '26;null' -> all verified players will be promoted to ts-group 26 #
  28. # '17;player.vip' -> verified players who has permission 'player.vip' will be promoted to ts-group 17 #
  29. # '32;player.donator' -> verified players who has permission 'player.donator' will be promoted to ts-group 32 #
  30. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
  31. groups:
  32. - 82;null
  33. - 31;s.srmoderator
  34. - 33;s.moderator
  35. - 35;s.supporter
  36. - 37;s.testsupporter
  37. - 75;s.chatsupporter
  38. - 56;s.builder
  39. - 39;s.teamfreund
  40. - 43;s.youtuber
  41. - 45;s.premiumplus
  42. - 80;s.obsidian
  43. - 58;s.gadmin
  44. - 64;s.legendary
  45. - 42;s.premium
  46. - 79;s.ultra
  47. change_description:
  48. enabled: true
  49. value: Ingame Name :%NAME%
  50. Permissions:
  51. Minecraft:
  52. Generally:
  53. # If your players shouldn't need any permission, simply use 'null'. (works only for 'generally' permission section.)
  54. link: 'null'
  55. unlink: 'null'
  56. CloudBotCMD:
  57. link: CloudBot.System.link
  58. unlink: CloudBot.System.unlink
  59. reload: CloudBot.System.reload
  60. Cooldown:
  61. Minecraft:
  62. # Defines the time, in seconds, when this command can be re-used by players again. Insert '0' for no cooldown.
  63. Generally: 15
  64. Messages:
  65. TeamSpeak:
  66. usage: 'Usage: !link [B]MinecraftName[/B]'
  67. not_online: '[B]This player is not online![/B]'
  68. wrong_identity: '[B]Your ip-address doesn''t match to given player.[/B]'
  69. successfully_verified: '[B]Du hast dich verifiziert![/B]'
  70. already_verified: '[B]Du bist bereits verifiziert[/B]'
  71. authme: '[B]Dieser Spieler ist gerade nicht online[/B]'
  72. account_verified: '[B]Fehler[/B]'
  73. welcome:
  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. successfully_verified: '&aDu hast dich verifiziert!'
  80. successfully_unverified: '&aDu hast dich vom TS getrennt!'
  81. not_verified: '&cDu bist nicht verifiziert!'
  82. InGame_VERIFY:
  83. already_verified: '&cDu bist bereits verifiziert'
  84. no_identity_found: '&cFehler!'
  85. multiple_identities: '&cMehrere Identitys gefunden, fehler! Geh zu iBrett'
  86. cooldown: '&cBitte warte noch %TIME% sekunden'
  87. System:
  88. prefix: '&8[&aMcLeben.net §8| &cCloudBot&8]'
  89. player: '&cThis command can be only executed by players!'
  90. not_online: '&cPlayer %PLAYER% isn''t online!'
  91. successfully_verified: '&aPlayer %PLAYER% has been been successfully verified!'
  92. successfully_unverified: '&aPlayer %PLAYER% has been successfully unverified!'
  93. not_verified: '&cPlayer %PLAYER% isn''t verified!'
  94. already_verified: '&cPlayer %PLAYER% is already verified!'
  95. no_identity_found: '&cCouldn''t find any client who''s ip-address matching %PLAYER%''s!'
  96. multiple_identities: '&cCatched more than one identity for %PLAYER%!'
  97. no_permission: '&cSorry, you don''t have enough permission to execute that command.'
  98. error: '&cAn error has been occurred, please contact an administrator!'
  99. online_mode: true
  100. debug: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement