Difference between revisions of "Main Page/ko"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "TrainCarts 위키에 오신 것을 환영합니다!")
Line 3: Line 3:
  
 
==BKCommonLib==
 
==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.
+
이 플러그인은 여러 플러그인에 필요한 라이브러리를 공유하고, 코드의 길이를 줄여 줍니다. 지원이 되는 라이브러리는 여러 가지가 있고, Spigot에 없는 라이브러리는 BKCommonLib에 있습니다. 따라서 BKCommonLib의 파일이 커진 것입니다.
  
 
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 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.
Line 33: Line 33:
 
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!
 
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!
  
[[Special:MyLanguage/Maplands|Click here to go to the Maplands wiki]]
+
[[Special:MyLanguage/Maplands|Maplands에 대한 정보를 알아 보고 싶으면 클릭해 주세요.]]

Revision as of 02:35, 20 June 2021

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

TrainCarts 위키에 오신 것을 환영합니다!

BKCommonLib

이 플러그인은 여러 플러그인에 필요한 라이브러리를 공유하고, 코드의 길이를 줄여 줍니다. 지원이 되는 라이브러리는 여러 가지가 있고, Spigot에 없는 라이브러리는 BKCommonLib에 있습니다. 따라서 BKCommonLib의 파일이 커진 것입니다.

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.

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.

Click here to go to the BKCommonLib wiki. (WIP)

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. :)

Click here to go to the Traincarts wiki.

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.

Click here to go to the TC-Coasters wiki.

MyWorlds

This plugin features everything related to worlds.

Click here to go to the MyWorlds wiki.

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!

Maplands에 대한 정보를 알아 보고 싶으면 클릭해 주세요.