Advertisement
nunonuno_riku

Untitled

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