So I'm trying to make a bukkit plugin and I get these errors when I try to build the artifact into a jar.
Error:(107, 9) java: cannot find symbol
symbol: method loadConfiguration()
location: class net.minenite.warzairdrops.MainClass
Error:(117, 13) java: cannot find symbol
symbol: method log(java.lang.String,java.util.logging.Level)
location: class net.minenite.warzairdrops.MainClass
Error:(120, 9) java: cannot find symbol
symbol: method log(java.lang.String,java.util.logging.Level)
location: class net.minenite.warzairdrops.MainClass
Heres my code: