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.
Added action prefix! You can now set action prefix to make this action only run with specifed click type, like only left click can active this action.
Added fail-actions for menus and products! If you fail to buy/sell product or fail to meet the condition of a button, the fail action will run! You can use it play fail sound!
Now buy-actions, sell-actions and fail-actions will auto merge shop config's general value and product config's value to make actions system more easy to use. (Like put sound at shop general configs, then put command at product configs, no need to copy sound action to all product's buy and sell actions!)
Added custom click event in shop GUI, you can set action in custom click event, like setting shift left click to buy one stack of the product instead of open buy more menu. (Premium version only)
Fixed default fish shop does not generate when first start the plugin.
Fixed default main menu has wrong symbol in fish shop item lore.
Now if all display-item-conditions do not meet the condition, we will auto hide the button instead of put a stone at GUI.
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.
Because this is a big update, some features not fully test, major bugs maybe found!
Added general-configs section in shop configs, your products always have same option values? Now you can set their default value by this section, you don't need to copy and paste same content for all products!
Big change for random placeholder! Now it support use other placeholder's element and added new not-same-as option to make sure each placeholder has different value! (Premium version only)
Added VotingPlugin economy support. (not test)
Added Alternative Options feature, some options now have other format.
Added error message for built-in placeholder display.