Hey, i'm starting to code in minecraft, but now i got a problem, how can i fix that? Here is the console: https://prnt.sc/C9soFNW-3Vth And my classes main.java / spigot.yml / command.java https://pastebin.com/aiZbCJvZ can somebody help me?
there is a problem with the command registration, in your plugin.yml, add a description, then try again and let me know. WARNING: This is the wrong section, please move to "Spigot Plugin Development"
What he wanted to say is that you have to add a descirption to the commands in your plugin.yml Example: Code (YAML): commands: foo: description: Foo command