Rcon Event Queue


This mod redirect events from Factorio to Rcon

Utilities
4 years ago
0.17
12
Owner:
Django93
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
4 years ago
Latest Version:
0.17.1 (4 years ago)
Factorio version:
0.17
Downloaded by:
12 users

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