TaskTussle is a server-side Fabric mod for Minecraft 26.2 that runs team bingo games with block, advancement, and manual click tasks.
Players do not need a client mod. TaskTussle serves its required resource pack from the server for its custom card, sounds, particles, and interface textures.
- Minecraft 26.2
- Java 25
- Fabric Loader 0.19.3 or newer
- Fabric API
- Fabric Language Kotlin
From the source directory:
./gradlew buildOn Windows, use gradlew.bat build. The mod JAR is written to source/build/libs/.
- Put the TaskTussle JAR, Fabric API, and Fabric Language Kotlin in the dedicated server's
modsdirectory. - Package the contents of
resourcepack/astasktussle-resource-pack.zipin the server directory. - Start the server once to generate
config/tasktussle/tasktussle.json. - Set
resource_pack_urlto the externally reachable HTTP URL for the pack. TaskTussle hosts the ZIP itself on the URL's configured port.
The default task catalogs are copied to config/tasktussle/ on first start. The balanced block and advancement catalogs are the recommended alternatives.
Use /tt help in game for commands.
source/— Kotlin source, tests, Gradle wrapper, and Fabric metadataresourcepack/— deployable resource-pack sourceassets/— original editable image and audio assets
Local Minecraft server directories are intentionally excluded from Git because they contain generated files and private player/server data.