Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 843 Bytes

File metadata and controls

21 lines (19 loc) · 843 Bytes

DiscordChats

Communicate between many private Discord channels and Minecraft with easy configuration!

  • Supported Versions: 1.20 - 1.21.x
  • Supported Platforms: Paper & Folia
  • Dependencies: DiscordSRV

Example usage

config.yml:

BotToken: "YOUR_DISCORD_BOT_TOKEN"

DiscordChats:
  yourchatname:
    discordChatID: "000000000000000000"
    aliases: ["ycn", "onlycoolpeople"]
  ... as many more as you want!

With this config the following will be created for you:

  • Command: /yourchatname <msg> - Sends a minecraft message to the configured discord chat ID
    • Also all your optional aliases will work: /ycn <msg> /onlycoolpeople <msg>
  • Permission: DiscordChats.yourchatname - Users with this permission can use the above command and will recieve Discord messages from the configured chat ID in Minecraft!