Search results

  1. 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...