diff --git a/README.md b/README.md index 06c75448..ce2ce96c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ I am working on adding a large collection of public eggs for the Pterodactyl community. -With that I am also accepting PR's for new service and also updates to the current ones. +With that I am also accepting PR's for new services and also updates to the current ones. If you are submitting PR's try and keep names and titles the same. @@ -27,12 +27,13 @@ If you are reading this it looks like you are looking to add an egg to your serv ## Bot Eggs [Discord](/bots/discord/) -* [ATL Bot](/bots/discord/atlbot/) Node JS +* [ATL Bot](/bots/discord/atlbot/) Node JS +* [Bastion](/bots/discord/bastion/) +* [discord.js](bots/discord/discord.js/) Node JS generic +* [fragbot](/bots/discord/fragbot/) Golang * [parkertron](/bots/discord/parkertron/) Golang * [pixel-bot](/bots/discord/pixelbot/) Python -* [discord.js](bots/discord/discord.js/) discord.js * [Sinusbot](/bots/discord/sinusbot/) -* [Bastion](/bots/discord/bastion/) [TeamSpeak3](bots/teamspeak3) * [JTS3ServerMod](/bots/teamspeak3/jts3servermod/) @@ -47,14 +48,20 @@ If you are reading this it looks like you are looking to add an egg to your serv [Don't Starve](/dont_starve/dont_starve) -[ET: Legacy](/etlegacy/etlegacy/) - [Factorio](/factorio/factorio/) [Grand Theft Auto](/gta/) -* [FiveM](/gta/fivem/) -* [RageMP](/gta/ragemp/) -* [Multi Theft Auto](/gta/mtasa/) +* GTA V + * [FiveM](/gta/fivem/) + * [RageMP](/gta/ragemp/) +* GTA SA + * [Multi Theft Auto](/gta/mtasa/) + * [SA-MP](/gta/samp/) + +[Minecraft Bedrock](/minecraft_bedrock/) +* [Bedrock](/minecraft_bedrock/bedrock/) +* [Nukkit](/minecraft_bedrock/nukkit/) +* [PocketMine MP](/minecraft_bedrock/pocketmine_mp/) [Minecraft Java](/minecraft_java/) * [Forge](/minecraft_java/forge/) @@ -63,30 +70,25 @@ If you are reading this it looks like you are looking to add an egg to your serv * [PaperSpigot (Legacy)](/minecraft_java/spigot/paper-legacy) * [Technic](/minecraft_java/technic/) -[Minecraft Bedrock](/minecraft_bedrock/) -* [Bedrock](/minecraft_bedrock/bedrock/) -* [Nukkit](/minecraft_bedrock/nukkit/) -* [PocketMine MP](/minecraft_bedrock/pocketmine_mp/) - -[Minecraft Proxies](/minecraft_proxy/) +[Minecraft Proxies](/minecraft_proxy/) (these are for the java version of minecraft) * [Waterfall](/minecraft_proxy/waterfall/) [Mount & Blade Warband](/mb_warband/) - [OpenTTD](/openttd/) [Source](/source_servers/) These eggs use steamcmd to install * [7 Days to Die](/source_servers/7_days_to_die/) +* [ARK Survival Evolved](/source_servers/ark_survival_evolved/) * [PixARK](/source_servers/pixark/) * [Rust Staging Branch](/source_servers/rust-staging/) * [Starbound](/source_servers/starbound) +[Squad](/squad/) + [Unreal Engine](/unreal_engine) * [Tower Unit](/unreal_engine/tower_unit/) -[Squad](/squad/) - [Terraria](/terraria/) * [tmodloader](/terraria/tmodloader) * [tshock](/terraria/tshock/) diff --git a/bots/discord/README.md b/bots/discord/README.md index 8615f33f..8c1cf53f 100644 --- a/bots/discord/README.md +++ b/bots/discord/README.md @@ -14,6 +14,14 @@ Their github has all the info you need [TheBastionBot/Bastion](https://github.com/TheBastionBot/Bastion) Give awesome perks to your Discord server! +#### DiscordJS +[discord.js](https://discord.js.org/) +A generic discord.js egg for running discord bots. + +#### fragbot +[fragforce/fragbot](https://github.com/fragforce/fragbot) +The bot that runs as the fragforce `@Fragbot` offering looking-for-group services for now + #### parkertron [parkervcp/parkertron](https://github.com/parkervcp/parkertron) The bot that runs as the pterodactyl `@Support Bot` diff --git a/bots/discord/discord.js/README.md b/bots/discord/discord.js/README.md index 7a241119..db4a930f 100644 --- a/bots/discord/discord.js/README.md +++ b/bots/discord/discord.js/README.md @@ -2,4 +2,6 @@ This egg was designed to allow a user to pull their own nodejs discord bot from a repo. -There is an option to allow a user to upload their own files to run a bot. \ No newline at end of file +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. \ No newline at end of file diff --git a/bots/discord/fragbot/README.md b/bots/discord/fragbot/README.md index d3d58ff2..6ef6eedd 100644 --- a/bots/discord/fragbot/README.md +++ b/bots/discord/fragbot/README.md @@ -5,4 +5,4 @@ The golang based discord bot for fragforce. Runs the fragforce `@fragbot` ### Server Ports -There are no ports required for parkertron \ No newline at end of file +There are no ports required for fragbot \ No newline at end of file