A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink 09af826f88 Add the '/as resell' command to let players sell their region to others
After executing the command the player is still owner and can do
everything like normal. The sign changes to the 'resell' section of the
chosen sign profile. The region flags change to the 'resale' section of
the flag profile (other greeting). When a player buys the region it
transfers the money to the previous owner. New schematic event and
commandevents are available for this action. Previous owner will get a
message if he is online.
A command to stop reselling your region is on the TODO list.
2014-11-24 19:16:55 +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 Add the '/as resell' command to let players sell their region to others 2014-11-24 19:16:55 +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.