Request to Reimplement Certain Config Options

The old json used to give me far more options. 

{
  "Require laptop to be in hand when start unlocking": true,
  "Laptops required to start unlocking (0 = Disable)": 0,
  "Laptop consumed when start unlocking": true,
  "Hack crate unlock time (Seconds)": 900,
  "Use additional hack (Use laptop to reduce crate unlocking time)": true,
  "Maximum times of additional hack (0 = Disable)": 5,
  "When a laptop consumed, how much unlock time reduces? (Seconds)": 170.0,
  "Only player that hacked can loot?": false,
  "Hack cooldown": 0.0,
  "Use Teams": true,
  "Use Friends": false,
  "Use Clans": true,
  "Chat Settings": {
    "Chat Prefix": "<color=#00FFFF>[LaptopCrateHack]</color>: ",
    "Chat SteamID Icon": ""
  }
}

In the past, I had it setup to not be required, but simply give the players an option to reduce the hack time if they had laptops inhand. Otherwise, the hack crate operates like normal (15 minutes). 

Can I make a request for those options to return? 

I can certainly reimplement the options related to rehacking, otherwise the options have remained fairly unchanged, except for Require laptop to be in hand when start unlocking which was removed because it sometimes failed to consume laptops from the main inventory, now it's enforced to be held in hand

Basically, I had it setup like this: if the player didn't have any laptops in hand, the crates operate normally. I didn't allow them to use the laptops from inventory. If they did have laptops, they had to be in hand and each one would reduce the timer by a specific increment. I also had them cap out at 5 uses (requiring 5 laptops), which at a 170 seconds each would reduce the timer to 10 seconds. 

Can we make that happen? I understand if that's not the direction you're going with the plugin now (or if you don't want to), I know I'm not a "client". Please know that I appreciate the time and effort plugin devs put in. Without you, we'd all be running vanilla servers. 

lqjdPj3ENkQ5Ywb.jpg Philoludos

Basically, I had it setup like this: if the player didn't have any laptops in hand, the crates operate normally. I didn't allow them to use the laptops from inventory. If they did have laptops, they had to be in hand and each one would reduce the timer by a specific increment. I also had them cap out at 5 uses (requiring 5 laptops), which at a 170 seconds each would reduce the timer to 10 seconds. 

Can we make that happen? I understand if that's not the direction you're going with the plugin now (or if you don't want to), I know I'm not a "client". Please know that I appreciate the time and effort plugin devs put in. Without you, we'd all be running vanilla servers. 

Yes of course, I can restore the functionality that allows the use of multiple computers to hack, with each one reducing the hacking timer. I initially removed it because it didn't make sense, like, where did the other computers go? There's only one on top of the crate! haha, probably I shouldn't try making sense of things especially in Rust, but yes, I'll add it back

Right? As much as I'd love for things to make sense in Rust, I don't think that's practical. haha

I do appreciate you putting that functionality back in! I look forward to the update!