Skip to content

Spigot plugin enabling two-way chat messaging between Minecraft and Discord

License

Notifications You must be signed in to change notification settings

LeoVerto/mc-discord-bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bridge Plugin for Minecraft

A Spigot plugin that enables two-way messaging between Minecraft and Discord.

Building

To build the plugin JAR, run ./gradlew jar.

Usage

To use the plugin, place the JAR in your Spigot server's plugins folder. Additionally, create a subdirectory named DiscordBridge with a file config.yaml:

bot:
  token: YOUR_BOT_TOKEN
  commandPrefix: +
webhook:
  url: YOUR_WEBHOOK_URL
  enabled: true

About

Spigot plugin enabling two-way chat messaging between Minecraft and Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%