feat(pterodactyl): added support for bridging messages sent by the server
This commit is contained in:
parent
457f1da7f4
commit
0d21a52ce3
3 changed files with 29 additions and 0 deletions
|
@ -12,6 +12,7 @@ def register_config(config_obj: Config) -> None:
|
|||
startup_arguments=None,
|
||||
power_action_in_progress=False,
|
||||
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"}]',
|
||||
api_endpoint="minecraft",
|
||||
chat_channel=None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue