TrainCarts/ActionBlocks [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "== 概要 ==")
(Created page with "プラグインMinecart Maniaの機能をサポートするための試みとして、ActionBlocksが作られました。ActionBlocksはTrainCartsのアドオンで、プラグインのダウンロードに含まれています。これは別にTrainCartsの起動に必須のものではありませんが、こちらを動作させるにはTrainCartsが必要です。")
Line 6: Line 6:
== 概要 ==
== 概要 ==


<div lang="en" dir="ltr" class="mw-content-ltr">
プラグインMinecart Maniaの機能をサポートするための試みとして、ActionBlocksが作られました。ActionBlocksはTrainCartsのアドオンで、プラグインのダウンロードに含まれています。これは別にTrainCartsの起動に必須のものではありませんが、こちらを動作させるにはTrainCartsが必要です。
In an attempt to fully support Minecart Mania's features, action blocks are introduced. Action blocks is an add-on for TrainCarts, which is included in the download. It is not a requirement to run TrainCarts, but the add-on does require TrainCarts.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 03:46, 16 June 2026

Other languages:

非推奨

ActionBlocksアドオンは非推奨になっており、サポートされません。最新のTrainCartsと競合してしまうためです。

概要

プラグインMinecart Maniaの機能をサポートするための試みとして、ActionBlocksが作られました。ActionBlocksはTrainCartsのアドオンで、プラグインのダウンロードに含まれています。これは別にTrainCartsの起動に必須のものではありませんが、こちらを動作させるにはTrainCartsが必要です。

Action blocks are dumbed-down versions of the Sign systems in the official TrainCarts. Instead of using signs, it is a certain block that behaves in certain ways. What block material performs what can be configured in the configuration of TrainCartsBlocks:

plugins/TrainCarts/blocks.yml

The blocks

It currently supports several blocks, all working in both directions and all working with on/off redstone physics. You can configure some action blocks to invert redstone power, just in case you want something to work without having to power the block. Permissions from the main TrainCarts are used as well, so you can deny players from building stations. This permission is active once the player tries to place a minecart track on top of an action block.

Station block

By default obsidian, it can stop trains when left unpowered. When powered again, it will launch trains into the previous direction, acting like the 'continue' of the sign version. If a train enters a powered station block, it will receive a boost.

Ejector block

By default iron, it can eject minecarts when powered. If unpowered, nothing happens.

Elevator

By default gold, it can teleport trains up and down to another elevator block. It favors teleporting upwards above downwards. When powered, it will teleport the train, if not, nothing happens.