Finding the owner of sleeping bags?

It there a plugin or a rust command i can use to check who owns sleeping bags and beds?

Thank you in advance 

there is a rust command which puts the owner id, but owner id is who crafted the item I guess, You would need to use a plugin
any idea on the plugin? 
In response to rustypface ():
any idea on the plugin? 
Don't think there is a plugin available for it
In response to rustypface ():
It there a plugin or a rust command i can use to check who owns sleeping bags and beds?Thank you in...
https://umod.org/plugins/entity-owner

allows to see who owns an entity as well as who's authorized to a TC etc
In response to Goldie ():
https://umod.org/plugins/entity-owner

allows to see who owns an entity as well as who's a...
seems like the plugin provides owner aka who crafted the sleeping bag, I could be wrong
In response to Tricky ():
seems like the plugin provides owner aka who crafted the sleeping bag, I could be wrong
isntt hat what he is asking?
In response to Goldie ():
isntt hat what he is asking?
nope what if someone else crafted it and someone else owns it, what if someone else placed it and shared it :p
In response to Tricky ():
seems like the plugin provides owner aka who crafted the sleeping bag, I could be wrong
When player crafts something, he receives "Item" object. Placed entity is "SleepingBag" object, inherited way down to "BaseNetworkable". "Item" is a stanalone class which does not even have owner field, so deployed something cannot have ownerid of player, who crafted it, only the id of player who deployed it.
In response to 2CHEVSKII ():
When player crafts something, he receives "Item" object. Placed entity is "SleepingBag" object, inhe...
oh yes thanks
that still doesn't help, what if the player shared it to someone else
In response to rustypface ():
It there a plugin or a rust command i can use to check who owns sleeping bags and beds?Thank you in...
There are also concole command
ent who​

just look on any type of entity

In response to Orange ():
There are also concole command
ent who​just look on any type of entity
Thank you :)