0.1.5 - beta

Details

  • Filename
    rbuy.jar
  • Uploaded by
  • Uploaded
    Feb 13, 2012
  • Size
    32.97 KB
  • Downloads
    384
  • MD5
    df3e2bed3a969c9dc87f3b562cc62c57

Supported Bukkit Versions

  • CB 1.1-R4
  • CB 1.1-R3
  • CB 1.1-R1

Changelog

0.1.5 - beta

Running on latest 1.1/CB 1940 currently, WorldGuard 5.4, WorldEdit 5.1.1, admittance 0.4.2 - it might be compatible with earlier versions as well.

Just switched to the new event system and adjusted to WorldGuard 5.5 .


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

Requirements:

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