A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
Go to file
Thijs Wiefferink 00d3256716 Fix a bug with inactive player unrent/sell settings
If the 'inactiveTimeUntilUnrent' or 'inactiveTimeUntilSell' settings
would be set to a value above 35000 it would cause an integer overflow,
resulting in a 50% chance that all regions will be unrentend/sold (and
if that does not happen it will still sell/unrent them too early). This
is caused by an integer overflow, switching to long fixed this problem.
2014-12-18 16:21:07 +01:00
lang Update the French language file to the latest version 2014-12-10 14:57:34 +01:00
src/nl/evolutioncoding/areashop Fix a bug with inactive player unrent/sell settings 2014-12-18 16:21:07 +01:00
.project Add current language files again 2014-11-14 20:13:47 +01:00
config.yml Fix a bug where regions would not update after added to a group 2014-12-10 16:08:52 +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 where regions would not update after added to a group 2014-12-10 16:08:52 +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.