Skip to content

Troubleshooting

Siam Islam edited this page Jul 5, 2026 · 3 revisions

Config Reference

Location: plugins/DiscordPulse/config.yml

bot-token

Your Discord bot's token from the Developer Portal.

Never share this file or paste it anywhere public. Anyone with this token controls your bot completely.

channel-id

The Discord channel ID used for chat sync, join/leave, death, achievement messages, and the playerlist command.

Get it by enabling Developer Mode in Discord (Settings > Advanced), then right-click the channel and select Copy Channel ID.

debug

true or false. Default: false.

When true, prints basic status lines to console (plugin enabled, plugin disabled, connection success). Nothing gets sent to Discord.

debug-logging

true or false. Default: false.

When true, prints a console line for every single event: every chat message relayed, every join, every leave, every death, every achievement. This is verbose. Only turn it on when actively tracking down a specific problem, then turn it back off.

Clone this wiki locally