- Feature: Added various options for UI:
Code (YAML):
# UI options
gui
:
# Create an additional definitions file in which slots, item types etc. are configured.
# This is useful, if you maintain multiple locale files and want item slots, model data etc. to be the same across all locales.
# In that file you can configure everything that isn't locale specific.
definitions-file
: false
# Should BetterFarming automatically adjust the length of item lore lines?
# Recommended length is 35.
# NOTE: Set this to 0 to disable it.
max-lore-length
: 0
# Customize progress bars that are displayed in various placed of the UI.
progress:
symbol
:
# The symbol to display.
symbol
:
"|"
# 100% equals x symbols
amount_5
: 50
color
:
# Color used for completed part.
completed
:
"#00e617"
# Color used for uncompleted part.
uncompleted
:
"#4a4a4a"
- Change: Removed no longer used option from config.yml related to permission stacking