Advertisement
Guest User

Config

a guest
Jul 23rd, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. # !---------------------------------------------------------!
  2. # ! Minecord-Bungee version 1.0.0
  3. # !---------------------------------------------------------!
  4. # ! Please ensure that all configuration options
  5. # ! are filled out correctly, before contacting
  6. # ! our support channel.
  7. # ! Discord Support: https://discord.gg/SjSjpUp
  8. # !---------------------------------------------------------!
  9. # ! Plugin Storage
  10. # ! What storage should be used, Flat-File or MySQL
  11. Database: Flat-File
  12. # ! Leave default if Option above is Flat-File
  13. MySQL:
  14. Host: localhost
  15. Database: minecraft
  16. Port: '3306'
  17. Username: username
  18. Password: password
  19. # !---------------------------------------------------------!
  20. # ! Enabled Options
  21. # !---------------------------------------------------------!
  22. # ! If enabled, players can do /helpop <message> and it will
  23. # ! be forwarded to Discord.
  24. Enable-Helpop: true
  25. # ! If enabled, players can do /report <name> <reason> and
  26. # ! it will forward to Discord.
  27. Enable-Reports: true
  28. # ! If enabled, the server chat will be forwarded to Discord.
  29. # ! Note: This feature is still under develoment and may lag in some cirumstances
  30. Enable-Chat: true
  31. # !---------------------------------------------------------!
  32. # ! Discord Configuration
  33. # !---------------------------------------------------------!
  34. # ! Your Bots Token. If you are unsure about this refer to
  35. # ! Our Spigot page {link} where this is refered to in detail.
  36. Bot-Token: ''
  37. # ! Discord command prefix, E.G -help
  38. Prefix: '-'
  39. # ! The bots displayname, This can be changed at any time.
  40. Bot-User: 'Minecord'
  41. # ! The bots avatar, Please make sure the URL is correct.
  42. Bot-Avatar-URL: 'http://smileyfaceplace.weebly.com/uploads/6/9/7/1/6971266/4141363_orig.jpg'
  43. # ! The Channel where the bot will send Helpops to, The bot needs to
  44. # ! Have permission to write to this channel
  45. Helpop-Channel-ID: ''
  46. # ! The Channel where the bot will send Reports too, The bot needs to
  47. # ! Have permission to write to this channel
  48. Report-Channel-ID: ''
  49. # ! The Channel where formatted server chat will be send to.
  50. # ! The bot must needs to have permission to write here.
  51. Chat-Channel-ID: ''
  52. # ! Members of discord able to execture the plugin commands.
  53. Members:
  54. - 'Arraying'
  55. - 'ipr0james'
  56. # !---------------------------------------------------------!
  57. # ! What data should be logged
  58. Logging:
  59. Helpops: true
  60. Reports: true
  61. # ! Should it be logged if a staff Member ignores/handles a helpop/report
  62. Staff:
  63. Helpop: true
  64. Report: true
  65. # ! Should commands be logged from this plugin
  66. Commands:
  67. Discord: false
  68. ingame: false
  69. # ! Ingame helpop format(Send to online staff)
  70. Helpop:
  71. - "&8&m----------------------------------------------------"
  72. - "&e&lID: &e{ID} &8| &3&lServer &3{Server} &8| &6&lName: &6{Name}"
  73. - " "
  74. - "&7{Message}"
  75. - " "
  76. # ! This line will currently not work if edited.
  77. - "&8[&4&lHandle&8] [&c&lConnect&8] [&eMessage&8] [&3&lWarn&8]"
  78. - "&8&m----------------------------------------------------"
  79. Helpop-Discord: "`ID:` {ID} `Server:` {Server} `Name:` {Name} ```{Message}```"
  80. Report:
  81. - "&8&m----------------------------------------------------"
  82. - "&e&lID: &e{ID} &8| &3&lServer &3{Server} &8| &6&lName: &6{Name}"
  83. - "&c&lReported: &c{ReportedName}"
  84. - "&7{Message}"
  85. - " "
  86. # ! This line will currently not work if edited.
  87. - "&8[&4&lHandle&8] [&c&lConnect&8] [&eMessage&8] [&3&lWarn&8]"
  88. - "&8&m----------------------------------------------------"
  89. Report-Discord: "`ID:` {ID} `Server:` {Server} `Name:` {Name} ```{Message}```"
  90. Chat-Discord-Format: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement