About Freeze Time
xFreezeTime
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
xfreezetime.admin - Use any console command. xfreezetime.checkevents - Check event triggers and its remaining time for next trigger.
Console Commands
xfreezetime - See all available console commands and which permission is required to execute xfreezetime.set <0-24> - Sets the frozen in-game time to a specific hour (e.g. 12, 18.5, 6) xfreezetime.now - Captures the current time and freezes the world at that exact hour xfreezetime.toggle - Toggle the freezing time (Enabled = Freezed Time) xfreezetime.activeevents - List all enabled event triggers + remaining time for next trigger
Config
{ "Enabled": true, "FreezeHour": 12.0, "AnnounceTriggeredEvents": false, "AnnounceMessage": "<color=#e3f542>» Event Triggered:</color> {event}", "LogTriggeredEvents": true, "EventTriggers": [ { "Name": "CargoShip", "Enabled": false, "Command": "cargo.start", "IntervalMinutes": 60.0 }, { "Name": "PatrolHelicopter", "Enabled": false, "Command": "event.run heli", "IntervalMinutes": 100.0 }, { "Name": "CH47", "Enabled": false, "Command": "event.run chinook", "IntervalMinutes": 80.0 }, { "Name": "Airdrop", "Enabled": false, "Command": "supply.call", "IntervalMinutes": 30.0 } ] }
