Inventory Checker 2

Allows you to open player inventory as storage with some options!

OpenModRoleplayStorageItemsAdministrationUtility

Inventory Checker

View and edit player inventories. Perfect for robber factions, police, and server administration.

Opens the target's inventory in Unturned's native STORAGE UI — no custom UI panels.


Features

  • Search conditions — target must be cuffed and/or have hands up (configurable in config.yaml).
  • Read-only mode with bypass permission (inventorychecker.readonly.bypass).
  • Notifications when a search starts — for players with permission, optionally with nearby coordinates.
  • Blacklist / Whitelist by item ID and by item type (GUN, MAGAZINE, DETONATOR, etc.).
  • View all items in the UI for admins (inventorychecker.viewall).
  • Full list bypass for senior admins (inventorychecker.list.bypass).
  • Live UI refresh when the target's inventory changes (equipment, clothing, ammo).
  • Item actions: take, give, drop, swap, equip clothing from STORAGE, strip weapon attachments.
  • Cooldown, range limit, auto-close on movement / stance change / gesture / death / opening storage.
  • Session change log — console and optional Discord webhook.
  • All commands, permissions, and messages are editable via config.yaml.

Commands

Command Permission Description
/inv inv Search the player you're looking at (range, cuffs, notifications)
/invadmin <name> invadmin Silent search by name (no range or access checks)

Permissions

Permission Purpose
inv /inv command
invadmin /invadmin command
inventorychecker.readonly.bypass Bypass read-only mode
inventorychecker.viewall See all items in the UI
inventorychecker.list.bypass Ignore whitelist/blacklist
inventorychecker.notify.inv.checking Receive search notifications

Configuration

Main section: InventoryChecker: in config.yaml.

InventoryChecker:
  ReadOnly: true
  ShouldPlayerBeCuffed: true
  TargetRange: 2.0
  TypeListMode: "whitelist"
  WhitelistPickItemTypes: ["GUN", "DETONATOR", "MAGAZINE"]
  DisplayedPages: ["SLOTS", "BACKPACK", "VEST", "SHIRT", "PANTS", "PRIMARY", "SECONDARY"]

Discord logs: InventoryCheckerLogging: section → DiscordWebhookUrl.


Reviews

No reviews yet — be the first!

Similar plugins