mc-utils
mc-utils copied to clipboard
Change ChatColor.translatexxx to use other symbols or other methods
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
also what if we give a warning saying you need to select a block first? or maybe just a default block??
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