Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. # Thanks for buying and using CloudBot!
  2. # This file allows you to edit the config staff.
  3. # Contact me if you have any problems or suggestions. :)
  4.  
  5. MySQL:
  6. host: 127.0.0.1
  7. port: 3306
  8. user: mcd_239
  9. password: password
  10. database: DB
  11. TeamSpeak:
  12. Server:
  13. host: 5.135.23.182
  14. port: 33519
  15. Query:
  16. nickname: DZ BOT
  17. user: qch88yo3
  18. password: i5sQcYhD
  19. port: 10011
  20. flood: UNLIMITED
  21. # NOTE: Permissions are NOT supported by BungeeCord yet! (This works only with Bukkit & Spigot)
  22. # Choose which rank(s) verified players will be promoted to.
  23. # Examples:
  24. # * Syntax: <group_id>;<permission>
  25. # '26;null' -> all verified players will be promoted to group 26
  26. # '25;player.vip' -> verified players who has permission 'player.vip' will be promoted to group 25
  27. # '31;player.donator' -> verified players who has permission 'player.donator' will be promoted to group 31
  28. promote_group:
  29. - 26;null
  30. - 25;player.vip
  31. - 31;player.donator
  32. change_description:
  33. active: true
  34. UUID: 'UUID: %ID%'
  35. name: 'Name: %ID%'
  36. Messages:
  37. TeamSpeak:
  38. usage: 'Usage: !link [B]MinecraftName[/B]'
  39. not_online: '[B]This player is not online![/B]'
  40. wrong_identity: '[B]Your ip-address doesn''t match to given player.[/B]'
  41. successfully_verified: '[B]You''ve been successfully verified with your minecraft
  42. account![/B]'
  43. already_verified: '[B]Sorry, you''re already verified![/B]'
  44. account_verified: '[B]Sorry, this player is already verified![/B]'
  45. welcome:
  46. - Welcome to the official Teamspeak³ server of XYZ.
  47. - You can verifiy your minecraft account using [COLOR=#ff0000]!link MinecraftName[/COLOR] command.
  48. Minecraft:
  49. prefix: '&8[&cCloudBot&8]'
  50. player: '&cThis command can be only executed by players!'
  51. successfully_verified: '&aYou''ve been successfully verified!'
  52. successfully_unverified: '&aYou''ve been successfully unverified!'
  53. not_verified: '&cYou aren''t verified!'
  54. error: '&cAn error has been occurred, please contact an administrator!'
  55. debug: false
  56. online_mode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement