Difference between revisions of "TrainCarts/ko"
(Created page with "이 플러그인에서 기차는 압력판 위를 이동하거나, 사다리를 오르거나, 거꾸로 뒤집힌 레일에 매달려서 이동할 수 있다.") |
(Created page with "» 기차 물리엔진") |
||
Line 45: | Line 45: | ||
이 플러그인에서 기차는 압력판 위를 이동하거나, 사다리를 오르거나, 거꾸로 뒤집힌 레일에 매달려서 이동할 수 있다. | 이 플러그인에서 기차는 압력판 위를 이동하거나, 사다리를 오르거나, 거꾸로 뒤집힌 레일에 매달려서 이동할 수 있다. | ||
− | + | [[Special:MyLanguage/TrainCarts/Physical|» 기차 물리엔진]] | |
− | [[Special:MyLanguage/TrainCarts/Physical|» | ||
− | |||
== 표지판 == | == 표지판 == |
Revision as of 11:39, 29 March 2025
![]() | |
Minecarts redefined | |
Spigot: | TrainCarts |
---|---|
GitHub: | TrainCarts |
TrainCarts는 Bergerkiller가 개발한 마인카트에 관한 모든 기능을 지원하는 플러그인이다. 처음에는 많은 카드를 서로 연결해 움직이는 기차 제작 용도로 개발되었지만, 추후 표지판이나 명령어같은 여러 기능이 추가되었다. 특히, 자체 API도 개발되어 특수한 기능을 직접 추가할 수 있게 되었다.
기차
이 플러그인을 적용하면 마인카트를 서로 연결해 엄청 긴 기차를 만들 수 있다! 기차의 각 카트는 "member(멤버)"라고 하며, 이 멤버가 모여 "group(그룹)"을 이룬다. 맨 앞 카트가 블럭을 박을 때 기차(그룹)이 멈추는 것 처럼 각 멤버는 그룹이랑 연동되어 상호작용한다. 따라서, 짧은 기차가 긴 기차보다 더 잘 작동한다!
By default all minecarts placed by players become TrainCarts managed Minecarts. If you want to spawn Vanilla Minecarts that behave with original Minecraft Physics, you can do so through permissions or by spawning with a dispenser. See this page for more information.
Mobs no longer get into Traincarts Minecarts by default. If you want to change this, see this page for more information or spawn vanilla minecarts instead.
Spawning
Trains can be spawned by players using Minecart items or the Train Spawn chest. They can be spawned automatically using the spawn sign.
Properties
Trains and individual carts of trains have properties. These can be set using commands (/train and /cart) or using the property sign.
기차 물리엔진
이 플러그인에서 기차는 압력판 위를 이동하거나, 사다리를 오르거나, 거꾸로 뒤집힌 레일에 매달려서 이동할 수 있다.
표지판
이 플러그인에 추가된 표지판 문법을 활용하면, 역 생성, 승객 내쫓기, 기차 특성 변경과 같은 복잡한 기능을 표지판으로 수행할 수 있다.
명령어
The plugin has lots of commands you can use to alter the behavior of trains and minecarts.
Command Selectors
You can use command selectors like @train and @ptrain in all other commands (including non-traincarts commands) to perform actions on trains or player passengers of trains based on selector criteria. For tighter integration with other plugins like economies and status effects, this is the ideal mechanism.
Path finding
Trains can have a destination set, after which switcher signs will automatically switch the track to lead the train towards it with the shortest route possible. This can be used to automate a large train network, sending trains to different stations fully automatically. It is also possible to configure a list of destinations the train should visit and have the train automatically go from one destination to the next.
Tickets
Train ticket items can be used to restrict who can enter trains. They can also be used to assign properties to trains when used, such as assigning a destination to go to.
Configuration
TrainCarts can be configured in the config.yml file. All setting nodes have a header to help you understand what that particular node adjusts. Other than that, you can set the default train properties (properties applied to new trains) in the DefaultTrainProperties.yml file. The nodes should speak for themselves. Try not to touch the other files, as it can cause corrupted save data, or the plugin getting out of sync. Deleting the files should re-set TrainCarts completely, may one of the files get corrupted. The plugin automatically generates all configuration needed.
Attachments
The attachment editor is used to configure the appearance of your train. The interactive menu enables players to configure customized trains using item models, entities, seats, sounds and more. All of these can be animated to bring the train alive.
Permissions
Like in all plugins that use BKCommonLib as a base, all permissions can be found in PermissionDefaults.yml in the plugin folder. There they are all listed together with a description and permission default, which you can alter as well.
Performance
Some features by this plugin may result in server or client lag. There are ways to prevent them.
API and Add-ons
TrainCarts has a flexible API which allows other plugins to implement custom track, signs, attachments and more.
- TC-Coasters: Adds smooth rollercoaster track to TrainCarts
- TC-Hangrail: Hang below or float above any kind of block as fake track
- TrainCartsDestinationSelector: Adds clickable signs so players can select train destinations
- Traincarts AdvancedSigns: Adds additional sign types, particularly useful for rollercoaster rides
- TC Minecart Variants: Unique models for carts showing different types of resources (coal, gold, etc.)
- TCAnimatronics: Play Animatronics animations with a Traincarts sign
Useful Links
Depreciated Addons
(No longer supported in current versions of Traincarts)
ActionBlocks, added block-based systems to the game. They were dumbed-down versions of the sign systems mentioned above.