Hello!
I want to use your plugin, to prevent use another player car lift. Now if i place a electrical.modularcarlift.deployed and connect it to electric, any player can use it, and can remove items from my car which is parking on my Car lift. I want if only i can use my car lift. Can you implement to this plugin ? Or it's possible to add a prevent include entities, where i can add any other entity ?
Option to prevent removing parts from vehiclesSuggestion
Are you sure that preventing a player from using another player's car lift is actually what you want to do? It sounds like the problem you are trying to solve is a player removing parts from another player's car. The issue appears to be the car, not the lift. If you only prevent the lift from being used, a player could still bring another player's car onto their own lift to remove the parts.
An alternative design, which might be better for your use case, is to prevent players from looting cars owned by other players. There was a discussion about this in a recent thread.
https://umod.org/community/rust/35752-locking-car-lifts
The issue with that alternative design is that it requires that you have other plugins to ensure cars are owned by players, since cars don't have ownership by default. If this is an acceptable solution, I imagine the maintainer of Prevent Looting could implement an ownership check on the car when a player tries to edit it at a car lift.
This is really required.
You can protect yourself against car theft/robbery by putting a lock on it.
But when the car is on the car lift, any player can make a key/remove the lock.
This is not very convenient when on a PvE server you have to build a garage for each car, instead of just putting them on the platform.