Extra Economy Feature #174


  • New
  • Enhancment
Open
  • _ForgeUser15859305 created this issue Jul 25, 2014

    Short description about the bug/problem:
    BossShop is a great store plugin to use but it doesn't have something that the others do, which is when you buy a item there is a message to the player in chat telling you how much you have left in your balance. I think it would be a good idea to add a feature that is optional in the config to show balance after each purchase. It would make it easier on the player so they don't have to get out of the gui then do /bal to see how much they have left to spend.
    Thanks for your time.

    What steps will reproduce the problem?
    1.
    2.
    3.

    What is the expected output? What do you see instead?

    What version of BossShop are you using?

    Do you have an error log of what happened? Please paste it at pastie.org!

    Please provide any additional information below.

  • _ForgeUser15859305 added the tags New Enhancment Jul 25, 2014
  • _ForgeUser3532901 posted a comment Jul 26, 2014

    Boss shop already his this implemented already my friend! All you have to do is the following example below! The example is of a sellshop diamond.

      Diamond:
        RewardType: item
        PriceType: money
        Price: 5
        Reward:
        - - type:DIAMOND
          - amount:1
        MenuItem:
        - type:DIAMOND
        - amount:1
        - name:&b1 Diamond
        - 'lore:&2Price: $5'
        - amount:1
        Message: '&eYou have %balance% left!'
        InventoryLocation: 1
        ExtraPermission: ''
    

    Read the "Message:" line and it will show you how to show balance!

    I hope this helped you and any other server owners that needed this information also!


    Edited Jul 26, 2014

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