A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink ed1f73fdd7 Fixes a problem with the %clicker% tag for use with sign commands
With the previous implementation it would only get replaced for commands
executed as the player, but executing as player is not wanted because
then the player should have permission for that (example: /tellraw). Now
it will properly get replaced for console and player commands attached
to a state of the sign.
2014-11-25 16:47:10 +01:00
lang Add the '/as resell' command to let players sell their region to others 2014-11-24 19:16:55 +01:00
src/nl/evolutioncoding/areashop Fixes a problem with the %clicker% tag for use with sign commands 2014-11-25 16:47:10 +01:00
.project Add current language files again 2014-11-14 20:13:47 +01:00
config.yml Add the '/as resell' command to let players sell their region to others 2014-11-24 19:16:55 +01:00
default.yml Add highly configurable rent expire warnings for online players and some 2014-11-16 22:41:41 +01:00
plugin.yml Add the '/as resell' command to let players sell their region to others 2014-11-24 19:16:55 +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.