addon-level/src/main/java/world/bentobox/level
BONNe 2ca4e0a070 Fixes a Level addon crash on startup.
Level addon crashed at the startup if Visit or Warps addon were not installed. It happened because Level addon main class were implementing Listener interface.
To avoid it and fix the crash, I moved migration listener to a separate class.

Fixes #2012
2022-08-21 17:31:42 +03:00
..
calculators Support for AdvancedChests was updated. (#266) 2022-07-15 01:53:27 +03:00
commands Implement customizable Values GUI. (#262) 2022-06-17 14:40:10 +03:00
config setLogReportToConsole to ConfigSettings (#209) 2021-01-28 07:30:45 -08:00
events Update to BentoBox API 1.18 2021-10-01 17:40:07 -07:00
listeners Fixes a Level addon crash on startup. 2022-08-21 17:31:42 +03:00
objects Updated to BentoBox 1.15.4 API 2020-12-27 11:10:53 -08:00
panels Implements visit/warp actions in top gui 2022-08-21 13:00:56 +03:00
requests Use a constant instead of 10 throughout code. 2021-05-02 07:54:28 -07:00
util Implement customizable Values GUI. (#262) 2022-06-17 14:40:10 +03:00
Level.java Fixes a Level addon crash on startup. 2022-08-21 17:31:42 +03:00
LevelPladdon.java Update to BentoBox API 1.20. 2022-03-12 12:52:44 +02:00
LevelsManager.java Fixes a Level addon crash on startup. 2022-08-21 17:31:42 +03:00