About Wipe Timer Enhanced
Wipe Timer is an Oxide plugin for Rust servers that lets players easily check how long remains until the next scheduled server wipe. It automatically tracks wipe cycles, updates configuration data when a new save occurs, and can announce wipe times through chat or on player connection.
Core Features
Chat Commands
- /wipetest — Displays time remaining until the next wipe.
- /wipesave — Shows remaining time and immediately updates the wipe schedule.
Automatic Wipe Scheduling
- When a new save is created, the plugin adds a configurable number of days (default: 7) to determine the next wipe date.
Player Interaction
- Auto‑responds in chat when players mention “wipe.”
- Optionally announces wipe time when players join the server.
Configuration System
- Stores wipe interval, date, and time components (year, month, day, hour, minute, second).
- Supports automatic config updates and version tracking.
Configuration
The settings and options can be configured in the WipeTimerEnhanced file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
{ "Wipe Timer Settings": { "AutoRespond to Chat": true, "Broadcast to players on join": true, "Wipe cycle days length (default 7 for weekly wipes)": 7, "Current year": 2026, "Month of the year": 7, "Day of the month": 2, "Hour of the day": 15, "Minutes of the hour": 0, "Seconds of the minutes": 0 }, "Version": { "Major": 1, "Minor": 5, "Patch": 5 } }