Recent content by anlear

  1. anlear

    Solved The problem with Components in paper 1.21.4

    Wow, it really helped. Thanks! Solved.
  2. anlear

    Solved The problem with Components in paper 1.21.4

    Greetings to all. Yesterday I started the process of transferring my plugins from Paper 1.20.4 to Paper 1.21.4. I encountered the following problem. Many methods have ceased to exist trivially. For example: ItemMeta.name (component); Audience.SendMessage(component). If I figured out with...
  3. anlear

    Error in the description of custom enchants

    Hello, I'm trying to write the plugin, that will add some custom enchantments. Here is my code: https://github.com/AnleaR/CustomEnchants I'm catching one mistake that I haven't been able to fix for 3 days. The error is that when adding custom enchantment to item, an empty line is created in the...