
MythicChanger-Premium 2.6.0d
Powerful item change plugin - 3 different change types - Built-in tons of rule to choose
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.8
Jun 16, 2024
1.4.8
- Added keep-name, keep-lore, keep-item-name, keep-flag, keep-damage change rule.
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.4
Apr 5, 2024
1.3.4
- Fixed add-nbt-string rule has nbt dupe issue when use
;;
distinguish key value hierarchy. - Added add-nbt-int, add-nbt-byte, add-nbt-double change rule.
- Added remove-nbt change rule.
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.