📚World database

HSQLDB - the internal world database

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.

Verbose

hsqldb.verbose: false

You can enable or disable database verbosity (useful for debugging purposes).

Compression

hsqldb.compression-type: COMPRESSION

Specify the data compression type.

Type

DISABLED

Description

The world's database compression won't be used

Type

SPEED

Description

The world's database will be heavier but you won't overload the CPU

Type

COMPRESSION

Description

The world's database will be lighter at the cost of more CPU usage

Compaction

hsqldb.compaction: true

Enabling this property will trigger the compaction of the world's database when the world is unloaded or the server is shut down.

Last updated