Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add Minecraft to list of bridges & add EndBridge as first bridge. #2002

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/ecosystem/bridges/minecraft/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Minecraft"
weight = 2400
template = "ecosystem/bridge_implementations.html"
+++
24 changes: 24 additions & 0 deletions content/ecosystem/bridges/minecraft/bridges.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[[bridges]]
name = "EndBridge"
maintainer = "Jonah"
summary = """
EndBridge is a [Matrix](https://matrix.org) to Minecraft chat bridge, built with Fabric. It allows Minecraft players to communicate with Matrix users with the help of the [Matrix Client-Server API](https://spec.matrix.org/v1.8/client-server-api/).<br/>
Download the mod either from [releases](https://gitea.com/Jonah369/EndBridge/releases) or [Modrinth](https://modrinth.com/mod/endbridge).
"""
maturity = "Alpha"
language = "Java"
license = "BSD-4-Clause"
docs = "https://gitea.com/Jonah369/EndBridge/wiki"
repo = "https://gitea.com/Jonah369/EndBridge"
featured = true
privilege.platform = "Server Admin" # Free text
privilege.matrix = "Room Admin" # Any of Homeserver Admin, Room Admin, None
[bridges.supports]
dm = false
message_media = false
redactions = false
reactions = false
presence = false
mentions = false
typing_notifications = false
read_receipts = false
47 changes: 47 additions & 0 deletions content/ecosystem/bridges/minecraft/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.