Difference between revisions of "Main Page/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "BKCommonLib 以每个插件为基础进行版本控制,因此当某个插件需要版本 2,并且安装了版本 1 时,会自动向服务器管理员发送通知,并...")
(Created page with "除了程序和服务以外,这个库还提供了Other than utilities and services, this library offers a wide variety of reflection and user-friendly ways of accessing net....")
Line 11: Line 11:
 
BKCommonLib 以每个插件为基础进行版本控制,因此当某个插件需要版本 2,并且安装了版本 1 时,会自动向服务器管理员发送通知,并且不启用这个插件。这可以防止因 BKCommonLib 版本过时而导致的各种问题。如果你想开发基于 BKCommonLib 的插件,请确保你是基于仍能提供你所需的功能的最早版本,这样你的插件才可以在较旧的 Spigot 版本上正常运行。
 
BKCommonLib 以每个插件为基础进行版本控制,因此当某个插件需要版本 2,并且安装了版本 1 时,会自动向服务器管理员发送通知,并且不启用这个插件。这可以防止因 BKCommonLib 版本过时而导致的各种问题。如果你想开发基于 BKCommonLib 的插件,请确保你是基于仍能提供你所需的功能的最早版本,这样你的插件才可以在较旧的 Spigot 版本上正常运行。
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
除了程序和服务以外,这个库还提供了Other than utilities and services, this library offers a wide variety of reflection and user-friendly ways of accessing net.minecraft.server. If your plugin requires the use of the internals, but you do not want to risk changing field and method names, you can depend on BKCommonLib to provide them for you. This allows you to remain compatible between CraftBukkit versions automatically, and reduces silent failure hazards.
Other than utilities and services, this library offers a wide variety of reflection and user-friendly ways of accessing net.minecraft.server. If your plugin requires the use of the internals, but you do not want to risk changing field and method names, you can depend on BKCommonLib to provide them for you. This allows you to remain compatible between CraftBukkit versions automatically, and reduces silent failure hazards.
 
</div>
 
  
 
<div lang="en" dir="ltr" class="mw-content-ltr">
 
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 08:26, 3 September 2024

Other languages:
Deutsch • ‎English • ‎Español • ‎Français • ‎Italiano • ‎Nederlands • ‎中文(中国大陆)‎ • ‎한국어

欢迎来到维基百科!

快捷链接

BKCommonLibTrainCartsTC-CoastersMyWorldsSignLinkMaplands

BKCommonLib

该运行库共享各种插件所需的所有通用代码,将它们一起放在库中可以大大减少重复代码量。插件各个都别具一格、富有特色,每当 Spigot 缺少某些功能时,该功能就会被收录进 BKCommonLib 里,这就是为什么这个库会变得如此庞大的原因之一:Spigot 不提供(也不想提供)的功能是在太多了。

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

除了程序和服务以外,这个库还提供了Other than utilities and services, this library offers a wide variety of reflection and user-friendly ways of accessing net.minecraft.server. If your plugin requires the use of the internals, but you do not want to risk changing field and method names, you can depend on BKCommonLib to provide them for you. This allows you to remain compatible between CraftBukkit versions automatically, and reduces silent failure hazards.

TrainCarts

This plugin looks for suitable Minecarts and links them together if possible. When two Minecarts are being "linked", the Minecarts will act as one single moving train.

Once carts are successfully linked, an effect is played and their velocity is shared in combination with an individual factor for each Minecart, which is used to remain a steady gap between carts. This gap is adjustable, the force at which this happens as well.

End result: a train! You can move it, make a roller-coaster out of it, split it in half, watch trains collide, whatever you want to do with trains. :)

TC-Coasters

This add-on for Traincarts adds invisible rollercoaster track to Traincarts. You can now have trains move or fly anywhere, roll around the rails and connect with other types of track. The custom track can be interactively edited and require no external tools or scripting knowledge.

MyWorlds

This plugin features everything related to worlds.

SignLink

A bridge between plugins and signs to easily display text on signs.

Maplands

Maplands is a work-in-progress project delivering world map rendering to Minecraft maps. Display the world in an isometric view, link maps together and create a huge overview of your server, and much more is anticipated!



The homepage is maintained by the wiki admins. If you have any suggestions for this page, please contact an admin!