Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Note: I'm not a graphics designer lol
âš Notice
Because of abusive use of the API (or just bad code from me) resulting in my Vercel quota being excessively exceeded and having technical difficulties with my personal server on which I host most of my projects, the website **and hence, the API and mod** will be taken down for a few days, until I put my server back together and update the mod to reflect the changes. I'm also working on an extension of some sort (lib) of that mod.💡 Introduction
Deco is a plugin that aims to provide you and your Minecraft team with tools to decorate your server with precision. The list of planned features is long.
Currently, Deco provides an interface (which can be summoned with /deco
) in which you can see a list of decorative player heads. This interface is regularly updated.
Example of player heads; See the Gallery for more
🤓 Technical stuff
Some technical stuff for power users and devs
Minecraft allows custom heads and skins to be downloaded by a vanilla client, under certain conditions. One of them is that the custom texture for the heads must be a full skin, and that the skin must be uploaded to textures.minecraft.net, which means applied to a player. https://mineskin.org/ is a project that allow you to create custom heads for free by applying the skin to donated Minecraft account. It then provides an ID for the minecraft skin database (63 to 65 characters). Those IDs are what I use as a list of heads.You can browse through the list at https://deco-web.vercel.app/, make edits there, and add or remove tags. Your account is secured by Clerk (https://clerk.com/). Please don't abuse it, I'm a small dev.
The plugin retrieves heads from the public API (https://deco-web.vercel.app/api/heads). Keep in mind everything is in Alpha state and I won't follow SemVer properly until v1 has been reached.
📃 State of the project
The project is currently very WIP, but you can expect it to allow server owners to introduce new blocks (without resource packs or mods) and potentially other structures and such (made with armor stands).
🤗 Thanks
Thanks to:
- The Modrinth team for being awesome and allowing modders, hackers and the community to post content without headaches
- The donators, admins and devs of the Mineskin project for actually coming up with a way to have custom skins and not locking it behind a paywall
Long Live FOSS!