How do I tell which player has set a block
Sophia Edwards
Published Jul 17, 2026
How do I tell what player has set a block? If there is a plugin for it, that would be easy, but I understand that that is probably not an option. If so, could someone show me how to create a plugin? I know how to program Java, I just don't specifically know how to create a plugin.
Tia.
2 Answers
Yes there is a plugin for this, it is called the Eagle Eye Plugin This plugin tells
Who has logged in and out of your server
Who has placed and broken blocks
Who has used items and or blocks (e.g. Sword, Chest, Furnace, Pickaxe, etc.)
Much more!
I understood what you asked but please try to give a better example of the question you are asking and before you ask a question try to google it because I found the Eagle Eye plugin right as I searched your question. Please let me know if this helped you!
If you are looking for a more complete solution, I suggest using LogBlocks. It has been the de facto logging facility since the early days of Bukkit. Apart from logging various block events and chest access, it has tools for rolling back changes. There is a learning curve and it is best used with a MySQL database (as opposed to SQLite).