Quick Invsee is a **Fabric client** utility for staff who already have `/invsee` on their server (Essentials, CMI, or a similar plugin). It does **not** add an inventory viewer. It sends the command for you.
Look at a player, press a key, and the client runs `/invsee <name>` as if you typed it. If you are not looking at anyone, it uses the nearest valid player within 64 blocks.
Use this if you open player inventories often and are tired of typing names. If your server has no `/invsee`, this mod will not do anything useful — including in vanilla singleplayer.
## What it does
- **Aimed player first.** The player under your crosshair / look direction is always chosen. A closer player off to the side is not used instead.
- **Nearest fallback.** Only if nobody is being looked at.
- **Blacklist.** Those names are skipped. Account name and scoreboard name both count.
- **Range.** 64 blocks (4 chunks).
- **Optional confirm.** The command can be placed into chat first so you send it yourself.
- **Config in chat.** `/quickinvsee` prints the commands. Default hotkey is **Numpad +**. Config list: **Numpad −**.
## What it does not do
- It does not implement InvSee, a staff GUI, or extra permissions.
- It does not work without a server command named `/invsee`.
- It does not bypass the server. If you cannot run `/invsee` by hand, the hotkey cannot either.
- One jar does not cover every Minecraft version. Use the 1.21 jar **or** the 26.x jar, not both.
## Requirements
- [Fabric Loader](https://fabricmc.net/use/)
- [Fabric API](https://modrinth.com/mod/fabric-api) for the same game version
- A server plugin/mod that provides `/invsee`
- **Minecraft 1.21.x:** `quickinvsee-*-universal.jar` (Java 21)
- **Minecraft 26.1–26.3:** `quickinvsee-*-26-universal.jar` (Java 25; the launcher usually ships this)
Put **one** jar in `mods/`. Delete older `quickinvsee-*.jar` files first. Mark Fabric API as a required dependency on the version.
## How to use
| Action | Key / command |
| --- | --- |
| Send `/invsee` for the selected player | Numpad `+` |
| Print config commands | `/quickinvsee` or Numpad `−` |
| Reset hotkey to Numpad `+` | `/quickinvsee default` |
| Confirm before sending | `/quickinvsee confirm on` / `off` |
| Skip a player | `/quickinvsee blacklist add Name` |
| Remove from blacklist | `/quickinvsee blacklist remove Name` |
After joining a world you should see `made by K1ngF3rdi` and `/quickinvsee | Numpad +` in chat. If those lines never appear, the wrong jar is installed or an old jar is still in `mods/`.
When a target is found, chat shows `Invsee → Name` and the command is sent. If nobody is in range you get a short “no player” message.
## Made by
**K1ngF3rdi**. MIT license.
---
## Deutsch
Quick Invsee ist eine **Fabric-Client**-Hilfe für Leute, die auf dem Server schon `/invsee` haben (Essentials, CMI oder ähnlich). Die Mod **fügt kein Inventar-GUI hinzu**. Sie schickt nur den Befehl.
Spieler ansehen, Taste drücken, der Client führt `/invsee <Name>` aus. Wenn niemand anvisiert ist, nimmt sie den nächsten gültigen Spieler im Umkreis von 64 Blöcken.
Sinnvoll, wenn du oft Inventare öffnest und keine Lust aufs Eintippen hast. Ohne `/invsee` auf dem Server — auch in Vanilla-Einzelspieler — passiert nichts Nützliches.
### Was sie macht
- **Zuerst der anvisierte Spieler.** Fadenkreuz / Blick. Nicht jemand, der nur näher daneben steht.
- **Sonst der Nächste.** Nur wenn niemand angeschaut wird.
- **Blacklist.** Diese Namen werden übersprungen (Accountname und Scoreboard-Name).
- **Reichweite.** 64 Blöcke (4 Chunks).
- **Optional bestätigen.** Der Befehl kann erst im Chat stehen.
- **Config im Chat.** `/quickinvsee`. Standard-Taste **Numpad +**. Config **Numpad −**.
### Was sie nicht macht
- Kein eigenes InvSee, keine Extra-Rechte.
- Funktioniert nicht ohne Server-Befehl `/invsee`.
- Umgeht den Server nicht. Wenn `/invsee` per Hand verboten ist, gilt das auch für die Taste.
- Es gibt **zwei** Jars: 1.21.x und 26.x. Nicht die 1.21-Jar auf 26.x legen.
### Bedarf
- Fabric Loader + Fabric API (gleiche Spielversion)
- Server mit `/invsee`
- 1.21.x: Universal-Jar, Java 21
- 26.1–26.3: 26-Jar, Java 25
Nur **eine** Jar in `mods/`, alte `quickinvsee-*.jar` löschen.