diff --git a/.docs/pterodactyl/index.md b/.docs/pterodactyl/index.md new file mode 100644 index 0000000..748a465 --- /dev/null +++ b/.docs/pterodactyl/index.md @@ -0,0 +1,16 @@ +# Pterodactyl + +/// admonition | This project is in active development + type: warning +These docs are not complete yet, and there is a lot still to do. +/// + +Pterodactyl allows for connecting to a Pterodactyl server through websockets. It is intended primarily for use with Minecraft servers, as it allows for version & server platform-agnostic Discord integration, including console logging and two-way chat bridging. + +## Installation + +```bash +[p]repo add seacogs https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs +[p]cog install seacogs pterodactyl +[p]cog load aurora +``` diff --git a/mkdocs.yml b/mkdocs.yml index 427d75f..4e9272e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,8 @@ nav: - Bible: bible.md - Backup: backup.md - Nerdify: nerdify.md + - Pterodactyl: + - pterodactyl/index.md plugins: - git-authors