AutoPrice v4.078 for CB 1.7.10-R0.1

Details

  • Filename
    AutoPrice.jar
  • Uploaded by
  • Uploaded
    Jul 30, 2014
  • Size
    47.96 KB
  • Downloads
    4,299
  • MD5
    96d785528001bc4ad9f00e9c10d33ed8

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

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