@rowanmanning/minecraft-inventory-inspector
v3.2.1
Published
Inspect the inventories and ender chests of players on a Vanilla Minecraft server, rendering results as Markdown.
Downloads
13
Readme
Minecraft Inventory Inspector
Inspect the inventories and ender chests of players on a Vanilla Minecraft server, rendering results as Markdown.
Caveats:
- I probably don't maintain this any more, I needed it once and don't care about it a lot
- I tested this with Minecraft 1.15, 1.16, 1.17, and 1.18. It may break in future
- This only works for servers, it will ignore the player data for single player worlds and probably output nothing
Table of Contents
Requirements
This library requires the following to run:
- Node.js 18+
Usage
Install globally with npm:
npm install -g @rowanmanning/minecraft-inventory-inspector
Then run:
mii /path/to/minecraft/world/save
Alternatively use npx
:
npx @rowanmanning/minecraft-inventory-inspector /path/to/minecraft/world/save
These commands will output Markdown which represents the player inventories. To view this nicely rendered, you'll need to process it yourself or paste it in a Gist or something.
Contributing
The contributing guide is available here. All contributors must follow this library's code of conduct.
License
Licensed under the MIT license. Copyright © 2020, Rowan Manning