Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 866 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 866 Bytes

Preview

minecraft-uuid-coverter

Converting UUID to the Minecraft 1.16+ int-array format.

Usage:

uuidc

Scans the current directory looking for uuids in files (don't do this if you don't know what you are doing)
Notice to me: Stop making this the default behaviour, this is very bad for people who don't rtfm...


uuidc <UUID>

Printing the converted UUID as an int array


uuidc -uuid=<UUID>

Same as above but you have to write more


uuidc <-flags>

Flags:

  • -uuid - look above
  • -help - no
  • -file=<file> - specify a file which should be converted
  • -dir=<directory> - specify a directory to scan
  • -ext=<extension> - only include files with that extension (include the .)
  • -r - scan directory recursive
  • -simulate - don't do anything, theoretical changes are shown