Disabling/blocking code locks for solo server?
Looking for a couple plugins actually. Code Lock blocker to prevent teaming, and TC auth limit? Couldnt find them in the plugin list?
In response to fessnecro ():
Its very easy, checkout here https://umod.org/documentation/games/rust#canequipitemJust disable to...
Its not best solution in performance and usability cases
In response to Orange ():
Its not best solution in performance and usability cases
Why???
In response to fessnecro ():
Why???
Removing item crafting - 1 action at plugin load
Blocking item equip - 1 action every item equip (it will run hook + 1 check at least)
In response to Orange ():
Removing item crafting - 1 action at plugin load
Blocking item equip - 1 action every item equi...
Oxide was created to use game hooks, its not downgrade performance. U don't use file system, databases in that case, what can downgrade performance.
And it's not one action. Code locks can be found in barrels.. etc..
In response to fessnecro ():
Oxide was created to use game hooks, its not downgrade performance. U don't use file system, databas...
Oxide was created to use game hooks, its not downgrade performance.​

Making useless actions is. Instead of 1 action you want to make XXXXXX actions on all time of server works. Where disabling crafting will be much better as solution


And it's not one action. Code locks can be found in barrels.. etc..​

They can't be found in loot, only crafted