EssentialsX / Essentials

The modern Essentials suite for Spigot and Paper.
https://essentialsx.net
GNU General Public License v3.0
1.95k stars 981 forks source link

Accessing the enderchest of offline players #1410

Closed zRiaz closed 4 years ago

zRiaz commented 7 years ago

title explains it all pretty much, let admins access others enderchests even though they are not online.

SupaHam commented 7 years ago

I don't believe there's an easy way to make this happen currently, the ability to access a player's enderchest is made possible by the owner being online.

Poslovitch commented 7 years ago

This would require to save ender chests in files.

zRiaz commented 7 years ago

Wouldn't it be possible to save the enderchests in the playerdata files for Essentials though?

Poslovitch commented 7 years ago

Sure, this is possible. However, this is a huge amount of data there. ItemStacks, ItemMetas, nbts...

Antivalent commented 7 years ago

Shouldn't it be saved in your main world's "playerdata" folder already? But I don't know how accessible those files are. Anyway, if you're considering /ec for offline players, I'd love to see /invsee for offline players as well.

Poslovitch commented 7 years ago

Minecraft's player data is saved as .dat file, which are a bit hard to read.

pop4959 commented 4 years ago

This probably won't be implemented any time soon, as there isn't a way to get the inventory of offline players through bukkit.