Wrong event implementation #86


  • New
  • Defect
Open
Assigned to _ForgeUser8747650
  • _ForgeUser4831109 created this issue Feb 2, 2014

    What steps will reproduce the problem?
    1. Implement the event on another plugin
    2. Compile & add the plugin
    3. Run the server

    What is the expected output? What do you see instead?
    No errors, except I see an IllegalPluginAccessException: Unable to find handler list for event com.ancientshores.AncientRPG.API.AncientRPGPartyLeaveEvent

    What version of the product are you using?
    V1.0 Beta

    Do you have an error log of what happened?
    Yes! not giving though, because its just an exception, not really a line needed

    Please provide any additional information below.
    Fix it according to these guidelines http://wiki.bukkit.org/Event_API_Reference (add a static function getHandlersList)

  • _ForgeUser4831109 added the tags New Defect Feb 2, 2014
  • _ForgeUser4831109 edited description Feb 2, 2014
  • _ForgeUser8747650 posted a comment Feb 2, 2014

    add to the ToDo list


To post a comment, please login or register a new account.