v .8.7

Details

  • Filename
    DynamicEconomy.jar
  • Uploaded by
  • Uploaded
    Jun 14, 2012
  • Size
    191.85 KB
  • Downloads
    931
  • MD5
    9be3c0611afc3e93316bad757f0f4307

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

Bug Fixes

  • DynamicSigns for taxes now round taxes correctly.
  • /curLoans now displays correct amount owed (if in debt)
  • /curLoans will not throw internal errors if you have no loans when calling it.
  • Fixed rounding error on debt payment notification
  • Fixed an occasional trailing decimal in /settax
  • Fixed problem where you couldn't set floor or ceiling equal to price

New Features

Region Flags

Region Flags are a new part of DE that will make regions more useful and powerful.

Essentially, each region will now have its own sales/purchase tax, banned sales/purchase lists, and allowed purchase/sale groups.

IN ORDER TO USE REGION FLAGS, YOU MUST SET USE-REGION-FLAGS IN CONFIG.YML TO TRUE.

Additionally, limiting people to buying/selling only certain Item Groups in regions (aka, the Item Group flag for regions) will only work if you have group-control in config.yml to true. (AKA, you must use groups for all of DE if you intend to use it for regions)

New Commands

In addition to this new feature, I've made some new in-game commands for you to be able to edit region flags on the fly, and then some.

NOTE: The previous command called /curregion, which was used to find out what region was currently selected, has been renamed to /curselectedregion

/curregion
This new command lets users easily view information about the region they are in. When you call this command, it will tell you the X, Y, and Z range of the region, as well as the purchase/sales tax, banned sale/purchase items, and allowed sale/purchase groups.
/addregiongroup [Region] [Sale|Purchase] [ItemGroup]
This new command lets you add an allowed item group for sale or purchase in a specific region.
/removeregiongroup [Region] [Sale|Purchase] [ItemGroup]
This command lets you remove an allowed item group from sale or purchase in a specific region.
/banregionitem [Region] [Sale|Purchase] [Item]
This command bans an item from sale or purchase in a specific region. Just like your usual /banitem command, but for regions.
/unbanregionitem [Region] [Sale|Purchase] [Item]
This command unbans an item from sale or purchase in a specific region. Just like your usual /unbanitem command, but for regions.

THE /settax COMMAND HAS BEEN MODIFIED, THIS IS THE NEW SYNTAX:

/settax [Region|'Global"] [Sale|Purchase] [Amount]
This command will set the sales/purchase tax of a region, OR the world. If your first argument to the command is global, then it will set the global taxes. If your first argument is the name of a region, it will set that regions tax. The rest of the command is the same as it previously was.

* Pistons and Stickypistons, when sold, do not get removed from inventory. I recommend putting them on the banned list until this is fixed!