Skip to content

Commit

Permalink
Add insanity egg v3
Browse files Browse the repository at this point in the history
This egg requires InsanityBot 2.0.0-dev.00030 or newer
  • Loading branch information
akiraveliara authored May 2, 2021
1 parent 9f5828c commit 937d6aa
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 8 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# :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:
2.0.0-dev.00009 and older | :x: | :white_check_mark:

***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/).

Expand Down
6 changes: 3 additions & 3 deletions egg-insanity-bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
27 changes: 27 additions & 0 deletions legacy/egg-insanity-bot-v2.json
Original file line number Diff line number Diff line change
@@ -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": []
}

0 comments on commit 937d6aa

Please sign in to comment.