mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-04 09:13:17 +08:00
Merge pull request #1452 from lrmtheboss/markdown-formatting-changes
Markdown Formatting Fixes
This commit is contained in:
commit
d676dc85b6
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## General rules
|
## General rules
|
||||||
|
|
||||||
|
|
||||||
1. Keep it simple.
|
1. Keep it simple.
|
||||||
We don't need 8 miles of install script.
|
We don't need 8 miles of install script.
|
||||||
|
|
||||||
@ -14,35 +15,38 @@
|
|||||||
4. Don't be afraid to submit PR's to the egg repo.
|
4. Don't be afraid to submit PR's to the egg repo.
|
||||||
I don't bite. I will work with you on the egg and the required things to run it.
|
I don't bite. I will work with you on the egg and the required things to run it.
|
||||||
|
|
||||||
## Step 1.
|
## Step 1
|
||||||
|
|
||||||
#### Be aware of the pterodactyl install process.
|
### Be aware of the pterodactyl install process
|
||||||
|
|
||||||
The Pterodactyl install process is fairly simple once you know.
|
The Pterodactyl install process is fairly simple once you know.
|
||||||
|
|
||||||
|
```md
|
||||||
1. Spin up install container
|
1. Spin up install container
|
||||||
This uses a volume mount on /mnt/server for the server files.
|
This uses a volume mount on /mnt/server for the server files.
|
||||||
This can pull or set up all that is needed to run the server.
|
This can pull or set up all that is needed to run the server.
|
||||||
It is regularly used to just download the files required. Such as server files and configs.
|
It is regularly used to just download the files required. Such as server files and configs.
|
||||||
|
|
||||||
|
|
||||||
2. Stop install container
|
2. Stop install container
|
||||||
|
|
||||||
3. Start a new container with the server files in /home/container
|
3. Start a new container with the server files in /home/container
|
||||||
This is where the server is actually run.
|
This is where the server is actually run.
|
||||||
Any dependencies installed during the install process are gone.
|
Any dependencies installed during the install process are gone.
|
||||||
The container that is started should have everything you need.
|
The container that is started should have everything you need.
|
||||||
|
```
|
||||||
|
|
||||||
## Step 2.
|
## Step 2
|
||||||
|
|
||||||
#### Testing
|
### Testing
|
||||||
|
|
||||||
Make sure your install process is rock solid as I will be testing eggs before they ever hit my repo.
|
Make sure your install process is rock solid as I will be testing eggs before they ever hit my repo.
|
||||||
|
|
||||||
I will make suggestions and changes at will.
|
I will make suggestions and changes at will.
|
||||||
This is to maintain a clean repo that others can pull and be fully aware of what is being done.
|
This is to maintain a clean repo that others can pull and be fully aware of what is being done.
|
||||||
|
|
||||||
## Step 3.
|
## Step 3
|
||||||
|
|
||||||
#### Make a branch and do your work in there.
|
### Make a branch and do your work in there
|
||||||
|
|
||||||
I have been getting messy PR's due to people always PRing from their master branch. Please make a seperate branch and PR from there.
|
I have been getting messy PR's due to people always PRing from their master branch. Please make a seperate branch and PR from there.
|
||||||
|
59
README.md
59
README.md
@ -18,14 +18,14 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
5. Select what nest you want to put the egg in.
|
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.
|
1. If you want a new nest you need to create it before importing the egg.
|
||||||
|
|
||||||
# You must restart your daemon after importing an egg if you are using 0.7. This is not required on 1.X.
|
## You must restart your daemon after importing an egg if you are using 0.7. This is not required on 1.X
|
||||||
|
|
||||||
|
|
||||||
## Please read the CONTRIBUTING.md before submitting PRs
|
## Please read the CONTRIBUTING.md before submitting PRs
|
||||||
|
|
||||||
## [Bots](/bots)
|
## [Bots](/bots)
|
||||||
|
|
||||||
[Discord](/bots/discord)
|
[Discord](/bots/discord)
|
||||||
|
|
||||||
* [ATL Bot](/bots/discord/atlbot) Node JS
|
* [ATL Bot](/bots/discord/atlbot) Node JS
|
||||||
* [Bastion](/bots/discord/bastion) Node JS
|
* [Bastion](/bots/discord/bastion) Node JS
|
||||||
* [CorpBot](/bots/discord/corpbot) Python
|
* [CorpBot](/bots/discord/corpbot) Python
|
||||||
@ -43,43 +43,56 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
* [SinusBot](/bots/discord/sinusbot)
|
* [SinusBot](/bots/discord/sinusbot)
|
||||||
|
|
||||||
[Other](/bots/other)
|
[Other](/bots/other)
|
||||||
|
|
||||||
* [Big Brother Bot](/bots/other/bigbrotherbot)
|
* [Big Brother Bot](/bots/other/bigbrotherbot)
|
||||||
|
|
||||||
[Twitch](/bots/twitch)
|
[Twitch](/bots/twitch)
|
||||||
* [PhantomBot](/bots/twitch/phantombot)
|
|
||||||
* [SogeBot](/bots/twitch/sogebot)
|
* [PhantomBot](/bots/twitch/phantombot)
|
||||||
|
* [SogeBot](/bots/twitch/sogebot)
|
||||||
|
|
||||||
[TeamSpeak3](bots/teamspeak3)
|
[TeamSpeak3](bots/teamspeak3)
|
||||||
* [JTS3ServerMod](/bots/teamspeak3/jts3servermod)
|
|
||||||
|
* [JTS3ServerMod](/bots/teamspeak3/jts3servermod)
|
||||||
|
|
||||||
## [Database](/database)
|
## [Database](/database)
|
||||||
|
|
||||||
### In-Memory Databases
|
### In-Memory Databases
|
||||||
|
|
||||||
[Redis](/database/redis)
|
[Redis](/database/redis)
|
||||||
|
|
||||||
* [Redis 5](/database/redis/redis-5)
|
* [Redis 5](/database/redis/redis-5)
|
||||||
* [Redis 6](/database/redis/redis-6)
|
* [Redis 6](/database/redis/redis-6)
|
||||||
|
|
||||||
### noSQL
|
### noSQL
|
||||||
|
|
||||||
* [mongoDB](/database/nosql/mongodb)
|
* [mongoDB](/database/nosql/mongodb)
|
||||||
|
|
||||||
### SQL Databases
|
### SQL Databases
|
||||||
|
|
||||||
* [MariaDB](/database/sql/mariadb)
|
* [MariaDB](/database/sql/mariadb)
|
||||||
* [PostgreSQL](/database/sql/postgres)
|
* [PostgreSQL](/database/sql/postgres)
|
||||||
|
|
||||||
## [Voice Servers](/voice_servers)
|
## [Voice Servers](/voice_servers)
|
||||||
|
|
||||||
* [Lavalink](/voice_servers/lavalink)
|
* [Lavalink](/voice_servers/lavalink)
|
||||||
* [TeaSpeak](/voice_servers/teaspeak)
|
* [TeaSpeak](/voice_servers/teaspeak)
|
||||||
* [TS3-Manager](/voice_servers/ts3_manager)
|
* [TS3-Manager](/voice_servers/ts3_manager)
|
||||||
|
|
||||||
## [Game Eggs](/game_eggs)
|
## [Game Eggs](/game_eggs)
|
||||||
|
|
||||||
[Among Us](game_eggs/among_us)
|
[Among Us](game_eggs/among_us)
|
||||||
|
|
||||||
* [Impostor Server](game_eggs/among_us/impostor_server)
|
* [Impostor Server](game_eggs/among_us/impostor_server)
|
||||||
* [CrewLink Server](game_eggs/among_us/crewlink_server)
|
* [CrewLink Server](game_eggs/among_us/crewlink_server)
|
||||||
|
|
||||||
[BeamNG.drive](game_eggs/beamng)
|
[BeamNG.drive](game_eggs/beamng)
|
||||||
|
|
||||||
* [BeamMP Server](game_eggs/beamng/beammp)
|
* [BeamMP Server](game_eggs/beamng/beammp)
|
||||||
* [KissMP](game_eggs/beamng/kissmp)
|
* [KissMP](game_eggs/beamng/kissmp)
|
||||||
|
|
||||||
[ClassiCube](game_eggs/classicube)
|
[ClassiCube](game_eggs/classicube)
|
||||||
|
|
||||||
* [MCGalaxy](game_eggs/classicube/mcgalaxy)
|
* [MCGalaxy](game_eggs/classicube/mcgalaxy)
|
||||||
|
|
||||||
[Call of Duty 4X](game_eggs/cod/cod4x)
|
[Call of Duty 4X](game_eggs/cod/cod4x)
|
||||||
@ -89,10 +102,12 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
[FTL: Tachyon](game_eggs/ftl/tachyon)
|
[FTL: Tachyon](game_eggs/ftl/tachyon)
|
||||||
|
|
||||||
[Factorio](game_eggs/factorio)
|
[Factorio](game_eggs/factorio)
|
||||||
|
|
||||||
* [Vanilla](game_eggs/factorio/factorio)
|
* [Vanilla](game_eggs/factorio/factorio)
|
||||||
* [ModUpdate](game_eggs/factorio/factorio-modupdate)
|
* [ModUpdate](game_eggs/factorio/factorio-modupdate)
|
||||||
|
|
||||||
[Grand Theft Auto](game_eggs/gta)
|
[Grand Theft Auto](game_eggs/gta)
|
||||||
|
|
||||||
* GTA V
|
* GTA V
|
||||||
* [FiveM](game_eggs/gta/fivem)
|
* [FiveM](game_eggs/gta/fivem)
|
||||||
* [RageMP](game_eggs/gta/ragemp)
|
* [RageMP](game_eggs/gta/ragemp)
|
||||||
@ -106,15 +121,19 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
* [GTAC](game_eggs/gta/gtac)
|
* [GTAC](game_eggs/gta/gtac)
|
||||||
|
|
||||||
[Mindustry](game_eggs/mindustry)
|
[Mindustry](game_eggs/mindustry)
|
||||||
* [Mindustry](game_eggs/mindustry/mindustry)
|
|
||||||
|
* [Mindustry](game_eggs/mindustry/mindustry)
|
||||||
|
|
||||||
[League Sandbox](game_eggs/leaguesandbox)
|
[League Sandbox](game_eggs/leaguesandbox)
|
||||||
* [League Sandbox](game_eggs/leaguesandbox/leaguesandbox)
|
|
||||||
|
* [League Sandbox](game_eggs/leaguesandbox/leaguesandbox)
|
||||||
|
|
||||||
[Minetest](game_eggs/minetest) (including MTG)
|
[Minetest](game_eggs/minetest) (including MTG)
|
||||||
* [Minetest](game_eggs/minetest/minetest)
|
|
||||||
|
* [Minetest](game_eggs/minetest/minetest)
|
||||||
|
|
||||||
[Minecraft](game_eggs/minecraft)
|
[Minecraft](game_eggs/minecraft)
|
||||||
|
|
||||||
* [Bedrock](game_eggs/minecraft/bedrock) Servers for Bedrock Minecraft (Windows 10, mobile, console)
|
* [Bedrock](game_eggs/minecraft/bedrock) Servers for Bedrock Minecraft (Windows 10, mobile, console)
|
||||||
* [Bedrock](game_eggs/minecraft/bedrock/bedrock)
|
* [Bedrock](game_eggs/minecraft/bedrock/bedrock)
|
||||||
* [gomint](game_eggs/minecraft/bedrock/gomint)
|
* [gomint](game_eggs/minecraft/bedrock/gomint)
|
||||||
@ -154,17 +173,21 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
* [Waterdog](game_eggs/minecraft/proxy/cross_platform/waterdog)
|
* [Waterdog](game_eggs/minecraft/proxy/cross_platform/waterdog)
|
||||||
|
|
||||||
[OpenArena](game_eggs/openarena)
|
[OpenArena](game_eggs/openarena)
|
||||||
* [openarena](game_eggs/openarena/openarena)
|
|
||||||
|
* [openarena](game_eggs/openarena/openarena)
|
||||||
|
|
||||||
[OpenRA](game_eggs/openra)
|
[OpenRA](game_eggs/openra)
|
||||||
|
|
||||||
* [OpenRA Dune2000](game_eggs/openra/openra_dune2000)
|
* [OpenRA Dune2000](game_eggs/openra/openra_dune2000)
|
||||||
* [OpenRA Red Alert](game_eggs/openra/openra_red_alert)
|
* [OpenRA Red Alert](game_eggs/openra/openra_red_alert)
|
||||||
* [OpenRA Tiberian Dawn](game_eggs/openra/openra_tiberian_dawn)
|
* [OpenRA Tiberian Dawn](game_eggs/openra/openra_tiberian_dawn)
|
||||||
|
|
||||||
[Red Dead Redemption](game_eggs/rdr)
|
[Red Dead Redemption](game_eggs/rdr)
|
||||||
|
|
||||||
* [RedM](game_eggs/rdr/redm)
|
* [RedM](game_eggs/rdr/redm)
|
||||||
|
|
||||||
[SteamCMD Servers](game_eggs/steamcmd_servers) These eggs use SteamCMD to install
|
[SteamCMD Servers](game_eggs/steamcmd_servers) These eggs use SteamCMD to install
|
||||||
|
|
||||||
* [7 Days to Die](game_eggs/steamcmd_servers/7_days_to_die)
|
* [7 Days to Die](game_eggs/steamcmd_servers/7_days_to_die)
|
||||||
* [ARK: Survival Evolved](game_eggs/steamcmd_servers/ark_survival_evolved)
|
* [ARK: Survival Evolved](game_eggs/steamcmd_servers/ark_survival_evolved)
|
||||||
* [Arma](game_eggs/steamcmd_servers/arma)
|
* [Arma](game_eggs/steamcmd_servers/arma)
|
||||||
@ -221,9 +244,11 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
* [Valheim Plus Mod](game_eggs/steamcmd_servers/valheim/valheim_plus)
|
* [Valheim Plus Mod](game_eggs/steamcmd_servers/valheim/valheim_plus)
|
||||||
|
|
||||||
[Teeworlds](game_eggs/teeworlds)
|
[Teeworlds](game_eggs/teeworlds)
|
||||||
|
|
||||||
* [Teeworlds](game_eggs/teeworlds/teeworlds)
|
* [Teeworlds](game_eggs/teeworlds/teeworlds)
|
||||||
|
|
||||||
[Terraria](game_eggs/terraria)
|
[Terraria](game_eggs/terraria)
|
||||||
|
|
||||||
* [Vanilla](game_eggs/terraria/vanilla)
|
* [Vanilla](game_eggs/terraria/vanilla)
|
||||||
* [tModLoader](game_eggs/terraria/tmodloader)
|
* [tModLoader](game_eggs/terraria/tmodloader)
|
||||||
* [TShock](game_eggs/terraria/tshock)
|
* [TShock](game_eggs/terraria/tshock)
|
||||||
@ -241,23 +266,39 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
[Xonotic](game_eggs/xonotic/xonotic)
|
[Xonotic](game_eggs/xonotic/xonotic)
|
||||||
|
|
||||||
## [Monitoring](/monitoring/)
|
## [Monitoring](/monitoring/)
|
||||||
|
|
||||||
### Prometheus
|
### Prometheus
|
||||||
|
|
||||||
* [Prometheus](/monitoring/prometheus)
|
* [Prometheus](/monitoring/prometheus)
|
||||||
|
|
||||||
## [Storage](/storage/)
|
## [Storage](/storage/)
|
||||||
|
|
||||||
### S3 Storage
|
### S3 Storage
|
||||||
|
|
||||||
* [minio](/storage/minio)
|
* [minio](/storage/minio)
|
||||||
|
|
||||||
## [Software](/software/)
|
## [Software](/software/)
|
||||||
|
|
||||||
### Code Server
|
### Code Server
|
||||||
|
|
||||||
* [Code-Server](/software/code-server)
|
* [Code-Server](/software/code-server)
|
||||||
|
|
||||||
### Elasticsearch
|
### Elasticsearch
|
||||||
|
|
||||||
* [Elasticsearch](/software/elasticsearch)
|
* [Elasticsearch](/software/elasticsearch)
|
||||||
|
|
||||||
### Gitea
|
### Gitea
|
||||||
|
|
||||||
* [Gitea](/software/gitea)
|
* [Gitea](/software/gitea)
|
||||||
|
|
||||||
### Grafana
|
### Grafana
|
||||||
|
|
||||||
* [Grafana](/software/grafana)
|
* [Grafana](/software/grafana)
|
||||||
|
|
||||||
### haste-server
|
### haste-server
|
||||||
|
|
||||||
* [haste-server](/software/haste-server)
|
* [haste-server](/software/haste-server)
|
||||||
|
|
||||||
### RabbitMQ
|
### RabbitMQ
|
||||||
|
|
||||||
* [rabbitmq](/software/rabbitmq)
|
* [rabbitmq](/software/rabbitmq)
|
||||||
|
@ -1,56 +1,69 @@
|
|||||||
# Discord Bots
|
# Discord Bots
|
||||||
|
|
||||||
### Some of these bots support other services but are primarily Discord bots
|
## Some of these bots support other services but are primarily Discord bots
|
||||||
|
|
||||||
|
### [ATLauncher Discord Bot](atlbot)
|
||||||
|
|
||||||
#### ATLauncher Discord Bot
|
|
||||||
[ATLauncher/discord-bot](https://github.com/ATLauncher/discord-bot)
|
[ATLauncher/discord-bot](https://github.com/ATLauncher/discord-bot)
|
||||||
Their github has all the info you need
|
Their github has all the info you need
|
||||||
|
|
||||||
#### Bastion
|
### [Bastion](bastion)
|
||||||
|
|
||||||
[TheBastionBot/Bastion](https://github.com/TheBastionBot/Bastion)
|
[TheBastionBot/Bastion](https://github.com/TheBastionBot/Bastion)
|
||||||
Give awesome perks to your Discord server!
|
Give awesome perks to your Discord server!
|
||||||
|
|
||||||
### Corpbot
|
### [Corpbot](corpbot)
|
||||||
|
|
||||||
[corpnewt/CorpBot.py](https://github.com/corpnewt/CorpBot.py)
|
[corpnewt/CorpBot.py](https://github.com/corpnewt/CorpBot.py)
|
||||||
A very clumsy python bot for discord
|
A very clumsy python bot for discord
|
||||||
|
|
||||||
#### DiscordJS
|
### [DiscordJS](discord.js)
|
||||||
|
|
||||||
[discord.js](https://discord.js.org/)
|
[discord.js](https://discord.js.org/)
|
||||||
A generic discord.js egg for running discord bots.
|
A generic discord.js egg for running discord bots.
|
||||||
|
|
||||||
#### DiscordPY
|
### [DiscordPY](discord.py)
|
||||||
|
|
||||||
[discord.py](https://discordpy.readthedocs.io/en/latest/)
|
[discord.py](https://discordpy.readthedocs.io/en/latest/)
|
||||||
A generic discord.py egg for running discord bots.
|
A generic discord.py egg for running discord bots.
|
||||||
|
|
||||||
#### discordgo
|
### [discordgo](discordgo)
|
||||||
|
|
||||||
[discordgo](https://github.com/bwmarrin/discordgo)
|
[discordgo](https://github.com/bwmarrin/discordgo)
|
||||||
A generic go application egg.
|
A generic go application egg.
|
||||||
|
|
||||||
#### FragBot
|
### [FragBot](fragbot)
|
||||||
|
|
||||||
[fragforce/fragbot](https://github.com/fragforce/fragbot)
|
[fragforce/fragbot](https://github.com/fragforce/fragbot)
|
||||||
The bot that runs as the fragforce `@Fragbot` offering looking-for-group services for now
|
The bot that runs as the fragforce `@Fragbot` offering looking-for-group services for now
|
||||||
|
|
||||||
#### MusicBot
|
### [JMusicBot](jmusicbot)
|
||||||
|
|
||||||
[jagrosh/MusicBot](https://github.com/jagrosh/MusicBot)
|
[jagrosh/MusicBot](https://github.com/jagrosh/MusicBot)
|
||||||
A Discord music bot that's easy to set up and run yourself!
|
A Discord music bot that's easy to set up and run yourself!
|
||||||
|
|
||||||
#### nodemon
|
### [nodemon](nodemon.js)
|
||||||
|
|
||||||
[nodemon](https://nodemon.io/)
|
[nodemon](https://nodemon.io/)
|
||||||
A nodemon javascript egg for running and automatically restarting the node application when file changes in the directory are detected
|
A nodemon javascript egg for running and automatically restarting the node application when file changes in the directory are detected
|
||||||
|
|
||||||
#### parkertron
|
### [parkertron](parkertron)
|
||||||
|
|
||||||
[parkervcp/parkertron](https://github.com/parkervcp/parkertron)
|
[parkervcp/parkertron](https://github.com/parkervcp/parkertron)
|
||||||
The bot that runs as the pterodactyl `@Support Bot`
|
The bot that runs as the pterodactyl `@Support Bot`
|
||||||
|
|
||||||
#### PixelBot
|
### [PixelBot](pixelbot)
|
||||||
|
|
||||||
[possatti/pixelbot](https://github.com/possatti/pixelbot)
|
[possatti/pixelbot](https://github.com/possatti/pixelbot)
|
||||||
No longer actively developed.
|
No longer actively developed.
|
||||||
Was used to test python services.
|
Was used to test python services.
|
||||||
|
|
||||||
### RedBot
|
### [RedBot](redbot)
|
||||||
|
|
||||||
[Cog-Creators/Red-DiscordBot](https://github.com/Cog-Creators/Red-DiscordBot)
|
[Cog-Creators/Red-DiscordBot](https://github.com/Cog-Creators/Red-DiscordBot)
|
||||||
A multifunction Discord bot
|
A multifunction Discord bot
|
||||||
|
|
||||||
#### SinusBot
|
### [SinusBot](sinusbot)
|
||||||
|
|
||||||
[SinusBot](https://www.sinusbot.com/)
|
[SinusBot](https://www.sinusbot.com/)
|
||||||
Please Check their site for an in depth on the bot.
|
Please Check their site for an in depth on the bot.
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# ATLBot
|
# ATLBot
|
||||||
### Their [Github](https://github.com/ATLauncher/discord-bot)
|
|
||||||
|
## Their [Github](https://github.com/ATLauncher/discord-bot)
|
||||||
|
|
||||||
This is the code for our Discord bot which runs on the official ATLauncher Discord server
|
This is the code for our Discord bot which runs on the official ATLauncher Discord server
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
There are no ports required for the atl bot
|
There are no ports required for the atl bot
|
@ -1,13 +1,18 @@
|
|||||||
# Bastion
|
# Bastion
|
||||||
### From their [Github](https://github.com/TheBastionBot/Bastion)
|
|
||||||
|
## From their [Github](https://github.com/TheBastionBot/Bastion)
|
||||||
|
|
||||||
Give awesome perks to your Discord server!
|
Give awesome perks to your Discord server!
|
||||||
|
|
||||||
### Install notes
|
## Install notes
|
||||||
|
|
||||||
Due to rate limiting the console on the panel cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log.
|
Due to rate limiting the console on the panel cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log.
|
||||||
|
|
||||||
## Running the bot
|
## Running the bot
|
||||||
|
|
||||||
You need to enable both `Privileged Gateway Intents` for the bot to run.
|
You need to enable both `Privileged Gateway Intents` for the bot to run.
|
||||||
Enable this from `https://discord.com/developers/applications/<applicationid>/bot`
|
Enable this from `https://discord.com/developers/applications/<applicationid>/bot`
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
No Ports are required for the bastion bot.
|
No Ports are required for the bastion bot.
|
@ -1,8 +1,11 @@
|
|||||||
# CorpBot.py
|
# CorpBot.py
|
||||||
### From their [Github](https://github.com/corpnewt/CorpBot.py)
|
|
||||||
|
## From their [Github](https://github.com/corpnewt/CorpBot.py)
|
||||||
|
|
||||||
A very clumsy python bot for discord
|
A very clumsy python bot for discord
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
No ports are required to run CorpBot. You can assign a random port to the bot.
|
No ports are required to run CorpBot. You can assign a random port to the bot.
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Deno generic
|
# Deno generic
|
||||||
|
|
||||||
### From their [site](https://deno.land/)
|
## From their [site](https://deno.land/)
|
||||||
|
|
||||||
This egg is designed to run any generic Deno application, allowing users to pull their own Deno discord bot from a Github repository.
|
This egg is designed to run any generic Deno application, allowing users to pull their own Deno discord bot from a Github repository.
|
||||||
|
|
||||||
@ -9,11 +9,13 @@ There is an option to allow a user to upload their own files to run a server.
|
|||||||
The startup configs and commands may need changing to actually function properly.
|
The startup configs and commands may need changing to actually function properly.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
||||||
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
||||||
|
|
||||||
You can use arrays to have multiple different values when different bots are being used
|
You can use arrays to have multiple different values when different bots are being used
|
||||||
```
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"done":[
|
"done":[
|
||||||
"change this text 1",
|
"change this text 1",
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# discord.java generic
|
# discord.java generic
|
||||||
|
|
||||||
This egg is designed to run any generic Java application, allowing users to pull their own Java discord bot from a Github repository.
|
This egg is designed to run any generic Java application, allowing users to pull their own Java discord bot from a Github repository.
|
||||||
|
|
||||||
There is an option to allow a user to upload their own files to run a bot.
|
There is an option to allow a user to upload their own files to run a bot.
|
||||||
@ -6,11 +7,13 @@ There is an option to allow a user to upload their own files to run a bot.
|
|||||||
The startup configs and commands may need changing to actually function properly.
|
The startup configs and commands may need changing to actually function properly.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
||||||
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
||||||
|
|
||||||
You can use arrays to have multiple different values when different bots are being used
|
You can use arrays to have multiple different values when different bots are being used
|
||||||
```
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"done":[
|
"done":[
|
||||||
"change this text 1",
|
"change this text 1",
|
||||||
|
@ -7,11 +7,13 @@ There is an option to allow a user to upload their own files to run a bot.
|
|||||||
The startup configs and commands may need changing to actually function properly.
|
The startup configs and commands may need changing to actually function properly.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
||||||
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
||||||
|
|
||||||
You can use arrays to have multiple different values when different bots are being used
|
You can use arrays to have multiple different values when different bots are being used
|
||||||
```
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"done":[
|
"done":[
|
||||||
"change this text 1",
|
"change this text 1",
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# discord.py generic
|
# discord.py generic
|
||||||
|
|
||||||
This egg is designed to run any generic Python application, allowing users to pull their own Python discord bot from a Github repository.
|
This egg is designed to run any generic Python application, allowing users to pull their own Python discord bot from a Github repository.
|
||||||
|
|
||||||
There is an option to allow a user to upload their own files to run a bot.
|
There is an option to allow a user to upload their own files to run a bot.
|
||||||
@ -6,11 +7,13 @@ There is an option to allow a user to upload their own files to run a bot.
|
|||||||
The startup configs and commands may need changing to actually function properly.
|
The startup configs and commands may need changing to actually function properly.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
||||||
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
||||||
|
|
||||||
You can use arrays to have multiple different values when different bots are being used
|
You can use arrays to have multiple different values when different bots are being used
|
||||||
```
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"done":[
|
"done":[
|
||||||
"change this text 1",
|
"change this text 1",
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# discordgo generic
|
# discordgo generic
|
||||||
|
|
||||||
This egg is designed to run any generic Golang application, allowing users to pull their own Golang discord bot from a Github repository.
|
This egg is designed to run any generic Golang application, allowing users to pull their own Golang discord bot from a Github repository.
|
||||||
|
|
||||||
The startup configs and commands may need changing to actually function properly.
|
The startup configs and commands may need changing to actually function properly.
|
||||||
@ -9,11 +10,13 @@ Users cannot upload their own code as this is built to build the resulting bot.
|
|||||||
`EXECUTABLE` is the variable for the executable that is built i.e. `ddg-ng`
|
`EXECUTABLE` is the variable for the executable that is built i.e. `ddg-ng`
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
||||||
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
||||||
|
|
||||||
You can use arrays to have multiple different values when different bots are being used
|
You can use arrays to have multiple different values when different bots are being used
|
||||||
```
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"done":[
|
"done":[
|
||||||
"change this text 1",
|
"change this text 1",
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
# fragbot
|
# fragbot
|
||||||
### Their [Github](https://github.com/fragforce/fragbot)
|
|
||||||
|
## Their [Github](https://github.com/fragforce/fragbot)
|
||||||
|
|
||||||
The golang based discord bot for fragforce.
|
The golang based discord bot for fragforce.
|
||||||
|
|
||||||
Runs the fragforce `@fragbot`
|
Runs the fragforce `@fragbot`
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
There are no ports required for fragbot
|
There are no ports required for fragbot
|
@ -1,6 +1,9 @@
|
|||||||
# JMusicBot
|
# JMusicBot
|
||||||
|
|
||||||
___
|
___
|
||||||
### Authors / Contributors
|
|
||||||
|
## Authors / Contributors
|
||||||
|
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
<table>
|
<table>
|
||||||
@ -51,7 +54,9 @@ ___
|
|||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
___
|
___
|
||||||
### Bot Description & Features
|
|
||||||
|
## Bot Description & Features
|
||||||
|
|
||||||
From the developer's [Github](https://github.com/jagrosh/MusicBot):
|
From the developer's [Github](https://github.com/jagrosh/MusicBot):
|
||||||
> A Discord music bot that's easy to set up and run yourself!
|
> A Discord music bot that's easy to set up and run yourself!
|
||||||
|
|
||||||
@ -65,15 +70,23 @@ From the developer's [Github](https://github.com/jagrosh/MusicBot):
|
|||||||
- Supports many online radio/streams
|
- Supports many online radio/streams
|
||||||
- Supports local files
|
- Supports local files
|
||||||
- Playlist support (both web/youtube, and local)
|
- Playlist support (both web/youtube, and local)
|
||||||
|
|
||||||
___
|
___
|
||||||
### Configuration
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
- If you can, edit the Startup Variables before starting the bot, because otherwise it will fail to start.
|
- If you can, edit the Startup Variables before starting the bot, because otherwise it will fail to start.
|
||||||
- Most settings found in `config.txt` can be edited via the Startup Variables. Advanced settings not listed can still be edited manually via the File Manager. Available Startup Variables will take precedent over manual edits.
|
- Most settings found in `config.txt` can be edited via the Startup Variables. Advanced settings not listed can still be edited manually via the File Manager. Available Startup Variables will take precedent over manual edits.
|
||||||
|
|
||||||
___
|
___
|
||||||
### Server Ports
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
There are no ports required for JMusicBot.
|
There are no ports required for JMusicBot.
|
||||||
___
|
___
|
||||||
### Updating
|
|
||||||
|
## Updating
|
||||||
|
|
||||||
Re-Installing the server via the panel will do the following:
|
Re-Installing the server via the panel will do the following:
|
||||||
|
|
||||||
1. Update the bot to the latest version.
|
1. Update the bot to the latest version.
|
||||||
|
@ -11,11 +11,13 @@ There is an option to allow a user to upload their own files to run a bot.
|
|||||||
The startup configs and commands may need changing to actually function properly.
|
The startup configs and commands may need changing to actually function properly.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
The server will be stuck as `starting` until the egg Start Configuration is modified. You have to edit the text to match something your bot will print for Pterodactyl panel to detect it as running.
|
||||||
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
![image](https://user-images.githubusercontent.com/10975908/126516861-c5cb4630-9f25-405c-8199-97bf5ec15a7f.png)
|
||||||
|
|
||||||
You can use arrays to have multiple different values when different bots are being used
|
You can use arrays to have multiple different values when different bots are being used
|
||||||
```
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"done":[
|
"done":[
|
||||||
"change this text 1",
|
"change this text 1",
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
# parkertron
|
# parkertron
|
||||||
### Their [Github](https://github.com/parkervcp/parkertron)
|
|
||||||
|
## Their [Github](https://github.com/parkervcp/parkertron)
|
||||||
|
|
||||||
Purely a chatbot. Not even a smart one.
|
Purely a chatbot. Not even a smart one.
|
||||||
|
|
||||||
Runs the Pterodactyl `@support bot`
|
Runs the Pterodactyl `@support bot`
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
There are no ports required for parkertron
|
There are no ports required for parkertron
|
@ -1,9 +1,13 @@
|
|||||||
# pixelbot
|
# pixelbot
|
||||||
### Their [Github](https://github.com/possatti/pixelbot)
|
|
||||||
|
## Their [Github](https://github.com/possatti/pixelbot)
|
||||||
|
|
||||||
Bot for pixelcanvas.io
|
Bot for pixelcanvas.io
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
There are no ports required for pixelbot
|
There are no ports required for pixelbot
|
||||||
|
|
||||||
### Side notes
|
## Side notes
|
||||||
|
|
||||||
This was to make sure the parkervcp/images:python 3 image worked.
|
This was to make sure the parkervcp/images:python 3 image worked.
|
@ -1,16 +1,20 @@
|
|||||||
# Red-DiscordBot
|
# Red-DiscordBot
|
||||||
### From their [Github](https://github.com/Cog-Creators/Red-DiscordBot)
|
|
||||||
|
## From their [Github](https://github.com/Cog-Creators/Red-DiscordBot)
|
||||||
|
|
||||||
A multifunction Discord bot
|
A multifunction Discord bot
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
No port are required to run Red.
|
No port are required to run Red.
|
||||||
|
|
||||||
if you want to use the internal Lavalink Server, you need to allocate port 2333 as primary
|
if you want to use the internal Lavalink Server, you need to allocate port 2333 as primary
|
||||||
|
|
||||||
### Additional Requirements
|
## Additional Requirements
|
||||||
|
|
||||||
When using the Audio Cog the bot will attempt to save files to /tmp resulting in a disk space error. You may also see this same error when attempting to install a cog, due to pip using /tmp to build the requirements. To resolve this error you must increase the size of `tmpfs` using custom container policy.
|
When using the Audio Cog the bot will attempt to save files to /tmp resulting in a disk space error. You may also see this same error when attempting to install a cog, due to pip using /tmp to build the requirements. To resolve this error you must increase the size of `tmpfs` using custom container policy.
|
||||||
|
|
||||||
For additional details see:
|
For additional details see:
|
||||||
https://pterodactyl.io/wings/1.0/configuration.html#other-values
|
<https://pterodactyl.io/wings/1.0/configuration.html#other-values>
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,15 +1,19 @@
|
|||||||
# SinusBot
|
# SinusBot
|
||||||
### Their [Site](https://www.sinusbot.com/)
|
|
||||||
|
## Their [Site](https://www.sinusbot.com/)
|
||||||
|
|
||||||
Listen to your favorite music together with all of your friends
|
Listen to your favorite music together with all of your friends
|
||||||
|
|
||||||
Welcome the Simple, Elegant & great sounding TS3- and Discord-Bot!
|
Welcome the Simple, Elegant & great sounding TS3- and Discord-Bot!
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
1 port is required to run SinusBot.
|
1 port is required to run SinusBot.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 8087 |
|
| Game | 8087 |
|
||||||
|
|
||||||
### Side notes
|
## Side notes
|
||||||
|
|
||||||
This uses a custom image.
|
This uses a custom image.
|
@ -1,8 +1,11 @@
|
|||||||
# Big Brother Bot
|
# Big Brother Bot
|
||||||
### From their [Github](https://github.com/BigBrotherBot/big-brother-bot)
|
|
||||||
|
## From their [Github](https://github.com/BigBrotherBot/big-brother-bot)
|
||||||
|
|
||||||
Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more
|
Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
No ports are required to run Big Brother Bot. You can assign a random port to the bot.
|
No ports are required to run Big Brother Bot. You can assign a random port to the bot.
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# TeamSpeak3 Bots
|
# TeamSpeak3 Bots
|
||||||
|
|
||||||
### Some of these bots support other services but are primarily TeamSpeak3 bots
|
## Some of these bots support other services but are primarily TeamSpeak3 bots
|
||||||
|
|
||||||
|
### [JTS3ServerMod](jts3servermod)
|
||||||
|
|
||||||
#### JTS3ServerMod
|
|
||||||
[JTS3ServerMod](https://www.stefan1200.de/forum/index.php?topic=2.0)
|
[JTS3ServerMod](https://www.stefan1200.de/forum/index.php?topic=2.0)
|
||||||
Please Check their site for an in depth on the bot.
|
Please Check their site for an in depth on the bot.
|
@ -1,6 +1,15 @@
|
|||||||
# Twitch Bots
|
# Twitch Bots
|
||||||
|
|
||||||
### Some of these bots support other services but are primarily Twitch bots
|
## Some of these bots support other services but are primarily Twitch bots
|
||||||
|
|
||||||
#### PhantomBot [Homepage](https://phantombot.github.io/PhantomBot/) [Egg](/bots/twitch/phantombot/)
|
### [PhantomBot](phantombot)
|
||||||
#### sogeBot [Homepage](https://sogebot.xyz) [Egg](/bots/twitch/sogebots/)
|
|
||||||
|
[Website](https://phantombot.github.io/PhantomBot/)
|
||||||
|
[GitHub](https://github.com/phantombot/PhantomBot)
|
||||||
|
PhantomBot is an actively developed open source interactive Twitch bot with a vibrant community that provides entertainment and moderation for your channel, allowing you to focus on what matters the most to you - your game and your viewers.
|
||||||
|
|
||||||
|
### [SogeBot](sogebot)
|
||||||
|
|
||||||
|
[Website](https://sogebot.xyz)
|
||||||
|
[GitHub](https://github.com/sogebot/sogeBot)
|
||||||
|
Free Twitch Bot built on Node.js
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# PhantomBot
|
# PhantomBot
|
||||||
### Their [Site](https://phantombot.github.io/PhantomBot/)
|
|
||||||
PhantomBot is an actively developed open source interactive Twitch bot
|
|
||||||
with a vibrant community that provides entertainment and moderation for your channel,
|
|
||||||
allowing you to focus on what matters the most to you - your game and your viewers.
|
|
||||||
|
|
||||||
### Server Ports
|
[WebSite](https://phantombot.github.io/PhantomBot/)
|
||||||
|
[GitHub](https://github.com/phantombot/PhantomBot)
|
||||||
|
PhantomBot is an actively developed open source interactive Twitch bot with a vibrant community that provides entertainment and moderation for your channel, allowing you to focus on what matters the most to you - your game and your viewers.
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
3 ports are required to run PhantomBot.
|
3 ports are required to run PhantomBot.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
@ -13,7 +14,8 @@ allowing you to focus on what matters the most to you - your game and your viewe
|
|||||||
| YoutubeSocketServer | 25003 |
|
| YoutubeSocketServer | 25003 |
|
||||||
| PanelSocketServer | 25004 |
|
| PanelSocketServer | 25004 |
|
||||||
|
|
||||||
# NOTES
|
### NOTES
|
||||||
|
|
||||||
You need to define one main port and the other 2 port need to be +3 and +4!
|
You need to define one main port and the other 2 port need to be +3 and +4!
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
# SogeBot
|
# SogeBot
|
||||||
### Their [Site](https://www.sogebot.xyz)
|
|
||||||
sogeBot is an actively developed open source interactive Twitch bot that provides entertainment and moderation for your channel,
|
|
||||||
allowing you to focus on what matters the most to you - your game and your viewers.
|
|
||||||
|
|
||||||
### Server Ports
|
[Website](https://sogebot.xyz)
|
||||||
|
[GitHub](https://github.com/sogebot/sogeBot)
|
||||||
|
Free Twitch Bot built on Node.js
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
1 port is required to run sogeBot.
|
1 port is required to run sogeBot.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------------------|---------|
|
|---------------------|---------|
|
||||||
| Game (HTTP Server) | 20000 |
|
| Game (HTTP Server) | 20000 |
|
||||||
|
|
||||||
#NOTES
|
## NOTES
|
||||||
|
|
||||||
The installation take a long time, because a lot of things must be compiled. It can take 5 or more minutes !!!
|
The installation take a long time, because a lot of things must be compiled. It can take 5 or more minutes !!!
|
||||||
|
@ -1,16 +1,23 @@
|
|||||||
# databases
|
# databases
|
||||||
|
|
||||||
## In-Memory Databases
|
## In-Memory Databases
|
||||||
|
|
||||||
### [redis](/redis/)
|
### [redis](/redis/)
|
||||||
|
|
||||||
https://redis.io/
|
https://redis.io/
|
||||||
|
|
||||||
## NoSQL
|
## NoSQL
|
||||||
|
|
||||||
### [mongodb](/nosql/mongodb/)
|
### [mongodb](/nosql/mongodb/)
|
||||||
|
|
||||||
https://www.mongodb.com/
|
https://www.mongodb.com/
|
||||||
|
|
||||||
## SQL Databases
|
## SQL Databases
|
||||||
|
|
||||||
### [mariadb](/sql/mariadb/)
|
### [mariadb](/sql/mariadb/)
|
||||||
|
|
||||||
https://mariadb.org/
|
https://mariadb.org/
|
||||||
|
|
||||||
### [postgres](/sql/postgres/)
|
### [postgres](/sql/postgres/)
|
||||||
|
|
||||||
https://www.postgresql.org/
|
https://www.postgresql.org/
|
@ -1,12 +1,15 @@
|
|||||||
# mongoDB
|
# mongoDB
|
||||||
### From their [Website](https://www.mongodb.com/)
|
|
||||||
|
## From their [Website](https://www.mongodb.com/)
|
||||||
|
|
||||||
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
|
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
|
||||||
|
|
||||||
### Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
MongoDB requires approximately 1GB of RAM per 100.000 assets. If the system has to start swapping memory to disk, this will have a severely negative impact on performance, and should be avoided.
|
MongoDB requires approximately 1GB of RAM per 100.000 assets. If the system has to start swapping memory to disk, this will have a severely negative impact on performance, and should be avoided.
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
# Redis
|
# Redis
|
||||||
### From their [Website](https://redis.io/)
|
|
||||||
|
## From their [Website](https://redis.io/)
|
||||||
|
|
||||||
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
|
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
|
||||||
|
|
||||||
### Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
It's recommended to have 4gb of RAM for redis
|
It's recommended to have 4gb of RAM for redis
|
||||||
|
|
||||||
See here https://docs.redislabs.com/latest/rs/administering/designing-production/hardware-requirements/
|
See here <https://docs.redislabs.com/latest/rs/administering/designing-production/hardware-requirements/>
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
# Redis
|
# Redis
|
||||||
### From their [Website](https://redis.io/)
|
|
||||||
|
## From their [Website](https://redis.io/)
|
||||||
|
|
||||||
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
|
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.
|
||||||
|
|
||||||
### Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
It's recommended to have 4gb of RAM for redis
|
It's recommended to have 4gb of RAM for redis
|
||||||
|
|
||||||
See here https://docs.redislabs.com/latest/rs/administering/designing-production/hardware-requirements/
|
See here <https://docs.redislabs.com/latest/rs/administering/designing-production/hardware-requirements/>
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
# MariaDB
|
# MariaDB
|
||||||
### From their [Website](https://mariadb.org/)
|
|
||||||
|
## From their [Website](https://mariadb.org/)
|
||||||
|
|
||||||
One of the most popular database servers. Made by the original developers of MySQL.
|
One of the most popular database servers. Made by the original developers of MySQL.
|
||||||
Guaranteed to stay open source.
|
Guaranteed to stay open source.
|
||||||
|
|
||||||
### Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
There is no actual minimum suggested for MariaDB.
|
There is no actual minimum suggested for MariaDB.
|
||||||
|
|
||||||
See here https://mariadb.com/kb/en/library/mariadb-hardware-requirements/
|
See here <https://mariadb.com/kb/en/library/mariadb-hardware-requirements/>
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
### From their [Website](https://www.postgresql.org/)
|
|
||||||
|
## From their [Website](https://www.postgresql.org/)
|
||||||
|
|
||||||
The World's Most Advanced Open Source Relational Database
|
The World's Most Advanced Open Source Relational Database
|
||||||
|
|
||||||
### Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
2 Gigabytes minimum recommended
|
2 Gigabytes minimum recommended
|
||||||
|
|
||||||
See here https://www.commandprompt.com/blog/postgresql_mininum_requirements/
|
See here <https://www.commandprompt.com/blog/postgresql_mininum_requirements/>
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,20 +1,46 @@
|
|||||||
# Example Server Name
|
# Example Server Name
|
||||||
### From their [Github](https://github.com/parkervcp/eggs)
|
|
||||||
A link to the site that you download game files from.
|
<!--Please remove these comments and irelevent parts for the server egg your adding before summiting a PR request-->
|
||||||
|
|
||||||
|
## From their [Github](https://github.com/parkervcp/eggs)
|
||||||
|
|
||||||
|
A link to the site that you download the server files from.
|
||||||
|
|
||||||
|
## [Documentation](https://github.com/parkervcp/eggs/blob/master/README.md)
|
||||||
|
|
||||||
|
A link to relevent documentation for the server.
|
||||||
|
|
||||||
The description of the server usually provided by the game/server maker.
|
The description of the server usually provided by the game/server maker.
|
||||||
|
<!--Example: Parkers Pterodactyl Eggs Repo. Server eggs for the Pterodactyl management panel-->
|
||||||
|
|
||||||
### Install notes
|
## Install notes
|
||||||
Due to rate limiting the console on the panel cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log.
|
|
||||||
|
<!--Make a note if the user needs to get any keys or other items to run/use the server-->
|
||||||
|
Due to rate limiting the console on the panel, it cannot keep up with the game console and the build will complete before the panel console may show it. Reloading the console will load it to the latest part of the log.
|
||||||
|
|
||||||
|
## Minimum RAM warning
|
||||||
|
|
||||||
### Minimum RAM warning
|
|
||||||
Minimum required memory to run the server.
|
Minimum required memory to run the server.
|
||||||
|
<!--Example: 2GB is recommended. 4GB+ is preferred-->
|
||||||
|
|
||||||
|
## Minumim Sorage warning
|
||||||
|
|
||||||
|
Minimum required storage to run the server.
|
||||||
|
<!--Example: 10GB is recommended. 25GB+ is preferred-->
|
||||||
|
|
||||||
|
<!--Make a note if the install script would require more then the above amounts-->
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 25565 |
|
| Game | 25565 |
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Notes
|
||||||
|
|
||||||
|
<!--Notes about the server ports.-->
|
||||||
|
25565 is the default port, but any port can be used.
|
||||||
|
|
||||||
|
### Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,26 +1,32 @@
|
|||||||
## Game Eggs
|
# Game Eggs
|
||||||
|
|
||||||
[Among Us](among_us)
|
[Among Us](among_us)
|
||||||
|
|
||||||
* [Impostor Server](among_us/impostor_server)
|
* [Impostor Server](among_us/impostor_server)
|
||||||
* [CrewLink Server](among_us/crewlink_server)
|
* [CrewLink Server](among_us/crewlink_server)
|
||||||
|
|
||||||
[BeamNG.drive](beamng)
|
[BeamNG.drive](beamng)
|
||||||
|
|
||||||
* [BeamMP Server](beamng/beammp)
|
* [BeamMP Server](beamng/beammp)
|
||||||
* [KissMP](beamng/kissmp)
|
* [KissMP](beamng/kissmp)
|
||||||
|
|
||||||
[ClassiCube](game_eggs/classicube)
|
[ClassiCube](game_eggs/classicube)
|
||||||
|
|
||||||
* [MCGalaxy](game_eggs/classicube/mcgalaxy)
|
* [MCGalaxy](game_eggs/classicube/mcgalaxy)
|
||||||
|
|
||||||
[Call of Duty 4X](cod/cod4x)
|
[Call of Duty 4X](cod/cod4x)
|
||||||
|
|
||||||
[ET Legacy](enemy_territory/etlegacy)
|
[ET Legacy](enemy_territory/etlegacy)
|
||||||
|
|
||||||
[FTL: Tachyon](ftl/tachyon)
|
|
||||||
|
|
||||||
[Factorio](factorio)
|
[Factorio](factorio)
|
||||||
|
|
||||||
* [Vanilla](factorio/factorio)
|
* [Vanilla](factorio/factorio)
|
||||||
* [ModUpdate](factorio/factorio-modupdate)
|
* [ModUpdate](factorio/factorio-modupdate)
|
||||||
|
|
||||||
|
[FTL: Tachyon](ftl/tachyon)
|
||||||
|
|
||||||
[Grand Theft Auto](gta)
|
[Grand Theft Auto](gta)
|
||||||
|
|
||||||
* GTA V
|
* GTA V
|
||||||
* [FiveM](gta/fivem)
|
* [FiveM](gta/fivem)
|
||||||
* [RageMP](gta/ragemp)
|
* [RageMP](gta/ragemp)
|
||||||
@ -33,16 +39,12 @@
|
|||||||
* GTA
|
* GTA
|
||||||
* [GTAC](gta/gtac)
|
* [GTAC](gta/gtac)
|
||||||
|
|
||||||
[Mindustry](mindustry)
|
|
||||||
* [Mindustry](mindustry/mindustry)
|
|
||||||
|
|
||||||
[League Sandbox](leaguesandbox)
|
[League Sandbox](leaguesandbox)
|
||||||
* [League Sandbox](leaguesandbox/leaguesandbox)
|
|
||||||
|
|
||||||
[Minetest](minetest) (including MTG)
|
[Mindustry](mindustry)
|
||||||
* [Minetest](minetest/minetest)
|
|
||||||
|
|
||||||
[Minecraft](minecraft)
|
[Minecraft](minecraft)
|
||||||
|
|
||||||
* [Bedrock](minecraft/bedrock) Servers for Bedrock Minecraft (Windows 10, mobile, console)
|
* [Bedrock](minecraft/bedrock) Servers for Bedrock Minecraft (Windows 10, mobile, console)
|
||||||
* [Bedrock](minecraft/bedrock/bedrock)
|
* [Bedrock](minecraft/bedrock/bedrock)
|
||||||
* [gomint](minecraft/bedrock/gomint)
|
* [gomint](minecraft/bedrock/gomint)
|
||||||
@ -54,8 +56,10 @@
|
|||||||
* [Cuberite](minecraft/java/cuberite)
|
* [Cuberite](minecraft/java/cuberite)
|
||||||
* [Fabric](minecraft/java/fabric)
|
* [Fabric](minecraft/java/fabric)
|
||||||
* [Feather](minecraft/java/feather)
|
* [Feather](minecraft/java/feather)
|
||||||
* [Feed The Beast](minecraft/java/ftb)
|
|
||||||
* [Forge](minecraft/java/forge)
|
* [Forge](minecraft/java/forge)
|
||||||
|
* [Forge](minecraft/java/forge/forge)
|
||||||
|
* [CusreForge Generic](minecraft/java/forge/curseforge-generic)
|
||||||
|
* [Feed The Beast](minecraft/java/ftb)
|
||||||
* [Krypton](/minecraft/java/krypton)
|
* [Krypton](/minecraft/java/krypton)
|
||||||
* [Magma](minecraft/java/magma)
|
* [Magma](minecraft/java/magma)
|
||||||
* [Mohist](minecraft/java/mohist)
|
* [Mohist](minecraft/java/mohist)
|
||||||
@ -70,28 +74,37 @@
|
|||||||
* [VanillaCord](minecraft/java/vanillacord)
|
* [VanillaCord](minecraft/java/vanillacord)
|
||||||
|
|
||||||
* [Proxies](minecraft/proxy) Minecraft Server Proxies
|
* [Proxies](minecraft/proxy) Minecraft Server Proxies
|
||||||
|
* [Bedrock](minecraft/proxy/bedrock)
|
||||||
|
* [Waterdog PE](minecraft/proxy/bedrock/waterdog_pe)
|
||||||
|
* [Cross Platform](minecraft/proxy/cross_platform)
|
||||||
|
* [GeyserMC](minecraft/proxy/cross_platform/geyser)
|
||||||
|
* [Waterdog](minecraft/proxy/cross_platform/waterdog)
|
||||||
* [Java](minecraft/proxy/java)
|
* [Java](minecraft/proxy/java)
|
||||||
* [FlameCord](minecraft/proxy/java/flamecord)
|
* [FlameCord](minecraft/proxy/java/flamecord)
|
||||||
* [Travertine](minecraft/proxy/java/travertine)
|
* [Travertine](minecraft/proxy/java/travertine)
|
||||||
* [TyphoonLimbo](minecraft/proxy/java/typhoonlimbo)
|
* [TyphoonLimbo](minecraft/proxy/java/typhoonlimbo)
|
||||||
* [Velocity](minecraft/proxy/java/velocity)
|
* [Velocity](minecraft/proxy/java/velocity)
|
||||||
|
* [VIAaas](minecraft/proxy/java/viaaas)
|
||||||
* [Waterfall](minecraft/proxy/java/waterfall)
|
* [Waterfall](minecraft/proxy/java/waterfall)
|
||||||
* [Cross Platform](minecraft/proxy/cross_platform)
|
|
||||||
* [GeyserMC](minecraft/proxy/cross_platform/geyser)
|
[Minetest](minetest) (including MTG)
|
||||||
* [Waterdog](minecraft/proxy/cross_platform/waterdog)
|
|
||||||
|
|
||||||
[OpenArena](openarena)
|
[OpenArena](openarena)
|
||||||
* [openarena](openarena/openarena)
|
|
||||||
|
|
||||||
[OpenRA](openra)
|
[OpenRA](openra)
|
||||||
|
|
||||||
* [OpenRA Dune2000](openra/openra_dune2000)
|
* [OpenRA Dune2000](openra/openra_dune2000)
|
||||||
* [OpenRA Red Alert](openra/openra_red_alert)
|
* [OpenRA Red Alert](openra/openra_red_alert)
|
||||||
* [OpenRA Tiberian Dawn](openra/openra_tiberian_dawn)
|
* [OpenRA Tiberian Dawn](openra/openra_tiberian_dawn)
|
||||||
|
|
||||||
[Red Dead Redemption](rdr)
|
[Red Dead Redemption](rdr)
|
||||||
|
|
||||||
* [RedM](rdr/redm)
|
* [RedM](rdr/redm)
|
||||||
|
|
||||||
|
[Starmade](starmade)
|
||||||
|
|
||||||
[SteamCMD Servers](steamcmd_servers) These eggs use SteamCMD to install
|
[SteamCMD Servers](steamcmd_servers) These eggs use SteamCMD to install
|
||||||
|
|
||||||
* [7 Days to Die](steamcmd_servers/7_days_to_die)
|
* [7 Days to Die](steamcmd_servers/7_days_to_die)
|
||||||
* [ARK: Survival Evolved](steamcmd_servers/ark_survival_evolved)
|
* [ARK: Survival Evolved](steamcmd_servers/ark_survival_evolved)
|
||||||
* [Arma](steamcmd_servers/arma)
|
* [Arma](steamcmd_servers/arma)
|
||||||
@ -101,7 +114,6 @@
|
|||||||
* [Barotrauma](steamcmd_servers/barotrauma)
|
* [Barotrauma](steamcmd_servers/barotrauma)
|
||||||
* [Citadel: Forged with Fire](steamcmd_servers/citadel)
|
* [Citadel: Forged with Fire](steamcmd_servers/citadel)
|
||||||
* [Conan Exiles](steamcmd_servers/conan_exiles)
|
* [Conan Exiles](steamcmd_servers/conan_exiles)
|
||||||
* [Craftopia](steamcmd_servers/craftopia)
|
|
||||||
* [CryoFall](steamcmd_servers/cryofall)
|
* [CryoFall](steamcmd_servers/cryofall)
|
||||||
* [Don't Starve Together](steamcmd_servers/dont_starve)
|
* [Don't Starve Together](steamcmd_servers/dont_starve)
|
||||||
* [ECO](steamcmd_servers/eco)
|
* [ECO](steamcmd_servers/eco)
|
||||||
@ -129,9 +141,9 @@
|
|||||||
* [Staging](steamcmd_servers/rust/rust_staging)
|
* [Staging](steamcmd_servers/rust/rust_staging)
|
||||||
* [Satisfactory](steamcmd_servers/satisfactory)
|
* [Satisfactory](steamcmd_servers/satisfactory)
|
||||||
* [SCP: Secret Laboratory](steamcmd_servers/scpsl)
|
* [SCP: Secret Laboratory](steamcmd_servers/scpsl)
|
||||||
* [dedicated](steamcmd_servers/scpsl/dedicated)
|
* [Dedicated](steamcmd_servers/scpsl/dedicated)
|
||||||
* [exiled](steamcmd_servers/scpsl/exiled)
|
* [Exiled](steamcmd_servers/scpsl/exiled)
|
||||||
* [multiadmin](steamcmd_servers/scpsl/multiadmin)
|
* [Multiadmin](steamcmd_servers/scpsl/multiadmin)
|
||||||
* [Soldat](steamcmd_servers/soldat)
|
* [Soldat](steamcmd_servers/soldat)
|
||||||
* [Space Engineers](steamcmd_servers/space_engineers)
|
* [Space Engineers](steamcmd_servers/space_engineers)
|
||||||
* [Squad](steamcmd_servers/squad)
|
* [Squad](steamcmd_servers/squad)
|
||||||
@ -140,31 +152,28 @@
|
|||||||
* [Stormworks: Build and Rescue](steamcmd_servers/stormworks)
|
* [Stormworks: Build and Rescue](steamcmd_servers/stormworks)
|
||||||
* [Subnautica: Nitrox Mod](steamcmd_servers/subnautica_nitrox_mod)
|
* [Subnautica: Nitrox Mod](steamcmd_servers/subnautica_nitrox_mod)
|
||||||
* [Sven Co-op](steamcmd_servers/svencoop)
|
* [Sven Co-op](steamcmd_servers/svencoop)
|
||||||
* [The Forest](steamcmd_servers/the_forest)
|
|
||||||
* [Team Fortress 2 Classic](steamcmd_servers/team_fortress_2_classic)
|
* [Team Fortress 2 Classic](steamcmd_servers/team_fortress_2_classic)
|
||||||
|
* [The Forest](steamcmd_servers/the_forest)
|
||||||
|
* [Tower Unite](steamcmd_servers/tower_unite)
|
||||||
* [Unturned](steamcmd_servers/unturned)
|
* [Unturned](steamcmd_servers/unturned)
|
||||||
* [Valheim](steamcmd_servers/valheim)
|
* [Valheim](steamcmd_servers/valheim)
|
||||||
* [Valheim Vanilla](steamcmd_servers/valheim/valheim_vanilla)
|
|
||||||
* [Valheim Plus Mod](steamcmd_servers/valheim/valheim_plus)
|
* [Valheim Plus Mod](steamcmd_servers/valheim/valheim_plus)
|
||||||
|
* [Valheim Vanilla](steamcmd_servers/valheim/valheim_vanilla)
|
||||||
|
|
||||||
[Teeworlds](teeworlds)
|
[Teeworlds](teeworlds)
|
||||||
* [Teeworlds](teeworlds/teeworlds)
|
|
||||||
|
|
||||||
[Terraria](terraria)
|
[Terraria](terraria)
|
||||||
* [Vanilla](terraria/vanilla)
|
|
||||||
* [tModLoader](terraria/tmodloader)
|
* [tModLoader](terraria/tmodloader)
|
||||||
* [TShock](terraria/tshock)
|
* [TShock](terraria/tshock)
|
||||||
|
* [Vanilla](terraria/vanilla)
|
||||||
|
|
||||||
[Tycoon Games](tycoon_games)
|
[Tycoon Games](tycoon_games)
|
||||||
* [OpenRCT2](tycoon_games/openrct2)
|
* [OpenRCT2](tycoon_games/openrct2)
|
||||||
* [OpenTTD](tycoon_games/openttd)
|
* [OpenTTD](tycoon_games/openttd)
|
||||||
|
|
||||||
[Unreal Engine](unreal_engine)
|
[Veloren](veloren)
|
||||||
* [Tower Unite](unreal_engine/tower_unite)
|
|
||||||
* [Tower Unite](steamcmd_servers/tower_unite)
|
|
||||||
|
|
||||||
[Veloren](veloren/veloren)
|
[Vintage Story](vintage_story)
|
||||||
|
|
||||||
[Vintage Story](vintage_story/vintage_story)
|
|
||||||
|
|
||||||
[Xonotic](xonotic/xonotic)
|
[Xonotic](xonotic/xonotic)
|
||||||
|
@ -1,7 +1,15 @@
|
|||||||
# Among Us - CrewLink Server
|
# Among Us - CrewLink Server
|
||||||
### From their [Github](https://github.com/ottomated/CrewLink)
|
|
||||||
|
## From their [Github](https://github.com/ottomated/CrewLink)
|
||||||
|
|
||||||
This project implements proximity voice chat in Among Us. Everyone in an Among Us lobby with this program running will be able to communicate over voice in-game, with no third-party programs required. Spatial audio ensures that you can only hear people close to you.
|
This project implements proximity voice chat in Among Us. Everyone in an Among Us lobby with this program running will be able to communicate over voice in-game, with no third-party programs required. Spatial audio ensures that you can only hear people close to you.
|
||||||
|
|
||||||
### Server Port
|
## Server Port
|
||||||
|
|
||||||
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
|
| Port | default |
|
||||||
|
|---------|---------|
|
||||||
|
| Game | 9736 |
|
||||||
|
|
||||||
Default port is 9736 but you can change to any port or domain/ip in the egg
|
Default port is 9736 but you can change to any port or domain/ip in the egg
|
@ -1,14 +1,16 @@
|
|||||||
# Among Us - Impostor Server
|
# Among Us - Impostor Server
|
||||||
### From their [Github](https://github.com/AeonLucid/Impostor)
|
|
||||||
|
## From their [Github](https://github.com/AeonLucid/Impostor)
|
||||||
|
|
||||||
Impostor is one of the first Among Us private servers, written in C#.
|
Impostor is one of the first Among Us private servers, written in C#.
|
||||||
There are no special features at this moment, the goal is aiming to be as close as possible to the real server, for now. In a later stage, making modifications to game logic by modifying GameData packets can be looked at.
|
There are no special features at this moment, the goal is aiming to be as close as possible to the real server, for now. In a later stage, making modifications to game logic by modifying GameData packets can be looked at.
|
||||||
|
|
||||||
### Install notes
|
## Install notes
|
||||||
|
|
||||||
You MUST use Port 22023 for the Master Server. To host multiple servers, please read [Impostor Multiple Servers Documentation](https://github.com/Impostor/Impostor/blob/master/docs/Running-the-server.md#multiple-servers).
|
You MUST use Port 22023 for the Master Server. To host multiple servers, please read [Impostor Multiple Servers Documentation](https://github.com/Impostor/Impostor/blob/master/docs/Running-the-server.md#multiple-servers).
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# BeamMP
|
# BeamMP
|
||||||
|
|
||||||
BeamMP Bringing Multiplayer to BeamNG.drive! With a smooth and enjoyable experience.
|
BeamMP Bringing Multiplayer to BeamNG.drive! With a smooth and enjoyable experience.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# BeamNG.drive - KISS Multiplayer
|
# BeamNG.drive - KISS Multiplayer
|
||||||
|
|
||||||
### From their [Github](https://github.com/TheHellBox/KISS-multiplayer)
|
## From their [Github](https://github.com/TheHellBox/KISS-multiplayer)
|
||||||
|
|
||||||
Server settings such as the map can be changed in the `config.json` file. Port is automatically set on each boot.
|
Server settings such as the map can be changed in the `config.json` file. Port is automatically set on each boot.
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# Classicube MCGalaxy
|
# Classicube MCGalaxy
|
||||||
|
|
||||||
[MCGalaxy](https://github.com/UnknownShadow200/MCGalaxy)
|
[MCGalaxy](https://github.com/UnknownShadow200/MCGalaxy)
|
||||||
|
|
||||||
MCGalaxy is a fully featured and customisable ClassiCube Server Software based on MCForge/MCLawl.
|
MCGalaxy is a fully featured and customisable ClassiCube Server Software based on MCForge/MCLawl.
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 25565 |
|
| Game | 25565 |
|
||||||
|
|
||||||
|
@ -1,20 +1,22 @@
|
|||||||
# Call of Duty 4X
|
# Call of Duty 4X
|
||||||
|
|
||||||
## Game files mounting
|
## Game files mounting
|
||||||
|
|
||||||
The server does **not** contain the base game files, but they are necessary to use the server.
|
The server does **not** contain the base game files, but they are necessary to use the server.
|
||||||
|
|
||||||
While the server itself is open-source, the game files are copyrighted and you will need to own a legitimate copy of the game (Call of Duty 4: Modern Warfare)
|
While the server itself is open-source, the game files are copyrighted and you will need to own a legitimate copy of the game (Call of Duty 4: Modern Warfare)
|
||||||
in order to provide the game files to the server.
|
in order to provide the game files to the server.
|
||||||
|
|
||||||
More information here: https://github.com/callofduty4x/CoD4x_Server#setting-up-a-call-of-duty-4-server-with-cod4x-18
|
More information here: <https://github.com/callofduty4x/CoD4x_Server#setting-up-a-call-of-duty-4-server-with-cod4x-18>
|
||||||
|
|
||||||
|
## Correctly mounting the game files
|
||||||
|
|
||||||
### Correctly mounting the game files
|
|
||||||
In order to give the server access to the needed game files you will need to create a new mount.
|
In order to give the server access to the needed game files you will need to create a new mount.
|
||||||
|
|
||||||
Let's say you copied the game files to your node into the directory `/home/pterodactyl/serverfiles/cod4x` (you can choose any directory you want of course).
|
Let's say you copied the game files to your node into the directory `/home/pterodactyl/serverfiles/cod4x` (you can choose any directory you want of course).
|
||||||
The directory structure will look like this: <details>
|
The directory structure will look like this: <details>
|
||||||
|
|
||||||
```
|
```md
|
||||||
/home/pterodactyl/serverfiles/cod4x
|
/home/pterodactyl/serverfiles/cod4x
|
||||||
├── main
|
├── main
|
||||||
│ ├── iw_00.iwd
|
│ ├── iw_00.iwd
|
||||||
@ -115,16 +117,20 @@ The directory structure will look like this: <details>
|
|||||||
|
|
||||||
3 directories, 93 files
|
3 directories, 93 files
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
First of all add the directory of the mount to the config.yml (in `/etc/pterodactyl`) of your node.
|
First of all add the directory of the mount to the config.yml (in `/etc/pterodactyl`) of your node.
|
||||||
```
|
|
||||||
|
```md
|
||||||
allowed_mounts:
|
allowed_mounts:
|
||||||
- /home/pterodactyl/serverfiles
|
- /home/pterodactyl/serverfiles
|
||||||
```
|
```
|
||||||
|
|
||||||
After you've done this, restart wings with `systemctl restart wings`.
|
After you've done this, restart wings with `systemctl restart wings`.
|
||||||
|
|
||||||
Now you simply create a mount in the Pterodactyl Panel with the following settings:
|
Now you simply create a mount in the Pterodactyl Panel with the following settings:
|
||||||
|
|
||||||
1. Set the source to `/home/pterodactyl/serverfiles/cod4x`
|
1. Set the source to `/home/pterodactyl/serverfiles/cod4x`
|
||||||
2. Set the target to any directory you want (but not something in `/home/container`, I suggest something like `/mnt/gamefiles/cod4`)
|
2. Set the target to any directory you want (but not something in `/home/container`, I suggest something like `/mnt/gamefiles/cod4`)
|
||||||
3. Set read-only to "true" ("false" will also work, but then you risk that one instance overwrites files for all other instances)
|
3. Set read-only to "true" ("false" will also work, but then you risk that one instance overwrites files for all other instances)
|
||||||
@ -134,21 +140,23 @@ Now you simply create a mount in the Pterodactyl Panel with the following settin
|
|||||||
7. Add the CoD4X egg to the list of eggs for the mount
|
7. Add the CoD4X egg to the list of eggs for the mount
|
||||||
|
|
||||||
### Correctly configuring the servers
|
### Correctly configuring the servers
|
||||||
|
|
||||||
In order for the server to find the game files you have to set "Game file path" variable in the server to the same directory that you used in the "target" field of the mount.
|
In order for the server to find the game files you have to set "Game file path" variable in the server to the same directory that you used in the "target" field of the mount.
|
||||||
When you start the server for the first time it will prompt you to mount the game files under the configured path.
|
When you start the server for the first time it will prompt you to mount the game files under the configured path.
|
||||||
|
|
||||||
1. In the admin interface open your server
|
1. In the admin interface open your server
|
||||||
2. Go to the tab "Mounts"
|
2. Go to the tab "Mounts"
|
||||||
3. Klick on the green "+" button on the correct mount in order to mount the game files
|
3. Klick on the green "+" button on the correct mount in order to mount the game files
|
||||||
4. Restart the server
|
4. Restart the server
|
||||||
|
|
||||||
|
|
||||||
**Congratulations!** Your server should be able to find the game files and start.
|
**Congratulations!** Your server should be able to find the game files and start.
|
||||||
|
|
||||||
## Default Server Ports
|
## Default Server Ports
|
||||||
|
|
||||||
The default is 28960, but the server will automatically use the port defined in the allocation.
|
The default is 28960, but the server will automatically use the port defined in the allocation.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 28960 |
|
| Game | 28960 |
|
||||||
|
|
||||||
#### Plugins may require ports to be added to the server.
|
### Plugins may require ports to be added to the server
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
# ET: Legacy
|
# ET: Legacy
|
||||||
|
|
||||||
#### The ET: Legacy Server
|
## The ET: Legacy Server
|
||||||
|
|
||||||
|
## from the developers
|
||||||
#### from the developers
|
|
||||||
|
|
||||||
Wolfenstein: Enemy Territory is a free multiplayer first-person shooter. Set during World War II and heavily focused on team work, it was initially released in 2003 by Splash Damage and id Software. More than a decade after its release, after spending countless hours of escorting tanks and trucks, stealing gold and radar parts
|
Wolfenstein: Enemy Territory is a free multiplayer first-person shooter. Set during World War II and heavily focused on team work, it was initially released in 2003 by Splash Damage and id Software. More than a decade after its release, after spending countless hours of escorting tanks and trucks, stealing gold and radar parts
|
||||||
and transmitting confidential documents, it was time to dust off the game which consistently refused to go down.
|
and transmitting confidential documents, it was time to dust off the game which consistently refused to go down.
|
||||||
@ -12,7 +11,8 @@ Enemy Territory: Legacy is an open source project based on the code of Wolfenste
|
|||||||
|
|
||||||
Make sure to checkout their [Home Page](https://www.etlegacy.com/).
|
Make sure to checkout their [Home Page](https://www.etlegacy.com/).
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
ET: Legacy requires a single port
|
ET: Legacy requires a single port
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
# Factorio
|
# Factorio
|
||||||
|
|
||||||
#### The Factorio Server
|
## The Factorio Server
|
||||||
The server supports mods.
|
|
||||||
The factorio-modupdate egg uses the factorio-mod-updater (https://github.com/pdemonaco/factorio-mod-updater) to update your mods when ReInstalling the Server.
|
|
||||||
|
|
||||||
#### from the developers
|
The server supports mods.
|
||||||
|
The factorio-modupdate egg uses the [factorio-mod-updater](https://github.com/pdemonaco/factorio-mod-updater) to update your mods when ReInstalling the Server.
|
||||||
|
|
||||||
|
## from the developers
|
||||||
|
|
||||||
Factorio is a game in which you build and maintain factories.
|
Factorio is a game in which you build and maintain factories.
|
||||||
|
|
||||||
@ -16,7 +17,8 @@ Factorio has been in development since the spring of 2012. So far over 1,400,000
|
|||||||
|
|
||||||
New to the game? Make sure to checkout their [starter page](https://factorio.com/starter-page).
|
New to the game? Make sure to checkout their [starter page](https://factorio.com/starter-page).
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Factorio requires a single port
|
Factorio requires a single port
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -12,4 +12,4 @@ The Tachyon server requires a single port for access.
|
|||||||
|
|
||||||
## Server Specific
|
## Server Specific
|
||||||
|
|
||||||
Latest client and standalone server can be found at https://github.com/Dav-Edward/TachyonsCE/releases
|
Latest client and standalone server can be found at <https://github.com/Dav-Edward/TachyonsCE/releases>
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
# alt:v
|
# alt:v
|
||||||
|
|
||||||
### From the [alt:V](https://altv.mp) Site
|
## From the [alt:V](https://altv.mp) Site
|
||||||
|
|
||||||
alt:V Multiplayer a third-party multiplayer modification for Grand Theft Auto: V.
|
alt:V Multiplayer a third-party multiplayer modification for Grand Theft Auto: V.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,24 +1,37 @@
|
|||||||
# FiveM
|
# FiveM
|
||||||
|
|
||||||
|
## Note on FiveM support from Pteroadactyl
|
||||||
|
|
||||||
|
Pterodactyl will not be providing support for FiveM. You are free to run a FiveM server but no support will be provided in the Pterodactyl Discord, check the discord annoucement below for details.
|
||||||
|
|
||||||
|
Worth a read if you plan on running a FiveM server
|
||||||
|
[Pterodactyl Discord Announcement](https://ptb.discord.com/channels/122900397965705216/124919575534895105/869733533495746560)
|
||||||
|
|
||||||
## From the [FiveM](https://fivem.net/) Site
|
## From the [FiveM](https://fivem.net/) Site
|
||||||
|
|
||||||
FiveM is a modification for Grand Theft Auto V enabling you to play multiplayer on customized dedicated servers.
|
FiveM is a modification for Grand Theft Auto V enabling you to play multiplayer on customized dedicated servers.
|
||||||
|
|
||||||
# Notice
|
## Notice
|
||||||
|
|
||||||
Currently the script can get versions from the builds site.
|
Currently the script can get versions from the builds site.
|
||||||
|
|
||||||
The `FIVEM_VERSION` variable.
|
The `FIVEM_VERSION` variable.
|
||||||
|
|
||||||
* Defaults to `latest` which is the latest recommended
|
* Defaults to `latest` which is the latest recommended
|
||||||
* Can be set to a specific version Ex. `2431-350dd7bd5c0176216c38625ad5b1108ead44674d`.
|
* Can be set to a specific version Ex. `2431-350dd7bd5c0176216c38625ad5b1108ead44674d`.
|
||||||
|
|
||||||
The `DOWNLOAD_URL` only needs to be used if they turn on ddos protection. The variable needs to point to a `fx.tar.xz` file as I am too lazy to update the entire script.
|
The `DOWNLOAD_URL` only needs to be used if they turn on ddos protection. The variable needs to point to a `fx.tar.xz` file as I am too lazy to update the entire script.
|
||||||
|
|
||||||
# txAdmin
|
## txAdmin
|
||||||
|
|
||||||
txAdmin is now supported and disabled by default. You set `TXADMIN_ENABLED` to `1` to enable it.
|
txAdmin is now supported and disabled by default. You set `TXADMIN_ENABLED` to `1` to enable it.
|
||||||
|
|
||||||
The last update to the egg changes the server to use txadmin to run. On first startup it will print a key to use to sign into the txadmin panel.
|
The last update to the egg changes the server to use txadmin to run. On first startup it will print a key to use to sign into the txadmin panel.
|
||||||
|
|
||||||
### Your server will not go online until it's started from txadmin.
|
### Your server will not go online until it's started from txadmin
|
||||||
|
|
||||||
## Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# Grand Theft Auto Connected
|
# Grand Theft Auto Connected
|
||||||
|
|
||||||
The [GTAC](https://gtaconnected.com/) Grand Theft Auto Connected is a custom scriptable multiplayer modification for multiple Grand Theft Auto games.
|
The [GTAC](https://gtaconnected.com/) Grand Theft Auto Connected is a custom scriptable multiplayer modification for multiple Grand Theft Auto games.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
GTAC requires one port for both UDP/TCP
|
GTAC requires one port for both UDP/TCP
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# Multi Theft Auto
|
# Multi Theft Auto
|
||||||
|
|
||||||
[Multi Theft Auto](https://mtasa.com/) is a Open Source Grand Theft Auto: San Andreas Multiplayer modification.
|
[Multi Theft Auto](https://mtasa.com/) is a Open Source Grand Theft Auto: San Andreas Multiplayer modification.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Multi Theft Auto requires 3 ports.
|
Multi Theft Auto requires 3 ports.
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# Rage-MP
|
# Rage-MP
|
||||||
|
|
||||||
The [Rage-MP](https://rage.mp/) GTA 5 dedicated server
|
The [Rage-MP](https://rage.mp/) GTA 5 dedicated server
|
||||||
RAGE Multiplayer is an multiplayer modification for Grand Theft Auto V that is alternative to GTA Online.
|
RAGE Multiplayer is an multiplayer modification for Grand Theft Auto V that is alternative to GTA Online.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Warband requires a 2 ports (default 22005, 22006)
|
Warband requires a 2 ports (default 22005, 22006)
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
# SA:MP
|
# SA:MP
|
||||||
|
|
||||||
The [SA:MP](https://www.sa-mp.com/) GTA San Andreas dedicated server
|
The [SA:MP](https://www.sa-mp.com/) GTA San Andreas dedicated server
|
@ -1,17 +1,23 @@
|
|||||||
# League Sandbox
|
# League Sandbox
|
||||||
### From their [Github](https://github.com/parkervcp/eggs)
|
|
||||||
|
## From their [Github](https://github.com/LeagueSandbox/leaguesandbox.github.io)
|
||||||
|
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/7olahkndcs3r295p/branch/indev?svg=true)](https://ci.appveyor.com/project/MythicManiac/gameserver/branch/indev)
|
[![Build status](https://ci.appveyor.com/api/projects/status/7olahkndcs3r295p/branch/indev?svg=true)](https://ci.appveyor.com/project/MythicManiac/gameserver/branch/indev)
|
||||||
[![Build Status](https://travis-ci.org/LeagueSandbox/GameServer.svg?branch=indev)](https://travis-ci.org/LeagueSandbox/GameServer)
|
[![Build Status](https://travis-ci.org/LeagueSandbox/GameServer.svg?branch=indev)](https://travis-ci.org/LeagueSandbox/GameServer)
|
||||||
|
|
||||||
Project website along with more specifications can be found from: https://leaguesandbox.github.io/
|
Project website along with more specifications can be found from: <https://leaguesandbox.github.io/>
|
||||||
Project chat on Discord: https://discord.gg/Bz3znAM
|
|
||||||
|
Project chat on Discord: <https://discord.gg/Bz3znAM>
|
||||||
|
|
||||||
|
## Install notes
|
||||||
|
|
||||||
### Install notes
|
|
||||||
Post install you are required to set
|
Post install you are required to set
|
||||||
|
|
||||||
- `/home/container/Settings/GameInfo.json` `CONTENT_PATH` to just `Content`
|
- `/home/container/Settings/GameInfo.json` `CONTENT_PATH` to just `Content`
|
||||||
- `/home/container/Settings/GameServerSettings.json` `autoStartClient` to `false`
|
- `/home/container/Settings/GameServerSettings.json` `autoStartClient` to `false`
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
@ -1,14 +1,13 @@
|
|||||||
# Mindustry
|
# Mindustry
|
||||||
|
|
||||||
#### About the game
|
## About the game
|
||||||
|
|
||||||
Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies. Features include a map editor, 24 built-in maps, cross-platform multiplayer and large-scale PvP unit battles.
|
Mindustry is a hybrid tower-defense sandbox factory game. Create elaborate supply chains of conveyor belts to feed ammo into your turrets, produce materials to use for building, and defend your structures from waves of enemies. Features include a map editor, 24 built-in maps, cross-platform multiplayer and large-scale PvP unit battles.
|
||||||
|
|
||||||
|
|
||||||
You can get it from [Steam](https://store.steampowered.com/app/1127400)
|
You can get it from [Steam](https://store.steampowered.com/app/1127400)
|
||||||
|
|
||||||
|
## Server Port
|
||||||
|
|
||||||
### Server Port
|
|
||||||
Mindustry requires a single port
|
Mindustry requires a single port
|
||||||
|
|
||||||
| Port | Default |
|
| Port | Default |
|
@ -4,43 +4,47 @@ It’s a game about placing blocks and going on adventures
|
|||||||
|
|
||||||
It’s set in infinitely-generated worlds of wide open terrain - icy mountains, swampy bayous, vast pastures and much more - filled with secrets, wonders and peril!
|
It’s set in infinitely-generated worlds of wide open terrain - icy mountains, swampy bayous, vast pastures and much more - filled with secrets, wonders and peril!
|
||||||
|
|
||||||
[Bedrock](/game_eggs/minecraft/bedrock) Servers for Bedrock Minecraft (Windows 10, mobile, console)
|
## [Bedrock](bedrock) Servers for Bedrock Minecraft (Windows 10, mobile, console)
|
||||||
* [Bedrock](/game_eggs/game_eggs/minecraft/bedrock/bedrock)
|
|
||||||
* [gomint](/game_eggs/minecraft/bedrock/gomint)
|
|
||||||
* [Nukkit](/game_eggs/minecraft/bedrock/nukkit)
|
|
||||||
* [PocketMine MP](/game_eggs/minecraft/bedrock/pocketmine_mp)
|
|
||||||
|
|
||||||
[Java](/game_eggs/minecraft/java/) Servers for Java Minecraft
|
* [Bedrock](bedrock/bedrock)
|
||||||
* [Airplane](/game_eggs/minecraft/java/airplane)
|
* [gomint](bedrock/gomint)
|
||||||
* [Cuberite](/game_eggs/minecraft/java/cuberite)
|
* [Nukkit](bedrock/nukkit)
|
||||||
* [Fabric](/game_eggs/minecraft/java/fabric)
|
* [PocketMine MP](bedrock/pocketmine_mp)
|
||||||
* [Feather](/game_eggs/minecraft/java/feather)
|
|
||||||
* [Feed The Beast](/game_eggs/minecraft/java/ftb)
|
## [Java](java) Servers for Java Minecraft
|
||||||
* [Forge](/game_eggs/minecraft/java/forge)
|
|
||||||
|
* [Airplane](minecraft/java/airplane)
|
||||||
|
* [Cuberite](minecraft/java/cuberite)
|
||||||
|
* [Fabric](minecraft/java/fabric)
|
||||||
|
* [Feather](minecraft/java/feather)
|
||||||
|
* [Forge](minecraft/java/forge)
|
||||||
|
* [Forge](minecraft/java/forge/forge)
|
||||||
|
* [CusreForge Generic](minecraft/java/forge/curseforge-generic)
|
||||||
|
* [Feed The Beast](minecraft/java/ftb)
|
||||||
* [Krypton](/minecraft/java/krypton)
|
* [Krypton](/minecraft/java/krypton)
|
||||||
* [Magma](/game_eggs/minecraft/java/magma)
|
* [Magma](minecraft/java/magma)
|
||||||
* [Mohist](/game_eggs/minecraft/java/mohist)
|
* [Mohist](minecraft/java/mohist)
|
||||||
* [NanoLimbo](/game_eggs/minecraft/java/nanolimbo)
|
* [NanoLimbo](/minecraft/java/nanolimbo)
|
||||||
* [Paper](/game_eggs/minecraft/java/paper)
|
* [Paper](minecraft/java/paper)
|
||||||
* [Purpur](/game_eggs/minecraft/java/purpur)
|
* [Purpur](minecraft/java/purpur)
|
||||||
* [Spigot](/game_eggs/minecraft/java/spigot)
|
* [Spigot](minecraft/java/spigot)
|
||||||
* [SpongeForge](/game_eggs/minecraft/java/spongeforge)
|
* [SpongeForge](minecraft/java/spongeforge)
|
||||||
* [SpongeVanilla](/game_eggs/minecraft/java/spongevanilla)
|
* [SpongeVanilla](minecraft/java/spongevanilla)
|
||||||
* [Technic](/game_eggs/minecraft/java/technic)
|
* [Technic](minecraft/java/technic)
|
||||||
* [Tuinity](/game_eggs/minecraft/java/tuinity)
|
* [Tuinity](minecraft/java/tuinity)
|
||||||
* [VanillaCord](/game_eggs/minecraft/java/vanillacord)
|
* [VanillaCord](minecraft/java/vanillacord)
|
||||||
|
|
||||||
* [Proxies](/game_eggs/minecraft/proxy) Minecraft Server Proxies
|
## [Proxies](proxy) Minecraft Server Proxies
|
||||||
* [Java](/game_eggs/minecraft/proxy/java)
|
|
||||||
* [FlameCord](/game_eggs/minecraft/proxy/java/flamecord)
|
* [Bedrock](minecraft/proxy/bedrock)
|
||||||
* [Travertine](/game_eggs/minecraft/proxy/java/travertine)
|
* [Waterdog PE](minecraft/proxy/bedrock/waterdog_pe)
|
||||||
* [TyphoonLimbo](/game_eggs/minecraft/proxy/java/typhoonlimbo)
|
* [Cross Platform](minecraft/proxy/cross_platform)
|
||||||
* [Velocity](/game_eggs/minecraft/proxy/java/velocity)
|
* [GeyserMC](minecraft/proxy/cross_platform/geyser)
|
||||||
* [VIAaaS](/game_eggs/minecraft/proxy/java/viaaas)
|
* [Waterdog](minecraft/proxy/cross_platform/waterdog)
|
||||||
* [Waterfall](/game_eggs/minecraft/proxy/java/waterfall)
|
* [Java](minecraft/proxy/java)
|
||||||
* [Bedrock](/game_eggs/minecraft/proxy/bedrock)
|
* [FlameCord](minecraft/proxy/java/flamecord)
|
||||||
* [Waterdog PE](/game_eggs/minecraft/proxy/bedrock/waterdogpe)
|
* [Travertine](minecraft/proxy/java/travertine)
|
||||||
* [Cross Platform](/game_eggs/minecraft/proxy/cross_platform)
|
* [TyphoonLimbo](minecraft/proxy/java/typhoonlimbo)
|
||||||
* [GeyserMC](/game_eggs/minecraft/proxy/cross_platform/geyser)
|
* [Velocity](minecraft/proxy/java/velocity)
|
||||||
* [Waterdog](/game_eggs/minecraft/proxy/cross_platform/waterdog)
|
* [VIAaas](minecraft/proxy/java/viaaas)
|
||||||
* DragonProxy abandoned in favour of GeyserMC.
|
* [Waterfall](minecraft/proxy/java/waterfall)
|
||||||
|
@ -1,17 +1,22 @@
|
|||||||
# Minecraft PE (bedrock edition)
|
# Minecraft Bedrock (Formerly Pocket Edition)
|
||||||
|
|
||||||
|
## [Bedrock](/game_eggs/minecraft/bedrock/bedrock)
|
||||||
|
|
||||||
#### Bedrock
|
|
||||||
[Minecraft Bedrock Server](https://minecraft.net/en-us/download/server/bedrock/)
|
[Minecraft Bedrock Server](https://minecraft.net/en-us/download/server/bedrock/)
|
||||||
The official Minecraft Bedrock (Formerly Minecraft Pocket Edition) server.
|
The official Minecraft Bedrock (Formerly Minecraft Pocket Edition) server.
|
||||||
|
|
||||||
#### gomint
|
## [gomint](/game_eggs/minecraft/bedrock/gomint)
|
||||||
[Gomint Bedrock Server](https://github.com/gomint/gomint)
|
|
||||||
Easy-to-use, highly configurable Minecraft Bedrock Edition
server software with the ability to sustain in a low-resource environment.
|
[Gomint Bedrock Server](https://github.com/gomint/gomint)
|
||||||
|
No longer actively maintained.
|
||||||
|
GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true
|
||||||
|
|
||||||
|
## [Nukkit](/game_eggs/minecraft/bedrock/nukkit)
|
||||||
|
|
||||||
#### Nukkit
|
|
||||||
[Nukkit GitHub](https://github.com/Nukkit/Nukkit)
|
[Nukkit GitHub](https://github.com/Nukkit/Nukkit)
|
||||||
Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition
|
Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition
|
||||||
|
|
||||||
#### PocketMine MP
|
## [PocketMine MP](/game_eggs/minecraft/bedrock/pocketmine_mp)
|
||||||
|
|
||||||
[PocketMine MP](https://github.com/pmmp/PocketMine-MP)
|
[PocketMine MP](https://github.com/pmmp/PocketMine-MP)
|
||||||
A server software for Minecraft: Bedrock Edition in PHP
|
A server software for Minecraft: Bedrock Edition in PHP
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
# Now abandoned. Please use NukkitX by Cloudburst.
|
|
||||||
[NukkitX](https://github.com/CloudburstMC/Nukkit)
|
|
||||||
# Nukkit
|
# Nukkit
|
||||||
|
|
||||||
[Nukkit GitHub](https://github.com/Nukkit/Nukkit)
|
[Old Nukkit GitHub](https://github.com/Nukkit/Nukkit)
|
||||||
|
|
||||||
|
## Nukkit is Abandoned, uses NukkitX now
|
||||||
|
|
||||||
|
[NukkitX](https://github.com/CloudburstMC/Nukkit)
|
||||||
|
|
||||||
Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition
|
Nukkit is a Nuclear-Powered Server Software For Minecraft: Pocket Edition
|
||||||
|
|
||||||
|
@ -5,106 +5,152 @@ It’s a game about placing blocks and going on adventures
|
|||||||
It’s set in infinitely-generated worlds of wide open terrain - icy mountains, swampy bayous, vast pastures and much more - filled with secrets, wonders and peril!
|
It’s 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.
|
@ -1,13 +1,14 @@
|
|||||||
# Airplane
|
# Airplane
|
||||||
### From their [Github](https://github.com/TECHNOVE/Airplane)
|
|
||||||
A stable, optimized and fast Paper fork.
|
|
||||||
|
|
||||||
|
A stable, optimized, well supported Paper fork.
|
||||||
|
|
||||||
|
[Airplane Github](https://github.com/TECHNOVE/Airplane)
|
||||||
|
|
||||||
|
## Minimum RAM warning
|
||||||
|
|
||||||
### Minimum RAM warning
|
|
||||||
Approximately 2048MB
|
Approximately 2048MB
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
### Server Ports
|
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
|
@ -2,9 +2,12 @@
|
|||||||
|
|
||||||
A lightweight, fast and extensible game server for Minecraft
|
A lightweight, fast and extensible game server for Minecraft
|
||||||
|
|
||||||
## Server Ports
|
[Cuberite Website](https://cuberite.org/)
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
[Cuberite GitHub](https://github.com/cuberite/cuberite)
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|----------|---------|
|
|----------|---------|
|
||||||
|
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
Fabric is a lightweight, experimental modding toolchain for Minecraft.
|
Fabric is a lightweight, experimental modding toolchain for Minecraft.
|
||||||
|
|
||||||
## Server Ports
|
[Fabric Website](https://fabricmc.net/)
|
||||||
The fabric server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
|
The fabric server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
An experimental Minecraft server implementation written in Rust.
|
An experimental Minecraft server implementation written in Rust.
|
||||||
|
|
||||||
## Server Ports
|
[Feather GitHub](https://github.com/feather-rs/feather)
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Forge Generic
|
# Forge Generic
|
||||||
|
|
||||||
### This is a generic egg for curseforge modpacks
|
## This is a generic egg for curseforge modpacks
|
||||||
|
|
||||||
You will need to give it a modpack ID. The ID for BOFA mods is `375152` for example.
|
You will need to give it a modpack ID. The ID for BOFA mods is `375152` for example.
|
||||||
This can be found on the modpack page in the `About Project` section in the upper right corner.
|
This can be found on the modpack page in the `About Project` section in the upper right corner.
|
||||||
@ -10,8 +10,8 @@ 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
|
It "should" grab versions of the pack based on the modpack version numbers
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
|
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
# Forge Generic
|
# Forge Generic
|
||||||
|
|
||||||
### This is a generic egg for the forge standalone server
|
## This is a generic egg for the forge standalone server
|
||||||
|
|
||||||
This will download the latest jar for a specific forge version.
|
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
|
## Server Ports
|
||||||
The minecraft server requires a single port for access (default 25565) but 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,20 +1,23 @@
|
|||||||
## FTB Modpacks
|
# FTB Modpacks
|
||||||
|
|
||||||
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
|
||||||
@ -22,10 +25,9 @@ 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.**
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
|
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
| Game | 25565 |
|
| Game | 25565 |
|
||||||
|
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
# Krypton
|
# Krypton
|
||||||
|
|
||||||
A fast, lightweight Minecraft server written in Kotlin
|
A fast, lightweight Minecraft server written in Kotlin
|
||||||
|
|
||||||
|
[Krypton GitHub](https://github.com/KryptonMC/Krypton)
|
||||||
|
|
||||||
## Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Krypton only requires a single port to run, just like vanilla, though plugins may need extra ports.
|
Krypton only requires a single port to run, just like vanilla, though plugins may need extra ports.
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
Please note that the server will not function correctly unless a pre-generated world is provided.
|
|
||||||
|
|
||||||
|
Please note that the server will not function correctly unless a pre-generated world is provided.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
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.
|
||||||
|
|
||||||
## Server Ports
|
[Magma Website](https://magmefoundation.org/)
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
# Mohist
|
# Mohist
|
||||||
|
|
||||||
Mohist is a Spigot fork that prioritizes performance optimizations.
|
Mohist is a minecraft forge server software that implements the Paper/Spigot/Bukkit API.
|
||||||
|
|
||||||
|
[Mohist Website](https://mohistmc.com/)
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
|
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
@ -12,9 +14,10 @@ The minecraft server requires a single port for access (default 25565) but plugi
|
|||||||
|
|
||||||
## Server Specific
|
## Server Specific
|
||||||
|
|
||||||
### Supported versions:
|
### Supported versions
|
||||||
|
|
||||||
- 1.16.4 series build 132+
|
- 1.16.4 series build 132+
|
||||||
- 1.12.x series
|
- 1.12.x series
|
||||||
- 1.7.x series build 13+
|
- 1.7.x series (discontinued) build 13+
|
||||||
|
|
||||||
Requires changing Minecraft_Version variable on each new Minecraft version release.
|
Requires changing Minecraft_Version variable on each new Minecraft version release.
|
@ -3,9 +3,11 @@
|
|||||||
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. This limbo is empty, there are no ability to set schematic building since this is not necessary. You can send useful information in chat or BossBar.
|
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. This limbo is empty, there are no ability to set schematic building since this is not necessary. You can send useful information in chat or BossBar.
|
||||||
No plugins, no logs. The server is fully clear. It only able keep a lot of players while the main server is down.
|
No plugins, no logs. The server is fully clear. It only able keep a lot of players while the main server is down.
|
||||||
|
|
||||||
## Server Ports
|
[NanoLimbo Github](https://github.com/Nan1t/NanoLimbo)
|
||||||
The nanolimbo server requires a single port for access (default 25565).
|
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
|
The nanolimbo server requires a single port for access (default 25565).
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
Paper is the next generation of Minecraft server, compatible with Spigot plugins and offering uncompromising performance.
|
Paper is the next generation of Minecraft server, compatible with Spigot plugins and offering uncompromising performance.
|
||||||
|
|
||||||
## Server Ports
|
Check out the [Paper Website](https://papermc.io/) for more information.
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
# Purpur
|
# Purpur
|
||||||
|
|
||||||
Purpur is a fork of Paper and Tuinity which provides new configuration options.
|
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
|
||||||
|
|
||||||
See https://github.com/pl3xgaming/purpur for additional information.
|
[Purpur GitHub](https://github.com/PurpurMC/Purpur)
|
||||||
|
[Purpur Website](https://purpurmc.org/)
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
|
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
A high performance Minecraft server implementation
|
A high performance Minecraft server implementation
|
||||||
|
|
||||||
## Server Ports
|
[Spigot Website](https://www.spigotmc.org/)
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
@ -14,6 +16,6 @@ The minecraft server requires a single port for access (default 25565) but plugi
|
|||||||
|
|
||||||
Spigot was hit with a DMCA and now requires that it be built by the user.
|
Spigot was hit with a DMCA and now requires that it be built by the user.
|
||||||
|
|
||||||
#### This egg will build spigot for you.
|
### This egg will build spigot for you
|
||||||
|
|
||||||
You can also supply a download link to a server jar if you want.
|
You can also supply a download link to a server jar if you want.
|
@ -1,9 +1,12 @@
|
|||||||
# SpongeForge
|
# SpongeForge
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
## Server Ports
|
[SpongePowered Website](https://www.spongepowered.org/)
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# SpongeVanilla
|
# SpongeVanilla
|
||||||
|
|
||||||
A community-driven open source Minecraft: Java Edition modding platform.
|
A community-driven open source Minecraft: Java Edition modding platform.
|
||||||
|
|
||||||
## Server Ports
|
[SpongePowered Website](https://www.spongepowered.org/)
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
## Technic Eggs
|
# Technic Eggs
|
||||||
|
|
||||||
[Technic](/game_eggs/minecraft/java/technic/)
|
[Technic](/game_eggs/minecraft/java/technic/)
|
||||||
|
|
||||||
* [Attack of the B-Team](/game_eggs/minecraft/java/technic/attack-of-the-bteam/)
|
* [Attack of the B-Team](/game_eggs/minecraft/java/technic/attack-of-the-bteam/)
|
||||||
* [Blightfall](/game_eggs/minecraft/java/technic/blightfall/)
|
* [Blightfall](/game_eggs/minecraft/java/technic/blightfall/)
|
||||||
* [Hexxit](/game_eggs/minecraft/java/technic/hexxit/)
|
* [Hexxit](/game_eggs/minecraft/java/technic/hexxit/)
|
||||||
|
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
Fork of Paper aimed at improving server performance at high playercounts.
|
Fork of Paper aimed at improving server performance at high playercounts.
|
||||||
|
|
||||||
## Server Ports
|
[Tuinity GitHub](https://github.com/Tuinity/Tuinity)
|
||||||
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
|
||||||
|
|
||||||
|
## 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -4,13 +4,13 @@ A patch for vanilla servers to work with BungeeCord's ip_forward setting.
|
|||||||
|
|
||||||
This uses [ME1312's fork](https://github.com/ME1312/VanillaCord) of VanillaCord which has been updated for modern Minecraft.
|
This uses [ME1312's fork](https://github.com/ME1312/VanillaCord) of VanillaCord which has been updated for modern Minecraft.
|
||||||
|
|
||||||
## Note:
|
## Notes
|
||||||
|
|
||||||
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.
|
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
|
## Server Ports
|
||||||
The minecraft server requires a single port for access (default 25565) but 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 |
|
| Port | default |
|
||||||
|-------|---------|
|
|-------|---------|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Mineraft Bedrock Proxies
|
# Mineraft Bedrock Proxies
|
||||||
|
|
||||||
### Waterdog PE
|
## Waterdog PE
|
||||||
|
|
||||||
[Waterdog PE](https://github.com/WaterdogPE/WaterdogPE)
|
[Waterdog PE](https://github.com/WaterdogPE/WaterdogPE)
|
||||||
WaterdogPE is a brand new Minecraft: Bedrock Edition proxy software developed by the developers of the old Waterdog Proxy.
|
WaterdogPE is a brand new Minecraft: Bedrock Edition proxy software developed by the developers of the old Waterdog Proxy.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Waterdog PE
|
# Waterdog PE
|
||||||
|
|
||||||
Brand new proxy server for Minecraft: Bedrock Edition
|
Brand new proxy server for Minecraft: Bedrock Edition
|
||||||
|
|
||||||
## Server Ports
|
## Server Ports
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# Mineraft Cross Platform Proxies
|
# Mineraft Cross Platform Proxies
|
||||||
|
|
||||||
### GeyserMC
|
## [GeyserMC](geyser)
|
||||||
|
|
||||||
[GeyserMC](https://github.com/GeyserMC)
|
[GeyserMC](https://github.com/GeyserMC)
|
||||||
|
|
||||||
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
|
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
|
||||||
|
|
||||||
|
## [Waterdog](waterdog)
|
||||||
|
|
||||||
### Waterdog
|
|
||||||
[Waterdog](https://github.com/WaterdogPE/Waterdog)
|
[Waterdog](https://github.com/WaterdogPE/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.
|
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.
|
||||||
|
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
|
|
||||||
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
|
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock edition.
|
||||||
|
|
||||||
### Eggs
|
## Eggs
|
||||||
|
|
||||||
GeyserMC maintains their own eggs on their github: [GeyserMC pterodactyl eggs](https://github.com/GeyserMC/pterodactyl-stuff)
|
GeyserMC maintains their own eggs on their github: [GeyserMC pterodactyl eggs](https://github.com/GeyserMC/pterodactyl-stuff)
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
# Waterdog server
|
# Waterdog server
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
## 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.
|
|
||||||
|
|
||||||
|
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|----------|---------|
|
|----------|---------|
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
# OpenArena
|
# OpenArena
|
||||||
### From their [site](http://www.openarena.ws)
|
|
||||||
|
## From their [site](http://www.openarena.ws)
|
||||||
|
|
||||||
OpenArena is a community-produced deathmatch FPS based on GPL idTech3 technology.
|
OpenArena is a community-produced deathmatch FPS based on GPL idTech3 technology.
|
||||||
|
|
||||||
There are many game types supported including Free For All, Capture The Flag, Domination, Overload, Harvester, and more.
|
There are many game types supported including Free For All, Capture The Flag, Domination, Overload, Harvester, and more.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 27960 |
|
| Game | 27960 |
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Mods/Plugins may require ports to be added to the server
|
@ -1,20 +1,21 @@
|
|||||||
# OpenRA Dune2000
|
# OpenRA Dune2000
|
||||||
|
|
||||||
#### The classic command & conquer Server
|
## The classic command & conquer Server
|
||||||
|
|
||||||
|
## from the developers
|
||||||
|
|
||||||
#### from the developers
|
|
||||||
OpenRA is a project that recreates and modernizes the classic Command & Conquer real time strategy games. We have developed a flexible open source game engine (the OpenRA engine) that provides a common platform for rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).
|
OpenRA is a project that recreates and modernizes the classic Command & Conquer real time strategy games. We have developed a flexible open source game engine (the OpenRA engine) that provides a common platform for rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).
|
||||||
|
|
||||||
This means that OpenRA is not restricted by the technical limitations of the original closed-source games: it includes native support for modern operating systems and screen resolutions (including Windows 10, macOS, and most Linux distros) without relying on emulation or binary hacks, and features integrated online multiplayer.
|
This means that OpenRA is not restricted by the technical limitations of the original closed-source games: it includes native support for modern operating systems and screen resolutions (including Windows 10, macOS, and most Linux distros) without relying on emulation or binary hacks, and features integrated online multiplayer.
|
||||||
|
|
||||||
Make sure to checkout their [Home Page](https://openra.net).
|
Make sure to checkout their [Home Page](https://openra.net).
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
OpenRA requires a single port
|
OpenRA requires a single port
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 5500 |
|
| Game | 5500 |
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
## Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
# OpenRA
|
# OpenRA
|
||||||
|
|
||||||
#### The classic command & conquer Server
|
## The classic command & conquer Server
|
||||||
|
|
||||||
|
## from the developers
|
||||||
|
|
||||||
#### from the developers
|
|
||||||
OpenRA is a project that recreates and modernizes the classic Command & Conquer real time strategy games. We have developed a flexible open source game engine (the OpenRA engine) that provides a common platform for rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).
|
OpenRA is a project that recreates and modernizes the classic Command & Conquer real time strategy games. We have developed a flexible open source game engine (the OpenRA engine) that provides a common platform for rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).
|
||||||
|
|
||||||
This means that OpenRA is not restricted by the technical limitations of the original closed-source games: it includes native support for modern operating systems and screen resolutions (including Windows 10, macOS, and most Linux distros) without relying on emulation or binary hacks, and features integrated online multiplayer.
|
This means that OpenRA is not restricted by the technical limitations of the original closed-source games: it includes native support for modern operating systems and screen resolutions (including Windows 10, macOS, and most Linux distros) without relying on emulation or binary hacks, and features integrated online multiplayer.
|
||||||
|
|
||||||
Make sure to checkout their [Home Page](https://openra.net).
|
Make sure to checkout their [Home Page](https://openra.net).
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
OpenRA requires a single port
|
OpenRA requires a single port
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 5500 |
|
| Game | 5500 |
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
# OpenRA Tiberian Dawn
|
# OpenRA Tiberian Dawn
|
||||||
|
|
||||||
#### The classic command & conquer Server
|
## The classic command & conquer Server
|
||||||
|
|
||||||
|
## from the developers
|
||||||
|
|
||||||
#### from the developers
|
|
||||||
OpenRA is a project that recreates and modernizes the classic Command & Conquer real time strategy games. We have developed a flexible open source game engine (the OpenRA engine) that provides a common platform for rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).
|
OpenRA is a project that recreates and modernizes the classic Command & Conquer real time strategy games. We have developed a flexible open source game engine (the OpenRA engine) that provides a common platform for rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).
|
||||||
|
|
||||||
This means that OpenRA is not restricted by the technical limitations of the original closed-source games: it includes native support for modern operating systems and screen resolutions (including Windows 10, macOS, and most Linux distros) without relying on emulation or binary hacks, and features integrated online multiplayer.
|
This means that OpenRA is not restricted by the technical limitations of the original closed-source games: it includes native support for modern operating systems and screen resolutions (including Windows 10, macOS, and most Linux distros) without relying on emulation or binary hacks, and features integrated online multiplayer.
|
||||||
|
|
||||||
Make sure to checkout their [Home Page](https://openra.net).
|
Make sure to checkout their [Home Page](https://openra.net).
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
OpenRA requires a single port
|
OpenRA requires a single port
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 5500 |
|
| Game | 5500 |
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
# Red M
|
# Red M
|
||||||
|
|
||||||
### From the [RedM](https://redm.gg/) Site
|
## From the [RedM](https://redm.gg/) Site
|
||||||
|
|
||||||
RedM, for Red Dead Redemption 2 on PC. Launching now, based on the CitizenFX framework and Cfx.re technology.
|
RedM, for Red Dead Redemption 2 on PC. Launching now, based on the CitizenFX framework and Cfx.re technology.
|
||||||
|
|
||||||
### Install notes
|
## Install notes
|
||||||
|
|
||||||
- Only installs latest version versions are not selectable.
|
- Only installs latest version versions are not selectable.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
# Starmade Server
|
# Starmade Server
|
||||||
### From their [Homepage](https://starmadedock.net/) - [Guide](https://www.star-made.org/help/setting_up_a_server)
|
|
||||||
|
## From their [Homepage](https://starmadedock.net/) - [Guide](https://www.star-made.org/help/setting_up_a_server)
|
||||||
|
|
||||||
The ultimate space sandbox. Participate in epic fleet battles, form alliances, strive to dominate entire galaxies and harness the universe’s resources for your industrious empire or the destruction of others. Customise your experience, the universe is yours!
|
The ultimate space sandbox. Participate in epic fleet battles, form alliances, strive to dominate entire galaxies and harness the universe’s resources for your industrious empire or the destruction of others. Customise your experience, the universe is yours!
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server
|
Ports required to run the server
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
@ -1,8 +1,10 @@
|
|||||||
# 7 Days to Die
|
# 7 Days to Die
|
||||||
|
|
||||||
Steam Description
|
Steam Description
|
||||||
Set in a brutally unforgiving post-apocalyptic world overrun by the undead, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games. It presents combat, crafting, looting, mining, exploration, and character growth, in a way that has seen a rapturous response from fans worldwide. Play the definitive zombie survival sandbox RPG that came first. Navezgane awaits!
|
Set in a brutally unforgiving post-apocalyptic world overrun by the undead, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games. It presents combat, crafting, looting, mining, exploration, and character growth, in a way that has seen a rapturous response from fans worldwide. Play the definitive zombie survival sandbox RPG that came first. Navezgane awaits!
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
7 Days to Die requires up to 6 ports
|
7 Days to Die requires up to 6 ports
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
@ -3,54 +3,70 @@
|
|||||||
This is a collection of servers that use SteamCMD to install.
|
This is a collection of servers that use SteamCMD to install.
|
||||||
|
|
||||||
## 7 Days To Die
|
## 7 Days To Die
|
||||||
|
|
||||||
[7 Days To Die](7_days_to_die)
|
[7 Days To Die](7_days_to_die)
|
||||||
|
|
||||||
## ARK: Survival Evolved
|
## ARK: Survival Evolved
|
||||||
|
|
||||||
[ARK: Survival Evolved](ark_survival_evolved)
|
[ARK: Survival Evolved](ark_survival_evolved)
|
||||||
|
|
||||||
## Arma
|
## Arma
|
||||||
* [Arma 3](arma/arma3)
|
|
||||||
|
[Arma 3](arma/arma3)
|
||||||
|
|
||||||
## Assetto Corsa
|
## Assetto Corsa
|
||||||
|
|
||||||
[Assetto Corsa](assetto_corsa)
|
[Assetto Corsa](assetto_corsa)
|
||||||
|
|
||||||
## Avorion
|
## Avorion
|
||||||
|
|
||||||
[Avorion](avorion)
|
[Avorion](avorion)
|
||||||
|
|
||||||
## Barotrauma
|
## Barotrauma
|
||||||
|
|
||||||
[Barotrauma](barotrauma)
|
[Barotrauma](barotrauma)
|
||||||
|
|
||||||
## Citadel: Forged with Fire
|
## Citadel: Forged with Fire
|
||||||
|
|
||||||
[citadel](citadel)
|
[citadel](citadel)
|
||||||
|
|
||||||
## Conan Exiles
|
## Conan Exiles
|
||||||
|
|
||||||
[Conan Exiles](conan_exiles)
|
[Conan Exiles](conan_exiles)
|
||||||
|
|
||||||
## Craftopia
|
## Craftopia
|
||||||
[Craftopia](craftopia)
|
[Craftopia](craftopia)
|
||||||
|
|
||||||
## CryoFall
|
## CryoFall
|
||||||
|
|
||||||
[Cryofall](cryofall)
|
[Cryofall](cryofall)
|
||||||
|
|
||||||
## Don't Starve Together
|
## Don't Starve Together
|
||||||
|
|
||||||
[Don't Starve Together](dont_starve)
|
[Don't Starve Together](dont_starve)
|
||||||
|
|
||||||
## ECO
|
## ECO
|
||||||
|
|
||||||
[ECO](eco)
|
[ECO](eco)
|
||||||
|
|
||||||
## HLDS Server
|
## HLDS Server
|
||||||
|
|
||||||
[HLDS Server](hlds_server)
|
[HLDS Server](hlds_server)
|
||||||
|
|
||||||
## Holdfast: Nations At War
|
## Holdfast: Nations At War
|
||||||
|
|
||||||
[Holdfast: Nations At War](holdfast)
|
[Holdfast: Nations At War](holdfast)
|
||||||
|
|
||||||
## Hurtworld
|
## Hurtworld
|
||||||
|
|
||||||
[Hurtworld](hurtworld)
|
[Hurtworld](hurtworld)
|
||||||
|
|
||||||
## Insurgency: Sandstorm
|
## Insurgency: Sandstorm
|
||||||
|
|
||||||
[Insurgency: Sandstorm](insurgency_sandstorm)
|
[Insurgency: Sandstorm](insurgency_sandstorm)
|
||||||
|
|
||||||
## Killing Floor 2
|
## Killing Floor 2
|
||||||
|
|
||||||
[Killing Floor 2](killing_floor_2)
|
[Killing Floor 2](killing_floor_2)
|
||||||
|
|
||||||
## Left 4 Dead
|
## Left 4 Dead
|
||||||
@ -60,86 +76,113 @@ This is a collection of servers that use SteamCMD to install.
|
|||||||
[Left 4 Dead](left4dead_2)
|
[Left 4 Dead](left4dead_2)
|
||||||
|
|
||||||
## Modiverse
|
## Modiverse
|
||||||
|
|
||||||
[Modiverse](modiverse)
|
[Modiverse](modiverse)
|
||||||
|
|
||||||
## Mordhau
|
## Mordhau
|
||||||
|
|
||||||
[Mordhau](mordhau)
|
[Mordhau](mordhau)
|
||||||
|
|
||||||
## Onset
|
## Onset
|
||||||
|
|
||||||
[Onset](onset)
|
[Onset](onset)
|
||||||
|
|
||||||
## Pavlov VR
|
## Pavlov VR
|
||||||
|
|
||||||
[Pavlov VR](pavlov_vr)
|
[Pavlov VR](pavlov_vr)
|
||||||
|
|
||||||
## PixARK
|
## PixARK
|
||||||
|
|
||||||
[PixARK](pixark)
|
[PixARK](pixark)
|
||||||
|
|
||||||
## Post Scriptum
|
## Post Scriptum
|
||||||
|
|
||||||
[Post Scriptum](post_scriptum)
|
[Post Scriptum](post_scriptum)
|
||||||
|
|
||||||
## Project Zomboid
|
## Project Zomboid
|
||||||
|
|
||||||
[Project Zomboid](project_zomboid)
|
[Project Zomboid](project_zomboid)
|
||||||
|
|
||||||
## Quake Live
|
## Quake Live
|
||||||
|
|
||||||
[Quake Live](quake_live)
|
[Quake Live](quake_live)
|
||||||
|
|
||||||
## Rising World
|
## Rising World
|
||||||
|
|
||||||
[Rising World](rising_world)
|
[Rising World](rising_world)
|
||||||
|
|
||||||
## Risk of Rain 2
|
## Risk of Rain 2
|
||||||
|
|
||||||
[Risk Of Rain 2](risk_of_rain_2)
|
[Risk Of Rain 2](risk_of_rain_2)
|
||||||
|
|
||||||
## Rust
|
## Rust
|
||||||
|
|
||||||
* [Rust](rust)
|
* [Rust](rust)
|
||||||
* [Autowipe](rust/rust_autowipe)
|
* [Autowipe](rust/rust_autowipe)
|
||||||
* [Staging](rust/rust_staging)
|
* [Staging](rust/rust_staging)
|
||||||
|
|
||||||
## Satisfactory
|
## Satisfactory
|
||||||
|
|
||||||
[Satisfactory](satisfactory)
|
[Satisfactory](satisfactory)
|
||||||
|
|
||||||
## SCP: Secret Laboratory
|
## SCP: Secret Laboratory
|
||||||
|
|
||||||
* [SCP: Secret Laboratory](scpsl)
|
* [SCP: Secret Laboratory](scpsl)
|
||||||
* [dedicated](scpsl/dedicated)
|
* [dedicated](scpsl/dedicated)
|
||||||
* [exiled](scpsl/exiled)
|
* [exiled](scpsl/exiled)
|
||||||
* [multiadmin](scpsl/multiadmin)
|
* [multiadmin](scpsl/multiadmin)
|
||||||
|
|
||||||
## Soldat
|
## Soldat
|
||||||
|
|
||||||
[Soldat](soldat)
|
[Soldat](soldat)
|
||||||
|
|
||||||
## Space Engineers
|
## Space Engineers
|
||||||
|
|
||||||
[Space Engineers](space_engineers)
|
[Space Engineers](space_engineers)
|
||||||
|
|
||||||
## Squad
|
## Squad
|
||||||
|
|
||||||
[Squad](squad)
|
[Squad](squad)
|
||||||
|
|
||||||
## Starbound
|
## Starbound
|
||||||
|
|
||||||
[Starbound](starbound)
|
[Starbound](starbound)
|
||||||
|
|
||||||
## Stationeers
|
## Stationeers
|
||||||
|
|
||||||
[Stationeers](stationeers)
|
[Stationeers](stationeers)
|
||||||
|
|
||||||
## Stormworks: Build and Rescue
|
## Stormworks: Build and Rescue
|
||||||
|
|
||||||
[Stormworks: Build and Rescue](stormworks)
|
[Stormworks: Build and Rescue](stormworks)
|
||||||
|
|
||||||
## Subnautica: Nitrox Mod
|
## Subnautica: Nitrox Mod
|
||||||
|
|
||||||
[Subnautica: Nitrox Mod](subnautica_nitrox_mod)
|
[Subnautica: Nitrox Mod](subnautica_nitrox_mod)
|
||||||
|
|
||||||
## Sven coop
|
## Sven coop
|
||||||
|
|
||||||
[Sven Co-op](svencoop)
|
[Sven Co-op](svencoop)
|
||||||
|
|
||||||
## Team Fortress 2 Classic
|
## Team Fortress 2 Classic
|
||||||
|
|
||||||
[Team Fortress 2 Classic](team_fortress_2_classic)
|
[Team Fortress 2 Classic](team_fortress_2_classic)
|
||||||
|
|
||||||
## The Forest
|
## The Forest
|
||||||
|
|
||||||
[The Forest](the_forest)
|
[The Forest](the_forest)
|
||||||
|
|
||||||
## Tower Unite
|
## Tower Unite
|
||||||
|
|
||||||
[Tower Unite](tower_unite)
|
[Tower Unite](tower_unite)
|
||||||
|
|
||||||
## Unturned
|
## Unturned
|
||||||
|
|
||||||
[Unturned](unturned)
|
[Unturned](unturned)
|
||||||
|
|
||||||
## Valheim
|
## Valheim
|
||||||
|
|
||||||
[Valheim](valheim)
|
[Valheim](valheim)
|
||||||
* [Valheim Vanilla](valheim/valheim_vanilla)
|
|
||||||
* [Valheim Plus Mod](valheim/valheim_plus)
|
* [Valheim Vanilla](valheim/valheim_vanilla)
|
||||||
|
* [Valheim Plus Mod](valheim/valheim_plus)
|
||||||
|
@ -9,7 +9,7 @@ As a man or woman stranded naked, freezing and starving on the shores of a myste
|
|||||||
|
|
||||||
This server requires about 4096M to run with no players on a default map. Although it is recommended to run 6144M by the ARK creators, specific DLC maps will increase this requirement, such as Genesis 2 requiring over 13,440M to start.
|
This server requires about 4096M to run with no players on a default map. Although it is recommended to run 6144M by the ARK creators, specific DLC maps will increase this requirement, such as Genesis 2 requiring over 13,440M to start.
|
||||||
|
|
||||||
See the following - https://ark.gamepedia.com/Dedicated_Server_Setup#Hardware
|
See the following - <https://ark.gamepedia.com/Dedicated_Server_Setup#Hardware>
|
||||||
|
|
||||||
### RCON
|
### RCON
|
||||||
|
|
||||||
|
@ -3,4 +3,5 @@
|
|||||||
ARMA is a series of first-person tactical military shooters, originally released for Microsoft Windows. It features large elements of realism and simulation; a blend of large-scale military conflict spread across large areas alongside the more close quartered battles.
|
ARMA is a series of first-person tactical military shooters, originally released for Microsoft Windows. It features large elements of realism and simulation; a blend of large-scale military conflict spread across large areas alongside the more close quartered battles.
|
||||||
|
|
||||||
## Arma Titles
|
## Arma Titles
|
||||||
|
|
||||||
* [Arma 3](arma3)
|
* [Arma 3](arma3)
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
# Arma 3
|
# Arma 3
|
||||||
|
|
||||||
***Updating your Egg? Please see [How to Update Egg](#how-to-update-egg) to avoid any issues!***
|
***Updating your Egg? Please see [How to Update Egg](#how-to-update-egg) to avoid any issues!***
|
||||||
___
|
___
|
||||||
### Authors / Contributors
|
|
||||||
|
## Authors / Contributors
|
||||||
|
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
<table>
|
<table>
|
||||||
@ -37,11 +40,15 @@ ___
|
|||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
### Game Description
|
### Game Description
|
||||||
|
|
||||||
From Bohemia Interactive's [Website](https://arma3.com/):
|
From Bohemia Interactive's [Website](https://arma3.com/):
|
||||||
> Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC’s premier military game. Authentic, diverse, open - Arma 3 sends you to war.
|
> Experience true combat gameplay in a massive military sandbox. Deploying a wide variety of single and multiplayer content, over 20 vehicles and 40 weapons, and limitless opportunities for content creation, this is the PC’s premier military game. Authentic, diverse, open - Arma 3 sends you to war.
|
||||||
___
|
___
|
||||||
|
|
||||||
### Egg Capabilities
|
### Egg Capabilities
|
||||||
|
|
||||||
- Configurable to run 32 or 64-bit versions of the server
|
- Configurable to run 32 or 64-bit versions of the server
|
||||||
- Max Players is configurable and able to be host enforced (\*see [Recommended Egg Modifications](#recommended-egg-modifications))
|
- Max Players is configurable and able to be host enforced (\*see [Recommended Egg Modifications](#recommended-egg-modifications))
|
||||||
- Able to download server updates on startup
|
- Able to download server updates on startup
|
||||||
@ -55,12 +62,18 @@ ___
|
|||||||
- Additional [Arma 3 startup parameters](https://community.bistudio.com/wiki/Arma_3_Startup_Parameters) can be added to fine-tune performance
|
- Additional [Arma 3 startup parameters](https://community.bistudio.com/wiki/Arma_3_Startup_Parameters) can be added to fine-tune performance
|
||||||
- Configurable to run up to 5 Headless Clients in parallel with the main server (may require additional performance overhead)
|
- Configurable to run up to 5 Headless Clients in parallel with the main server (may require additional performance overhead)
|
||||||
- [WHMCS](https://www.whmcs.com/) compatible (\*see [Recommended Egg Modifications](#recommended-egg-modifications))
|
- [WHMCS](https://www.whmcs.com/) compatible (\*see [Recommended Egg Modifications](#recommended-egg-modifications))
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
### Installation Requirements
|
### Installation Requirements
|
||||||
|
|
||||||
- A valid, **real** Steam account, with **Steam Guard turned off**, is required to install the server (default "anonymous" login cannot be used). For security reasons it is [recommended by Valve](https://developer.valvesoftware.com/wiki/SteamCMD#With_a_Steam_account) that you create a new Steam account just for your dedicated servers. This account *does not* need to own Arma 3.
|
- A valid, **real** Steam account, with **Steam Guard turned off**, is required to install the server (default "anonymous" login cannot be used). For security reasons it is [recommended by Valve](https://developer.valvesoftware.com/wiki/SteamCMD#With_a_Steam_account) that you create a new Steam account just for your dedicated servers. This account *does not* need to own Arma 3.
|
||||||
- For automatic Steam Workshop mod downloading to work, the Steam account *does* need to own Arma 3. However, this is optional functionality, and mods can be manually uploaded to the server if desired. Hosts may feel free to change the "Disable Mod Downloads/Updates" variable to `1` if they would not like to offer it's functionality to clients.
|
- For automatic Steam Workshop mod downloading to work, the Steam account *does* need to own Arma 3. However, this is optional functionality, and mods can be manually uploaded to the server if desired. Hosts may feel free to change the "Disable Mod Downloads/Updates" variable to `1` if they would not like to offer it's functionality to clients.
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
### Server Ports
|
### Server Ports
|
||||||
|
|
||||||
Default server ports are listed below, but the Main port can be any port. There are three more ports after the Main port are relative to the Main port (For example: The BattlEye port is always 4 ports higher than the main port). **All four ports are required for normal server behavior.** It is [recommended](https://community.bistudio.com/wiki/Arma_3:_Dedicated_Server#Port_Forwarding) that each server be 100 ports separate from each other.
|
Default server ports are listed below, but the Main port can be any port. There are three more ports after the Main port are relative to the Main port (For example: The BattlEye port is always 4 ports higher than the main port). **All four ports are required for normal server behavior.** It is [recommended](https://community.bistudio.com/wiki/Arma_3:_Dedicated_Server#Port_Forwarding) that each server be 100 ports separate from each other.
|
||||||
|
|
||||||
| Port | Default |
|
| Port | Default |
|
||||||
@ -70,25 +83,41 @@ Default server ports are listed below, but the Main port can be any port. There
|
|||||||
| Steam Port (+2) | 2304 |
|
| Steam Port (+2) | 2304 |
|
||||||
| BattleEye (+4) | 2306 |
|
| BattleEye (+4) | 2306 |
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
#### Mods/Plugins may require ports to be added to the server
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
### CPU Usage Information
|
### CPU Usage Information
|
||||||
|
|
||||||
ARMA 3 is mainly CPU intensive. Contrary to popular belief, the server binary *can* run on multiple cores/threads. However, it's ability to manage asynchronous tasks and hyperthread is *very* limited, meaning additional cores/threads reach diminishing returns very quickly. In addition, it's ability to utilize all of the CPU allotted to it for AI processing seems to be limited as well. Therefore, a Headless Client ***and*** a properly written mission file are highly recommended if large amounts of AI units will be used.
|
ARMA 3 is mainly CPU intensive. Contrary to popular belief, the server binary *can* run on multiple cores/threads. However, it's ability to manage asynchronous tasks and hyperthread is *very* limited, meaning additional cores/threads reach diminishing returns very quickly. In addition, it's ability to utilize all of the CPU allotted to it for AI processing seems to be limited as well. Therefore, a Headless Client ***and*** a properly written mission file are highly recommended if large amounts of AI units will be used.
|
||||||
|
|
||||||
___
|
___
|
||||||
|
|
||||||
### Minimum RAM Requirement
|
### Minimum RAM Requirement
|
||||||
|
|
||||||
This server requires about 2048 MB of RAM to run properly. If used, every Headless Client uses an additional 2048 MB of RAM as well.
|
This server requires about 2048 MB of RAM to run properly. If used, every Headless Client uses an additional 2048 MB of RAM as well.
|
||||||
___
|
___
|
||||||
|
|
||||||
### Minimum Disk Requirement
|
### Minimum Disk Requirement
|
||||||
|
|
||||||
This server requires just under 10 GB of disk space to safely run properly with no mods. However, mods can easily increase disk usage to 50 GB or more, depending on how many are downloaded.
|
This server requires just under 10 GB of disk space to safely run properly with no mods. However, mods can easily increase disk usage to 50 GB or more, depending on how many are downloaded.
|
||||||
___
|
___
|
||||||
|
|
||||||
### Recommended Egg Modifications
|
### Recommended Egg Modifications
|
||||||
|
|
||||||
The following are highly recommended variable modifications you can make to the egg after importing it to your panel. While viewing this egg, simply go to the "Variables" tab of the egg editor to make these changes.
|
The following are highly recommended variable modifications you can make to the egg after importing it to your panel. While viewing this egg, simply go to the "Variables" tab of the egg editor to make these changes.
|
||||||
|
|
||||||
#### Default Steam Username & Password
|
#### Default Steam Username & Password
|
||||||
|
|
||||||
- To make deploying servers easy (**or if you are using WHMCS**), it is recommended to edit the default values of "Steam Username" and "Steam Password" to your Steam account dedicated for hosting. This will make all newly installed servers use these credentials. **DO NOT** make these fields visible to the end user so that they can use their own Steam accounts; the panel will save their Steam credentials in **plain text**, which is a BIG NO NO for security and privacy.
|
- To make deploying servers easy (**or if you are using WHMCS**), it is recommended to edit the default values of "Steam Username" and "Steam Password" to your Steam account dedicated for hosting. This will make all newly installed servers use these credentials. **DO NOT** make these fields visible to the end user so that they can use their own Steam accounts; the panel will save their Steam credentials in **plain text**, which is a BIG NO NO for security and privacy.
|
||||||
|
|
||||||
#### Restrict Max Players
|
#### Restrict Max Players
|
||||||
|
|
||||||
- If you would like to restrict the maximum number of players that can join your client's server, you can change the permissions of the "Max Players" variable so that clients can only view this value (and not edit it). It's default value can also be changed, or the value can be changed on a server-by-server basis as desired.
|
- If you would like to restrict the maximum number of players that can join your client's server, you can change the permissions of the "Max Players" variable so that clients can only view this value (and not edit it). It's default value can also be changed, or the value can be changed on a server-by-server basis as desired.
|
||||||
___
|
___
|
||||||
|
|
||||||
### How to Update Egg
|
### How to Update Egg
|
||||||
|
|
||||||
If you already have an Arma 3 egg installed on your panel, there are a couple things to consider before updating to this egg:
|
If you already have an Arma 3 egg installed on your panel, there are a couple things to consider before updating to this egg:
|
||||||
- The Startup Command has changed, but Pterodactyl currently does not update this across all your existing servers. Servers will still boot with their old Startup Command, but the new HTML Modlist feature will not work, and depreciated variables for config files will be used. Servers will have to be manually updated to the new Startup Command via the Startup tab.
|
- The Startup Command has changed, but Pterodactyl currently does not update this across all your existing servers. Servers will still boot with their old Startup Command, but the new HTML Modlist feature will not work, and depreciated variables for config files will be used. Servers will have to be manually updated to the new Startup Command via the Startup tab.
|
||||||
- Startup Variables have been completely rehauled. While most important existing variables have retained their Environment Variable names, a lot of their titles and order have been adjusted. Simply updating your existing egg with this egg may lead to Startup Variables being terribly out of order and cluttered. Therefore, the following steps are recommended to avoid this:
|
- Startup Variables have been completely rehauled. While most important existing variables have retained their Environment Variable names, a lot of their titles and order have been adjusted. Simply updating your existing egg with this egg may lead to Startup Variables being terribly out of order and cluttered. Therefore, the following steps are recommended to avoid this:
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
# Barotrauma
|
# Barotrauma
|
||||||
### From their [Steam Description](https://store.steampowered.com/app/602960/Barotrauma/)
|
|
||||||
|
## From their [Steam Description](https://store.steampowered.com/app/602960/Barotrauma/)
|
||||||
|
|
||||||
Barotrauma is a 2D co-op survival horror submarine simulator, inspired by games like FTL: Faster Than Light, Rimworld, Dwarf Fortress and Space Station 13. It’s a Sci-Fi game that combines ragdoll physics and alien sea monsters with teamwork and existential fear.
|
Barotrauma is a 2D co-op survival horror submarine simulator, inspired by games like FTL: Faster Than Light, Rimworld, Dwarf Fortress and Space Station 13. It’s a Sci-Fi game that combines ragdoll physics and alien sea monsters with teamwork and existential fear.
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
@ -14,7 +16,8 @@ Ports required to run the server in a table format.
|
|||||||
**WARNING
|
**WARNING
|
||||||
You must edit the port and server settings in serversettings.xml file or your server will not work!**
|
You must edit the port and server settings in serversettings.xml file or your server will not work!**
|
||||||
|
|
||||||
### No console
|
## No console
|
||||||
|
|
||||||
Barotrauma server does not currently have server console, it will just spam random messages. You have to add yourself as admin and type commands in-game. Admin file is located at Data/clientpermissions.xml, example config is below.
|
Barotrauma server does not currently have server console, it will just spam random messages. You have to add yourself as admin and type commands in-game. Admin file is located at Data/clientpermissions.xml, example config is below.
|
||||||
|
|
||||||
```<?xml version="1.0" encoding="utf-8"?>
|
```<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Citadel: Forged with fire
|
# Citadel: Forged with fire
|
||||||
|
|
||||||
Citadel: Forged With Fire is a massive online sandbox RPG set in the mystical world of Ignus. Featuring magic, spellcasting, building, exploring and crafting as you fight to make a name for yourself and achieve notoriety across the land.
|
Citadel: Forged With Fire is a massive online sandbox RPG set in the mystical world of Ignus. Featuring magic, spellcasting, building, exploring and crafting as you fight to make a name for yourself and achieve notoriety across the land.
|
||||||
|
|
||||||
## Server Ports
|
## Server Ports
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
### From their [Site](https://conanexiles.com/)
|
# Conan Exiles
|
||||||
|
|
||||||
|
## From their [Site](https://conanexiles.com/)
|
||||||
|
|
||||||
Conan Exiles is online multiplayer survival game set in the lands of Conan the Barbarian
|
Conan Exiles is online multiplayer survival game set in the lands of Conan the Barbarian
|
||||||
|
|
||||||
### Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
This server requires about 4096m to run properly.
|
This server requires about 4096m to run properly.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
@ -12,4 +17,4 @@ Ports required to run the server in a table format.
|
|||||||
| Game | 7777 |
|
| Game | 7777 |
|
||||||
| Steam Query | 27015 |
|
| Steam Query | 27015 |
|
||||||
|
|
||||||
### More information can be found [here](https://forums.funcom.com/t/conan-exiles-dedicated-server-app-latest-version-1-0-21/21699)
|
## More information can be found [here](https://forums.funcom.com/t/conan-exiles-dedicated-server-app-latest-version-1-0-21/21699)
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
# CryoFall
|
# CryoFall
|
||||||
|
|
||||||
##Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
You may want to assign a minimum of 1GB of RAM to a server.
|
You may want to assign a minimum of 1GB of RAM to a server.
|
||||||
|
|
||||||
##Required Server Ports
|
## Server Ports
|
||||||
|
|
||||||
The default is 6000 can be changed in SettingsServer.xml
|
The default is 6000 can be changed in SettingsServer.xml
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 6000 |
|
| Game | 6000 |
|
||||||
|
|
||||||
#### Plugins may require ports to be added to the server.
|
### Plugins may require ports to be added to the server
|
||||||
|
@ -1,20 +1,23 @@
|
|||||||
# Don't Starve Together
|
# Don't Starve Together
|
||||||
### From their [site](https://www.klei.com/games/dont-starve)
|
|
||||||
|
## From their [site](https://www.klei.com/games/dont-starve)
|
||||||
|
|
||||||
Don’t Starve is an uncompromising wilderness survival game full of science and magic.
|
Don’t Starve is an uncompromising wilderness survival game full of science and magic.
|
||||||
|
|
||||||
You play as Wilson, an intrepid Gentleman Scientist who has been trapped by a demon and transported to a mysterious wilderness world. Wilson must learn to exploit his environment and its inhabitants if he ever hopes to escape and find his way back home.
|
You play as Wilson, an intrepid Gentleman Scientist who has been trapped by a demon and transported to a mysterious wilderness world. Wilson must learn to exploit his environment and its inhabitants if he ever hopes to escape and find his way back home.
|
||||||
|
|
||||||
Enter a strange and unexplored world full of strange creatures, dangers, and surprises. Gather resources to craft items and structures that match your survival style. Play your way as you unravel the mysteries of this strange land.
|
Enter a strange and unexplored world full of strange creatures, dangers, and surprises. Gather resources to craft items and structures that match your survival style. Play your way as you unravel the mysteries of this strange land.
|
||||||
|
|
||||||
### Minimum RAM warning
|
## Minimum RAM warning
|
||||||
|
|
||||||
Minimum required memory to run the server is around 512mb for a single user..
|
Minimum required memory to run the server is around 512mb for a single user..
|
||||||
|
|
||||||
|
## Server Ports
|
||||||
|
|
||||||
### Server Ports
|
|
||||||
Don't Starve Together only requires a single port to run. The default is 10999
|
Don't Starve Together only requires a single port to run. The default is 10999
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
| Game | 10999 |
|
| Game | 10999 |
|
||||||
|
|
||||||
#### Mods/Plugins may require ports to be added to the server.
|
### Mods/Plugins may require ports to be added to the server
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
# Eco
|
# Eco
|
||||||
|
|
||||||
Steam Description
|
Steam Description
|
||||||
Eco is a community-based game; the players develop laws, government, and an economy to determine the success of their world. We need extensive playtesting to get the balance of our core features just right. Early Access is the perfect fit for finding an audience for this while also funding additional development.
|
Eco is a community-based game; the players develop laws, government, and an economy to determine the success of their world. We need extensive playtesting to get the balance of our core features just right. Early Access is the perfect fit for finding an audience for this while also funding additional development.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
Eco requires up to 2 ports
|
Eco requires up to 2 ports
|
||||||
|
|
||||||
game port (default 3000)
|
game port (default 3000)
|
||||||
web port (default 3001)
|
web port (default 3001)
|
||||||
|
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------------|
|
|---------|---------------|
|
||||||
| Game | 3000 |
|
| Game | 3000 |
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
Multiplayer based, first person enabled, action packed and skill demanding shooter set in the Wild West times. A unique combination of non stop action and slow but powerful weaponry.
|
Multiplayer based, first person enabled, action packed and skill demanding shooter set in the Wild West times. A unique combination of non stop action and slow but powerful weaponry.
|
||||||
|
|
||||||
### Server Ports
|
## Server Ports
|
||||||
|
|
||||||
FOF servers require 1 port to be open, the SourceTV port can also be opened for spectators.
|
FOF servers require 1 port to be open, the SourceTV port can also be opened for spectators.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user