Started by
Ali_Alasfoor
on
Topic category: Help with Minecraft modding (Java Edition)
I'm looking to make a fabric mod for minecraft server and i'm looking for a way to see what player placed that block.
Like you trigger a command and the produce gets the cords of the block that person is looking at and sends a message to that player who placed that block.
That isn't really possible I think as the only way I could see that working is storing a NBT string tag on the block storing the player's name that placed it but that's only really possible with blocks that have block entities enabled.