Recent content by Melio

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

    Question Is there any examples on the new implementation of commands in PaperMC ? (paper-plugin.yml)

    Oh okay, I thought it was "new" because of this part in the documentation : https://docs.papermc.io/paper/dev/getting-started/paper-plugins#commands Thanks for the link to cloud but I don't like to use frameworks :/ To be compliant with future Paper releases, should I implement...
  2. Melio

    Question Is there any examples on the new implementation of commands in PaperMC ? (paper-plugin.yml)

    Hello folks ! I know the paper-plugin.yml is under development, but I was wondering if anyone has an example of the new Commands implementation. I'm having trouble getting my head around it, as it doesn't use the onCommand override. Here's my code so far, I wonder is it's "good" ...