diff --git a/pterodactyl/config.py b/pterodactyl/config.py index 10f6fb5..045c45f 100644 --- a/pterodactyl/config.py +++ b/pterodactyl/config.py @@ -7,8 +7,6 @@ def register_config(config_obj: Config) -> None: base_url=None, server_id=None, console_channel=None, - startup_jar=None, - startup_arguments=None, current_status='', chat_regex=r"^\[\d{2}:\d{2}:\d{2}\sINFO\]: (?!\[(?:Server|Rcon)\])(?:<|\[)(\w+)(?:>|\]) (.*)", server_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]:(?: \[Not Secure\])? \[(?:Server|Rcon)\] (.*)",