16 lines
569 B
Markdown
16 lines
569 B
Markdown
# 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://www.coastalcommits.com/cswimr/SeaCogs
|
|
[p]cog install seacogs pterodactyl
|
|
[p]cog load aurora
|
|
```
|