Level/src/main/java/world/bentobox/level
tastybento 4a4794f771
Release 2.7.2 (#233)
* Version 2.7.2
* Use Java 9's takeWhile
* Added placeholder %Level_[gamemode]_rank_value
Fixes https://github.com/BentoBoxWorld/Level/issues/228
* 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
* Rosestacker (#232)
* Add support for RoseStacker 1.3.0
* Made plugin a Pladdon.
2021-08-15 08:56:21 -07:00
..
calculators Release 2.7.2 (#233) 2021-08-15 08:56:21 -07:00
commands Use a constant instead of 10 throughout code. 2021-05-02 07:54:28 -07: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 Use a constant instead of 10 throughout code. 2021-05-02 07:54:28 -07:00
Level.java Release 2.7.2 (#233) 2021-08-15 08:56:21 -07:00
LevelPladdon.java Pladdon version 2021-05-30 18:40:58 -07:00
LevelsManager.java Release 2.7.2 (#233) 2021-08-15 08:56:21 -07:00