Mangrove tree, database Maintenance, Vacuum to shrink the database file.
The newly added code changes, allow the plugin to determine the type of mangrove tree to grow, based on a value specified in a configuration file.
Instead of using a fixed number to decide between tall and regular mangrove trees, the plugin now reads this decision-making number from the config.yml file.
This makes it easy to adjust how often each type of tree appears without changing the code.
Added database Maintenance, to ensure there are no old data or duplications, and a Vacuum to shrink the database file, with configurations inside the config.yml file.