promotional bannermobile promotional banner

AutoPrice

Abandoned
A GUI based shop with dynamic prices. Players may sell items into the shop and buy items that have stock.

File Details

AutoPrice v4.078 for CB 1.7.10-R0.1

  • R
  • Jul 30, 2014
  • 47.96 KB
  • 4.5K
  • CB 1.7.9-R0.2

File Name

AutoPrice.jar

Supported Versions

  • CB 1.7.9-R0.2

New permission nodes (remember to add):

  • autoprice.shops.<shop name>.sell.material.<internal material name>
  • autoprice.shops.<shop name>.buy.material.<internal material name>
  • examples:
    • Allow player/group to enter a shop named “default”: autoprice.shops.default
    • Allow player/group to sell “diamond axe” in shop named default: autoprice.shops.default.sell.material.DIAMOND_AXE
    • Allow player/group to buy any material in shop named “two”: autoprice.shops.two.buy.material.*
    • Allow player/group to sell any material in any shop: autoprice.shops.*.sell.material.*

New configuration nodes:

  • salesPrice.increaseMultiplier (material, shop, root)
  • salesPrice.increaseValueMin (material, shop, root)
  • salesPrice.increaseValueMax (material, shop, root)
  • matchLores (material, shop, root)
  • tooltipPrefix (root)
  • transactionSizePerClickType (root)

New language nodes:

  • shopTitle
  • optionsFilter
  • back
  • sorting
  • category
  • filter
  • filterNoStock
  • filterHasStock
  • filterNotSet

Other changes:

  • New argument for command: /ap shop shop name
  • Moved all options (like sorting and filtering) to a new options page
  • Added option to filter items with/without stock
  • Support for spaces in shop names
  • Customize tool-tip prefixes