MineChess - Chess in Minecraft
This datapack/mod brings the classic game of chess directly into the Minecraft world, allowing you to enjoy intellectual duels with friends.
To start playing, you'll need to create a chess board. In versions 1.20.5 and above, this can be done through crafting, or by using the command: /function chess:summon/summon

How to Play
The game mechanics are intuitive: click on the piece you want to move, then on the destination square. The system supports all basic chess rules, including pawn double moves, castling, and en passant capture.
Appearance Settings
If you want to change the style of the pieces, use the command:
/function chess:replace_figures
Removing the Board
To remove the chess board along with the pieces, execute two commands in sequence:
/execute as @e[tag=bizcub.chess] on passengers run kill @s
/kill @e[tag=bizcub.chess]
Creating the Board

Requirements
- For Fabric loader, Fabric API is required