I can see quite a few uses for this mod, from making a black board with some educational question or equation on it, to using it to make a cool billboard for some kind of advertisement. (Ever wanted to depict some kind of pixel art from within Minetest, well with this you can)
Though I also see it quite easily being abused as well, used as litteral graffiti.
Some ideas for __future__ versions:
Option to change how big you paint by (right now it's 1 pixel in size, but 2 and 3 pixel sizes might be nicer, especially for cleaning up with the anti graffiti spray can)
Some kind of way to limit players so they can't paint everywhere (Right now I think the mod allows you to paint ontop of every block regardless of it being protected or not, a simple solution is to only allow painting in areas you have access too)
Even with the creative priviledge a player still consumes paint in spray cans (Most mods check if the player has server or creative priviledges in which case they don't reduce durability, this mod doesn't have that check it consumes durability regardless)
I can see quite a few uses for this mod, from making a black board with some educational question or equation on it, to using it to make a cool billboard for some kind of advertisement. (Ever wanted to depict some kind of pixel art from within Minetest, well with this you can)
Some ideas for __future__ versions:
Option to change how big you paint by (right now it's 1 pixel in size, but 2 and 3 pixel sizes might be nicer, especially for cleaning up with the anti graffiti spray can)
Some kind of way to limit players so they can't paint everywhere (Right now I think the mod allows you to paint ontop of every block regardless of it being protected or not, a simple solution is to only allow painting in areas you have access too)
Even with the
creative
priviledge a player still consumes paint in spray cans (Most mods check if the player hasserver
orcreative
priviledges in which case they don't reduce durability, this mod doesn't have that check it consumes durability regardless)Hi, thank you for the feedback :-) Regarding your suggestions:
Option to change how big you paint by
Yes, good idea, although right now I don't know how it could be implemented.
Protection
The graffiti should already respect protection mods. If it doesn't, you could file a bug at https://github.com/grorp/ggraffiti/issues/new :-)
Don't consume paint if in creative mode
Yes, I guess I should do that.Done.