```lua Net:on("player_blocks_change", function(event) -- { player_id: string, blocks: { id: string, md5: string }[] } print(event.player_id, event.blocks) end) ``` The name of the event `player_blocks_change` could change, I picked it since it would be similar to `player_avatar_change`.