A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink 46abc8f83d Save WorldGuard regions periodically instead of directly
Now uses the saveChanges() method on RegionManager of WorldGuard, that
will only save regions that are actually changed.
2014-12-01 21:26:06 +01:00
lang Add the '/as delfriend' command and minor changes the addfriend command 2014-11-29 17:08:54 +01:00
src/nl/evolutioncoding/areashop Save WorldGuard regions periodically instead of directly 2014-12-01 21:26:06 +01:00
.project Add current language files again 2014-11-14 20:13:47 +01:00
config.yml Save WorldGuard regions periodically instead of directly 2014-12-01 21:26:06 +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.