File Details
[1.2.0] Create: Signalbox
- R
- Mar 16, 2026
- 38.83 KB
- 215
- 1.21.1
- NeoForge
File Name
createsignalbox-1.2.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
1.2.0
New Event Types & Commands
- Train derailment notifications (non-crash derailments from stress or migration failures)
- Train lifecycle notifications (assembled/disassembled)
/signalbox testcommand to verify webhook connectivity- Per-event webhook URL overrides — send different events to different channels
- Colour-coded Discord embeds: red for crashes, yellow for derailments, green for creation, red for removal
Config Changes
- Config is now organized into
[webhook]and[events.*]TOML sections - Each event type has its own section with independent enabled, cooldown, and webhook URL settings
- Shared webhook sender extracted for all event types
- Per-train crash notification cooldown (
cooldownSeconds, default 60s)

