Recent content by km7dev

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. K

    Solved Can't use ItemMeta.displayName(component) with TranslatableComponent

    I'd already found my issue, but thanks for letting me know I need to use a resource pack, was about to look into how to use it too.
  2. K

    Solved Can't use ItemMeta.displayName(component) with TranslatableComponent

    Edit: It was an incorrect import. I tried running meta.displayName(new TranslatableComponent("item.minecraftplus.copper_sword")); but it gave me the error The method displayName(Component) in the type ItemMeta is not applicable for the arguments (TranslatableComponent), can anyone tell me how...