More Configurability!
pokesmells opened this issue ยท 4 comments
Currently you are only allow to hide/show the name and level, and the way color is formatted is a bit odd.
A user might not understand what -1 or the large color code utilized in the config means.
A few improvements would be:
Using HEX/RGB color codes to make it much easier to select colors for the nameplate.
Being able to change the size of the name plate it self.
Changing the X or Y positions of the nameplate so it can sit well with other mods that could conflict and it's just a nice to have.
Implementing a heath bar feature, this is merely a nice add-on, but it wouldn't be hard to do, and it would be just overall a nice feature and this could be toggleable, something similar to YDM's heath bar mod.
Hey Poke, thanks for the suggestions. The color can already be changed with HEX code, just have to be set in the correct vanilla way. It is done like this 0xAARRGGBB. Added size and y pos settings with d8a52e0. I have currently no health bar feature in mind, mainly cause there are other mods like you said which already do that. Nameplate has WTHIT support btw.
Adding Jade support as well would be nice
Hey Poke, thanks for the suggestions.
The color can already be changed with HEX code, just have to be set in the correct vanilla way.
It is done like this 0xAARRGGBB.
Added size and y pos settings with d8a52e0.
I have currently no health bar feature in mind, mainly cause there are other mods like you said which already do that.
Nameplate has WTHIT support btw.
Added jade support with da4d90a