Advertisement
nunonuno_riku

Untitled

Jul 22nd, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1.  
  2. # DiscordMC by manuelgu
  3.  
  4. # https://www.spigotmc.org/resources/17067/
  5.  
  6. settings:
  7.  
  8. token: 'NDcwNDU4NzAyNjgwNTU1NTIw.Djbhhw.Yq_a6roi9gGAIZEJP6L4cpI__Ew'
  9.  
  10. send_game_login: true
  11.  
  12. send_game_logout: true
  13.  
  14. send_game_chat: true
  15.  
  16. send_game_chat_also_to_console: true
  17.  
  18. send_discord_chat: true
  19.  
  20. send_death_message: true
  21.  
  22. use_nicknames: false
  23.  
  24. use_mentions: true
  25.  
  26. use_ingame_format: false
  27.  
  28. check_for_updates: true
  29.  
  30. admin_chat_prefix: "§cAdminChat>"
  31.  
  32. templates:
  33.  
  34. chat_message_discord: '**%user**: %message'
  35.  
  36. player_join_minecraft: '%user joined the game'
  37.  
  38. player_leave_minecraft: '%user left the game'
  39.  
  40. chat_message_minecraft: '&b(discord [%channel]) &r%user >> %message'
  41.  
  42. channels:
  43.  
  44. minecraftchat:
  45.  
  46. - 'chatlog'
  47.  
  48. - 'chatting'
  49.  
  50. minecraftchat:
  51.  
  52. - 'chatting'
  53.  
  54. - 'announcement'
  55.  
  56. discord_commands:
  57.  
  58. enabled: true
  59.  
  60. command_prefix: '?'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement