Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. // This file was auto-generated by SourceMod (v1.9.0.6276)
  2. // ConVars for plugin "dcr-server.smx"
  3.  
  4.  
  5. // Chat Tag for messages from discord.
  6. // -
  7. // Default: "{grey}[{blue}DISCORD{grey}]"
  8. sm_discord_chat_prefix_discord "{grey}[{blue}DISCORD{grey}]"
  9.  
  10. // Chat Tag for messages from the server.
  11. // -
  12. // Default: "{grey}[{green}[SERVER 2]{grey}"
  13. sm_discord_chat_prefix_server "{grey}[{green}[SERVER 2]{grey}"
  14.  
  15. // Enable the chat relay with Discord.
  16. // -
  17. // Default: "1"
  18. // Minimum: "0.000000"
  19. // Maximum: "1.000000"
  20. sm_discord_relay_enable "1"
  21.  
  22. // Enable the cross server chat relay.
  23. // -
  24. // Default: "0"
  25. // Minimum: "0.000000"
  26. // Maximum: "1.000000"
  27. sm_discord_socket_enable "1"
  28.  
  29. // Port for the chat relay socket.
  30. // -
  31. // Default: "13370"
  32. sm_discord_socket_port "13370"
  33.  
  34. // The Discord text channel id.
  35. // -
  36. // Default: ""
  37. sm_discord_text_channel_id "REMOVED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement