config items - magemonkeystudio/fabled GitHub Wiki
π§Ύ Config: Items
The Items
section of config.yml
defines how item requirements and bonuses are handled using item lore. This includes class/skill restrictions, attribute bonuses, and slot checking.
File location:
/plugins/Fabled/config.yml
π Lore-Based Requirements
'lore-requirements': true|false
Enable to check for class, level, and attribute requirements in item lore.
'skill-requirements': true|false
Enable to check for skill requirements in item lore.
'lore-attributes': true|false
Enable to detect stat bonuses from item lore.
'drop-weapon': true|false
If enabled, players will drop weapons they donβt meet requirements for.
π·οΈ Lore Text Formats
These settings define the text used in item lore for different types of requirements:
lore-class-text: "Class Req: "
lore-skill-text: "Requires {skill}: "
lore-level-text: "Level Req: "
lore-exclude-text: "Excluded Class: "
lore-attribute-text: "{attr} Req: "
attribute-text: "{attr}: "
π Inventory Slot Checks
Defines which equipment or inventory slots will have requirements enforced.
slots:
- '36' # boots
- '37' # leggings
- '38' # chestplate
- '39' # helmet
- '40' # offhand
Slot Reference:
0β8
= hotbar9β35
= main inventory36
= boots37
= leggings38
= chestplate39
= helmet40
= offhand