From 937d6aab6af1f36c118063d4502751ab84135296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iris=20F=C3=A9anor=C3=A1?= <61018569+ExaInsanity@users.noreply.github.com> Date: Sun, 2 May 2021 15:12:57 +0200 Subject: [PATCH] Add insanity egg v3 This egg requires InsanityBot 2.0.0-dev.00030 or newer --- README.md | 14 +++++++++----- egg-insanity-bot.json | 6 +++--- legacy/egg-insanity-bot-v2.json | 27 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 8 deletions(-) create mode 100644 legacy/egg-insanity-bot-v2.json 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