mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-05 18:31:40 +01:00
A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
0c79525144
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. |
||
---|---|---|
lang | ||
src/nl/evolutioncoding/areashop | ||
.project | ||
config.yml | ||
default.yml | ||
plugin.yml | ||
README.md |
#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.