Inv View (模组)
Inv View是一个用于Minecraft的Fabric服务器端模组,允许您打开和操作在线和离线玩家的库存和末影箱。
Inventory

Ender Chest

Offline Players

Command
/view (inv|echest) <playername>
(需要OP权限)
Permissions
invview.command.root - 允许玩家使用/view
invview.command.inv- 允许玩家使用/view inv
invview.command.echest- 允许玩家使用/view echest
invview.command.trinket- 允许玩家使用/view trinket
invview.protected- 保护玩家的库存免受打开
## What's Changed
* Update to 1.21.9 by @DrexHD in https://github.com/PotatoPresident/InvView/pull/68
**Full Changelog**: https://github.com/PotatoPresident/InvView/compare/1.4.17...1.4.18
## What's Changed
* Update to 1.21.6 by @MysticalApple in https://github.com/PotatoPresident/InvView/pull/62
**Full Changelog**: https://github.com/PotatoPresident/InvView/compare/1.4.16...1.4.17
* Updated to 1.21.5
* Update to 1.20.5/6
- Update to 1.20.4
- Updated to 1.20.2
- Re-enable origins/apoli compat
- Minor UI improvements
- Update to 1.20
* Updated to 1.19.3
* Add invview.can_modify permission
* Disabled origins support for now
Updated to 1.19
- Re-add origins and tinkers compat
- Bump Versions
- Update to 1.18
- Disable origins and trinkets compat until updated
Fixed item duplication when view self inventory
Fixed viewing offline inventories with Player Roles
Added support for origins inventory power - implements #18
Update to 1.17.1
Fixed issue #14 - Accessing an offline players inventory no longer teleports them to the overworld
Update to 1.17
Switch to sgui
Change protected to default to false
Fixed server freeze during some quick transfers
Fixed offline players not working with luck perms
Renamed permissions
Added permission api to support LuckPerms
Added protected inventory permission
Added Trinket Support
Cleaned up some stuff