item.getDisplayName does not include color codes

    • Type: Bug
    • Resolution: Done
    • Priority: Minor
    • None
    • Affects Version/s: 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.

            Assignee:
            Unassigned
            Reporter:
            Jumpin Carrot
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: