docs(pterodactyl): added docs pages

This commit is contained in:
Seaswimmer 2024-02-29 22:11:37 -05:00
parent 839ead56eb
commit 84b0201662
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 18 additions and 0 deletions

View file

@ -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
```

View file

@ -19,6 +19,8 @@ nav:
- Bible: bible.md
- Backup: backup.md
- Nerdify: nerdify.md
- Pterodactyl:
- pterodactyl/index.md
plugins:
- git-authors