17 lines
575 B
Markdown
17 lines
575 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://coastalcommits.com/SeaswimmerTheFsh/SeaCogs
|
||
|
[p]cog install seacogs pterodactyl
|
||
|
[p]cog load aurora
|
||
|
```
|