{"id":16009463,"url":"https://github.com/fwcd/mc-discord-bridge","last_synced_at":"2026-03-06T12:34:05.734Z","repository":{"id":52642681,"uuid":"248362322","full_name":"fwcd/mc-discord-bridge","owner":"fwcd","description":"Spigot plugin enabling two-way chat messaging between Minecraft and Discord","archived":false,"fork":false,"pushed_at":"2023-10-12T13:05:40.000Z","size":248,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-15T16:40:21.446Z","etag":null,"topics":["discord","minecraft","plugin","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fwcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-18T23:05:01.000Z","updated_at":"2024-07-01T08:59:12.000Z","dependencies_parsed_at":"2025-04-09T19:21:35.329Z","dependency_job_id":null,"html_url":"https://github.com/fwcd/mc-discord-bridge","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/fwcd/mc-discord-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fmc-discord-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fmc-discord-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fmc-discord-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fmc-discord-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/mc-discord-bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fmc-discord-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","minecraft","plugin","spigot"],"created_at":"2024-10-08T13:02:20.314Z","updated_at":"2026-03-06T12:34:05.717Z","avatar_url":"https://github.com/fwcd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Bridge Plugin for Minecraft\n\n[![Build](https://github.com/fwcd/mc-discord-bridge/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/mc-discord-bridge/actions/workflows/build.yml)\n\nA Spigot plugin that enables two-way messaging between Minecraft and Discord.\n\n## Building\n\nTo build the plugin JAR, make sure to have Java 17 installed and run `./gradlew shadowJar`. The plugin JAR should then be located in `build/libs`.\n\n\u003e [!IMPORTANT]\n\u003e While the source code is [MIT-licensed](./LICENSE), the JAR is [LGPL-licensed](./src/main/resources/LICENSE) since it repackages LGPL libraries.\n\n## Usage\n\nTo use the plugin, place the JAR in your Spigot/Paper 1.20.2 server's `plugins` folder. Additionally, create a subdirectory named `DiscordBridge` with a file `config.yml`:\n\n```yaml\nbot:\n  token: YOUR_BOT_TOKEN\n  commandPrefix: +\nwebhook:\n  url: YOUR_WEBHOOK_URL\n  enabled: true\n```\n\nOptionally, you can configure exactly which events should be forwarded to Discord:\n\n```yaml\nforward:\n  chat: true\n  joinLeave: true\n  death: true\n  advancement: false\n  webChat: true # only if Dynmap is present\n```\n\nAdditionally, you can configure whether the Discord integration should display the current player count through a custom presence:\n\n```yaml\nbot:\n  presence:\n    enabled: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fmc-discord-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fmc-discord-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fmc-discord-bridge/lists"}