Eco-DiscordLink / EcoDiscordPlugin

A plugin that interfaces Eco Global Survival's server with Discord
GNU Affero General Public License v3.0
33 stars 15 forks source link

discordlink configurationfile #102

Closed Mdye99 closed 2 weeks ago

Mdye99 commented 2 months ago

the channel linking configuration mentions adding a discord channel and the corresponding eco channel and direction etc. but the sample from the config does not actual have all that information. so i'm just wondering where i can find a sample that has that setup

MonzUn commented 1 month ago

Hello and apologies for responding late. Could you point out specifically where this information is missing?

Here's the sample from the example containing that information taken from here https://github.com/Eco-DiscordLink/EcoDiscordPlugin/blob/develop/ConfigurationNoGUI.md#linking-chat-channels

  "ChatChannelLinks": [  
   {  
    "AllowUserMentions": true,  
    "AllowRoleMentions": true,  
    "AllowChannelMentions": true,  
    "Direction": "Duplex",  
    "HereAndEveryoneMentionPermission": "Forbidden",  
    "EcoChannel": "General",  
    "DiscordChannelId": 980963363205025815,  
    "UseTimestamp": true  
   }  
  ],  
Mdye99 commented 2 weeks ago

https://github.com/Eco-DiscordLink/EcoDiscordPlugin/blob/develop/ConfigurationNoGUI.md#linking-chat-channels image

it says:

  1. Set the "DiscordChannelId" field to the ID of the Discord channel you wish to synchronize with a channel in Eco.
  2. Set the "EcoChannel" field to the name of the Eco channel you wish to synchronize with the Discord channel in the previous step.

but the config template doesn't have those 2 fields image

MonzUn commented 1 week ago

What's in your screenshot is the template, not the sample config. The sample config is just above the text you quoted.