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
This allows executing internal actions (like #heal, #feed, #smite, #clear_inv, #clear_ender) directly on specific players without needing to open their inventory GUI.
Completely supports offline players natively, safely applying actions directly to their .dat files.
chore: bump version to 1.5.0
Bumped mod version to 1.5.0
Renamed 'top_row_buttons' array to 'buttons' in the config file.
Added the '/invsee search <item_id>' command to search for specific items across all online and offline players' inventories, ender chests, armor, and offhand slots (Requires Gamemaster permissions).
Added 'discord_webhook_url' to the config. If provided, it automatically sends an Audit Log to the specified Discord webhook whenever a staff member opens or closes a player's inventory.
Added preliminary support for the '#accessories' action button to prepare for Trinkets/Accessories mod integration.
Optimized reading and writing for offline players' .dat files. Changes are now atomically saved via the newly added onCloseAction system when the GUI is closed.
Improved the GitHub Actions release workflow (release.yml) to automatically extract full commit bodies for comprehensive changelog generation.
Fixed client-side build errors by replacing the deprecated displayClientMessage function with sendSystemMessage for Minecraft 1.21.2 compatibility.
Fully updated WIKI.md with documentation for the new buttons configuration, discord webhooks, accessories action, and search command.
feat: InvSee v1.4.0 Major Additions
Config dosyasındaki 'top_row_buttons' değişkeni 'buttons' olarak değiştirildi.
Bütün çevrimiçi ve çevrimdışı oyuncuların envanterlerinde, zırhlarında ve ender çantalarında eşya araması yapmayı sağlayan '/invsee search <item_id>' komutu eklendi.
Yetkililer bir envanteri açtığında veya kapattığında (offline dahil) bunu Discord kanalına log olarak gönderen 'discord_webhook_url' sistemi Config'e eklendi.
Trinkets ve Accessories modları için altyapı hazırlanarak custom butonlara '#accessories' özelliği getirildi.
Offline oyuncular için atomik veri kaydetme ve menü kapanma (onCloseAction) olayları tamamen stabil hale getirildi.
WIKI.md dosyası yeni buton yapısı, webhook sistemi ve arama komutuyla baştan aşağı güncellendi.