Epoch-Admin-Tools
Epoch-Admin-Tools copied to clipboard
Show object info
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.)
Already have this as an idea. I wanted world space and owner. I plan on adding owner to the "view code" option as well.
this would be very handy....
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.
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.
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.
All the objects
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.