Add event player_join

This commit is contained in:
2023-07-15 17:54:59 +03:00
parent 90beaf1302
commit 939723acdd
2 changed files with 13 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ class EventsSystem:
"server_started": [],
"auth_sent_key": [], # Only sync
"auth_ok": [], # Only sync
"player_join": [],
"chat_receive": [],
"server_stopped": [],
}
@@ -25,6 +26,7 @@ class EventsSystem:
"server_started": [],
"_plugins_start": [],
"_plugins_unload": [],
"player_join": [],
"chat_receive": [],
"server_stopped": []
}