Main Page/33 [zh]

From BergerHealer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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构建中仍能正常工作。