AreaShop V1.3.0

Details

  • Filename
    AreaShop.jar
  • Uploaded by
  • Uploaded
    May 30, 2014
  • Size
    84.62 KB
  • Downloads
    2,405
  • MD5
    a767c6a55e506f71ffdaf46b657bdd64

Supported Bukkit Versions

  • CB 1.7.9-R0.1

Changelog

WARNING: Bukkit 1.7.9 and Vault 1.4.1 are required!

  • Adds support for name changing, all files will be converted to UUID's on startup. It will create files 'rents.old' and 'buys.old' as backup for if the conversion goes wrong, you can delete these after you are sure everything works
  • Adds version system for all files, this is for converting to next version and is just a 'behind the scenes' thing, a 'versions' file will appear in the datafolder of the plugin
  • Adds a command to teleport to regions, normal players can only teleport to their bought/rented regions (can be changed with permissions) ops can teleport to all rent/buy regions. Teleportation is safe, the plugin tries to find a safe spot within the region.
  • Adds a command to set the teleport location, normal players can only set it for their bought/rented regions (can be changed with permissions) ops can change it for all regions. If no location is set the teleport command will try to teleport to the bottom middle of the region (and then checking a cube of increasing size around that while it is not safe).
  • Fixes problem with Multiverse-Core, if Multiverse would load before AreaShop then all rents/buys in other world then 'world', 'world_nether' and 'world_the_end' will deregister. Now AreaShop softdepends on Multiverse-Core so if Multiverse is on the server it should load before AreaShop.
  • Fixes problem with the flags sections in the config, it was not possible to reset flag with the previous way of handling the flags. If you put no value behind a flag or 'none' it will now reset.
  • Fixes bug with percentage of money back after buying/renting not working, only 100% and 0% were possible before, now it works normally.
  • Refactored the commands system, adding commands and maintenance should be easier now. Also tab completion would be possible now, leave a comment if you would like to have that.

If you encounter trouble with the conversion to UUID's, did not have the right authentication mode (online/offline) or you want to switch back to an older bukkit follow these steps:

  1. Delete the 'buys' and 'rents' files, these are with the UUID's
  2. Rename 'rents.old' to 'rents' and 'buys.old' to 'buys' to restore the backup files
  3. Remove the 'versions' file to be able to update to a newer version if you decide so later.
  4. Restart your server