From a5453609ad04badc37e9ff802ea02bbac0cd0475 Mon Sep 17 00:00:00 2001 From: Thomas Selwyn <37274951+TASelwyn@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:28:45 -0500 Subject: [PATCH] Consistency fixes mainly Repairs consistency across these eggs and removes warning that was needed for the previous daemon system. --- minecraft/java/README.md | 2 +- minecraft/java/cuberite/README.md | 1 + minecraft/java/forge/curseforge-generic/README.md | 8 ++++++++ minecraft/java/forge/forge/README.md | 10 +++++++++- minecraft/java/ftb/README.md | 2 +- minecraft/java/purpur/README.md | 8 ++++++++ minecraft/java/spongeforge/README.MD | 1 + minecraft/java/technic/README.md | 3 --- minecraft/java/vanillacord/README.md | 8 ++++++++ 9 files changed, 37 insertions(+), 6 deletions(-) diff --git a/minecraft/java/README.md b/minecraft/java/README.md index efe81b92..eb83be7e 100644 --- a/minecraft/java/README.md +++ b/minecraft/java/README.md @@ -57,7 +57,7 @@ Please restart the server after first launch to fix this.** ## Spigot A collection of spigot and forked spigot eggs. -[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 Currently the default on pterodactyl for many reasons. First being that you don't need to build the jar. diff --git a/minecraft/java/cuberite/README.md b/minecraft/java/cuberite/README.md index b5c0b2a5..495a718b 100644 --- a/minecraft/java/cuberite/README.md +++ b/minecraft/java/cuberite/README.md @@ -1,4 +1,5 @@ # Cuberite + A lightweight, fast and extensible game server for Minecraft ## Server Ports diff --git a/minecraft/java/forge/curseforge-generic/README.md b/minecraft/java/forge/curseforge-generic/README.md index e136c371..cc1647db 100644 --- a/minecraft/java/forge/curseforge-generic/README.md +++ b/minecraft/java/forge/curseforge-generic/README.md @@ -8,3 +8,11 @@ This can be found on the modpack page in the `About Project` section in the uppe This will grab the latest release when the version is set to latest. It "should" grab versions of the pack based on the modpack version numbers + +## Server Ports +The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server. + + +| Port | default | +|-------|---------| +| Game | 25565 | \ No newline at end of file diff --git a/minecraft/java/forge/forge/README.md b/minecraft/java/forge/forge/README.md index 72585414..634470a8 100644 --- a/minecraft/java/forge/forge/README.md +++ b/minecraft/java/forge/forge/README.md @@ -4,4 +4,12 @@ This will download the latest jar for a specific forge version. -this has a fix for the broken 1.7.10 and 1.8.9 versions forge has \ No newline at end of file +this has a fix for the broken 1.7.10 and 1.8.9 versions forge has + +## Server Ports +The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server. + + +| Port | default | +|-------|---------| +| Game | 25565 | \ No newline at end of file diff --git a/minecraft/java/ftb/README.md b/minecraft/java/ftb/README.md index cce1799e..fcf4d375 100644 --- a/minecraft/java/ftb/README.md +++ b/minecraft/java/ftb/README.md @@ -22,7 +22,7 @@ may not get updated with the correct ip address and port at first launch. Please restart the server after first launch to fix this.** ## Server Ports -The minecraft server requires a single port for access (default 25565) but some plugins may require extra ports to enabled for the server. +The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server. | Port | default | diff --git a/minecraft/java/purpur/README.md b/minecraft/java/purpur/README.md index e5f56597..59789e93 100644 --- a/minecraft/java/purpur/README.md +++ b/minecraft/java/purpur/README.md @@ -3,3 +3,11 @@ Purpur is a fork of Paper and Tuinity which provides new configuration options. See https://github.com/pl3xgaming/purpur for additional information. + +## Server Ports +The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server. + + +| Port | default | +|-------|---------| +| Game | 25565 | \ No newline at end of file diff --git a/minecraft/java/spongeforge/README.MD b/minecraft/java/spongeforge/README.MD index aaab3d9b..deedf5a3 100644 --- a/minecraft/java/spongeforge/README.MD +++ b/minecraft/java/spongeforge/README.MD @@ -4,6 +4,7 @@ SpongeForge is the implementation of the Sponge API on the Minecraft Forge platf ## Server Ports The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server. + | Port | default | |-------|---------| | Game | 25565 | \ No newline at end of file diff --git a/minecraft/java/technic/README.md b/minecraft/java/technic/README.md index 5e1f1426..05480aa7 100644 --- a/minecraft/java/technic/README.md +++ b/minecraft/java/technic/README.md @@ -9,9 +9,6 @@ If you are reading this it looks like you are looking to add an egg to your serv 4. Browse to the json file you saved earlier 5. Select what nest you want to put the egg in. 1. If you want a new nest you need to create it before importing the egg. -6. Restart the daemon on your node before creating a server using the new egg(s). - -# You must restart your daemon after importing an egg ## Technic Eggs diff --git a/minecraft/java/vanillacord/README.md b/minecraft/java/vanillacord/README.md index c5d91e0e..03b4b2c5 100644 --- a/minecraft/java/vanillacord/README.md +++ b/minecraft/java/vanillacord/README.md @@ -7,3 +7,11 @@ This uses [ME1312's fork](https://github.com/ME1312/VanillaCord) of VanillaCord ## Note: If you've set up Spigot, Paper or some other server with BungeeCord's IP forwarding you might know that you have to set online-mode to false. Due to the way that VanillaCord works this is not necessary with this Egg, you can (and should) leave online-mode as true. + +## Server Ports +The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server. + + +| Port | default | +|-------|---------| +| Game | 25565 | \ No newline at end of file