Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.47 KB

Fast Log Block Build Status codecov

This is minecraft mod for easy and fast logging block place and break.

Event multithread handling

Log file format

Name posX posY posZ typeaction playerid blockid timestamp
Field Length (bytes) 4 byte 4 byte 4 byte 1 byte ('0' for Remove, '1' for Insert, '2' for update, '100' for unknown) 4 byte 8 byte 8 byte

Total: 33 bytes per line (+1 byte for devider)

Filename: /{save}/{world/dimension}/*.bytelog

Name id blockname
Field Length (bytes) 8 byte 1 byte per symbols

Total: ~ 21 bytes per block

Filename: blockmap.bytelog

Name id nickname
Field Length (bytes) 4 byte 1 byte per symbols

Total: ~ 10 bytes per Player

Filename: nickmap.bytelog

Thanks for item texture: https://github.com/CyanideX/Unity