Recent content by Leventeand1

  • 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. L

    java: no suitable constructor found for ...

    You help me a lot! And it works!!! You saved my life! (As if my life depended on it) whatever. Thank you very much!!!!!!!
  2. L

    java: no suitable constructor found for ...

    Hello! I made a plugin and it worked fine. I wanted to make another one, an event listener. I managed to do it until I entered the event in my Main class. I wrote: new EntityDamageEvent(this); and i got an error! It wrote: java: no suitable constructor found for...
  3. L

    ItemStack cannot resolve method

    It worked! Thank you!
  4. L

    ItemStack cannot resolve method

    Hello! I used to learn Java and tried to make a minecraft plugin. I wanted to create a command. It worked until then, but when I got to creating an ItemStack and placing it in the inventory, I got this error: Unable to resolve method 'setItem(ItemStack)' How can I resolve this. I am attaching my...