World database
Last updated
Last updated
ParadiseLand cleverly addresses and eases performance concerns using an asynchronous engine generator. To ensure everything flows smoothly, it teams up with a local database to store and protect chunks scheduled for asynchronous creation. It all comes together, working in harmony with Spigot and Paper frameworks.
Any Paradise world will have a /ParadiseLand
folder containing the HSQLDB database. Please refrain from editing any files within this directory.
You can enable or disable database verbosity (useful for debugging purposes).
Specify the data compression type.
Enabling this property will trigger the compaction of the world's database when the world is unloaded or the server is shut down.
This will save some disk space but it requires more time.
This is useful after the pre-generation of a big world!
DISABLED
The world's database compression won't be used
SPEED
The world's database will be heavier but you won't overload the CPU
COMPRESSION
The world's database will be lighter at the cost of more CPU usage