Live
xNullPointer95 published Hook ProfilerxNullPointer95 published Freeze TimeDuff reacted 🔥 to Respawn ProtectionDuff reacted 🔥 to Wipe Raid ProtectionxNullPointer95 published Respawn ProtectionxNullPointer95 published Wipe Raid ProtectionxNullPointer95 updated CrosshairxNullPointer95 updated No BleedingxNullPointer95 updated Stack Size (Global + Permission-based StackSizes)xNullPointer95 updated Auto DoorsxNullPointer95 updated Mark To TeleportxNullPointer95 updated Banned Players Entity CleanerxNullPointer95 updated Wireless Power (✅️ Gesture Support)xNullPointer95 updated Auto CodelockxNullPointer95 updated Fuel Generator ModifierxNullPointer95 updated MegaphonexNullPointer95 updated NPC FreezexNullPointer95 updated Scrap BagxNullPointer95 updated Custom Magazine CapacityxNullPointer95 updated RED/GREEN LightxNullPointer95 updated Missile Silo Hatch Door OpenerxNullPointer95 updated Item ExchangerxNullPointer95 updated Crate Items RNGDuff published Powergrid Controldrifter reacted 👍 to Turret ReskinnerRickySpanish updated Zombie AnimalsDark’Karis reacted 🚀 to OverShieldDuff published Turret ReskinnerDuff published DiseasesGoldenRatio published Golden Power Controller
xNullPointer95 published Hook ProfilerxNullPointer95 published Freeze TimeDuff reacted 🔥 to Respawn ProtectionDuff reacted 🔥 to Wipe Raid ProtectionxNullPointer95 published Respawn ProtectionxNullPointer95 published Wipe Raid ProtectionxNullPointer95 updated CrosshairxNullPointer95 updated No BleedingxNullPointer95 updated Stack Size (Global + Permission-based StackSizes)xNullPointer95 updated Auto DoorsxNullPointer95 updated Mark To TeleportxNullPointer95 updated Banned Players Entity CleanerxNullPointer95 updated Wireless Power (✅️ Gesture Support)xNullPointer95 updated Auto CodelockxNullPointer95 updated Fuel Generator ModifierxNullPointer95 updated MegaphonexNullPointer95 updated NPC FreezexNullPointer95 updated Scrap BagxNullPointer95 updated Custom Magazine CapacityxNullPointer95 updated RED/GREEN LightxNullPointer95 updated Missile Silo Hatch Door OpenerxNullPointer95 updated Item ExchangerxNullPointer95 updated Crate Items RNGDuff published Powergrid Controldrifter reacted 👍 to Turret ReskinnerRickySpanish updated Zombie AnimalsDark’Karis reacted 🚀 to OverShieldDuff published Turret ReskinnerDuff published DiseasesGoldenRatio published Golden Power Controller
Browse/Rust/Plugins/Freeze Time

Freeze Time

xNullPointer95 0.0 (0)v1.0.1OxideCarbon
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
1xfreezetime.admin - Use any console command.
2xfreezetime.checkevents - Check event triggers and its remaining time for next trigger.

💬 Console Commands

code
1xfreezetime - See all available console commands and which permission is required to execute
2xfreezetime.set <0-24> - Sets the frozen in-game time to a specific hour (e.g. 12, 18.5, 6)
3xfreezetime.now - Captures the current time and freezes the world at that exact hour
4xfreezetime.toggle - Toggle the freezing time (Enabled = Freezed Time)
5xfreezetime.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