0 of 0

File information

Last updated

Original upload

Created by

nwesterhausen

Uploaded by

nwest01

Virus scan

Safe to use

Tags for this mod

123 comments

  1. MKame28
    MKame28
    • member
    • 0 kudos
    I would like to send the connection code when the server is ready, but when I put the %JOIN_CODE% variable in the server start message the bot sends an empty message, can someone help me?
  2. caazego
    caazego
    • member
    • 0 kudos
    It seems that both the documentation site and the github repo are gone currently.
  3. FreonTwelve
    FreonTwelve
    • member
    • 0 kudos
    I have been using DiscordConnector for a while now and I have the latest version from Thunderstore. The leaderboards stopped working after an update and the active players seems to have stopped working after the last update a few days ago. Is this mod no longer being maintained? I would be sad to see it go. I, for one, would be happy to contribute to the creator of the mod to get him to spend some time on it, but I don't even see anyplace to do that.
    1. kaeai
      kaeai
      • premium
      • 0 kudos
      I'm using it on my server with the newest update. (0.218.21). I downloaded it from the website, https://discord-connector.valheim.games.nwest.one/

      My only issue I'm running into is trying to figure out why it seems to send some messages out of order. Like, I was testing the Event start and stop feature, and it will say the event has started, and stopped, simultaneously, no matter what actually happened.
  4. UZIOverlord
    UZIOverlord
    • member
    • 0 kudos
    This is not working with the latest Vaheim Update.  Can we get a fix for this?
    1. d12squall
      d12squall
      • supporter
      • 0 kudos
      You have to get the latest version here:
      https://thunderstore.io/c/valheim/p/nwesterhausen/DiscordConnector/
  5. NizarHajiazimi
    NizarHajiazimi
    • member
    • 0 kudos
    Hey @nwest01! I found your mod and got super excited to try and make it work for me and my friends, but haven’t been successful yet. I have a dedicated server on a docker container  on my Unraid server. I manually installed the mod and moved the 4 .dll files into the plugins folder on my servers bepinex folder but the config files never get generated. Can you help? What info do you need from me to help you, help me. Thanks in advance.
    1. d12squall
      d12squall
      • supporter
      • 0 kudos
      You have to get the latest version here:
      https://thunderstore.io/c/valheim/p/nwesterhausen/DiscordConnector/
  6. Zjayjohnson
    Zjayjohnson
    • member
    • 0 kudos
    Where's the guide to actually manually install this outside of setting up the bot? Why do we always have to search for this info outside of the actual mod post. 
    1. sketaful
      sketaful
      • supporter
      • 1 kudos
      If you can install a mod you can install this. The config describe the rest. If you can't install a mod just pick a mod on random and see the description there. I guess the installing of mods isn't gone through in the same way as manuals for cars don't tell you how to steer. :P
  7. sketaful
    sketaful
    • supporter
    • 1 kudos
    Why is this removed from Thunderstore?
  8. bekiblob
    bekiblob
    • supporter
    • 0 kudos
    Thank you so much for this! This mod has been amazing and so useful even when coming to troubleshoot server issues!

    Request:
    Would it be at all possible to add the crossplay join code as a webhook event, similiar to the "%PUBLICIP%"? 

    I did try to use the "Valheim Discord Connector" Mod as well as the "Join Code Sender" by froggy (Join Code Sender Thunderstore link) both separately and independently- either I am not using that one correctly or its not working atm. 

    1. FenexFox1234
      FenexFox1234
      • premium
      • 70 kudos
      JoinCodeSender is not updated for the most recent BepInExPack and, unfortunately, the creator was rather vague about whether he planned to update or not when I asked

      To nwest01, seconding this request!
  9. lonelytoilet
    lonelytoilet
    • premium
    • 0 kudos
    Anyone get this to work with LinuxGSM? looking at the console output i'm getting a URI error.
  10. bkoee
    bkoee
    • supporter
    • 0 kudos
    First off, thanks for this mod! I do have a question for anyone that can help. It seems as though anytime anyone logs out, the mod thinks they died and is posting the wrong message to discord. Is it something that I messed up in the config?

    [Main Settings]
    ## Discord channel webhook URL. For instructions, reference the 'MAKING A WEBHOOK' section of 
    ## Discord's documentation: https://support.Discord.com/hc/en-us/articles/228383668-Intro-to-Webhook
    # Setting type: String
    # Default value: 
    Webhook URL = (hidden)
    ## Specify a subset of possible events to send to the primary webhook. Previously all events would go to the primary webhook.
    ## Format should be the keyword 'ALL' or a semi-colon separated list, e.g. 'serverLifecycle;playerAll;playerFirstAll;leaderboardsAll;'
    ## Full list of valid options here: https://discordconnector.valheim.nwest.games/config/main.html#webhook-events
    # Setting type: String
    # Default value: ALL
    Webhook Events = serverLifecycle;eventLifecycle;playerJoin;playerLeave;playerShout;playerFirstJoin;
    ## Discord channel webhook URL. For instructions, reference the 'MAKING A WEBHOOK' section of 
    ## Discord's documentation: https://support.Discord.com/hc/en-us/articles/228383668-Intro-to-Webhook
    # Setting type: String
    # Default value: 
    Secondary Webhook URL = (hidden)
    ## Specify a subset of possible events to send to the primary webhook. Previously all events would go to the primary webhook.
    ## Format should be the keyword 'ALL' or a semi-colon separated list, e.g. 'serverLaunch;serverStart;serverSave;'
    ## Full list of valid options here: https://discordconnector.valheim.nwest.games/config/main.html#webhook-events
    # Setting type: String
    # Default value: ALL
    Secondary Webhook Events = playerFirstDeath;playerDeath;
    ## Enable this setting to listen to debug messages from the mod. This will help with troubleshooting issues.
    # Setting type: Boolean
    # Default value: false
    Log Debug Messages = false
    ## Enable this setting to use embeds in the messages sent to Discord. Currently this will affect the position details for the messages.
    # Setting type: Boolean
    # Default value: false
    Use fancier discord messages = false
    ## It may be that you have some players that you never want to send Discord messages for. Adding a player name to this list will ignore them.
    ## Format should be a semicolon-separated list: Stuart;John McJohnny;Weird-name1
    # Setting type: String
    # Default value: 
    Ignored Players = 
    ## It may be that you have some players that you never want to send Discord messages for. This option lets you provide a regular expression to filter out players if their name matches.
    ## Format should be a valid string for a .NET Regex (reference: https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference)
    # Setting type: String
    # Default value: 
    Ignored Players (Regex) = 
    ## Disable this setting to disable any positions/coordinates being sent with messages (e.g. players deaths or players joining/leaving). (Overwrites any individual setting.)
    # Setting type: Boolean
    # Default value: true
    Send Positions with Messages = true
    ## Disable this setting to disable all stat collection. (Overwrites any individual setting.)
    # Setting type: Boolean
    # Default value: true
    Collect Player Stats = true
    ## Disable this setting to disable all extra announcements the first time each player does something. (Overwrites any individual setting.)
    # Setting type: Boolean
    # Default value: true
    Announce Player Firsts = true
    ## Choose a method for how players will be separated from the results of a record query (used for statistic leader boards).
    ## Name: Treat each CharacterName as a separate player
    ## PlayerId: Treat each PlayerId as a separate player
    ## NameAndPlayerId: Treat each [PlayerId:CharacterName] combo as a separate player
    # Setting type: RetrievalDiscernmentMethods
    # Default value: PlayerId
    # Acceptable values: PlayerId, Name, NameAndPlayerId
    How to discern players in Record Retrieval = NameAndPlayerId
    ## Enable this setting to have shouts which are performed by other mods/the server/non-players to be sent to Discord as well.
    ## Note: These are still subject to censure by the muted player regex and list.
    # Setting type: Boolean
    # Default value: false
    Send Non-Player Shouts to Discord = false