Run without power (Rust)
Is there a plugin anyone knows of that allows you to use all the electrical items (turrets, lights, etc) without having power hooked up?
Not sure if anyone has posted a plugin for it, but it's definitely possible.

Use UpdateFromInput on electrical items when you want to pretend they have power.

Can also use flag BaseEntity.Flags.Reserved8 to mark them as powered, and flag BaseEntity.Flags.On to mark them as online.