3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-28 06:01:10 +02:00

Update links in README (#4917)

* Update links in README

* Update README.md

* Update README.md
Dieser Commit ist enthalten in:
rtm516 2024-07-30 13:49:42 +01:00 committet von GitHub
Ursprung efe2736635
Commit ca0f3775a2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -14,16 +14,15 @@ The ultimate goal of this project is to allow Minecraft: Bedrock Edition users t
Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here! Special thanks to the DragonProxy project for being a trailblazer in protocol translation and for all the team members who have joined us here!
### Currently supporting Minecraft Bedrock 1.20.80 - 1.21.3 and Minecraft Java 1.21 ## Supported Versions
Geyser is currently supporting Minecraft Bedrock 1.20.80 - 1.21.3 and Minecraft Java Server 1.21. For more info please see [here](https://geysermc.org/wiki/geyser/supported-versions/).
## Setting Up ## Setting Up
Take a look [here](https://wiki.geysermc.org/geyser/setup/) for how to set up Geyser. Take a look [here](https://geysermc.org/wiki/geyser/setup/) for how to set up Geyser.
[![YouTube Video](https://img.youtube.com/vi/U7dZZ8w7Gi4/0.jpg)](https://www.youtube.com/watch?v=U7dZZ8w7Gi4)
## Links: ## Links:
- Website: https://geysermc.org - Website: https://geysermc.org
- Docs: https://wiki.geysermc.org/geyser/ - Docs: https://geysermc.org/wiki/geyser/
- Download: https://geysermc.org/download - Download: https://geysermc.org/download
- Discord: https://discord.gg/geysermc - Discord: https://discord.gg/geysermc
- Donate: https://opencollective.com/geysermc - Donate: https://opencollective.com/geysermc
@ -34,7 +33,7 @@ Take a look [here](https://wiki.geysermc.org/geyser/setup/) for how to set up Ge
- Some Entity Flags - Some Entity Flags
## What can't be fixed ## What can't be fixed
There are a few things Geyser is unable to support due to various differences between Minecraft Bedrock and Java. For a list of these limitations, see the [Current Limitations](https://wiki.geysermc.org/geyser/current-limitations/) page. There are a few things Geyser is unable to support due to various differences between Minecraft Bedrock and Java. For a list of these limitations, see the [Current Limitations](https://geysermc.org/wiki/geyser/current-limitations/) page.
## Compiling ## Compiling
1. Clone the repo to your computer 1. Clone the repo to your computer
@ -47,7 +46,7 @@ you're interested in helping out with Geyser.
## Libraries Used: ## Libraries Used:
- [Adventure Text Library](https://github.com/KyoriPowered/adventure) - [Adventure Text Library](https://github.com/KyoriPowered/adventure)
- [NukkitX Bedrock Protocol Library](https://github.com/NukkitX/Protocol) - [CloudburstMC Bedrock Protocol Library](https://github.com/CloudburstMC/Protocol)
- [Steveice10's Java Protocol Library](https://github.com/Steveice10/MCProtocolLib) - [GeyserMC's Java Protocol Library](https://github.com/GeyserMC/MCProtocolLib)
- [TerminalConsoleAppender](https://github.com/Minecrell/TerminalConsoleAppender) - [TerminalConsoleAppender](https://github.com/Minecrell/TerminalConsoleAppender)
- [Simple Logging Facade for Java (slf4j)](https://github.com/qos-ch/slf4j) - [Simple Logging Facade for Java (slf4j)](https://github.com/qos-ch/slf4j)