Search results

  1. N

    Question File/compiling bug or dev bug?

    Update with final error and solution: I was trying to match the file name with the name on the plugin.yml, instead i matched the plugin.yml name with the name i was loading the command with on the onEnable, that worked fine :)
  2. N

    Question File/compiling bug or dev bug?

    Sure; name: Commonchaterrors version: '${project.version}' main: es.nanasuuakiaa.commonchaterrors.Commonchaterrors api-version: 1.18 commands: Magicdust: description: makes magic happen usage: /<command> Compiles changing project version to 1.0, but same output
  3. N

    Question File/compiling bug or dev bug?

    @Override public void onEnable() { // Plugin startup logic getLogger().info("Hello everyone :)"); getCommand("magia").setExecutor(new Magicdust()); //line 12 is this one }
  4. N

    Question File/compiling bug or dev bug?

    So yeah. I have been talking with some people on the PaperMC discord server and asking for help about a problem I'm having. So, when I start the server, the plugin starts up and even the little log comes up but then it crashes with this log: [04:53:01 ERROR]: Error occurred while enabling...