addon-level/src/main/java/world/bentobox/level
tastybento 6ddc0471cf Remove saving to database on disable.
https://github.com/BentoBoxWorld/Level/issues/229

First, the top ten tables are never actually used or loaded. They are
created in memory by loading the island levels. So there is no reason to
keep saving them.
Second, the island level data is saved every time it is changed, so
there is no need to save all of the cache on exit.
2021-08-08 10:33:09 -07:00
..
calculators Updated to support AdvancedChests 15.0 2021-04-08 16:49:18 -07:00
commands "Log report to console" config option (#208) 2021-01-25 13:25:29 -08:00
config setLogReportToConsole to ConfigSettings (#209) 2021-01-28 07:30:45 -08:00
events Rationalize output of IslandLevelCalculatedEvent 2020-09-12 08:47:09 -07:00
listeners Updated to BentoBox 1.15.4 API 2020-12-27 11:10:53 -08:00
objects Updated to BentoBox 1.15.4 API 2020-12-27 11:10:53 -08:00
panels Island levels (#178) 2020-07-26 14:40:17 -07:00
requests Fixed sonar cloud code smells. 2020-07-05 16:52:03 -07:00
CustomSpliterator.java Enables rank of non-top ten players to be shown. 2021-02-28 09:33:11 -08:00
Level.java Remove saving to database on disable. 2021-08-08 10:33:09 -07:00
LevelsManager.java Remove saving to database on disable. 2021-08-08 10:33:09 -07:00