-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
1.16.1
-
Yes
In my plugin i have to check if an item name is equal to a config string.
private static List<String> sorter_names = new ArrayList<>(Arrays.asList(sorter_primaryname)); ... return sorter_names.contains(item.getItemMeta().getDisplayName());
It has always worked well. But now all strings from the config have §r prefix in them.