A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink fde60e2a27 Add permissions for landlords to add regions
Added things:
- "areashop.createrent.owner", "areashop.createrent.member",
"areashop.createbuy.owner" and "areashop.createbuy.member" to let
players add regions to AreaShop when they are member/owner of the
WorldGuard region (because they made the region for example).
- "areashop.setprice.landlord" to give landlords access to setting the
price for their regions
- "areashop.setduration.landlord" to give landlords access to setting
the duration for their regions
- When "default" or "reset" is given as price then the price will be
removed and therefore inherited from a group or default.yml
- When "default" or "reset" is given as duration then the duration will
be removed and therefore inherited from a group or default.yml
2015-03-17 21:22:57 +01:00
lang Add permissions for landlords to add regions 2015-03-17 21:22:57 +01:00
src/nl/evolutioncoding/areashop Add permissions for landlords to add regions 2015-03-17 21:22:57 +01:00
config.yml Add permissions for landlords to add regions 2015-03-17 21:22:57 +01:00
default.yml Added a command to set the landlord of a region. 2015-03-13 21:07:59 +01:00
plugin.yml Add permissions for landlords to add regions 2015-03-17 21:22:57 +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.