
MythicChanger 2.4.6
Powerful item change plugin - 3 different change types - Built-in tons of rule to choose
1.9.0-Alpha
Sep 30, 2024
1.9.0-Alpha
- Added support for modify item in villager trade UI.
- Added new rule: replace-random-item. (Premium version only)
- Added new option at rule config: "only-in-player-inventory".
- Reworked InventoryClickEvent listener real change.
1.8.1
Sep 19, 2024
1.8.1
- Fixed skull can not display in latest 1.21.1 server core.
- Added new skull get method, you can enable it at use-component.skull option in config.yml. (Paper only)
1.7.3
Sep 8, 2024
1.7.3
- Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
- This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.
1.7.2
Sep 8, 2024
1.7.2
- Added support for custom enchantments in rules related to enchantments.
- Added cache system for match item system, this can improve plugin performance in some case.
1.6.6
Aug 9, 2024
Small fixes
- Fixed plugin print error when using command tab complete in some case.
1.6.4
Aug 2, 2024
Small fixes
- Fixed when use geneerateitemformat command, plugin sometimes print error in 1.21 version.
1.6.1
Jul 18, 2024
Small fixes
- Now replace-item rule won't work if your Item Format has problem.
- Changed weight system of change rule to make work as configs says.
1.6.0
Jul 18, 2024
Action, condition and fixes
- Added real-change-actions and conditions option in rule configs, you can now set action executed after run real change and set condition player need to meet. (Premium version only)
- Fixed items match rule does not work correctly for vanilla items when server has ExecutableItems plugin.
1.5.0
Jul 17, 2024
New rules, improve enchants rules and custom weight!
- Added contains-enchants match rule. (Premium version only)
- Added material match rule. (Premium version only)
- Improved delete-enchants change rule, now it support set specified enchantment levels. (Premium version only)
- Now you can override the weight of the change rule by setting new value at config.yml file.
1.4.12
Jul 11, 2024
1.4.12
- Added Standard Localized Item Name Translate feature.
- Due to the fact that the Minecraft server does not store client language files, the plugin cannot know the name of the item you hold displayed on your client. Therefore, in most scenarios where the item name is displayed, we directly display its English name. Now this new feature will automatically download the client language file and translate your item name.
- This feature only works for premium version of MythicChanger and 1.16+ Minecraft server version.
- You have to setup this feature first to enable this feature.
- Added ExecutableItems item hook support.
1.4.12
Jul 11, 2024
1.4.12
- Added Standard Localized Item Name Translate feature.
- Due to the fact that the Minecraft server does not store client language files, the plugin cannot know the name of the item you hold displayed on your client. Therefore, in most scenarios where the item name is displayed, we directly display its English name. Now this new feature will automatically download the client language file and translate your item name.
- This feature only works for premium version of MythicChanger and 1.16+ Minecraft server version.
- You have to setup this feature first to enable this feature.
- Added ExecutableItems item hook support.
1.4.11
Jun 26, 2024
1.4.11
- Fixed plugin print error in pre-1.21 server, 1.21 users don't need update to this version.
1.4.10
Jun 23, 2024
1.20.6 and 1.21 support
- Added 1.20.6, 1.21 support.
- Added FoodComponent, ToolComponent and JukeboxPlayableComponent support in Item Format.
1.4.9
Jun 21, 2024
1.4.9
- Changed default rule file name from default to example.
- Added premium rule loading message.
- Added replace-enchants change rule. (Premium version only)
1.4.7
Jun 10, 2024
1.4.7
- API Break Change: startFakeChange and startRealChange method now require additional original item arg.
- Added keep-enchants change rule, useful for people want to keep enchantments of origianl item when using replace item rules. (Premium version only)