v .7.3

Details

  • Filename
    DynamicEconomy.jar
  • Uploaded by
  • Uploaded
    Feb 24, 2012
  • Size
    123.88 KB
  • Downloads
    340
  • MD5
    be5e6673d4cd9ac35eb52683040501d2

Supported Bukkit Versions

  • CB 1.1-R4

Changelog

  • Ability to prohibit sale or purchase of certain items.

- There are now two additional fields in config.yml: banned-purchase-items and banned-sale-items - To ban the sale of certain items, write them into banned-sale items, and obviously to ban the purchase of items, write them into banned-purchase-items - The format is simply "NAME,NAME,NAME". So:

banned-sale-items: 'wood,plank,stone,goldingot,80,50'

The above setup in config.yml would work.

You can either use the name of the item, as allowed by DynamicEconomy (aka, you can buy/sell it, then it exists as an item name or alias in DE), or use the item ID (an item ID is also an alias).

Separate these names and ID's by comma's, and keep the apostrophes at both ends.

Enjoy!