Level/src/test/java/world/bentobox/level
tastybento d55f66f868
No save on disable (#231)
* Release 2.6.4

* 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.

* Fixes tests
2021-08-08 11:09:36 -07:00
..
commands/admin Fixes tests. Initializes background in constructor. 2020-06-28 10:08:08 -07:00
LevelsManagerTest.java No save on disable (#231) 2021-08-08 11:09:36 -07:00
LevelTest.java Island levels (#178) 2020-07-26 14:40:17 -07:00