Recent content by uweb

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