Custom Points Issue #130


  • New
  • Defect
Open
  • realconfuser created this issue Mar 9, 2014
    Maintainer

    Short description about the bug/problem:
    I'm using BossAPI to register a custom points plugin. BossAPI appears to register correctly as it says [BossAPI] Hooked into X.

    bossAPI.getPointsPluginManager().addInterface(this);

    Where this is an instance of JavaPlugin and implements BAPointsPluginInterface

    Buying an item that is correctly registered through the BossShop API (they show in the shop inventory) from a different plugin via createBSBuy throws an error.

    I've added the name of the points plugin within both BossAPI and BossShop configs like so

    PointsPlugin: X
    PointsPlugin: X

    where X is the name of the plugin however BossShop does not output anything in the logs stating its found it as a points plugin to use like it does with for example PlayerPoints.

    What version of BossShop are you using?
    2.0.5

    Do you have an error log of what happened? Please paste it at pastie.org!
    http://pastebin.com/gR4U7AxV

  • realconfuser added the tags New Defect Mar 9, 2014
  • Forge_User_74148228 posted a comment Mar 10, 2014

    Would you mind sending me the Points Plugin? Then I could test that out :)

  • realconfuser posted a comment Mar 11, 2014

    @Blackixx: Go

    It's not public nor configurable I'm afraid so sending over the entire thing won't be very helpful so I've pm'd you over the main class which implements the BossAPI. Hopefully that should suffice as its the only place that is implementing it.

  • realconfuser posted a comment Mar 14, 2014

    Error occurs only on shop items dynamically registered through the BossShop API.


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