Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 2.72 KB

File metadata and controls

52 lines (41 loc) · 2.72 KB

InvEx

curseforge modrinth fabric discord-plural github kofi-singular


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.

Permissions API

All the permission IDs and their relevant descriptions can be seen in InvExPermissions.kt.

Vanilla
  • 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.

License

InvEx is licensed under the Bare Minimum License v1.0, which can be found in LICENSE or here.