// plugin · v1.0.1
RustconChat
RCON chat + event ring buffer
v1.0.1
plugin
adminrconchatutility
// price
FREE
Overview
Stores recent chat and events in a ring buffer, served via RCON for RustCON app backfill. Lightweight, zero-config.
Features
- Stores recent chat and events in an in-memory ring buffer
- Served via RCON so the RustCON app can backfill chat history
- Separate toggles for global chat, team chat, connects, disconnects
- Configurable buffer size
Console commands
Run from the server console or RCON. Most are called by the UI — you rarely need to type them manually.
CommandDoes
rustconchat
Dump the current buffer over RCON for the RustCON app
rustconchat.ping
RCON ping check
rustconchat.clear
Clear the ring buffer
Key configuration
Tune in oxide/config/RustconChat.json after the plugin loads for the first time.
KeyDefaultWhat it does
MaxMessages
100
Ring buffer size
LogGlobal
true
Include global chat in the buffer
LogTeam
true
Include team chat in the buffer
LogConnections
true
Include player connects
LogDisconnections
true
Include player disconnects
Included with purchase
RustconChat.cs— drop intooxide/plugins/orcarbon/plugins/- Lifetime updates — every future version, free
- Discord support from the Misfits Studios community
- Per-server license — use on every server you run
Technical details
IDrustconchat
Slugrustconchat
Version1.0.1
Categoryplugin
AuthorxADROCx
Tagsadmin, rcon, chat, utility, buffer, free
// related