From dd6184ccd0408e254ce3f3475ad9181eda206249 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 1 Mar 2024 01:17:48 -0500 Subject: [PATCH] fix(pterodactyl): remove useless config key --- .docs/pterodactyl/setup.md | 9 +++++++++ mkdocs.yml | 2 ++ pterodactyl/config.py | 1 - 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .docs/pterodactyl/setup.md diff --git a/.docs/pterodactyl/setup.md b/.docs/pterodactyl/setup.md new file mode 100644 index 0000000..f10882a --- /dev/null +++ b/.docs/pterodactyl/setup.md @@ -0,0 +1,9 @@ +# Setup + +This page will go over the steps required to setup the Pterodactyl cog. + +/// admonition | Screenshots may be visually distinct + type: info +For the purpose of this guide, I'll be using [Bloom Host's](https://bloom.host/) [Pterodactyl fork](https://mc.bloom.host/). +The steps should be basically identical for other panels, but screenshots will look visually different. +/// diff --git a/mkdocs.yml b/mkdocs.yml index 4e9272e..9141020 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,6 +21,7 @@ nav: - Nerdify: nerdify.md - Pterodactyl: - pterodactyl/index.md + - Setup: pterodactyl/setup.md plugins: - git-authors @@ -107,3 +108,4 @@ watch: - ./backup - ./bible - ./nerdify + - ./pterodactyl diff --git a/pterodactyl/config.py b/pterodactyl/config.py index b1c49c2..2474e0e 100644 --- a/pterodactyl/config.py +++ b/pterodactyl/config.py @@ -5,7 +5,6 @@ config: Config = Config.get_conf(None, identifier=457581387213637448123567, cog_ def register_config(config_obj: Config) -> None: config_obj.register_global( base_url=None, - api_key=None, server_id=None, console_channel=None, startup_jar=None,