Main Page/33 [zh]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "BKCommonLib 以每个插件为基础进行版本控制,因此当某个插件需要版本 2,并且安装了版本 1 时,会自动向服务器管理员发送通知,并且不启用这个插件。这可以防止因 BKCommonLib 版本过时而导致的各种问题。如果你想开发基于 BKCommonLib 的插件,请确保你是基于仍能提供你所需的功能的最早版本,这样你的插件才可以在较旧的 Spigot 版本上正常运行。")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
BKCommonLib 以每个插件为基础进行版本控制,因此当某个插件需要版本 2,并且安装了版本 1 时,会自动向服务器管理员发送通知,并且不启用这个插件。这可以防止因 BKCommonLib 版本过时而导致的各种问题。如果你想开发基于 BKCommonLib 的插件,请确保你是基于仍能提供你所需的功能的最早版本,这样你的插件才可以在较旧的 Spigot 版本上正常运行。
BKCommonLib以每个插件为基础进行版本管理,因此当某个插件需要版本2,而安装的是版本1时,会自动向服务器管理员发送通知,同时禁用这个插件。这可以避免因BKCommonLib版本太老而出现某些问题。如果你正在开发基于BKCommonLib的插件,请确保你依赖的是最早仍能提供你所需要功能的版本。这可以确保你的插件在较老的Spigot构建中仍能正常工作。

Latest revision as of 00:43, 15 October 2025

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构建中仍能正常工作。