mc-utils icon indicating copy to clipboard operation
mc-utils copied to clipboard

Change ChatColor.translatexxx to use other symbols or other methods

Open Dawsson opened this issue 2 years ago • 2 comments

image

Cant we just use the "§" symbol without translate?? Not sure if this works or not

What if we add a section where you can specify a method which translates it such as format(String text) and it uses that method instead of translate

Dawsson avatar Jul 11 '23 01:07 Dawsson

also what if we give a warning saying you need to select a block first? or maybe just a default block??

Dawsson avatar Jul 11 '23 01:07 Dawsson

You could yeah use something like .replaceAll("(?i)&[0-9a-fk-orx]", "§"); instead of translateAlternates

Edit: sorry you'd need a matcher or something to just replace the & part of it

MLGPenguin avatar Jul 11 '23 01:07 MLGPenguin