
MythicChanger 2.6.0d
Powerful item change plugin - 3 different change types - Built-in tons of rule to choose
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)
1.4.5
May 11, 2024
1.4.5
- Support loading files from subfolders within the "rules" directory, improving file organization and flexibility.
1.4.4
May 5, 2024
1.4.4
- The language files will be stored separately in the languages folder, message.yml file is no longer used.
- Added zh_CN language file.
- Added language option in config.yml.
- Added /mc help command.
1.4.3
Apr 30, 2024
1.4.3
- Fixed Not match rule being break since 1.4.2.
- Fixed plugin always print warning or error message even you follow those tips. (like you can't use specified rule in fake changes)
1.4.0
Apr 29, 2024
1.4.0
- Added new Item Format into plugin.
- Added Not match rule. (Premium version only)
- Added edit-item change rule. (Premium version only)
- Fixed premium version can not loaded if NBTAPI is not installed.
- Added /mc generateitemformat command.
- Added basic Mini Message support.
1.3.6
Apr 25, 2024
1.3.6
- Added 1.20.5 support.
- Please note that ProtolcolLib has not been updated to 1.20.5, you have to wait them update then try use this version in 1.20.5 server.
1.3.5
Apr 14, 2024
1.3.5
- Fixed add-nbt and remove-nbt rule does not working well with multi nbt.
- Added fake change incompatibility issues with other packet-based item plugins warning.
- Added ignore-fake-change-warning option in config.yml.
1.3.3
Apr 4, 2024
1.3.3
- Fixed PlaceholderAPI parse in item lore.
- Added parse-papi-name and parse-papi-lore change rule. (Premium version only)
- Added real change limit for some change rules that does not perfectly work in real change. If you want to bypass it, please use new option: bypass-real-change-limit in config.yml.
- Added bypass-real-change-limit option in config.yml.
1.3.1
Apr 1, 2024
1.3.1
- Replaced WindowClick packet listener to InventoryClickEvent Bukkit event listener.
- Added real-changes-trigger config section in config.yml.
- Added add-nbt-string, add-nbt-int, add-nbt-double, add-nbt-byte change rule (Premium version only).
- Now when encountering a dead loop, the plugin will automatically attempt to break it to avoid server crash.
- Removed /mc applyfakechange and /mc applyrealchange command.
- Added apply item feature (Premium version only).
- Added contains-nbt, nbt-int, nbt-double, nbt-string, nbt-byte match rule. (Premium version only)
- Added set-color change rule. (Premium version only).