Level/src/main/java/world/bentobox/level
tastybento 750f07ba7c
Release 2.8.0 (#239)
* Version 2.7.1

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

* Version 2.8.0

* Added new placeholders

%Level_%gamemode%_top_island_name_%rank% - lists the island name
%Level_%gamemode%_top_island_members_%rank% - a comma separated list of
team members

https://github.com/BentoBoxWorld/Level/issues/224
https://github.com/BentoBoxWorld/Level/issues/211
https://github.com/BentoBoxWorld/Level/issues/132
https://github.com/BentoBoxWorld/Level/issues/107
https://github.com/BentoBoxWorld/Level/issues/105

* Update to BentoBox API 1.18

* Open up modules for testing access.

* Back support for BentoBox 1.16.5.
2021-10-16 16:12:52 -07:00
..
calculators Release 2.8.0 (#239) 2021-10-16 16:12:52 -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 Release 2.8.0 (#239) 2021-10-16 16:12:52 -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.8.0 (#239) 2021-10-16 16:12:52 -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