Recent content by Factice

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

    Question CommandAPI causes error

    It just appeard when i put that line "CommandAPI.onLoad(CommandAPIBukkitConfig(this).silentLogs(true))" there. Here is my main: class Main : KPaper() { override fun load() { CommandAPI.onLoad(CommandAPIBukkitConfig(this).silentLogs(true))...
  2. F

    Question CommandAPI causes error

    Im kinda new to plugin development and i got a problem with CommandAPI. I got my code with events and commands and all. But when i try to register the commandapi in my main and then start my server in intellij, this error is shown: "Caused by: java.lang.ClassNotFoundException...