Recent content by Cabbage

  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); ^...