The plugin generates the following configuration files, some of which will only be generated after you first use this feature.
items: The location for storing saved item files. It will only be generated after save any item with /mc saveitem command. Do not modify any content here.
languages: The location for storing language files. You can set the language file used by the plugin through the config-files.language option in the config.yml file. You can customize various messages within the plugin game through language files. It is not supported to display the corresponding language file based on the player client language. You can only display the same language for all players.
rules: The location for storing Auto Match & Change feature's configuration files.
config.yml file: The location for main common settings for plugins.
generated-item-format.yml file: When using the /mc generateeitemformat command, we will parse the item you are holding into an ItemFormat and store the parsed ItemFormat content in this file.
XX_xx.json file: Localized files automatically generated through Localized Item Name feature. The name of this file is determined based on the localized language you have set for this feature, but it usually ends in . json.
Config.yml file content
It is recommend that you view this file at GitHub, becuase Wiki's config.yml maybe not latest. Click here to view this file on Github.
# MythicChanger by @PQguanfang## Read the Wiki here: https://mythicchanger.superiormc.cn/debug:false# If you just want to use our match item feature without any need of change item,# you can disable this option to improve plugin performance and disable auto item change feature.packet-listener:trueconfig-files:language:en_US# Premium version only.minecraft-locate-file:# After enable, we will autoload Minecraft locate file when we need know an item's locate name.# It will make server little lag when loading this file because this file is very large.enabled:truegenerate-new-one:falsefile:'zh_cn.json'# Paper only feature.paper-api:save-item:trueskull:trueuse-component:message:false# Only for Item Format for now, does not support item modify in rule.item:falsemath:enabled:truescale:2real-change-trigger:SetSlotTrigger:enabled:trueInventoryClickEvent:enabled:true# Some change rules do not support real change perfectly.# For example, add-name-first rule require you also set contains-name rule.# Otherwise, each time you interact with this item, the name of it will have additional content added due to this rule.# Like: 'Good Good Good Good Good Diamond Sword' if you set add-name-first: 'Good' and interact with this item 5 times.bypass-real-change-limit:false# Some change rules have incompatibility issues with other packet-based item plugins.# Like our EnchantmentSlots, and Auxilor plugins (EcoItems, EcoEnchants, ect.)ignore-fake-change-warning:false# Whether we keep item name to original in anvil name.keep-name-in-anvil:true# Whether only-in-player-inventory option in each rule only checks chest UI.check-chests-only:true# You can override the weight values set by the plugin for each rule here. The higher the weight value, the earlier the rule will be executed.# The default value of the plugin is a carefully considered and reasonably configured value.# Please do not modify the value here unless you know what you are doing.change-rule-weight:add-enchants:2add-flags:3add-lore-first:11add-lore-last:12add-lore-prefix:13add-name-first:21add-name-last:22add-nbt-byte:203add-nbt-double:202add-nbt-int:201add-nbt-string:200edit-item:1fix-hide-attributes:1500keep-damage:-250keep-enchants:-251keep-flags:-252keep-item-name:-253keep-lore:-254keep-name:-255edit-lore:14parse-papi-lore:500parse-papi-name:501remove-all-enchants:-198remove-enchants:-197remove-flags:-196remove-nbt:-199replace-enchants:-203replace-item:1000replace-random-item:1001replace-lore:9replace-name:8set-color:150set-custom-model-data:5set-lore:6set-name:7set-type:60set-amount:59deapply:61# Premium version only.change-gui:title:'Change your item!'size:27item-slot:11book-slot:15confirm-slot:22confirm-item:material:ANVILname:'&eConfirm'lore: - '&7Click to confirm change the item!'custom-item:2:material:PAPERname:'&bDrag the item you want change below.'6:material:BOOKname:'&bDrag the apply item below.'close-if-fail:true# Premium version only.# Support value: GUI, DRAG# GUI mode is in EARLY ALPHA TEST, be careful to use!apply-item-mode:DRAGdefault-apply-item-limit:1