A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink 52591d3b6e Adds a blacklist of region that cannot be added
The blacklist consists of a list of regular expressions, by default the
'__global__' region is blocked because it is highly unlikely you want to
add that to AreaShop. The blacklist can for example be used to exclude
the spawn region while adding shops at spawn with the WorldEdit
selection of the '/as add' command.
2015-01-21 13:20:32 +01:00
lang Adds a blacklist of region that cannot be added 2015-01-21 13:20:32 +01:00
src/nl/evolutioncoding/areashop Adds a blacklist of region that cannot be added 2015-01-21 13:20:32 +01:00
.project Add current language files again 2014-11-14 20:13:47 +01:00
config.yml Adds a blacklist of region that cannot be added 2015-01-21 13:20:32 +01:00
default.yml Fixes a bug with setting the owner flag 2014-12-08 18:07:04 +01:00
plugin.yml Fix a bug with buying a region while it is in resell mode 2015-01-12 17:11:08 +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.