Recent content by Factice

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