Configuration
Plugin config.yml keys, feature toggles, action toggles, behaviour toggles, and reload behavior.
ItemsAdderAdditions uses config.yml for plugin-level feature toggles. ItemsAdder content YAML still defines the actual actions, behaviours, recipes, advancements, paintings, tags, and world generation entries.
Default config
features:
creative_inventory_integration: true
custom_paintings: true
item_model_definitions: true
behaviours:
bed: true
connectable: true
contact_effect: true
stackable: true
storage: true
text_display: true
worldguard:
enabled: true
flags:
storage_open: true
contact_damage: true
stackable_place: true
bed_use: true
custom_painting_place: true
actions: true
actions:
actionbar: true
clear_item: true
ignite: true
message: true
mythic_mobs_skill: true
open_inventory: true
open_trade_machine: true
play_animation: true
play_emote: true
replace_biome: true
replace_item: true
shoot_fireball: true
swing_hand: true
teleport: true
title: true
toast: true
veinminer: true
update-checker:
enabled: true
on-join: trueToggle behavior
Missing toggle keys default to enabled. This also applies to optional sections that are not present in the default config.
WorldGuard region checks can be configured under worldguard; see WorldGuard compatibility.
Components can be disabled the same way:
components:
rarity: falseReload behavior
Run:
/itemsadderadditions reloador:
/iaa reloadThis command reloads config.yml and reapplies plugin-level feature, action, behaviour, and component toggles. It does not reload ItemsAdder content YAML files.
Use /iareload after changing ItemsAdderAdditions content YAML sections such as actions, behaviours, custom tags, recipes, advancements, custom paintings, Valhalla metadata, or world generation entries.
Use /iazip after changing components sections or resource-pack assets. /iareload reloads ItemsAdderAdditions content except components.
Common mistakes
- Setting a toggle to
falseand expecting existing content to keep working after reload. - Adding a typo under
actions,behaviours,features, orcomponents; unknown toggle keys do not disable the intended feature. - Expecting
/itemsadderadditions reloadto reload ItemsAdder content YAML or rebuild the resource pack. Use/iareloadfor content YAML and/iazipfor components or assets.