PluginClassLoader removed. Broke plugin #23


  • New
  • Defect
Open
Assigned to _ForgeUser9840713
  • _ForgeUser9614536 created this issue Mar 21, 2014

    What steps will reproduce the problem?
    1. Load plugin. Does not load any plugins hooked in. Broken
    2.
    3.

    This plugin does not work anymore with any bukkit builds newer then December 24th, 2013. This commit to the PluginClassLoader (https://github.com/Bukkit/Bukkit/commit/bc77402b9b7488ac489efbe1d79ae4738e11a17a#diff-e770da7b0c550cba04624426af683b49) broke this plugin, as it is no longer accessible. They got rid of that public access modifier. Your plugin class loader system needs a big rework.

  • _ForgeUser9614536 added the tags New Defect Mar 21, 2014
  • _ForgeUser9677152 posted a comment Mar 23, 2014

    I had some ClassDefNotFound errors and downloaded the source to see what problem there was. I immediately had compile errors from PluginClassLoader not being visible in Bukkit 1.7.2

  • _ForgeUser9614536 posted a comment Mar 23, 2014

    @Solivero: Go

    I'm stuck using the old builds of 1.7 to run this plugin :/

  • _ForgeUser9457682 posted a comment Mar 26, 2014

    You can just remove the PluginClassLoader from the source, it won't break anything.

    It was used to just detect what initialized the API plugin.

    I've built it and tested it, works awesome.


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