Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
This mod was inspired by Meccha Chameleon (on Steam). I wanted to play this with my kids after seeing some of our favourite Minecraft content creators playing this game together (on Youtube), but Meccha is Windows only. So over the weekend, with the help of Claude Code, I put together this mod to play a simiar style game in Minecraft :)

You need this mod, Fabric, Fabric Api, and Fabric Language Kotlin. Then start a multiplayer game and choose a starting location. A village is a great first start.
Then run /paintandseek newround to start a new round with your friends. A seeker will be automatically chosen, and given blidness, a paintbrush, and a bow with spectral arrows. The hiders have to run and hide, and are given a paintbrush.
Right click with the paintbrush in your hand to bring up the paint screen. Right click to eye dropper a color from the screen, and left click to paint on your skin. W-S-A-D to orbit around, and select different poses.
The longer you are in the view of the seeker, and the closer you are while in view, the more points you get. The seeker must shoot hiders with a spectral arrow to stop their point counter. If the hiders are able to stay hidden until the seek time expires, the hiders win.
Start a new round with /paintandseek newround [playername] to select a seeker, and optionally set the hide time and seek time.
If you want to customise what happens at various stages, there is an example datapack, where you can modify the functions for each of the steps. For example, start_seek.mcfunction:
# Runs once when the seek phase begins (server context). Edit freely.
effect clear @a[tag=paintandseek.seeker] minecraft:blindness
title @a times 10 70 20
title @a[tag=paintandseek.seeker] title {"text":"SEEK!","bold":true,"color":"gold"}
title @a[tag=paintandseek.hider] title {"text":"HIDE!","bold":true,"color":"green"}


