feat(pterodactyl): server status will persist through reloads
This commit is contained in:
parent
a4f68d55eb
commit
d39f0ba104
2 changed files with 18 additions and 7 deletions
|
@ -10,7 +10,7 @@ def register_config(config_obj: Config) -> None:
|
|||
console_channel=None,
|
||||
startup_jar=None,
|
||||
startup_arguments=None,
|
||||
power_action_in_progress=False,
|
||||
current_status='',
|
||||
chat_regex=r"\[(\d{2}:\d{2}:\d{2})\sINFO\]:\s<(\w+)>\s(.*)",
|
||||
server_regex=r"^\[\d{2}:\d{2}:\d{2} INFO\]: \[Not Secure\] \[.*\] (.*)",
|
||||
chat_command='tellraw @a ["",{"text":".$U ","color":".$C"},{"text":" (DISCORD): ","color":"blue"},{"text":".$M","color":"white"}]',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue