3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Update README.md

Dieser Commit ist enthalten in:
Redned 2019-07-17 13:16:30 -05:00 committet von GitHub
Ursprung c85e5b019f
Commit e39c29866a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -10,9 +10,26 @@ The ultimate goal for this project is to allow those to join Minecraft: Java Edi
If you're interested in development, please join our Discord server: If you're interested in development, please join our Discord server:
https://discord.gg/mRjbCsS https://discord.gg/mRjbCsS
## What's Completed
- [x] Server recognized in server list
- [x] Join detection from remote
- [ ] Online mode/auth support
- [ ] Chat/command support
- [ ] Inventory support
- [ ] Movement support
- [ ] Entity support
- [ ] Chunks
- [ ] Block break/place support
## Compiling ## Compiling
Clone the repo to your computer, and run `mvn clean install`. Clone the repo to your computer, and run `mvn clean install`.
## Contributing ## Contributing
As a project that is still nowhere near completion, any contributions are appreciated. Please feel free to reach out to us on Discord if As a project that is still nowhere near completion, any contributions are appreciated. Please feel free to reach out to us on Discord if
you're interested in helping this project come along. you're interested in helping this project come along.
## Libraries Used:
- [NukkitX Bedrock Protocol Library](https://github.com/NukkitX/Protocol)
- [Steveice10's Java Protocol Library](https://github.com/Steveice10/MCProtocolLib)
- [TerminalConsoleAppender](https://github.com/Minecrell/TerminalConsoleAppender)
- [Simple Logging Facade for Java (slf4j)](https://github.com/qos-ch/slf4j)