Difference between revisions of "TrainCarts"
(Prepared the page for translation) |
(Marked this version for translation) |
||
Line 5: | Line 5: | ||
<translate> | <translate> | ||
+ | <!--T:1--> | ||
[[Special:MyLanguage/Main Page|« Go back]] | [[Special:MyLanguage/Main Page|« Go back]] | ||
+ | <!--T:2--> | ||
'''TrainCarts''' is a plugin developed by Bergerkiller and features everything related to Trains of [[Special:MyLanguage/minecart|minecart]]s. It was initially developed to link multiple carts together, creating a moving train. Over time the plugin grew to host many more features, such as action signs, commands, properties, attachments and a broad API other plugins can implement to add their own features. | '''TrainCarts''' is a plugin developed by Bergerkiller and features everything related to Trains of [[Special:MyLanguage/minecart|minecart]]s. It was initially developed to link multiple carts together, creating a moving train. Over time the plugin grew to host many more features, such as action signs, commands, properties, attachments and a broad API other plugins can implement to add their own features. | ||
− | == Trains == | + | == Trains == <!--T:3--> |
+ | <!--T:4--> | ||
The first thing you will notice is that you can now connect carts together to form infinitely long trains. Every cart in this train is called a ''member'', all members combined are called a ''group''. Every member communicates with the group, so when the front cart hits a block, it stops the entire group. When someone pushes a cart, this pushing force is shared among all members. Therefore, long trains are less responsive than short trains. | The first thing you will notice is that you can now connect carts together to form infinitely long trains. Every cart in this train is called a ''member'', all members combined are called a ''group''. Every member communicates with the group, so when the front cart hits a block, it stops the entire group. When someone pushes a cart, this pushing force is shared among all members. Therefore, long trains are less responsive than short trains. | ||
− | == New physics == | + | == New physics == <!--T:5--> |
+ | <!--T:6--> | ||
Trains can travel on top of pressure plates and alongside ladders, and also upside-down below vanilla rails placed on a ceiling. | Trains can travel on top of pressure plates and alongside ladders, and also upside-down below vanilla rails placed on a ceiling. | ||
+ | <!--T:7--> | ||
[[Special:MyLanguage/TrainCarts/Physical|» Physical]] | [[Special:MyLanguage/TrainCarts/Physical|» Physical]] | ||
− | == Signs == | + | == Signs == <!--T:8--> |
+ | <!--T:9--> | ||
Loads of different signs are available to automate stations, eject trains, put players in trains or update train configuration. | Loads of different signs are available to automate stations, eject trains, put players in trains or update train configuration. | ||
+ | <!--T:10--> | ||
[[Special:MyLanguage/TrainCarts/Signs|» Signs]] | [[Special:MyLanguage/TrainCarts/Signs|» Signs]] | ||
− | == Command == | + | == Command == <!--T:11--> |
+ | <!--T:12--> | ||
The plugin has lots of commands you can use to alter the behavior of trains and minecarts. | The plugin has lots of commands you can use to alter the behavior of trains and minecarts. | ||
+ | <!--T:13--> | ||
[[Special:MyLanguage/TrainCarts/Commands|» Commands]] | [[Special:MyLanguage/TrainCarts/Commands|» Commands]] | ||
− | == Train Spawn Chest == | + | == Train Spawn Chest == <!--T:14--> |
+ | <!--T:15--> | ||
A special item allows for trains to be picked up and spawned. | A special item allows for trains to be picked up and spawned. | ||
+ | <!--T:16--> | ||
[[Special:MyLanguage/TrainCarts/Train_Spawn_Chest|» Train Spawn Chest]] | [[Special:MyLanguage/TrainCarts/Train_Spawn_Chest|» Train Spawn Chest]] | ||
− | == Path finding == | + | == Path finding == <!--T:17--> |
+ | <!--T:18--> | ||
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. | 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. | ||
+ | <!--T:19--> | ||
[[Special:MyLanguage/TrainCarts/PathFinding|» Traincarts Path Finding]] | [[Special:MyLanguage/TrainCarts/PathFinding|» Traincarts Path Finding]] | ||
− | == Configuration == | + | == Configuration == <!--T:20--> |
+ | <!--T:21--> | ||
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. | 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. | ||
+ | <!--T:22--> | ||
[[Special:MyLanguage/TrainCarts/TrainProperties|» Train Properties]] | [[Special:MyLanguage/TrainCarts/TrainProperties|» Train Properties]] | ||
− | ==Attachments== | + | ==Attachments== <!--T:23--> |
+ | <!--T:24--> | ||
[[Special:MyLanguage/TrainCarts/Attachments|» Attachments]] (WIP) | [[Special:MyLanguage/TrainCarts/Attachments|» Attachments]] (WIP) | ||
− | == Permissions == | + | == Permissions == <!--T:25--> |
+ | <!--T:26--> | ||
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. | 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. | ||
+ | <!--T:27--> | ||
[[Special:MyLanguage/TrainCarts/Permissions|» Overview of all permissions]] | [[Special:MyLanguage/TrainCarts/Permissions|» Overview of all permissions]] | ||
− | == Add-ons == | + | == Add-ons == <!--T:28--> |
+ | <!--T:29--> | ||
TrainCarts has a flexible API which allows other plugins to implement custom track, signs, attachments and more. | TrainCarts has a flexible API which allows other plugins to implement custom track, signs, attachments and more. | ||
* [[Special:MyLanguage/TC-Coasters|TC-Coasters]]: Adds smooth rollercoaster track to TrainCarts | * [[Special:MyLanguage/TC-Coasters|TC-Coasters]]: Adds smooth rollercoaster track to TrainCarts | ||
− | == Useful Links == | + | == Useful Links == <!--T:30--> |
+ | <!--T:31--> | ||
*[https://www.spigotmc.org/resources/traincarts.39592/ Spigot Dev Page & Forum] | *[https://www.spigotmc.org/resources/traincarts.39592/ Spigot Dev Page & Forum] | ||
*[https://discord.gg/q9gutsN Discord] | *[https://discord.gg/q9gutsN Discord] | ||
+ | <!--T:32--> | ||
'''Traincarts''' | '''Traincarts''' | ||
[https://www.spigotmc.org/resources/traincarts.39592/ Spigot] | [https://www.spigotmc.org/resources/traincarts.39592/ Spigot] | ||
Line 85: | Line 106: | ||
[https://github.com/bergerhealer/TrainCarts GitHub] | [https://github.com/bergerhealer/TrainCarts GitHub] | ||
+ | <!--T:33--> | ||
'''BKCommonLib''' | '''BKCommonLib''' | ||
[https://www.spigotmc.org/resources/bkcommonlib.39590/ Spigot] | [https://www.spigotmc.org/resources/bkcommonlib.39590/ Spigot] | ||
Line 90: | Line 112: | ||
[https://github.com/bergerhealer/BKCommonLib GitHub] | [https://github.com/bergerhealer/BKCommonLib GitHub] | ||
+ | <!--T:34--> | ||
'''TC Coasters''' | '''TC Coasters''' | ||
[https://www.spigotmc.org/resources/tc-coasters.59583/ Spigot] | [https://www.spigotmc.org/resources/tc-coasters.59583/ Spigot] | ||
Line 96: | Line 119: | ||
− | == Depreciated Addons == | + | == Depreciated Addons == <!--T:35--> |
+ | <!--T:36--> | ||
(No longer supported in current versions of Traincarts) | (No longer supported in current versions of Traincarts) | ||
+ | <!--T:37--> | ||
[[Special:MyLanguage/TrainCarts/ActionBlocks|ActionBlocks]], added block-based systems to the game. They were dumbed-down versions of the sign systems mentioned above. | [[Special:MyLanguage/TrainCarts/ActionBlocks|ActionBlocks]], added block-based systems to the game. They were dumbed-down versions of the sign systems mentioned above. | ||
+ | <!--T:38--> | ||
[https://github.com/bergerkiller/TrainCartsBlocks/ TrainCartsBlocks GitHub Download Page] | [https://github.com/bergerkiller/TrainCartsBlocks/ TrainCartsBlocks GitHub Download Page] | ||
</translate> | </translate> |
Revision as of 16:37, 19 November 2020
Minecarts redefined | |
Spigot: | TrainCarts |
---|---|
GitHub: | TrainCarts |
TrainCarts is a plugin developed by Bergerkiller and features everything related to Trains of minecarts. It was initially developed to link multiple carts together, creating a moving train. Over time the plugin grew to host many more features, such as action signs, commands, properties, attachments and a broad API other plugins can implement to add their own features.
Trains
The first thing you will notice is that you can now connect carts together to form infinitely long trains. Every cart in this train is called a member, all members combined are called a group. Every member communicates with the group, so when the front cart hits a block, it stops the entire group. When someone pushes a cart, this pushing force is shared among all members. Therefore, long trains are less responsive than short trains.
New physics
Trains can travel on top of pressure plates and alongside ladders, and also upside-down below vanilla rails placed on a ceiling.
Signs
Loads of different signs are available to automate stations, eject trains, put players in trains or update train configuration.
Command
The plugin has lots of commands you can use to alter the behavior of trains and minecarts.
Train Spawn Chest
A special item allows for trains to be picked up and spawned.
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.
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
» Attachments (WIP)
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.
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
Useful Links
Traincarts Spigot Jenkins GitHub
BKCommonLib Spigot Jenkins GitHub
TC Coasters Spigot Jenkins GitHub
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.