Перейти к содержимому
Mineforgian

Inv View Forge/NeoForge

Allows you to open and manipulate the inventories and ender chests of online and offline players. Server Side

96K загрузок19 подписчиковMITforgeneoforge

Обновлён 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.11neoforge14 декабря 2025 г.Скачать (74 КБ)
3.1.0-1.21.10Релиз1.21.10neoforge11 ноября 2025 г.Скачать (73 КБ)
3.0.2-1.21.(5)Релиз1.21.2, 1.21.3, 1.21.4, 1.21.5neoforge11 июля 2025 г.Скачать (85 КБ)
3.0.1-1.21.1Релиз1.21.1neoforge22 июня 2025 г.Скачать (84 КБ)
2.1.0-1.20.1Релиз1.20, 1.20.1forge4 февраля 2025 г.Скачать (84 КБ)
1.7.0-1.19.+Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4forge8 октября 2024 г.Скачать (36 КБ)
1.7.0-1.21.1Релиз1.21.1forge7 октября 2024 г.Скачать (61 КБ)
1.7.0-1.20.2-1.20.4Релиз1.20.2, 1.20.3, 1.20.4forge7 октября 2024 г.Скачать (68 КБ)
1.7.0-1.20.1Релиз1.20.1forge5 октября 2024 г.Скачать (78 КБ)
1.6.0-1.20.1Релиз1.20.1forge4 октября 2024 г.Скачать (39 КБ)
1.3.0-1.19.2Релиз1.19.2forge14 августа 2024 г.Скачать (29 КБ)
1.3.0-1.20.5Бета1.20.5neoforge2 мая 2024 г.Скачать (60 КБ)
1.3.0-1.20.1Релиз1.20.1forge14 апреля 2024 г.Скачать (29 КБ)
1.3.0-1.19.4Релиз1.19.4forge14 апреля 2024 г.Скачать (29 КБ)
1.3.0-1.18.2Релиз1.18.2forge14 апреля 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 InventoryProvider API for dynamic inventory handling (PlayerInventoryProvider, EnderChestProvider).
    • Replaced hardcoded commands with InventoryProviderRegistry for provider-based command registration.
    • Created AbstractInventoryScreenHandler to centralize common inventory container logic.
  • Added InventoryLockManager with InventoryType enum (PLAYER_INVENTORY, ENDER_CHEST, CURIOS, CURIOS_COSMETIC) to prevent concurrent modifications.
  • Implemented Curios API integration:
    • Added CuriosInventoryProvider and CuriosCosmeticInventoryProvider for functional and cosmetic Curios slots.
    • Updated PlayerCuriosInventoryScreenHandler and PlayerCuriosCosmeticInventoryScreenHandler to handle inventory changes with proper synchronization.
    • Registered Curios providers conditionally using ModList.get().isLoaded("curios").
  • Integrated LuckPerms support for fine-grained permissions:
    • Created PermissionHandler for 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.
  • Enhanced offline player support:
    • Improved InvViewCommands to load offline player data using MinecraftServer.getPlayerList().getPlayerForLogin().
    • Ensured data persistence with InvViewNeoforge.savePlayerData() for all inventory modifications.
  • 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

Комментарии

Загружаем…