Difference between revisions of "Translations:Main Page/33/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "BKCommonLib 以每个插件为基础进行版本控制,因此当某个插件需要版本 2,并且安装了版本 1 时,会自动向服务器管理员发送通知,并...")
 
(No difference)

Latest revision as of 07:56, 3 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Main Page)
BKCommonLib has versioning on a per-plugin basis, so when a certain plugin needs version 2, and version 1 is installed, the server owner is automatically notified and the plugin is not enabled. This prevents the common mishaps with outdated BKCommonLib versions. If you develop a plugin that uses BKCommonLib, make sure you depend on the earliest version that still offers the features you need. This makes sure your plugin remains functional on older Spigot builds.

BKCommonLib 以每个插件为基础进行版本控制,因此当某个插件需要版本 2,并且安装了版本 1 时,会自动向服务器管理员发送通知,并且不启用这个插件。这可以防止因 BKCommonLib 版本过时而导致的各种问题。如果你想开发基于 BKCommonLib 的插件,请确保你是基于仍能提供你所需的功能的最早版本,这样你的插件才可以在较旧的 Spigot 版本上正常运行。