updated purpur description from purpur's website

updated airplace description from airplane's github
added header links
fixed heading levels
added blank lines as needed
removed trailing spaces
This commit is contained in:
LRMtheBoss 2021-12-09 12:17:35 -05:00
parent dcf88c2c15
commit ca69ab4383

View File

@ -5,106 +5,152 @@ Its a game about placing blocks and going on adventures
Its set in infinitely-generated worlds of wide open terrain - icy mountains, swampy bayous, vast pastures and much more - filled with secrets, wonders and peril! Its set in infinitely-generated worlds of wide open terrain - icy mountains, swampy bayous, vast pastures and much more - filled with secrets, wonders and peril!
## Server Ports ## Server Ports
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
## Cuberite The minecraft server requires a single port for access (default 25565) but plugins or mods may require extra ports to enabled for the server.
[Cuberite](https://cuberite.org)
## [Cuberite](cuberite)
[Cuberite Website](https://cuberite.org)
A lightweight, fast and extensible game server for Minecraft A lightweight, fast and extensible game server for Minecraft
## Fabric ## [Fabric](fabric)
[Fabric](https://fabricmc.net)
[Fabric Website](https://fabricmc.net)
Fabric is a lightweight, experimental modding toolchain for Minecraft. Fabric is a lightweight, experimental modding toolchain for Minecraft.
## Feather ## [Feather](feather)
[Feather](https://github.com/feather-rs/feather)
[Feather GitHub](https://github.com/feather-rs/feather)
An experimental Minecraft server implementation in Rust An experimental Minecraft server implementation in Rust
## Forge ## Forge Based
[Forge MC](https://files.minecraftforge.net)
### [Forge](forge/forge)
[Forge MC Website](https://files.minecraftforge.net)
This is a direct fork of the default forge service This is a direct fork of the default forge service
- Has a version detection fix for "latest" - Has a version detection fix for "latest"
[Curse Generic](https://www.curseforge.com) ### [CurseForge Generic](forge/curseforge-generic)
[CurseForge Generic Website](https://www.curseforge.com)
A generic service to pull forge mod packs from the curseforge site. A generic service to pull forge mod packs from the curseforge site.
[Magma](https://magmafoundation.org) ### [Magma](magma)
[Magma Website](https://magmafoundation.org)
Magma is most powerful Forge server providing you with Forge mods and Bukkit Plugins using Spigot and Paper for Performance Optimization and Stability. Magma is most powerful Forge server providing you with Forge mods and Bukkit Plugins using Spigot and Paper for Performance Optimization and Stability.
[Krypton](https://github.com/KryptonMC/Krypton) ### [Krypton](krypton)
[Krypton GitHub](https://github.com/KryptonMC/Krypton)
A fast, lightweight Minecraft server written in Kotlin. A fast, lightweight Minecraft server written in Kotlin.
## FTB Packs ### [Mohist](mohist)
[FTB Modpacks](https://api.modpacks.ch)
[Mohist Github](https://github.com/Mohist-Community/Mohist)
Mohist is a minecraft forge server software that implements the Paper/Spigot/Bukkit API.
## [FTB Packs](ftb)
[FTB Modpacks API](https://api.modpacks.ch)
A generic service to pull FTB modpacks from api.modpacks.ch. A generic service to pull FTB modpacks from api.modpacks.ch.
There are 2 ways to install a server through this service. There are 2 ways to install a server through this service.
The first method only requires you to know the modpacks name and version. The first method only requires you to know the modpacks name and version.
The second method requires you to know the id for both the modpack and version in the api. The second method requires you to know the id for both the modpack and version in the api.
**Method 1 (Recommended)** ### Method 1 (Recommended)
- FTB_SEARCH_TERM: the modpack name to query for, must be at least 4 characters long. - FTB_SEARCH_TERM: the modpack name to query for, must be at least 4 characters long.
EX: for FTB: Interactions you would do "interactions". EX: for FTB: Interactions you would do "interactions".
- FTB_VERSION_STRING: the string version that you want to install. - FTB_VERSION_STRING: the string version that you want to install.
EX: for FTB: Interactions 2.0.2, you would put "2.0.2". EX: for FTB: Interactions 2.0.2, you would put "2.0.2".
**Method 2** ### Method 2
- FTB_MODPACK_ID: the id that directs to the modpack in the api. - FTB_MODPACK_ID: the id that directs to the modpack in the api.
EX: for FTB: Interactions the id would be "5". https://api.modpacks.ch/public/modpack/5 EX: for FTB: Interactions the id would be "5". `https://api.modpacks.ch/public/modpack/5`
- FTB_MODPACK_VERSION_ID: the version id in the api. - FTB_MODPACK_VERSION_ID: the version id in the api.
EX: for FTB: Interactions 2.0.2 the id is "86". https://api.modpacks.ch/public/modpack/5/86 EX: for FTB: Interactions 2.0.2 the id is "86". `https://api.modpacks.ch/public/modpack/5/86`
**NOTE** **NOTE**
**Not all FTB packs come with a server.properties file, due to this the server.properties file **Not all FTB packs come with a server.properties file, due to this the server.properties file
may not get updated with the correct ip address and port at first launch. may not get updated with the correct ip address and port at first launch.
Please restart the server after first launch to fix this.** Please restart the server after first launch to fix this.**
## NanoLimbo ## [NanoLimbo](nanolimbo)
[NanoLimbo](https://github.com/Nan1t/NanoLimbo)
[NanoLimbo GitHub](https://github.com/Nan1t/NanoLimbo)
A lightweight minecraft limbo server, written on Java with Netty. The main goal of the project is maximum simplicity with a minimum number of sent and processed packets. A lightweight minecraft limbo server, written on Java with Netty. The main goal of the project is maximum simplicity with a minimum number of sent and processed packets.
## Spigot ## Spigot Based
A collection of spigot and forked spigot eggs. A collection of spigot and forked spigot eggs.
### [Paper](paper)
[PaperMC GitHub](https://github.com/PaperMC/Paper) [PaperMC GitHub](https://github.com/PaperMC/Paper)
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Currently the default on pterodactyl for many reasons. First being that you don't need to build the jar. Currently the default on pterodactyl for many reasons. First being that you don't need to build the jar.
[Purpur](https://purpur.pl3x.net) ### [Purpur](purpur)
Purpur is a fork of Paper and Tuinity with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
[Spigot](https://www.spigotmc.org) [Purpur Website](https://purpurmc.org/)
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
### [Spigot](spigot)
[Spigot Website](https://www.spigotmc.org)
This is a direct fork of the default spigot service with the added benefit of being able to build the spigot jar. This is a direct fork of the default spigot service with the added benefit of being able to build the spigot jar.
- (It's noted that building the jar is intensive and time consuming) - (It's noted that building the jar is intensive and time consuming)
[Mohist Github](https://github.com/Mohist-Community/Mohist) ### [Airplane](airplane)
Fork of Spigot focused on performance optimizations.
[Airplane Github](https://github.com/TECHNOVE/Airplane) [Airplane Github](https://github.com/TECHNOVE/Airplane)
A stable, optimized and fast Paper fork. A stable, optimized and well supported Paper fork.
### [Tuinity](tuinity)
[Tuinity GitHub](https://github.com/Spottedleaf/Tuinity) [Tuinity GitHub](https://github.com/Spottedleaf/Tuinity)
Fork of Paper aimed at improving server performance at high playercounts. Fork of Paper aimed at improving server performance at high playercounts.
## Sponge Powered ## Sponge Powered
[SpongeForge](https://www.spongepowered.org)
### [SpongeForge](spongeforge)
[SpongeForge Website](https://www.spongepowered.org)
SpongeForge is the implementation of the Sponge API on the Minecraft Forge platform. SpongeForge is the implementation of the Sponge API on the Minecraft Forge platform.
[SpongeVanilla](https://www.spongepowered.org) ### [SpongeVanilla](spongevanilla)
[SpongeVanilla Website](https://www.spongepowered.org)
A community-driven open source Minecraft: Java Edition modding platform. A community-driven open source Minecraft: Java Edition modding platform.
## Technic Packs ## [Technic Packs](technic)
[Hexxit](https://www.technicpack.net/modpack/hexxit)
### [Hexxit](technic/hexxit)
[Hexxit Modpack Page](https://www.technicpack.net/modpack/hexxit)
Gear up and set forth on a campaign worthy of legend, for Hexxit has been unearthed! Gear up and set forth on a campaign worthy of legend, for Hexxit has been unearthed!
[Blightfall](https://www.technicpack.net/modpack/blightfall) ### [Blightfall](technic/blightfall)
[Blightfall Modpack Page](https://www.technicpack.net/modpack/blightfall)
Blightfall is a combination modpack and adventure map about surviving on an alien planet. Blightfall is a combination modpack and adventure map about surviving on an alien planet.
[Tekkit Legends](https://www.technicpack.net/modpack/tekkit-legends) ### [Tekkit Legends](technic/technic-legends)
[Tekkit Legends Modpack Page](https://www.technicpack.net/modpack/tekkit-legends)
The ancient power of Tekkits past return in this legendary pack! The ancient power of Tekkits past return in this legendary pack!
[Tekkit Classic](https://www.technicpack.net/modpack/tekkit.552560) ### [Tekkit Classic](technic/tekkit-classic)
[Tekkit Classic Modpack Page](https://www.technicpack.net/modpack/tekkit.552560)
The official Tekkit Classic modpack. Build factories, automate crafting! The official Tekkit Classic modpack. Build factories, automate crafting!
## VanillaCord ## [VanillaCord](vanillacord)
[VanillaCord](https://github.com/ME1312/VanillaCord)
[VanillaCord GitHub](https://github.com/ME1312/VanillaCord)
VanillaCord adds support for BungeeCord's ip-forwarding option on vanilla Minecraft servers. VanillaCord adds support for BungeeCord's ip-forwarding option on vanilla Minecraft servers.