InvEx
InvEx is a server-side inventory viewer/explorer with support for offline players, Trinkets and Accessories.
Commands
/invsee <name> - Inventory view
/endsee <name> - Ender Chest view
/accsee <name> - Accessories view, only enabled when Accessories is installed
/trinketsee <name> - Trinkets view, only enabled when Trinkets is installed, disabled when Accessories compatability mod is also enabled.
Permissions
InvEx makes use of the common Permissions API which can be configured using mods such as LuckPerms, but it also has support for Minecraft's built in permission levels for servers that aren't using those mods.
<details>
<summary>Permissions API</summary>
All the permission IDs and their relevant descriptions can be seen in InvExPermissions.kt.
</details>
<details>
<summary>Vanilla</summary>
- Anyone with OP permission level 2 will be able to view inventories, but not modify them.
- Anyone with OP permission level 3 or higher will be able to modify inventories, and is immune to being viewed/modified.
</details>
License
InvEx is licensed under the Bare Minimum License v1.0, which can be found in LICENSE or here.