Freeze Time

Description
xFreezeTime freezes the in-game server time at a configurable hour. It allows admins to enable/disable time freezing, set a custom frozen hour, or instantly lock the current world time using console commands. The plugin automatically applies settings on server startup.
Additionally, you can configure events to run at custom intervals, so events like CH47, cargo, or supply drops are not skipped when day/night progression is disabled. You can use any console commands for each configured event trigger.
🔑 Permissions
code
| 1 | xfreezetime.admin - Use any console command. |
| 2 | xfreezetime.checkevents - Check event triggers and its remaining time for next trigger. |
💬 Console Commands
code
| 1 | xfreezetime - See all available console commands and which permission is required to execute |
| 2 | xfreezetime.set <0-24> - Sets the frozen in-game time to a specific hour (e.g. 12, 18.5, 6) |
| 3 | xfreezetime.now - Captures the current time and freezes the world at that exact hour |
| 4 | xfreezetime.toggle - Toggle the freezing time (Enabled = Freezed Time) |
| 5 | xfreezetime.activeevents - List all enabled event triggers + remaining time for next trigger |
⚙️ Config
code
| 1 | { |
| 2 | "Enabled": true, |
| 3 | "FreezeHour": 12.0, |
| 4 | "AnnounceTriggeredEvents": false, |
| 5 | "AnnounceMessage": "<color=#e3f542>» Event Triggered:</color> {event}", |
| 6 | "LogTriggeredEvents": true, |
| 7 | "EventTriggers": [ |
| 8 | { |
| 9 | "Name": "CargoShip", |
| 10 | "Enabled": false, |
| 11 | "Command": "cargo.start", |
| 12 | "IntervalMinutes": 60.0 |
| 13 | }, |
| 14 | { |
| 15 | "Name": "PatrolHelicopter", |
| 16 | "Enabled": false, |
| 17 | "Command": "event.run heli", |
| 18 | "IntervalMinutes": 100.0 |
| 19 | }, |
| 20 | { |
| 21 | "Name": "CH47", |
| 22 | "Enabled": false, |
| 23 | "Command": "event.run chinook", |
| 24 | "IntervalMinutes": 80.0 |
| 25 | }, |
| 26 | { |
| 27 | "Name": "Airdrop", |
| 28 | "Enabled": false, |
| 29 | "Command": "supply.call", |
| 30 | "IntervalMinutes": 30.0 |
| 31 | } |
| 32 | ] |
| 33 | } |
$7.90
Views2
Downloads0
Purchases0
Rating★ 0.0
Version1.0.1
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size15 KB
PublishedAug 12, 2026
UpdatedAug 12, 2026
✓ Reviewed for safety and integrity