
Inv View Forge/NeoForge
Allows you to open and manipulate the inventories and ender chests of online and offline players. Server Side
Обновлён 14 декабря 2025 г. · опубликован 1 апреля 2024 г.
Allows you to open and manipulate the inventories and ender chests of online and offline players.
Command
/view (inv|echest)
- Supports CuriosApi
/view curios
- Supports Inventorio
/view inventorio
- Supports Quark
/view quark-backpack
- Supports Traveler's Backpack
/view travelersbackpack
(Requires OP)
/view inv preview
/view echest preview
Offline player preview
/view curios preview
/view inventorio preview
/view quark-backpack preview
/view travelersbackpack preview
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 3.1.0-1.21.11 | Релиз | 1.21.11 | neoforge | 14 декабря 2025 г. | Скачать (74 КБ) |
| 3.1.0-1.21.10 | Релиз | 1.21.10 | neoforge | 11 ноября 2025 г. | Скачать (73 КБ) |
| 3.0.2-1.21.(5) | Релиз | 1.21.2, 1.21.3, 1.21.4, 1.21.5 | neoforge | 11 июля 2025 г. | Скачать (85 КБ) |
| 3.0.1-1.21.1 | Релиз | 1.21.1 | neoforge | 22 июня 2025 г. | Скачать (84 КБ) |
| 2.1.0-1.20.1 | Релиз | 1.20, 1.20.1 | forge | 4 февраля 2025 г. | Скачать (84 КБ) |
| 1.7.0-1.19.+ | Релиз | 1.19.1, 1.19.2, 1.19.3, 1.19.4 | forge | 8 октября 2024 г. | Скачать (36 КБ) |
| 1.7.0-1.21.1 | Релиз | 1.21.1 | forge | 7 октября 2024 г. | Скачать (61 КБ) |
| 1.7.0-1.20.2-1.20.4 | Релиз | 1.20.2, 1.20.3, 1.20.4 | forge | 7 октября 2024 г. | Скачать (68 КБ) |
| 1.7.0-1.20.1 | Релиз | 1.20.1 | forge | 5 октября 2024 г. | Скачать (78 КБ) |
| 1.6.0-1.20.1 | Релиз | 1.20.1 | forge | 4 октября 2024 г. | Скачать (39 КБ) |
| 1.3.0-1.19.2 | Релиз | 1.19.2 | forge | 14 августа 2024 г. | Скачать (29 КБ) |
| 1.3.0-1.20.5 | Бета | 1.20.5 | neoforge | 2 мая 2024 г. | Скачать (60 КБ) |
| 1.3.0-1.20.1 | Релиз | 1.20.1 | forge | 14 апреля 2024 г. | Скачать (29 КБ) |
| 1.3.0-1.19.4 | Релиз | 1.19.4 | forge | 14 апреля 2024 г. | Скачать (29 КБ) |
| 1.3.0-1.18.2 | Релиз | 1.18.2 | forge | 14 апреля 2024 г. | Скачать (28 КБ) |
Показаны последние 15 из 37 версий.
Ченджлог
3.1.0-1.21.11Релиз1.21.11 · 14 декабря 2025 г.
Port to minecraft 1.21.11
3.1.0-1.21.10Релиз1.21.10 · 11 ноября 2025 г.
- Port to minecraft 1.21.10
- A new permission has been added which will be required to interact with inventories. (inv_view.interact.echest, inv_view.interact.inv)
3.0.2-1.21.(5)Релиз1.21.3, 1.21.4, 1.21.5 · 11 июля 2025 г.
- Access to the inventory of the player executing the command has been blocked to prevent duplication using shift+click.
- Support has been added for Minecraft versions 1.21 to 1.21.5.
3.0.1-1.21.1Релиз1.21.1 · 22 июня 2025 г.
Port InvView to NeoForge 1.21.1 with complete refactoring and new features
- Fully ported InvView from Forge to NeoForge 1.21.1, ensuring compatibility with the latest API.
- Refactored codebase for modularity and extensibility:
- Introduced
InventoryProviderAPI for dynamic inventory handling (PlayerInventoryProvider, EnderChestProvider). - Replaced hardcoded commands with
InventoryProviderRegistryfor provider-based command registration. - Created
AbstractInventoryScreenHandlerto centralize common inventory container logic.
- Introduced
- Added
InventoryLockManagerwithInventoryTypeenum (PLAYER_INVENTORY, ENDER_CHEST, CURIOS, CURIOS_COSMETIC) to prevent concurrent modifications. - Implemented Curios API integration:
- Added
CuriosInventoryProviderandCuriosCosmeticInventoryProviderfor functional and cosmetic Curios slots. - Updated
PlayerCuriosInventoryScreenHandlerandPlayerCuriosCosmeticInventoryScreenHandlerto handle inventory changes with proper synchronization. - Registered Curios providers conditionally using
ModList.get().isLoaded("curios").
- Added
- Integrated LuckPerms support for fine-grained permissions:
- Created
PermissionHandlerfor conditional permission checks (inv_view.inv,inv_view.echest,inv_view.curios,inv_view.curios_cosmetic). - Fallback to Minecraft operator level 2) when LuckPerms is not installed.
- Created
- Enhanced offline player support:
- Improved
InvViewCommandsto load offline player data usingMinecraftServer.getPlayerList().getPlayerForLogin(). - Ensured data persistence with
InvViewNeoforge.savePlayerData()for all inventory modifications.
- Improved
- Added translation support for UI and error messages (e.g.,
inv_view_neoforge.inventory_in_use.error,inv_view_neoforge.curios.inventory). - Optimized code for performance and maintainability, removing deprecated Forge methods.
2.1.0-1.20.1Релиз1.20, 1.20.1 · 4 февраля 2025 г.
The mod has been completely rewritten improving the system of blocking access to inventories that were already being edited, the detection and management of inventories of disconnected players and the screens of each container have been rewritten for better optimization and maintainability in the future.
If you find any problem do not hesitate to report it, I will try to fix it as soon as possible, before releasing this update for the other versions of the game.
Changelog:
- Added support to the inspection and modification of the cosmetics inventory of curios cosmetics.
- Added support for Backpacked mod backpacks.
Bugfixes:
- Fixed the problem that sometimes caused the quark and travelers' backpacks not to open when the player was disconnected.
1.7.0-1.19.+Релиз1.19.2, 1.19.3, 1.19.4 · 8 октября 2024 г.
- Added support to minecraft 1.19-1.19.4
- Fixed some bugs reported in the previous release for minecrfat 1.19.2
1.7.0-1.21.1Релиз1.21.1 · 7 октября 2024 г.
- Added support to minecraft 1.21.1
1.7.0-1.20.2-1.20.4Релиз1.20.2, 1.20.3, 1.20.4 · 7 октября 2024 г.
- Support to minecraft version 1.20.2-1.20.4
Комментарии
Загружаем…