bentobox/src/main/java/world/bentobox/bentobox/database
BONNe ed50765b98
Addres Biome's changes in Minecraft 1.18. (#1893)
Since Minecraft 1.18 renamed and removed a lot of biomes, some addons that stored them in the database may require migration.

This Adapter will fix that as now BentoBox itself will do migration for all Biome.class objects.
2021-12-19 08:49:29 -08:00
..
json Addres Biome's changes in Minecraft 1.18. (#1893) 2021-12-19 08:49:29 -08:00
mongodb Code smell reduction 2021-09-18 08:15:15 -07:00
objects Fix minor JavaDoc mistake 2021-12-05 12:01:27 -08:00
sql Make variables final if they can be. (#1843) 2021-08-29 18:17:21 -07:00
transition Code smell reduction 2021-09-18 08:15:15 -07:00
yaml Code smell reduction 2021-09-18 08:15:15 -07:00
AbstractDatabaseHandler.java Stops async db saving on shutdown. Adds JSON backup. (#1558) 2020-11-01 13:58:29 -08:00
Database.java Make variables final if they can be. (#1843) 2021-08-29 18:17:21 -07:00
DatabaseConnectionSettingsImpl.java Implement option to enable SSL connection for MongoDB, MariaDB, MySQL and PostgreSQL connectors. (#1206) 2020-03-08 19:35:31 -07:00
DatabaseConnector.java A lot of database work. 2019-07-05 20:11:06 -07:00
DatabaseSetup.java Use orElseGet instead of orElse 2021-01-08 20:05:23 -08:00
package-info.java Static code analysis (#1844) 2021-08-29 18:17:38 -07:00