Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.64 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.64 KB

Fast Log Block Build Status codecov

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

How to use

  1. Confirm you have op access to the server.
  2. Have a Wooden-Hoe.
  3. Left click the block you want to check a log.
  4. Right click checks a front of the block.

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