Recent content by Cabbage

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

    Question Why do i get this

    error: cannot find symbol commands.registrar().register(buildCommand); ^ symbol: variable buildCommand Code: package com.cabbage.testplugin; import io.papermc.paper.plugin.lifecycle.event.types.LifecycleEvents; import...
  2. Cabbage

    Question Why cant i use advancedCommandRoot

    Thank you for telling me this
  3. Cabbage

    Question Why cant i use advancedCommandRoot

    when i try to use the exmaple that the paper docs give it gives me an error that C:\Users\Cabbage\IdeaProjects\untitled1\src\main\java\com\cabbage\testplugin\coolcommand.java:9: error: <identifier> expected advancedCommandRoot.then(killall); ^...