Looking for crate plugins 3:Solved

I'm trying to find a good crate respawn timer editor, anyone know of one?

You can change that on the convars no need a plugin 

if you are spawning a hackable crate you can also change the timer individually with the hackSeconds property

hackableCrate.hackSeconds = 600f;​
yacvaguer

You can change that on the convars no need a plugin 

if you are spawning a hackable crate you can also change the timer individually with the hackSeconds property

hackableCrate.hackSeconds = 600f;​

heat thank you

yacvaguer

You can change that on the convars no need a plugin 

if you are spawning a hackable crate you can also change the timer individually with the hackSeconds property

hackableCrate.hackSeconds = 600f;​

Sorry for bringing you back even though I marked this as solved, where would I find that convar? I'm looking through all my server config files but cannot find anything regarding crates respawn timer. Eg. after taking oilrig, it'll go back online in 10 minutes instead of 30.

That is what you would use when developing a plugin. The equivalent rustserver command is hackablelockedcrate.requiredhackseconds (default 900 sec) but I don't think this is what you are looking for anyway.

Is this of interest?
https://umod.org/plugins/custom-loot-spawns

htmlSh3wbejUsbb.png JimDeadlock

That is what you would use when developing a plugin. The equivalent rustserver command is hackablelockedcrate.requiredhackseconds (default 900 sec) but I don't think this is what you are looking for anyway.

Is this of interest?
https://umod.org/plugins/custom-loot-spawns

YES THAT! A crate respawner! I have a plugin for the hacked crate timer already, I just needed a way to respawn them quicker!! Is there a node equivalent to this??

You don't need a plugin for changing a convars!!!

The example I gave you before was in case you were developing a plugin but for changing the convars just add this in your server.cfg

hackablelockedcrate.requiredhackseconds 300

Locked automatically