You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the ‘top_row_buttons’ variable in the config file has been shortened to simply ‘buttons’ and updated.
A brand-new ‘/invsee search <item_id>’ command has been added, allowing for detailed item searches in the inventories, armor, and rare bags of all online and offline players. (Requires Gamemaster permission)
The ‘discord_webhook_url’ system has been integrated into the config file to allow administrators to track in real-time when player inventories are opened and closed. It automatically sends an Audit Log to the specified Webhook address.
The ‘#accessories’ command, which has a custom button action, has been created, and the GUI infrastructure has been prepared for future mod support for Trinkets and Accessories.
The process of reading and writing .dat files for offline players has been optimized. A system for atomically saving changes the moment the menu closes (onCloseAction) has been added.
The GitHub Actions (release.yml) structure has been enhanced to automatically read the titles and descriptions of all commit messages made since the last released version (tag) and generate a changelog.
The displayClientMessage function, which was removed in Minecraft 1.21.2 on the client side, was updated to sendSystemMessage, permanently resolving all build issues.
Detailed usage and configuration information for all new features (buttons, search, webhook, accessories) was added to the WIKI.md file.
feat: InvSee v1.4.0 Major Additions
The ‘top_row_buttons’ variable in the config file has been changed to ‘buttons’.
The ‘/invsee search <item_id>’ command has been added, allowing you to search for items in the inventories, armor, and ender chests of all online and offline players.
The ‘discord_webhook_url’ system, which sends a log to the Discord channel when an admin opens or closes an inventory (including offline), has been added to the config.
Infrastructure for the Trinkets and Accessories mods has been prepared, and the ‘#accessories’ feature has been added to custom buttons.
Atomic data saving and menu close (onCloseAction) events for offline players have been made completely stable.
The WIKI.md file has been completely updated to reflect the new button structure, webhook system, and search command.