mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
proxy egg readme cleanup/fixes
Updates waterdog's github link to the current repo Alphabetically orders the java proxies list Adds the more descriptive description to typhoon limbo's readme. Removed all traces of "DragonProxy" as it's completely abandoned
This commit is contained in:
parent
5aa1848f8f
commit
ce1fae29fb
@ -133,7 +133,6 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
||||
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)
|
||||
* [Waterdog](/minecraft/proxy/cross_platform/waterdog)
|
||||
* DragonProxy abandoned in favour of GeyserMC.
|
||||
|
||||
[OpenRA](/openra)
|
||||
* [OpenRA Dune2000](/openra/openra_dune2000)
|
||||
|
@ -8,4 +8,3 @@
|
||||
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||
* [GeyserMC](/minecraft/proxy/cross_platform/geyser)
|
||||
* [Waterdog](/minecraft/proxy/cross_platform/waterdog)
|
||||
* DragonProxy abandoned in favour of GeyserMC.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# Mineraft Cross Platform Proxies
|
||||
|
||||
### GeyserMC
|
||||
[GeyserMC](https://github.com/GeyserMC/)
|
||||
[GeyserMC](https://github.com/GeyserMC)
|
||||
|
||||
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
|
||||
|
||||
|
||||
#### Waterdog
|
||||
[Waterdog](https://github.com/yesdog/Waterdog)
|
||||
### Waterdog
|
||||
[Waterdog](https://github.com/WaterdogPE/Waterdog)
|
||||
|
||||
Waterdog provides native support for the Minecraft Bedrock protocols along with the existing java protocols. It is capable of using the ProtocolSupport PE encapsulation protocol over TCP, or it can use the native RakNet Bedrock protocol for traditional downstream Bedrock servers such as Nukkit, Pocketmine, Bedrock Alpha Server, MiNET, and others.
|
||||
|
||||
|
@ -1,17 +1,18 @@
|
||||
# Minecraft Java Proxies
|
||||
|
||||
#### Waterfall
|
||||
[Waterfall](https://papermc.io/downloads#Waterfall)
|
||||
Paper fork of the BungeeCord software, with improved Forge support and more features.
|
||||
|
||||
#### Travertine
|
||||
[Travertine](https://papermc.io/downloads#Travertine)
|
||||
Waterfall, with additional support for Minecraft 1.7.10.
|
||||
|
||||
#### TyphoonLimbo
|
||||
[TyphoonLimbo](https://github.com/TyphoonMC/TyphoonLimbo)
|
||||
A limbo server is a fallback server able to handle a massive amount of simultaneous connections. The player spawns into the void then waits here. It can be used to keep players connected to a network after a lobby crashed or as an afk server.
|
||||
|
||||
#### Velocity
|
||||
[Velocity](https://velocitypowered.com/)
|
||||
[Velocity](https://velocitypowered.com)
|
||||
Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.
|
||||
|
||||
#### Typhoonlimbo
|
||||
[TyphoonLimbo](https://github.com/TyphoonMC/TyphoonLimbo)
|
||||
Lightweight Minecraft limbo server
|
||||
#### Waterfall
|
||||
[Waterfall](https://papermc.io/downloads#Waterfall)
|
||||
Paper fork of the BungeeCord software, with improved Forge support and more features.
|
@ -1,5 +1,5 @@
|
||||
# TyphoonLimbo server
|
||||
Lightweight minecraft limbo server
|
||||
A limbo server is a fallback server able to handle a massive amount of simultaneous connections. The player spawns into the void then waits here. It can be used to keep players connected to a network after a lobby crashed or as an afk server.
|
||||
|
||||
## Server Ports
|
||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||
|
Loading…
Reference in New Issue
Block a user