// plugin · v1.3.0
Dev2Discord
Rust devblog RSS → Discord bridge
v1.3.0
plugin
discordrssautomationserver
// price
$6.99
Overview
Auto-posts official Rust devblogs, patch notes, and news to your server's Discord channel. Digest or instant mode.
Features
- Bridges the Rust devblog RSS feed to a Discord webhook
- Individual mode posts each new devblog item the moment it appears
- Digest mode rolls up all new items into one daily post at a set time
- Keyword filters include or exclude items by title content
- Optional role ping triggered only on keyword-matching posts
- Diagnostic console commands to test the webhook and inspect state
Console commands
Run from the server console or RCON. Most are called by the UI — you rarely need to type them manually.
CommandDoes
dev2discord.test
dev2discord.announce
dev2discord.poll
dev2discord.digest
dev2discord.status
dev2discord.reset
Key configuration
Tune in oxide/config/Dev2Discord.json after the plugin loads for the first time.
KeyDefaultWhat it does
WebhookUrl
Discord webhook URL (required)
Mode
individual
individual = instant post per item; digest = one daily roundup
DigestPostTime
12:00
Server-local 24h time to send the digest (digest mode only)
PollIntervalSeconds
600
Feed-check cadence (separate from posting time)
RolePing
Role mention string like <@&ROLE_ID> to ping on qualifying posts
PingKeywords
[wipe, devblog, force]
Only ping the role when title contains one of these
Included with purchase
Dev2Discord.cs— drop intooxide/plugins/orcarbon/plugins/- Lifetime updates — every future version, free
- Discord support from the Shadow Kids Studios community
- Per-server license — use on every server you run
Technical details
IDdev2discord
Slugdev2discord
Version1.3.0
Categoryplugin
AuthorShadow Kids Studios
Tagsdiscord, rss, automation, server, utility
// related