From ac7d2f278d1316881d035f22f0632d61649344d7 Mon Sep 17 00:00:00 2001 From: ItsAsheer <140397732+NullyIsHere@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:04:36 +0100 Subject: [PATCH 1/2] Update embeds.yml --- embeds.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/embeds.yml b/embeds.yml index 17eaf939..b236d272 100644 --- a/embeds.yml +++ b/embeds.yml @@ -985,6 +985,15 @@ codes: - `PERFPLUSME`: 20% off your first Performance Plus plan buttons: - [ 'Create Your Server Now', 'https://bloom.host/', '🎉' ] + +api: + aliases: [ 'ptapi', 'pterodactylapi' ] + title: '📜 Bloom Docs - How to use Pterodactyl API' + description: > + To use the Pterodactyl Api there's some ways + for Python you can use [Py-Dactyl](https://pypi.org/project/py-dactyl/), + for Java you can use [Pterodactyl4J](https://github.com/mattmalec/Pterodactyl4J) + or you can make requests [Ptero API](https://api.ptero.sh/#/operations/get-server-file-contents). # ┌─────────────────┐ # │ Internal Embeds │ From 753df1885261da269f2ffbcba5900446a58fe736 Mon Sep 17 00:00:00 2001 From: ItsAsheer <140397732+NullyIsHere@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:08:11 +0100 Subject: [PATCH 2/2] Update embeds.yml --- embeds.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/embeds.yml b/embeds.yml index b236d272..d1782455 100644 --- a/embeds.yml +++ b/embeds.yml @@ -987,13 +987,14 @@ codes: - [ 'Create Your Server Now', 'https://bloom.host/', '🎉' ] api: - aliases: [ 'ptapi', 'pterodactylapi' ] - title: '📜 Bloom Docs - How to use Pterodactyl API' + aliases: ['ptapi', 'pterodactylapi'] + title: '📜 Bloom Docs - How to Use the Pterodactyl API' description: > - To use the Pterodactyl Api there's some ways - for Python you can use [Py-Dactyl](https://pypi.org/project/py-dactyl/), - for Java you can use [Pterodactyl4J](https://github.com/mattmalec/Pterodactyl4J) - or you can make requests [Ptero API](https://api.ptero.sh/#/operations/get-server-file-contents). + There are several ways to use the Pterodactyl API. + For Python, you can use [Py-Dactyl](https://pypi.org/project/py-dactyl/). + For Java, you can use [Pterodactyl4J](https://github.com/mattmalec/Pterodactyl4J). + Alternatively, you can make requests using [Ptero API](https://api.ptero.sh/#/operations/get-server-file-contents). + # ┌─────────────────┐ # │ Internal Embeds │