Player points broadcast #194


  • New
  • Other
Open
  • _ForgeUser10548104 created this issue Sep 5, 2014

    Short description about the bug/problem:
    I use boss shop as a form of a vote shop. Originally I was going to use enjin points with it so my players could view their points on the website as well During our testing stages of the shop, it would broadcast that "Player Points/CommandPoints was not found.. etc.." We decided to just use player points to work with it. We installed player points, but it still continues to broadcast that message.

    What steps will reproduce the problem?
    1. Buying anything from the shop that uses "points"
    2.
    3.

    What is the expected output? What do you see instead?
    Expected outcome it the permissions we told it to run when a player clicks on the item.

    What version of BossShop are you using?
    2.1.0

    Do you have an error log of what happened? Please paste it at pastie.org!
    05.09 19:17:07 [Server] INFO PlayerPoints/CommandPoints was not found... You need one of that plugins if you want to work with Points! Get PlayerPoints there: http://dev.bukkit.org/server-mods/playerpoints/

    Please provide any additional information below.

  • _ForgeUser10548104 added the tags New Other Sep 5, 2014
  • _ForgeUser10228707 posted a comment Sep 6, 2014

    This issue drove me half mad initially, the solution turned out to be very simple.

    Set the last line of the BossShop config to 'PlayerPoints' as shown below.

    EnableSigns: false
    MainShop: Menu
    HideItemsPlayersDoNotHavePermissionsFor: false
    EnableTransactionLog: true
    ServerPingingDelay: 20
    AllowUnsafeEnchantments: false
    DisableUpdateNotifications: false
    MultiplierGroups:
      Enabled: false
      List:
      - Permission.Node:<type>:<multiplier>
      - BossShop.PriceMultiplier.Points1:points:0.75
      - BossShop.PriceMultiplier.Points1:points:0.5
      - BossShop.PriceMultiplier.Money1:money:0.75
      - BossShop.PriceMultiplier.Money2:money:0.5
      - BossShop.PriceMultiplier.MoneyNegative:money:2.0
      - BossShop.PriceMultiplier.Exp:exp:0.8
    PointsPlugin: PlayerPoints
    

    If you've already done that and the problem persists, I'm afraid you'll have to wait until the devs revisit this project. They seem to have abandoned it somewhat.


    Edited Oct 30, 2014
  • _ForgeUser16820882 posted a comment Oct 30, 2014

    @Rashneish: Go

    Oh my gawsh ,LOVE U! (NOT GAY)


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