Advertisement
Dutchy30

Untitled

Oct 3rd, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # Don't change this
  2. config-version: 2
  3. bot-token: ****
  4. guild: *****
  5. bungee: true
  6. presence:
  7. enabled: true
  8. status: ONLINE
  9. type: DEFAULT
  10. text: DiscordMinecraft
  11. mysql:
  12. enabled: true
  13. ip: 127.0.0.1
  14. database: mc_4?useSSL=false&
  15. username: mc_4
  16. password: *****
  17. bot-prefix: '!'
  18. role-sync:
  19. enabled: true
  20. roles:
  21. - Admin
  22. - Moderator
  23. chat-sync:
  24. enabled: true
  25. channel-id: 491631788507004938
  26. chat-format: '%vault_rankprefix% &f%s > %m'
  27. from-discord-chat-format: '&f[&9Discord&f] &f%s > %m'
  28. discord-chat-format: '**%s**: %m'
  29. enable-on-join: true
  30. console-sync:
  31. enabled: false
  32. channel-id: 123456789
  33. logs-per-message: 10
  34. discord-command:
  35. enabled: true
  36. discord-link: https://discord.gg/wfGKjFq
  37. message: '&6Join our Discord at: &7&n{LINK}'
  38. discord-say-command:
  39. enabled: true
  40. no-permission-message: '**Error**: You do not have permission to execute this command.'
  41. not-enough-args-message: '**Error**: Incorrect usage.'
  42. too-many-args-message: '**Error**: Incorrect usage.'
  43. invalid-args-message: '**Error**: Incorrect usage.'
  44. player-offline-message: '**Error**: Player not found.'
  45. discord-say-message: '**From Minecraft ({player})**: {message}'
  46. messages:
  47. no-permission: '&cYou don''t have permission to execute this command!'
  48. invalid-usage: '&cInvalid command usage.'
  49. already-linked: '&cYou have already linked your account.'
  50. sent-message-to: 'Message sent to: {channel}'
  51. toggled-discord-chat: 'Discord chat has been toggled: {status}.'
  52. send-on-discord: '&7You need to confirm on Discord! Send the command &a?confirm
  53. {code} {username} &7within 10 minutes to confirm!'
  54. removed-link: '&7Removed link.'
  55. command-msg:
  56. role: Admin
  57. conditions:
  58. - '[minArgs] 2'
  59. - '[isNameOfOnlinePlayer] 1'
  60. actions:
  61. - '[messagePlayer] {1}|&lDISCORD: &r{SENDER} >> &o{2+}'
  62. - '[botMessage] :white_check_mark: Message has been delivered.'
  63. link-reward-commands:
  64. - msg {PLAYER} hello
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement