def on_player_death(**kwargs): # TODO: Determine which player died darkcore.debug_log("Player died.")
def on_plugin_exit(): darkcore.debug_log("Exiting " + __info__["title"])
def on_plugin_start(): darkcore.debug_log("Starting " + __info__["title"]) darkcore.hook_event("Player Death", on_player_death)