-
Notifications
You must be signed in to change notification settings - Fork 51
config items
goflishMC edited this page Apr 21, 2025
·
2 revisions
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
Enable to check for class, level, and attribute requirements in item lore.
Enable to check for skill requirements in item lore.
Enable to detect stat bonuses from item lore.
If enabled, players will drop weapons they don’t meet requirements for.
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}: "Defines which equipment or inventory slots will have requirements enforced.
slots:
- '36' # boots
- '37' # leggings
- '38' # chestplate
- '39' # helmet
- '40' # offhandSlot Reference:
0–8= hotbar9–35= main inventory36= boots37= leggings38= chestplate39= helmet40= offhand