McScanKt is a software for analyzing a minecraft map and to show items with a changed name and / or a description to do a ranking
This is a refactoring with better external nbt library from my old java project : https://github.com/fhebuterne/mc-scan
This project use Kotlin (typesafe and modern language).
- Java 17
McScanKt use Gradle 7, to build use this command :
gradlew clean build
McScanKt jar is in ./build/libs/
folder, to use :
java -jar McScanKt-1.0.0.jar --help
Arguments :
--worldFolder or -w ./path/to/world : Analyze Minecraft map
--regionFile or -r ./path/to/region.mca : Analyze one region file
--playerData or -p ./path/to/player.dat : Analyze one player file
Don't forget to read wiki before ask questions.
Type | Elements |
---|---|
World |
- All regions files
- All players data |
Region file | - All chunks |
Chunk |
- All TileEntities
- Entities contains Items (itemframes etc...) |
Player data |
- Inventory
- Enderchest |
MC Version | Supported |
---|---|
1.16.5 | ✅ |
1.15.2 | ⚠ (WIP) |
1.14.4 | ⚠ (WIP) |
1.13.2 | ⚠ (WIP) |
<= 1.12.2 | ❌ |
⚠ 1.12.2 and lower versions are not yet tested but may work ! ⚠
Discord : https://discord.gg/gWe5u3A