Locked Crate Timer
A downloadable mod
Locked Crate Timer
Customize the Locked Crate hack time on your Rust server. Speed it up, slow it down, or set it per player with permissions.
Your Crate, Your Timer
Set the exact hack duration for Locked Crates in one simple config value. Permission-based, so only the players you choose get the custom timer.
Features
|
⏱
Custom Hack DurationSet the Locked Crate hack time to any value in seconds. Speed up the 15-minute default or make it even longer. |
🔐
Permission-BasedOnly players with the granted permission get the custom hack time. Everyone else uses the default game duration. |
|
⚙️
Simple ConfigurationOne JSON file, one setting. No complex setup needed. Change the value, reload, and you're done. |
🛡️
Zero Side EffectsPlayers without the permission are completely unaffected. The plugin only modifies hack time for authorized players. |
How It Works
→
A player with the lockedcratetimer.use
permission starts hacking a Locked Crate.
|
| → The plugin replaces the default hack duration with the configured value. |
| → The crate unlocks after the custom time elapses. |
| → Players without the permission use the default 900-second (15-minute) hack time. |
Configuration
A configuration file is automatically generated at
oxide/config/LockedCrateTimer.json
on first load.
{
"Hack duration (seconds; default: 900)": 900.0
}
| Option | Default | Description |
|---|---|---|
Hack duration (seconds; default: 900)
|
900.0
|
Hack duration in seconds for players with the permission. The game default is 900 (15 minutes). |
Duration Examples
| Value | Effect |
|---|---|
60.0
|
1 minute — very fast hack |
300.0
|
5 minutes — faster than default |
900.0
|
15 minutes — default game value |
1800.0
|
30 minutes — slower than default |
Installation
|
1
Copy the plugin file Place LockedCrateTimer.cs
into your server's oxide/plugins/
directory.
|
|
2
Start or restart your server The config file will be generated automatically at oxide/config/LockedCrateTimer.json.
|
|
3
Edit the configuration Set Hack duration (seconds; default: 900)
to your desired hack duration.
|
|
4
Reload the plugin Run oxide.reload LockedCrateTimer
in the server console to apply changes.
|
Permission
Only players with this permission get the custom hack duration. Players without it use the default 15-minute timer.
Grant to a Player
oxide.grant user <SteamID> lockedcratetimer.use
Grant to All Players
oxide.grant group default lockedcratetimer.use
Revoke Permission
oxide.revoke user <SteamID> lockedcratetimer.use
Locked Crate Timer — An Oxide plugin for Rust dedicated servers.
Made by little method
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.