Skip to content

Blocks packet and event #11

@ArthurCose

Description

@ArthurCose
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions