0.1.7 - beta

Details

  • Filename
    rbuy.jar
  • Uploaded by
  • Uploaded
    Mar 1, 2012
  • Size
    41.94 KB
  • Downloads
    464
  • MD5
    a8fa6382d28001ec34270dc2ad8a948a

Supported Bukkit Versions

  • CB 1.2.5-R1.0
  • CB 1.1-R6

Changelog

0.1.7 - beta [1.1-R6... 1.2.5]

Fix for 1.1-R6.


The configuration has been extended by one entry since 0.1.1 - see main page for reference.

Requirements:

CHANGELOG:
(0.1.7)
- (bugfix) Removed empty entires from plugin.yml .
(0.1.6)
- (update) compatlayer 0.1.0
(0.1.5)
- (adjust) To WorldGuard 5.5 (RegionManager.save: catch Throwable)
(0.1.4)
- (refactor) Switch to new Event system [removed warnings]
(0.1.3)
- (add) Allow selling to members (by config flag)
- (bugfix) respects oppermissions for unowned regions now (ops would always have been able to sell those).
- (internals) Added compatlayer 0.0.6 for configuration.

NO WARRANTY WHATSOEVER
I have done a range of tests, but am still unwilling to be responsible for region losses or money transfers failing, crashing servers (unlikely), and similar.

NOTES:

  • Logging of transactions is done in the plugins/rbuy/runtime.yml file, they are available for the period specified in the configuration (in days), preset is 30 days.
  • Listing nearby regions iterates over all regions by now (due to having failed to use WorldGuards deprecated functionality for that), so this is probably not fit for a large number of regions for sale. To limit this there is configurable limits.
  • It is possible to add regions to the datafile manually, however you should disable rbuy before calling "rreload", bcause rbuy will save data before reloading configuration and data.
  • Each manipulation leads to saving the data, so the full transactions and region offers will be written to the file for each change. This might lead to small performance issues if used by many people with many offers/transactions.