Level/src
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
..
main Remove saving to database on disable. 2021-08-08 10:33:09 -07:00
test/java/world/bentobox/level Remove saving to database on disable. 2021-08-08 10:33:09 -07:00