0.1.6

Details

  • Filename
    rbuy.jar
  • Uploaded by
  • Uploaded
    Feb 22, 2012
  • Size
    41.94 KB
  • Downloads
    409
  • MD5
    4d3eb8d6f69424b7e90849c8aadfb8ce

Supported Bukkit Versions

  • CB 1.1-R4

Changelog

0.1.6 - beta [1.1-R5 ready]

Added compatibility layer for configuration, should be 1.1-R5 ready.

Running on 1.1/CB 1940 currently, WorldGuard 5.5, WorldEdit 5.2, admittance 0.5.0 - it might be compatible with earlier versions as well.


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

Requirements:

CHANGELOG:
(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.