diff --git a/README.md b/README.md index 9540c00..865cf73 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# :bird: InsanityBot Pterodactyl Egg :egg: +# InsanityBot Pterodactyl Egg + +## Installation -## :wrench: Installation :hammer: Installation instructions can be found [here](https://docs.insanity.network/en/eggs/Installation). -## :white_check_mark: Compatibility :white_check_mark: +## Compatibility + InsanityBot Version | [InsanityEgg v2 (Latest)](https://github.com/InsanityNetwork/InsanityEggs/blob/master/egg-insanity-bot.json) | [InsanityEgg v1](https://github.com/InsanityNetwork/InsanityEggs/blob/master/legacy/egg-insanity-bot-v1.json) ------------ | ------------- | ------------- 2.0.0-dev.00010 and newer | :white_check_mark: | :x: @@ -11,12 +13,14 @@ InsanityBot Version | [InsanityEgg v2 (Latest)](https://github.com/InsanityNetwo ***Note:** Support will only be provided for the latest version of the egg.* -## :question: Support :question: +## Support + The fastest way to get support is via our [Discord server](https://discord.gg/8TKJaGs). Alternatively you can open a GitHub issue [here](https://github.com/InsanityNetwork/InsanityEggs/issues/new), however, you will likely have to wait longer to get a reply. ***Note:** We reserve the right to refuse support to anyone.* -## :scroll: Licence, Copyright & TOS :scroll: +## Licence, Copyright & TOS + This egg is licenced under the [MIT Licence](https://github.com/InsanityNetwork/eggs/blob/master/LICENSE). The InsanityBot TOS can be viewed [here](https://bot.insanity.network/tos/). diff --git a/egg-insanity-bot.json b/egg-insanity-bot.json index 554be1c..3fea79c 100644 --- a/egg-insanity-bot.json +++ b/egg-insanity-bot.json @@ -9,12 +9,12 @@ "description": "Pterodactyl egg for InsanityBot 2.x", "features": null, "image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet-5", - "startup": "dotnet .\/exe\/InsanityBot.dll", + "startup": "dotnet InsanityBot.dll", "config": { "files": "{}", - "startup": "{\r\n \"done\": \"Startup successful!\",\r\n \"userInteraction\": [\r\n \"Please fill out the configuration file\",\r\n \"Invalid Token.\",\r\n \"Please fill out the language file\"\r\n ]\r\n}", + "startup": "{\r\n \"done\": \"Startup successful!\",\r\n}", "logs": "{}", - "stop": "^C" + "stop": "stop" }, "scripts": { "installation": { diff --git a/legacy/egg-insanity-bot-v2.json b/legacy/egg-insanity-bot-v2.json new file mode 100644 index 0000000..9640762 --- /dev/null +++ b/legacy/egg-insanity-bot-v2.json @@ -0,0 +1,27 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2020-12-23T18:00:44+00:00", + "name": "InsanityBot v2", + "author": "panel@insanity.network", + "description": "Pterodactyl egg for InsanityBot 2.x", + "features": null, + "image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet-5", + "startup": "dotnet .\/exe\/InsanityBot.dll", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"Startup successful!\",\r\n \"userInteraction\": [\r\n \"Please fill out the configuration file\",\r\n \"Invalid Token.\",\r\n \"Please fill out the language file\"\r\n ]\r\n}", + "logs": "{}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": null, + "container": "alpine:3.4", + "entrypoint": "ash" + } + }, + "variables": [] +} \ No newline at end of file