Skip to content

sciwhiz12/Concord

Repository files navigation

Concord

A Discord chat integration mod, for servers.

Discord chat bridging between a Minecraft server and a Discord text channel.

  • Compatibility with vanilla clients
  • Localization with Forge clients with this mod installed
  • Tooltip on Discord messages in ingame chat, for user information such as username and roles
  • Join, leave, death, etc. messages

License

This mod's sources and code are licensed under the MIT License. See the LICENSE file in the repository for the full license text.

This mod makes use of and repackages in its release JARS the following open-source projects:

  • JDA, a Java wrapper for the Discord REST API
    • nv-websocket-client, a high-quality WebSocket client implementation in Java
    • OkHttp, a meticulous HTTP client for the JVM, Android, and GraalVM
      • Okio, a modern I/O library for Android, Java, and Kotlin
    • Apache Commons Collections, contains types that extend and augment the Java Collections Framework
    • Jackson, a suite of data-processing tools for Java and the JVM platform, including a streaming JSON parser / generator library
    • Trove, provides high speed Object and primitive collections for Java
    • FindBugs JSR305, the JSR305 Annotations provided by Findbugs