Notifier


This mod adds user login and logout to the log file.

a month ago
2.0
17
Owner:
pkobayashi
Source:
N/A
Homepage:
N/A
License:
The Unlicense (Public Domain)
Created:
a month ago
Latest Version:
0.2.0 (a month ago)
Factorio version:
2.0
Downloaded by:
17 users

Simple mod that just logs when a user joins or leaves the server.

It's literally just these two lines:
log(player_name .. " joined the game!")
log(player_name .. " left the game!")

This is useful for running a notifier cronjob on a headless server to notify when users join or leave the server.