EvModder / DropHeads

A highly configurable head collecting plugin for Minecraft
GNU Lesser General Public License v3.0
36 stars 28 forks source link

[Suggestion] Add a HeadsDex #105

Open thiagogebrimm opened 10 months ago

thiagogebrimm commented 10 months ago

How would it be? It adds a virtual inventory where you can add your collectible heads. image

And if I add a head there, I wouldn't be able to remove it anymore, and a command would be executed for each head added. To determine which heads are needed, it would check the textures in head-textures.txt. If the texture is there, it would be accepted in the menu and display the name of the head, but if it's a duplicate, it wouldn't be accepted.

There would also be a command /headsdex to see the heads I have or /headsdex [nickname] to see another player's heads.

EvModder commented 10 months ago

This would be a good feature.

It seems like a similar idea to #98 (advancement tab category for heads collected) which might be doable with a server-side datapack, or an add-on plugin.