Hey, been trying to learn how to make a plugin by purchasing a udemy tutorial. It's going pretty well so far but I keep running into this error.
This is my code: https://www.hastebin.com/epukuseyow.scala
This is the error(s) I'm getting on line 25 which is the public boolean line -
Multiple markers at this line
- Syntax error on token ")", { expected after this
token
- overrides
org.bukkit.plugin.java.JavaPlugin.onCommand
Here's an SS of my eclipse:
This is my code: https://www.hastebin.com/epukuseyow.scala
This is the error(s) I'm getting on line 25 which is the public boolean line -
Multiple markers at this line
- Syntax error on token ")", { expected after this
token
- overrides
org.bukkit.plugin.java.JavaPlugin.onCommand
Here's an SS of my eclipse:
