mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 07:52:56 +08:00
Consistency fixes mainly
Repairs consistency across these eggs and removes warning that was needed for the previous daemon system.
This commit is contained in:
parent
d0b308002a
commit
a5453609ad
@ -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.
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# Cuberite
|
||||
|
||||
A lightweight, fast and extensible game server for Minecraft
|
||||
|
||||
## Server Ports
|
||||
|
@ -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 |
|
@ -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
|
||||
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 |
|
@ -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 |
|
||||
|
@ -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 |
|
@ -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 |
|
@ -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
|
||||
|
||||
|
@ -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 |
|
Loading…
Reference in New Issue
Block a user