RuthelssWM

Untitled

Dec 16th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. # Don't touch pls
  2. ConfigVersion: 1.16.3
  3.  
  4. # Bot token; don't know what this is? Look at the video on the plugin page for instructions
  5. BotToken: "NTIyNDI2NDQwMzIzNDMyNDU4.DvKzYg.jYnuQMyir_4hyAMpA60Olch0F5M"
  6.  
  7. # Channel links from game to Discord
  8. # syntax is Channels: {"chat": "49336747816098202", "another in-game channel name": "another numerical channel ID from Discord"}
  9. # The first channel pair specified in this config option will be the "main" channel, used for sending player joins/quits/deaths/achievements/etc
  10. #
  11. Channels: {"global": "493367478160982028"}
  12.  
  13. # Console channel numerical ID (NOT NAME), leave blank to disable the console channel all together
  14. DiscordConsoleChannelId: "523733603721412610"
  15.  
  16. # Debug options, don't touch unless needed
  17. #
  18. # DebugLevel: 0 = no debug, 1 = debug, 2 = debug with stack traces
  19. #
  20. DebugLevel: 0
  21. DebugJDA: false
  22. CancelConsoleCommandIfLoggingFailed: true
  23. DontSendCanceledChatEvents: true
  24. AuthorizedDebuggers: []
  25. EvalGuilds: []
  26. ForcedLanguage: none
  27. Experiment_WebhookChatMessageDelivery: false
  28.  
  29. # Disabled plugin hooks
  30. # Generally, unless you have a reason to touch this, don't
  31. #
  32. DisabledPluginHooks: ["LunaChat"]
  33.  
  34. # Game information, this sets the "Playing __" indicator for the bot, set to "" to disable
  35. DiscordGameStatus: "Minecraft"
  36.  
  37. # Chat channel information
  38. # The chat channel is the text channel that all messages in-game will be sent to and all messages sent
  39. # to this channel on Discord will be sent in-game
  40. #
  41. # DiscordChatChannelDiscordToMinecraft: whether or not to send messages in the chat channel to the server chat
  42. # DiscordChatChannelMinecraftToDiscord: whether or not to send messages in the server chat to the chat channel
  43. # DiscordChatChannelTruncateLength: the maximum length of messages from Discord to be sent to Minecraft
  44. # DiscordChatChannelTranslateMentions: whether or not to translate mentions like @Person for Minecraft to Discord messages
  45. # DiscordChatChannelPrefix: the character(s) required to prefix a message for it to be sent from Minecraft to Discord (example "!")
  46. # DiscordChatChannelRolesAllowedToUseColorCodesInChat: list of roles allowed to use color/format codes in Discord to Minecraft chat
  47. # DiscordChatChannelBroadcastDiscordMessagesToConsole: whether or not to print processed discord messages to the console
  48. # DiscordChatChannelRequireLinkedAccount: whether or not to require players have their Discord account linked to their Minecraft to have their Discord messages sent to Minecraft
  49. # DiscordChatChannelB
Advertisement
Add Comment
Please, Sign In to add comment