Merge pull request #2382 from gOOvER/removestock

remove stock eggs, since they are not syncd
This commit is contained in:
Michael (Parker) Parker 2023-07-22 13:55:43 -04:00 committed by GitHub
commit 5b6293cd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 155 deletions

View File

@ -1,5 +0,0 @@
# Stock Pterodactyl eggs
Eggs based on the stock [Pterodactyl eggs](https://github.com/pterodactyl/panel/tree/develop/database/Seeders/eggs).
These are mostly fixes that should make it into the main repo eventually as I pr them over.

View File

@ -1,13 +0,0 @@
# Minecraft
[Click here to go to the download page](https://github.com/pterodactyl/panel/tree/1.0-develop/database/Seeders/eggs/minecraft)
All the default minecraft things
## 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 |

View File

@ -1,21 +0,0 @@
# Rust
[Click here to go to the download page](https://github.com/pterodactyl/panel/tree/1.0-develop/database/Seeders/eggs/rust)
The only aim in Rust is to survive. To do this you will need to overcome struggles such as hunger, thirst and cold. Build a fire. Build a shelter. Kill animals for meat. Protect yourself from other players, and kill them for meat. Create alliances with other players and form a town. Do whatever it takes to survive.
## Minimum RAM warning
The server requires at least 4096MB to run properly.
This is mostly needed for the startup only, once it is running (depending on your world size) it should consume less.
## Server Ports
Ports required to run the server.
| Port | default |
|----------------|-----------|
| Game | 28015 UDP |
| RCON | 28016 TCP |
| Query | 28017 UDP |
| Rust+ App | 28082 TCP |

View File

@ -1,83 +0,0 @@
# Source-Engine
[Click here to go to the download page](https://github.com/pterodactyl/panel/tree/1.0-develop/database/Seeders/eggs/source-engine)
The Source Dedicated Server or SRCDS is a tool that runs the server component of a Source game without the client component. In other words, it simulates the game without drawing it.
This also covers games that are installed using the steamcmd utility.
## Server Ports
Many of these servers will require the steam query ports to be open for the server.
The default steam query port is 27015
## ARK Survival Evolved
### Port Requirements
The ARK server requires 4 ports minimum.
| Port | default |
|---------|---------|
| Game | 7777 |
| Game +1 | 7778 |
| Query | 27015 |
| RCON | 27020 |
Please note the server may not show up on steam game server lists due to this requirement if all ports are not set/added.
## Counter Strike: Global Offensive
Counter-Strike: Global Offensive (CS: GO) expands upon the team-based action gameplay that it pioneered when it was launched 19 years ago. CS: GO features new maps, characters, weapons, and game modes, and delivers updated versions of the classic CS content (de_dust2, etc.).
### Port Requirements
| Port | default |
|----------|---------|
| Game | 27015 |
## Custom Source Engine Game
This is a generic one size fit's all egg that supports srcds game servers.
This is not for games like Counter Strike 1.6 which is an HLDS title. See [HLDS server](game_eggs/steamcmd_servers/hlds_server)
### Port Requirements
| Port | default |
|----------|---------|
| Game | 27015 |
## Garry's Mod
Garry's Mod is a physics sandbox. There aren't any predefined aims or goals. We give you the tools and leave you to play.
### Port Requirements
| Port | default |
|----------|---------|
| Game | 27015 |
## Insurgency
Take to the streets for intense close quarters combat, where a team's survival depends upon securing crucial strongholds and destroying enemy supply in this multiplayer and cooperative Source Engine based experience.
### Port Requirements
| Port | default |
|----------|---------|
| Game | 27015 |
## Team Fortress 2
Nine distinct classes provide a broad range of tactical abilities and personalities. Constantly updated with new game modes, maps, equipment and, most importantly, hats!
### Port Requirements
| Port | default |
|----------|---------|
| Game | 27015 |

View File

@ -1,33 +0,0 @@
# Voice Servers
[Click here to go to the download page](https://github.com/pterodactyl/panel/tree/1.0-develop/database/Seeders/eggs/voice-servers)
## Mumble
Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.
### Required Server Ports
Mumble only requires a single port to run. The default is 64738
| Port | default |
|---------|---------|
| Game | 64738 |
## Teamspeak 3
Use crystal clear sound to communicate with your team mates cross-platform with military-grade security, lag-free performance & unparalleled reliability and uptime.
### Required Server Ports
Teamspeak 3 only requires a single port to run. The default is 9987
Other ports for ServerQuery and File Transfers are required for specific things.
| Port | default |
|---------|---------|
| Server | 9987 |
| Query | 10011 |
| Files | 30033 |
By default pteordactyl sets the query port to the same as the server port.