mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 12:12:53 +08:00
Restructured Minecraft Proxy folder
restructured the minecraft proxy folder and added a geysermc readme to indicate the geyser official eggs. updated readmes to match.
This commit is contained in:
parent
be1e526363
commit
1dd42d8bd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.DS_Store
|
||||
node_modules/
|
||||
.vuepress/*
|
||||
.vscode
|
19
README.md
19
README.md
@ -88,7 +88,6 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
||||
[Minecraft](/minecraft/)
|
||||
* [Bedrock](/minecraft/bedrock/)
|
||||
* [Bedrock](/minecraft/bedrock/bedrock/)
|
||||
* [DragonProxy](/minecraft/bedrock/dragonproxy/)
|
||||
* [Nukkit](/minecraft/bedrock/nukkit/)
|
||||
* [PocketMine MP](/minecraft/bedrock/pocketmine_mp/)
|
||||
|
||||
@ -106,12 +105,18 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
||||
* [Tuinity](/minecraft/java/tuinity/)
|
||||
* [VanillaCord](/minecraft/java/vanillacord/)
|
||||
|
||||
* [Proxies](/minecraft/proxy/) (these are for the java version of minecraft)
|
||||
* [TyphoonLimbo](/minecraft/proxy/typhoonlimbo/)
|
||||
* [Travertine](/minecraft/proxy/travertine/) Java
|
||||
* [Velocity](/minecraft/proxy/velocity/)
|
||||
* [Waterdog](/minecraft/proxy/waterdog/) Java/Bedrock
|
||||
* [Waterfall](/minecraft/proxy/waterfall/)
|
||||
* [Proxies](/minecraft/proxy/) Minecraft Server Proxies
|
||||
* [Java](/minecraft/proxy/java/)
|
||||
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo/)
|
||||
* [Waterfall](/minecraft/proxy/java/waterfall/)
|
||||
* [Travertine](/minecraft/proxy/java/travertine/)
|
||||
* [Velocity](/minecraft/proxy/java/velocity/)
|
||||
* [Bedrock](/minecraft/proxy/bedrock/)
|
||||
* [DragonProxy](/minecraft/proxy/bedrock/dragonproxy/)
|
||||
* [GeyserMC](/minecraft/proxy/bedrock/geyser/)
|
||||
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||
* [Waterdog](/minecraft/proxy/cross_platform/waterdog/)
|
||||
|
||||
|
||||
[OpenRA](/openra/)
|
||||
* [OpenRA Dune2000](/openra/openra_dune2000)
|
||||
|
@ -6,7 +6,6 @@ It’s set in infinitely-generated worlds of wide open terrain - icy mountains,
|
||||
|
||||
[Bedrock](/minecraft/bedrock/) Servers for Bedrock Minecraft (Windows 10, mobile, console)
|
||||
* [Bedrock](/minecraft/bedrock/bedrock/)
|
||||
* [DragonProxy](/minecraft/bedrock/dragon_proxy/)
|
||||
* [Nukkit](/minecraft/bedrock/nukkit/)
|
||||
* [PocketMine MP](/minecraft/bedrock/pocketmine_mp/)
|
||||
|
||||
@ -24,9 +23,14 @@ It’s set in infinitely-generated worlds of wide open terrain - icy mountains,
|
||||
* [Tuinity](/minecraft/java/tuinity/)
|
||||
* [VanillaCord](/minecraft/java/vanillacord/)
|
||||
|
||||
[Proxies](/minecraft/proxy/) Minecraft Server Proxies
|
||||
* [TyphoonLimbo](/minecraft/proxy/typhoonlimbo/) Java
|
||||
* [Travertine](/minecraft/proxy/travertine/) Java
|
||||
* [Velocity](/minecraft/proxy/velocity/) Java
|
||||
* [Waterdog](/minecraft/proxy/waterdog/) Java/Bedrock
|
||||
* [Waterfall](/minecraft/proxy/waterfall/) Java
|
||||
* [Proxies](/minecraft/proxy/) Minecraft Server Proxies
|
||||
* [Java](/minecraft/proxy/java/)
|
||||
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo/)
|
||||
* [Waterfall](/minecraft/proxy/java/waterfall/)
|
||||
* [Travertine](/minecraft/proxy/java/travertine/)
|
||||
* [Velocity](/minecraft/proxy/java/velocity/)
|
||||
* [Bedrock](/minecraft/proxy/bedrock/)
|
||||
* [DragonProxy](/minecraft/proxy/bedrock/dragonproxy/)
|
||||
* [GeyserMC](/minecraft/proxy/bedrock/geyser/)
|
||||
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||
* [Waterdog](/minecraft/proxy/cross_platform/waterdog/)
|
||||
|
@ -4,10 +4,6 @@
|
||||
[Minecraft Bedrock Server](https://minecraft.net/en-us/download/server/bedrock/)
|
||||
The official Minecraft Bedrock (Formerly Minecraft Pocket Edition) server.
|
||||
|
||||
#### DragonProxy
|
||||
[DragonProxy Github](https://github.com/DragonetMC/DragonProxy)
|
||||
A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
|
||||
|
||||
#### Nukkit
|
||||
[Nukkit GitHub](https://github.com/Nukkit/Nukkit)
|
||||
Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition
|
||||
|
12
minecraft/proxy/README.md
Normal file
12
minecraft/proxy/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Minecraft Proxies
|
||||
|
||||
* [Java](/minecraft/proxy/java/)
|
||||
* [TyphoonLimbo](/minecraft/proxy/java/typhoonlimbo/)
|
||||
* [Waterfall](/minecraft/proxy/java/waterfall/)
|
||||
* [Travertine](/minecraft/proxy/java/travertine/)
|
||||
* [Velocity](/minecraft/proxy/java/velocity/)
|
||||
* [Bedrock](/minecraft/proxy/bedrock/)
|
||||
* [DragonProxy](/minecraft/proxy/bedrock/dragonproxy/)
|
||||
* [GeyserMC](/minecraft/proxy/bedrock/geyser/)
|
||||
* [Cross Platform](/minecraft/proxy/cross_platform)
|
||||
* [Waterdog](/minecraft/proxy/waterdog/)
|
9
minecraft/proxy/bedrock/README.md
Normal file
9
minecraft/proxy/bedrock/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Bedrock Proxies/Bridges
|
||||
|
||||
#### DragonProxy (Abandoned in favor of Geyser)
|
||||
[DragonProxy](https://github.com/DragonetMC/DragonProxy)
|
||||
A proxy to allow Minecraft: Bedrock clients to connect to Minecraft: Java Edition servers.
|
||||
|
||||
#### GeyserMC
|
||||
[GeyserMC](https://geysermc.org/)
|
||||
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
|
6
minecraft/proxy/bedrock/geyser/README.md
Normal file
6
minecraft/proxy/bedrock/geyser/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Geyser
|
||||
|
||||
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
|
||||
|
||||
### Eggs
|
||||
GeyserMC maintains their own eggs on their github: [GeyserMC pterodactyl eggs](https://github.com/GeyserMC/pterodactyl-stuff)
|
5
minecraft/proxy/cross_platform/README.md
Normal file
5
minecraft/proxy/cross_platform/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Mineraft Cross Platform Proxies
|
||||
|
||||
#### Waterdog
|
||||
[Waterdog](https://github.com/yesdog/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.
|
17
minecraft/proxy/java/README.md
Normal file
17
minecraft/proxy/java/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
|
||||
#### Velocity
|
||||
[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
|
Loading…
Reference in New Issue
Block a user