#SDLink Basic Mod Setup
Online Config Editor
You can edit your config files, using our online config editor at https://editor.firstdark.dev. Alternatively, use the sdconfigeditor
command in your console to edit your config live on the server, using the web interface.
#Video Guide
This will go through the basics of getting the mod installed with bot status and chat features
NOTE
Before continuing, ensure you have followed the steps to Create and Invite the Discord Bot to your Discord server - Discord Bot Setup
#Installing the mod
SDLink requires CraterLib as a dependency. Download and transfer the mod files to the mods/
folder
Download from Modrinth - Download from Curseforge
At first run an empty config file will be generated: config/simple-discord-link/simple-discord-link.toml
See: Empty Config
#Configuration Settings
#Add the Bot Token
In the [botConfig]
section, insert the bot token saved from Discord Bot Setup
This is the identifier for your bot. This token will be encrypted when your server starts up again.
#Setting the Chat Channel
To get the chat channel ID, right-click on the channel you want chat and events to go and select "Copy Channel ID"
In the [channelsAndWebooks.channels]
section paste that ID in the chatChannelID
field
This is the bare minimum needed to get the bot up and running with a status
For more complex configuration, see SDLink Advanced Mod Setup