mbax b8d557b769 Substantially reduce disk IO in mass destruction:
Previously, the signs config file was saved for every single change to its
contents. This works great until you have an episode of mass destruction.
Suddenly, you're getting the file saved multiple times per tick. Goodbye,
TPS. Hello, lag.

This commit replaces the functionality of the saveSigns method with
flagging the signs config as requiring a save. A scheduled task checking
for this boolean once per second allows for up-to-the-second accuracy of
the config file without substantially compromising server stability.

Lastly, the config is saved in onDisable to ensure the task hasn't missed
anything.
2014-08-04 23:30:23 -04:00
2013-02-06 18:46:08 -06:00
2013-04-06 09:18:16 -07:00
2013-06-21 00:43:26 -05:00
2014-08-04 23:26:10 -04:00
2013-04-29 02:13:06 -05:00

PlayerVaults

Virtual vaults for virtual players!

Contribute if you feel so led.

=== Authors drtshock, gomeow

S
Description
No description provided
Readme GPL-3.0 1.3 MiB
Languages
Java 99.4%
HTML 0.6%