mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-23 02:35:25 +01:00
A Bukkit/Spigot (Minecraft server) plugin that facilitates renting and buying WorldGuard regions
00d3256716
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. |
||
---|---|---|
lang | ||
src/nl/evolutioncoding/areashop | ||
.project | ||
config.yml | ||
default.yml | ||
plugin.yml | ||
README.md |
#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.