
InvSee
InvSee modern, up-to-date and highly customizable fabric mod
- Загрузки
- 57
- Подписчики
- 0
- Обновлён
- 21 июня 2026 г.
- Лицензия
- MIT
Опубликован 19 июня 2026 г.
InvSee is a modern, up-to-date and highly customizable fabric mod to see other players inventories, coordinates, dimension, XP levels, ender chest and armors. new UI different than other InvSee plugins and mods.
Works for both offline and online players. also supports geyser players.
To see a spesific person (online/offline)
/invsee *username*
To see all users (online/offline)
/invsee
Features
- Inventory
- Armor
- XP
- Ender Chest
- Coordinates
- Dimention
- Health
- Food
- Status Effects (with duration and level)
- Last Online
- Language Config
- Detailed Button Config
- Placeholders
- Actions
- Commands
Supported Languages
- English (en_us)
- Turkish (tr_tr)
you can contribute on github
this is a server side mod but you can use it on client side to see armor slot icons. server side required, client side optional
AI used to develop this mod
Ченджлог
v1.6.1Бета26.1.2, 26.2 · 21 июня 2026 г.
Bump version to 1.6.1
Bug Fixes:
Fixed a potential race condition and NBT corruption issue when saving a player's offline inventory.
The offline inventory save operation is now properly queued on the main server thread, mirroring the safety checks present in the offline Ender Chest logic.
v1.6.0Бета26.1.2, 26.2 · 21 июня 2026 г.
Bump version to 1.6.0
Features Added:
Added permission checks for /invsee, /invsee action, and /invsee search commands.
Added permission string field to button configurations.
Added hide_buttons_without_permission global configuration option to hide buttons if the user lacks the button's permission.
Integrated LuckPerms/Fabric Permissions API seamlessly using reflection for all permission checks.
Gracefully fallbacks to standard OP level requirements (COMMANDS_GAMEMASTER) when permissions API is not available.
v1.5.7Бета26.1.2, 26.2 · 21 июня 2026 г.
Bump version to 1.5.7 and major improvements
Renamed #smite action to #lightning everywhere (code, UI, Wiki).
Renamed #xp action to #transfer_xp everywhere.
Added support for all GUI actions (#clear_inv, #clear_ender, #heal, #feed, #lightning, #open_ender, #transfer_xp, #tp, #accessories) in the /invsee action command.
Added an optional [receiver] parameter to /invsee action #transfer_xp to transfer XP to a specific player.
Added a console log message when the server starts up (InvSee mod loaded successfully!).
Added a console log message when a player joins with the InvSee client mod.
FIXED: Logic bug where transferring XP to yourself would wipe all your XP.
FIXED: Logic bug where editing an offline player's Ender Chest could overwrite their new data if they logged in while the chest was still open.
Updated version across all files to 1.5.7.
v1.5.1Бета26.1.2, 26.2 · 21 июня 2026 г.
feat: add /invsee action command
- Added the '/invsee action ' command.
- 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 ' 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 ' 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.
v1.5.0Бета26.1.2, 26.2 · 21 июня 2026 г.
chore: bump version to 1.5.0
- The mod version has been updated to 1.5.0.
- 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 ’ 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
displayClientMessagefunction, which was removed in Minecraft 1.21.2 on the client side, was updated tosendSystemMessage, 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 ’ 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.
v1.4.0Бета26.1.2, 26.2 · 21 июня 2026 г.
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 ' 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.
v1.4.0Бета26.1.2, 26.2 · 21 июня 2026 г.
- feat: add webhook support, /invsee search command, and rename config buttons
v1.4.0Бета26.1.2, 26.2 · 21 июня 2026 г.
- fix: compile errors on client and add automated changelog generator
- chore: remove temp files
- fix: compile errors on Java 25 and 1.21.2 mappings
- feat: add advanced statistics and clear inventory actions
- feat: add /invsee reload command for client and server config reloading
- Update README.md
Комментарии
Загружаем…