Plugin Help Weird Error

Discussion in 'Plugin Help/Development/Requests' started by uhzr11, Dec 6, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    uhzr11

    Hello,

    I'm currently just practicing making plugins etc and I have run into a error and i'm not sure how to solve them.

    1st error is "The method registerEvents(Listener, Plugin) in the type PluginManager is not applicable for the arguments (EventsClass, grotto_token)"

    2nd error is "Syntax error on token ",", ( expected"

    Thank you for taking the time to help me out :)
     
  2. Offline

    Zombie_Striker

    @uhzr11
    For the first error, the issue is that either the Event class does not implement Listener, or that the grotto_token does not extends JavaPlugin.

    For the second error ,we need to see your code in order to know how to fix the second error.
     
Thread Status:
Not open for further replies.

Share This Page