From 83d048733f00a20ce35b3a925af0989f10402cdc Mon Sep 17 00:00:00 2001 From: SpagettiFisch Date: Wed, 12 Jun 2024 14:55:38 +0000 Subject: [PATCH] fixed formatting Signed-off-by: SpagettiFisch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54f1cc2..e354447 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ For setup: Run the setup.py file and follow the instructions. - After this you should find some file named /whitelist/pterodactyl.txt there you need to insert the server id(s) of the server(s) you want to sync the whitelist with and the path for the whitelist (should be 'whitelist.json' for Minecraft). The server's id is the first part of its UUID / Docker Container ID or just https:////server/ + After this you should find some file named /whitelist/pterodactyl.txt there you need to insert the server id(s) of the server(s) you want to sync the whitelist with and the path for the whitelist (should be 'whitelist.json' for Minecraft). The server's id is the first part of its UUID / Docker Container ID or just https://[your-panel-url]/server/ Pterodactyl API-key: - You have to go to https:///admin/api and create a new key. Read and Write acces for Servers should be enough but I recommend just checking it for every category. You also need to specify a description. You then want to go to https:///account/api and create another key, there you have to insert the same description as before. This is the key you need to copy and then use for your setup. \ No newline at end of file + You have to go to https://[your-panel-url]/admin/api and create a new key. Read and Write acces for Servers should be enough but I recommend just checking it for every category. You also need to specify a description. You then want to go to https://[your-panel-url]/account/api and create another key, there you have to insert the same description as before. This is the key you need to copy and then use for your setup. \ No newline at end of file