Global configuration (config.yml)
Right now the config.yml file contains only three key value pairs.
You can find the default config.yml here.
Debug
Enables the debug modus. This will cause the plugin to write a lot of information into the console/log. Therefore this should not be enabled for productive use.
Default: false
Metrics
Enables metrics. This will submit statistics to mcstats.org. Only the default metrics data will be submitted.
Default: true
Dead_Plant
Material for each plant with which they are replaced if they die. A list of possible materials is available here.
You can use material with data value here. To do so simply add a ":" (colon) and the data value to the end of the material name (e.g. LONG_GRASS:1).
Sugar_Cane
There is one special case here, sugar cane. Because sugar cane can be placed on sand and dirt/grass, sugar cane has a special replacement algorithm. If Sugar_Cane is set to "DEAD_BUSH", it will be replaced with DEAD_BUSH if the underground is sand and with LONG_GRASS:1 if the underground is dirt/grass. If Sugar_Cane is set to something else, it will behave like on other plants.
Version
Version of the config file. This is needed to add new keys automatically to the config file.
Do NOT edit this!
Comments