Skip to content

The KnockIT Discord Integration Plugin / Literally A Simple Discord Integration Plugin

License

Notifications You must be signed in to change notification settings

KnockIT-MC/KnockDC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnockDC

KnockDC is a Discord Integration plugin made for the KnockIT server.

Features

  • Send chat messages from Discord and back
  • Minecraft join and leave messages to Discord

Installation

Download the plugin jar from Modrinth or Github Releases and place it in your plugins folder.

Configuration

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
  - 1111111111111111111

token

Insert your Discord bot token as a string, e.g.

token: 'your-token-here'

update-check

Set this to true to enable update notifications sent to operators when they join, false to disable. e.g.

update-check: true

chat.enabled

Set this to true to enable sending chat messages to Discord, false to disable. e.g.

chat:
  enabled: true

chat.join-leave-messages

Requires 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: true

chat.channels

Insert the IDs of the channels you want to send chat messages to as a list, e.g.

chat:
  channels:
    - 0000000000000000000
    - 1111111111111111111

receive.enabled

Set this to true to enable receiving messages from Discord, false to disable. e.g.

receive:
  enabled: true

receive.channels

Insert the IDs of the channels you want to receive messages from as a list, e.g.

receive:
  channels:
    - 0000000000000000000
    - 1111111111111111111

About

The KnockIT Discord Integration Plugin / Literally A Simple Discord Integration Plugin

Topics

Resources

License

Stars

Watchers

Forks

Languages