KnockDC is a Discord Integration plugin made for the KnockIT server.
- Send chat messages from Discord and back
- Minecraft join and leave messages to Discord
Download the plugin jar from Modrinth or Github Releases and place it in your plugins folder.
You can configure KnockDC in the config.yml file.
Download the config template here whenever you update the plugin.
This configuration guide is for version 1.0.0 and above.
token: 'your-token-here'
update-check: true
chat:
enabled: true
join-leave-messages: true
channels:
- 0000000000000000000
- 1111111111111111111
receive:
enabled: true
channels:
- 0000000000000000000
- 1111111111111111111Insert your Discord bot token as a string, e.g.
token: 'your-token-here'Set this to true to enable update notifications sent to operators when they join, false to disable. e.g.
update-check: trueSet this to true to enable sending chat messages to Discord, false to disable. e.g.
chat:
enabled: trueRequires the chat.enabled option to be set to true.
Set this to true to enable sending join/leave messages to Discord, false to disable. e.g.
chat:
enabled: true
join-leave-messages: trueInsert the IDs of the channels you want to send chat messages to as a list, e.g.
chat:
channels:
- 0000000000000000000
- 1111111111111111111Set this to true to enable receiving messages from Discord, false to disable. e.g.
receive:
enabled: trueInsert the IDs of the channels you want to receive messages from as a list, e.g.
receive:
channels:
- 0000000000000000000
- 1111111111111111111