Epoch-Admin-Tools icon indicating copy to clipboard operation
Epoch-Admin-Tools copied to clipboard

Show object info

Open f3cuk opened this issue 10 years ago • 7 comments

Would be handy if we had the possibility to view raw object info like date created, last edited, worldspace, inventory etc. (e.g. for checking who owns (has put down) a safe or checking the contents of a vehicle/player without having to open it.)

f3cuk avatar Oct 23 '14 11:10 f3cuk

Already have this as an idea. I wanted world space and owner. I plan on adding owner to the "view code" option as well.

noxsicarius avatar Oct 23 '14 11:10 noxsicarius

this would be very handy....

calamity1 avatar Nov 01 '14 00:11 calamity1

Checking owner of items seems to be a bit of an issue. The database does not store owner for items unless it is a plot pole. I could append a new column to the database for it, but that would increase the difficulty of install. What does everyone think about that?

I can easily do the things such as date, space, and inventory.

noxsicarius avatar Dec 13 '14 02:12 noxsicarius

A lot of servers have A Plot For Life (by RimBlock) installed, which stores owner data (PlayerUID) in the worlspace field (worldspace select 2 if I'm correct). It's kind of a hacky way, but i guess the best one can do with the limitations of the default hive.

f3cuk avatar Dec 14 '14 07:12 f3cuk

Do they store it for just the plot pole or do they store it for all items? I can easily add a setting that should only be enabled if there is a plot for life.

noxsicarius avatar Dec 14 '14 17:12 noxsicarius

All the objects

f3cuk avatar Dec 14 '14 20:12 f3cuk

So far all I can find is a way to get the player uid, but have no way to convert the uid to the player name so this may have to wait.

noxsicarius avatar May 30 '15 01:05 noxsicarius