database { # The Sqlite database filename sqlite-file="dclink.db" } discord { # Guild ID of the Guild where the bot will run guild="1204371192727867393" # Channel ID of the channel where the bot will send the message with the button to link their account link-channel="1206721349087793192" # Role ID of the role that the bot will give to the linked players (If left blank, the bot will not give any roles) link-role="1206721407568969729" # Message to show on the bot's status status-message=Minecraft # Bot Token (see https://discord.com/developers/applications) token="${CFG_DCLINK_TOKEN}" } linking { # Limit of Bedrock Edition accounts that can be linked to one Discord account. Requires Floodgate to be installed bedrock-limit=100 # Limit of Java Edition accounts that can be linked to one Discord account java-limit=100 # If true, the player needs to be linked before they can join the server link-required=true }