Advertisement
zapteryx

Untitled

Dec 9th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. # Don't change this
  2. config-version: 4
  3. bot-token: [token is here]
  4. guild: [guild id is here]
  5. bungee: false
  6. presence:
  7. enabled: true
  8. status: DO_NOT_DISTURB
  9. type: WATCHING
  10. text: Ghost Network
  11. mysql:
  12. enabled: false
  13. ip: 127.0.0.1
  14. database: discordmc
  15. username: discordmc
  16. password: [mysql password is here, although unused]
  17. bot-prefix: '!'
  18. role-sync:
  19. enabled: true
  20. roles:
  21. - Media
  22. - Ultra
  23. - Gold
  24. - Noble
  25. - Pleb
  26. - Linked
  27. linked-role: Linked
  28. require-specific-channel: false
  29. specific-channel-id: 123456789
  30. chat-sync:
  31. enabled: false
  32. channel-id: 123456789
  33. chat-format: '&e&l%s &f>> &e%m'
  34. from-discord-chat-format: '&e&l%s &f>> &e%m'
  35. discord-chat-format: '**%s**: %m'
  36. enable-on-join: false
  37. enable-chatting-on-join: false
  38. use-bungee: false
  39. console-sync:
  40. enabled: false
  41. channel-id: 123456789
  42. logs-per-message: 10
  43. staff-verification:
  44. enabled: false
  45. discord-command:
  46. enabled: true
  47. discord-link: [discord invite is here]
  48. message: '&7Join our Discord at: &c{LINK}'
  49. discord-say-command:
  50. enabled: true
  51. no-permission-message: '**Error**: You do not have permission to execute this command.'
  52. not-enough-args-message: '**Error**: Incorrect usage.'
  53. too-many-args-message: '**Error**: Incorrect usage.'
  54. invalid-args-message: '**Error**: Incorrect usage.'
  55. player-offline-message: '**Error**: Player not found.'
  56. discord-say-message: '{message}'
  57. messages:
  58. no-permission: '&c&lGhost &8&l> &cYou don''t have permission to execute this command!'
  59. invalid-usage: '&c&lGhost &8&l> &cInvalid command usage.'
  60. already-linked: '&c&lGhost &8&l> &cYou have already linked your account.'
  61. sent-message-to: '&c&lGhost &8&l> &7Message sent to: {channel}'
  62. toggled-discord-chat: '&c&lGhost &8&l> &7Discord chat has been toggled: {status}.'
  63. send-on-discord: '&c&lGhost &8&l> &7You need to confirm on Discord! Send the command
  64. &c!confirm {code} {username} &7within 10 minutes to confirm!'
  65. removed-link: '&c&lGhost &8&l> &7Removed link.'
  66. command-msg:
  67. role: a
  68. conditions:
  69. - '[minArgs] 2'
  70. - '[isNameOfOnlinePlayer] 1'
  71. actions:
  72. - '[messagePlayer] {1}|&lDISCORD: &r{SENDER} >> &o{2+}'
  73. - '[botMessage] :white_check_mark: Message has been delivered.'
  74. link-reward-commands: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement