A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink 0c79525144 Prevent actions on regions when it is already deleted from AreaShop
When a region is deleted with '/as del' it wil set a flag in
GeneralRegion to indicate it is deleted (isDeleted() can get it). If
this flag is set then no sign updates, saves to disk etc are being
processed by the tasks anymore. This prevents the following case: #1
task starts saving regions (makes copy of region list). #2 User 
executes '/as del' for a region, removes region file. #3 Task arrives at
the region the user just deleted and saves it to disk again #4 The
region will get loaded again next time the server starts.
2014-12-04 11:50:40 +01:00
lang Reworks '/as info region' command for buy regions and fixes a bug 2014-12-03 23:43:24 +01:00
src/nl/evolutioncoding/areashop Prevent actions on regions when it is already deleted from AreaShop 2014-12-04 11:50:40 +01:00
.project Add current language files again 2014-11-14 20:13:47 +01:00
config.yml Changes the '/as info' command for rent regions to show more info 2014-12-03 00:38:55 +01:00
default.yml Changes handling WorldGuard flags, it now actually adds friends 2014-12-01 21:00:27 +01:00
plugin.yml Cleanup for code of commands, preparations for adding friends to regions 2014-11-27 23:59:44 +01:00
README.md Update README.md 2014-11-13 23:17:45 +01:00

#AreaShop

Check the documentation at http://dev.bukkit.org/bukkit-plugins/regionbuyandrent/

Note: From now on I will try to update this repository every time I make a change to the code.