+ Added: Option to allow/ignore cancellations of entity spawns, because of 3rd party plugins
Code (YAML):
# Should entity spawn cancellations from 3rd party plugins be allowed?
# While disabling this option might be helpful, if you want to exclude upgradeable spawners spawn rate from being
# limited by 3rd party plugins, it might have unintended results with, for example, stacking plugins.
allow-cancellations
: true
+ Added: Debug option
Code (YAML):
# Configure logging
logging
:
# We might ask you to enable this, when you submit a bugreport.
debug
: false