Main Page/32 [zh]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "== BKCommonLib == 该运行库共享各种插件所需的所有通用代码,将它们一起放在库中可以大大减少重复代码量。插件各个都别具一格、富有特色,每当 Spigot 缺少某些功能时,该功能就会被收录进 BKCommonLib 里,这就是为什么这个库会变得如此庞大的原因之一:Spigot 不提供(也不想提供)的功能实在太多了。")
 
No edit summary
Line 1: Line 1:
== BKCommonLib ==
== BKCommonLib ==
该运行库共享各种插件所需的所有通用代码,将它们一起放在库中可以大大减少重复代码量。插件各个都别具一格、富有特色,每当 Spigot 缺少某些功能时,该功能就会被收录进 BKCommonLib 里,这就是为什么这个库会变得如此庞大的原因之一:Spigot 不提供(也不想提供)的功能实在太多了。
该工具库共享了各种插件所需的所有通用代码,将它们放在一个库中大大减少了重复代码的数量。特色工具种类繁多,每当Spigot中缺少某些功能时,它都会在BKCommonLib中添加。这就是它变得如此庞大的原因之一:Spigot中确实有很多东西(不打算)提供。

Revision as of 10:35, 10 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==
This utility library shares all the common code needs for various plugins, and having them in one library heavily reduces the amount of duplicated code. The featured utilities are varied, and whenever something is missing in Spigot, it is added in BKCommonLib. This is one of the reasons why it has become this large: there are simply a lot of things Spigot doesn't (want to) offer.

BKCommonLib

该工具库共享了各种插件所需的所有通用代码,将它们放在一个库中大大减少了重复代码的数量。特色工具种类繁多,每当Spigot中缺少某些功能时,它都会在BKCommonLib中添加。这就是它变得如此庞大的原因之一:Spigot中确实有很多东西(不打算)提供。