🌿Common generator properties
The following properties are utilized by the plugin engine during generation and world-saving.
Default generator file
generator.default-gen: eden.yml
Specify the name of the default generator YAML file if no one is specified.
Cache size
generator.cache-size: 8192
Specify, the maximum size of the chunks' cache that will be kept in memory.
Default value
Value
8192
Memory usage
~1.5 GB of RAM
Minimum value
Value
256
Memory usage
less ram possible
Maximum value
Value
No limits
Memory usage
depending on your value
Async placer
generator.async-placer.enabled: true
Enable or disable the async chunks placer. This feature cleans the database by placing stored chunks from the world's database.
Chunks
generator.async-placer.chunks: 50
The number of stored chunks that can be placed to the generated chunks.
Default value
Value
50
Minimum value
Value
1
Maximum value
Value
1000
Forced
generator.async-placer.forced: false
If false, the async placer will be executed when there are no online players.
Last updated