{"id":21166917,"url":"https://github.com/dexrnzacattack/rrdiscordbridge","last_synced_at":"2025-05-07T09:43:34.292Z","repository":{"id":263616581,"uuid":"890936016","full_name":"DexrnZacAttack/RRDiscordBridge","owner":"DexrnZacAttack","description":"Bukkit plugin that lets you setup a Discord bridge/relay on older release versions of Minecraft.","archived":false,"fork":false,"pushed_at":"2025-02-12T14:32:50.000Z","size":84,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T08:44:05.909Z","etag":null,"topics":["bukkit","discord","discord-bridge","discord-relay","early-release","minecraft","plugin"],"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/DexrnZacAttack.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":"2024-11-19T12:50:30.000Z","updated_at":"2025-02-12T14:32:54.000Z","dependencies_parsed_at":"2025-02-09T13:24:49.696Z","dependency_job_id":"b17fa684-85a8-413a-8738-c3e191f63cba","html_url":"https://github.com/DexrnZacAttack/RRDiscordBridge","commit_stats":null,"previous_names":["dexrnzacattack/rrdiscordbridge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexrnZacAttack%2FRRDiscordBridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexrnZacAttack%2FRRDiscordBridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexrnZacAttack%2FRRDiscordBridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DexrnZacAttack%2FRRDiscordBridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DexrnZacAttack","download_url":"https://codeload.github.com/DexrnZacAttack/RRDiscordBridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252852815,"owners_count":21814415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bukkit","discord","discord-bridge","discord-relay","early-release","minecraft","plugin"],"created_at":"2024-11-20T14:58:38.161Z","updated_at":"2025-05-07T09:43:34.273Z","avatar_url":"https://github.com/DexrnZacAttack.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Retro-Release Discord Bridge\nDiscord bridge/relay plugin for both [old and new release (plus some Beta) versions](#tested-versions) (b1.7.3*-1.21.1) of Minecraft.   \n\nFor config info, check out [this](https://github.com/DexrnZacAttack/RRDiscordBridge/wiki/Config).\n\nDownload: https://modrinth.com/plugin/rrdiscordbridge   \nNote: I am not a java developer, although I was able to find my way around this pretty easily.\n\n## Features\n- Message Relay\n- [Version support](#tested-versions)\n- Broadcasting (/dcbroadcast)\n- Server Stats from Discord (/about)\n- Relays the following to Discord (configurable)\n  - Player Join\n  - Player Leave\n  - Player Kick\n  - Player Death\n  - Player Chat\n  - Server Start\n  - Server Stop\n  - /say\n  - /me\n- Relays the following information from Discord (configurable)\n  - Channel message\n  - User join (if the relay channel is also the system messages channel)\n  - Server boost (if the relay channel is also the system messages channel)\n  - Thread creation\n  - Message pin\n  - Poll created/ended (with results)\n  - Slash commands used\n  - User app used (also activities)\n  - Message forwarded (probably not complete)\n- Chat Extensions (configurable)\n  - **Extra info available in-game by typing `/cext help`**.\n  - Waypoint embed\n    - Allows for Xaero's Minimap and JourneyMap/VoxelMap waypoints to be embedded in the relay channel.\n  - Operator Chat\n    - Allows for communicating between ops and optionally a (likely private) discord channel.\n    - Inspired by MCGalaxy's OPChat feature.\n    - Syntax: ## \\\u003cmsg\\\u003e\n\n## Tested versions\n- [X] b1.7.3 (using [Project Poseidon](https://github.com/retromcorg/Project-Poseidon))\n  - [LegacyPlayerChat.java](src/main/java/io/github/dexrnzacattack/rrdiscordbridge/eventcompatibility/legacy/LegacyPlayerChat.java)\n  - No MOTD\n- [ ] b1.8.1\n- [ ] 1.0   \n  - (Event registering was really different in this version, I couldn't get it working using reflection.) \n- [X] 1.1\n  - [LegacyPlayerChat.java](src/main/java/io/github/dexrnzacattack/rrdiscordbridge/eventcompatibility/legacy/LegacyPlayerChat.java)\n  - [LegacyPlayerDeath.java](src/main/java/io/github/dexrnzacattack/rrdiscordbridge/eventcompatibility/legacy/LegacyPlayerDeath.java)\n  - No MOTD\n- [X] 1.2.5\n  - [LegacyPlayerChat.java](src/main/java/io/github/dexrnzacattack/rrdiscordbridge/eventcompatibility/legacy/LegacyPlayerChat.java)\n- [X] 1.3.2\n- [X] 1.4.7 (Being used for development)\n- [X] 1.5.2\n- [X] 1.6.4\n- [X] 1.7.2\n- [X] 1.8.8\n- [X] 1.9.4\n- [X] 1.10.2\n- [X] 1.14.4\n- [X] 1.15.2\n- [X] 1.16.5\n- [X] 1.17.1\n- [X] 1.18.2\n- [X] 1.21.1\n- [X] 1.21.4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexrnzacattack%2Frrdiscordbridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexrnzacattack%2Frrdiscordbridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexrnzacattack%2Frrdiscordbridge/lists"}