If you used item economy or exp levels as economy, you need to enable it again after updating.
+ Added: [Suggestion] Use player experience instead of just levels for eco
+ Added: Strict comparison for item eco
Code (YAML):
# Player experience
exp:
enabled_15
: false
# Item currency is used when all other economy options are disabled or unavailable.
# The currency item can be edited in the GUI language file at the "currency" item.
items
:
# If enabled, only items that have the same name, lore etc. will belong to the currency.
# Not just items of the same type or items with the same model-data.
strict
: false
[#2212]