Rcon Event Queue
Description
<br>
This modification is for server owners who want to retrieve specific Factorio events over an Rcon connection. The mod collects the following events and provides them in a queue for retrieval via the Rcon connection:
- Player Joined
- Player Left
- Chat Message
- Research Started
- Research Finished
This can be useful for a Discord Factorio Chat Bot, for example.
Rcon Commands:
Get all entries from the specified index
/event_queue.get ${first_index}
replace ${first_index} with an integer of your choice. 0 returns alls entries in the queue.
deletes all entries in the queue
/event_queue.clear