Recent content by uweb

  1. uweb

    Question Can't register command

    argh, i didn't delete the paper-plugin.yml. It's working now, thanks!
  2. uweb

    Question Can't register command

    I've been trying to register a command for a few hours now. I entered this in the paper-plugin.yml (I also tried it with a plugin.yml): commands: xyz: description: "desc" usage: "/xyz" and in the onEnable() method this: getCommand("xyz").setExecutor(new XYZCommandExecutor()); When...