mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-10 18:06:01 +00:00
Add event player_join
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user