Skip to content

Minecraft server side mod for fast block place or harvest logging

License

Notifications You must be signed in to change notification settings

Numa-Lab/FastLogBlockServerMod

 
 

Repository files navigation

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

About

Minecraft server side mod for fast block place or harvest logging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%