When no economy plugin is detected in Vault, the plugin will repeat the detection to avoid the plugin failing to detect economy plugins linked to Vault due to different plugin startup sequences.
A recent update to the Paper server recode the Save Item system, which caused Save Item files generated in previous versions to throw errors when read in later versions. This update fixes that issue and encourages users to proactively update their Save Item files to the new format.
中文:
此前的更新为 Paper 服务端重置了 Save Item 系统,这导致之前版本生成的 Save Item 文件在后续版本中读取会报错,这个更新修复了这个问题,并引导用户积极的将 Save Item 文件更新到新版本格式。
Be careful! This version has changed a lot of code. It has not been tested by many users. Unless you are running a small server, please do not use it for production.
Added full MiniMessage support. Except for a few cases, the plugin supports the use of the MiniMessage format almost everywhere.
For Paper server users above 1.17.1, you will automatically use the MiniMessage format and the Color Parser built into the plugin will no longer be available.
However, we certainly consider that it is quite troublesome to convert the built-in Color Parser of the plugin into MiniMessage, and many users still like our Color Parser. In the past, two characters (&e) could solve the problem, but now multiple characters (<yellow>) are required. Therefore, Paper users above 1.17.1 can still use the Built-in Color Parser, and we will automatically convert it to MiniMessage format for you.
The plugin will be split into two versions, Paper version and Spigot version.
Paper users with versions above 1.17.1 will use the Paper version, otherwise you will use the Spigot version. They just use different APIs, and the other functions they provide are basically the same, unless it is clearly stated in the Wiki that this function is only available in the Paper version.
For this reason, the paper-api section of the config.yml file will no longer be available.
Fixed an issue where the plugin would fail in versions lower than 1.17.1, because the plugin incorrectly called some code that was only available in versions 1.17.1 and above.
The items folder of the plugin will be treated as a separate item management configuration file, just like the items folder of the MythicMobs plugin.
The format of each item configuration file in the items folder follows ItemFormat.
In ItemFormat, an item option has been added that can be used to deserialize items, so ItemFormat can now directly read items that you have previously saved.
The /mt saveitem command has been improved, and you can now add bukkit or itemformat at the end of the command to determine how we will save the item.
不过,我们当然考虑到将插件内置的Color Parser转换成MiniMessage相当麻烦,而且很多用户还是喜欢我们的Color Parser,在以前,两个字符(&e)就能解决的事情,现在需要多个字符(<yellow>)。因此,1.17.1以上的Paper用户依然可用使用Built-in Color Parser,我们将会帮你自动将其转换为MiniMessage格式。
For users of versions lower than 1.16, we have added a new function to automatically convert Hex colors to common colors to avoid the situation where the colors of plugin messages look very strange due to calling Hex colors.