https://github.com/inventivetalentdev/tessera
Tessera replaces the vanilla block-breaking animation with a 3D voxel-shatter effect - entirely server-side, with no client mods or resource packs required.
https://github.com/inventivetalentdev/tessera
Last synced: 4 days ago
JSON representation
Tessera replaces the vanilla block-breaking animation with a 3D voxel-shatter effect - entirely server-side, with no client mods or resource packs required.
- Host: GitHub
- URL: https://github.com/inventivetalentdev/tessera
- Owner: InventivetalentDev
- License: mit
- Created: 2026-04-26T06:36:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-21T15:36:58.000Z (14 days ago)
- Last Synced: 2026-05-21T19:53:51.779Z (13 days ago)
- Language: Java
- Homepage: https://tessera.inventivetalent.org
- Size: 9.46 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tessera
**Tessera** replaces the vanilla block-breaking animation with a 3D voxel-shatter effect - **entirely server-side, with no client mods or resource packs required**.

---
[](https://modrinth.com/plugin/tessera)
[](https://www.spigotmc.org/resources/tessera.135452/)
[](https://mineskin.org)
## Features
- Per-block direction-aware shrink animation based on the player's view
- Customizable detail level - voxel grid density can be adjusted between 1 - 16 voxels (default 4 - note: higher values may cause performance issues for players)
- Highly optimized for server performance and player experience
- Powered by [MineSkin](https://mineskin.org)
---
**Important Note:** This plugin requires a **MineSkin API key**. A paid subscription is **strongly recommended** to reduce the time it takes to set up new blocks.
> Disclosure: I (inventivetalent) own and manage both this plugin and MineSkin.
---

## Getting Started
*Please see the docs for a full [Getting Started guide](https://tessera.inventivetalent.org/getting-started)*
- Download the .jar and drop it into your plugins folder
- Restart the server
- Get an API key from MineSkin
- Edit the plugin config.yml, and set the API key
- Restart/reload the server
- Use `/tessera test ` to try it out or just start breaking blocks!
### Limitations
- Only supports vanilla block textures from [mcasset.cloud](https://mcasset.cloud)
- Players using custom resource packs will see the default texture while breaking blocks
- Generating the skin signatures for player heads takes time. Paid MineSkin plans make this much faster, but will still take somewhere between a few seconds to a couple of minutes.
- The plugin ships with a handful of pre-baked skin signatures for the most common blocks (at default grid size 4) - everything else will have to go through MineSkin first.
- Block break sounds may sound off due to the block being replaced with a barrier while breaking.
- Currently only supports cube-blocks - support for e.g. stairs, slabs and other block shapes may be added in the future.
> Creation of this plugin was heavily AI-assisted.
---
This plugin collects anonymous usage statistics via [bStats](https://bstats.org/plugin/bukkit/Tessera/31093). You can disable this by setting `metrics: false` in `config.yml`.