NametagEdit DEV

NametagEdit DEV

10.5k Downloads

Hex Color Codes Capitalization Issue

accLarson opened this issue ยท 2 comments

commented

Bug Report

ype /ver NametagEdit and post the output.
version 4.5.4

What version of Bukkit/Spigot/PaperSpigot are you using? Type /ver
git-paper-81 (mc:1.18.1)

What plugins are you using? Type /plugins
Plugins (5): LuckPerms, NametagEdit, PlaceholderAPI, ProtocolLib, Vault

Please explain your issue. How do you trigger it?

When using Hex Colors in groups.yml, capitalization has some strange effect on the functionality of the nametag. For example:

Groups:
  administrator:
    Permission: nte.administrator
    Prefix: '&#F2727E TEST'
    Suffix: '&f'
    SortPriority: 1

NameTag Result
TabMenu Result

while

Groups:
  administrator:
    Permission: nte.administrator
    Prefix: '&#f2727e TEST'
    Suffix: '&f'
    SortPriority: 1

note the lowercase letters in the prefix hex color code
NameTag Result note the yellow username is another issue I submitted - #688
TabMenu Result

Are there any errors in the console? Please use: https://pastebin.com
no

commented

Note that LongTags: true. When LongTags is set to false, the tab menu displays the same issue as the nametag.

commented

No response. stale, dead project?