Update Help

Discussion in 'Plugin Development' started by BeerHuntor, Mar 19, 2014.

Thread Status:
Not open for further replies.
  1. could someone help me. I have been out of coding for around 3 years now, and finally decided to take it up again, currently updating my old plugins. I have managed to get all the errors out of my code with the update, but there is a problem. Nothing works...(not whole code as every page is the same) Main: http://pastebin.com/2j6X1qgT BlockListener: http://pastebin.com/bet1XekC The problem is its not registering the events. What have I missed? Thanks.
     
  2. Offline

    Rainy37

    In your BlockListener put @EventHandler in the line above public void onBlockPlace
     
  3. You have to annotate the methods now? Pretty simple. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page