For users of versions lower than 1.16, we have added a new function to automatically convert Hex colors to common colors to avoid the situation where the colors of plugin messages look very strange due to calling Hex colors.
Added the 'always-display-default-prefixes' option to the display placeholder configuration file. If set to true, even if the player equips any tag, we will still auto equip the default tag that set in default-prefixes option.
Added the 'cache.remove-delay' option in config.yml file. Default to -1 which means disable.
Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.