Is it possible to make a bukkit plugin that can take screenshots? [closed]

Well, I searched a lot, and couldn't find a single plugin that could, in a fixed time interval (of 15 minutes or so), take screenshots of an area ( For Example : spawn )

Still, I could have missed out on one, so if anyone knows of one, please do post.

Also, If it is not possible, is there an alternate way of doing it?

It is needed, as I want to spy on a 'griefer' who has a nasty habit of messing up the spawn.

I also happen to have a tiny bit knowledge of making a plugin, so even a push/help towards making one would also help. :)


If you're looking into making a screenshot of what a player actually sees, or to get an image file of how it looks like from within minecraft: No, that is not possible, since bukkit only works on the server-side.

If you're looking to get a snapshot of the current state of the world, any tool that can make a backup of your world should work.