Search results

  1. WithLithum

    How to set ItemMeta display name with ItemMeta#displayName method?

    Use the Component.text(string) method to create a Component to use that method: meta.displayName(Component.text("Something")) For further usage on Components, have a look at the Adventure documentation.