v1.2.0 Changelog
Additions
Commands
Added the offlineinvsee
chat command to invsee into the inventory of a player who is offline. Added the offlineuuidinvsee
chat command to invsee into the inventory of a player who is offline by using their uuid. Added the offlineinfo
chat command to see data of a player who is offline. Added the offlineuuidinfo
chat command to see data of a player who is offline by using their uuid.
Features
- Added the ability for the add-on to save player data so that you can see info like when a certain player was last online and also invsee into a player's inventory even when they are offline.
Settings
- Added the personal settings section to the settings menu, currently the only option is
timeZone
which lets you set the time zone that the time is displayed in when invseeing into an offline player's inventory of using offlineinfo to see the data of an offline player.
Fixes
Commands
- Fixed a bug where the
\eval
chat command did not work. - Fixed a few bugs where the caret notation (
^^^
) coordinates were not evaluating properly.
Technical Additions
API
- Added new script functions for calculating / modifying coordinates in the same ways as the vanilla
/execute
command.