TrainCarts/ActionBlocks [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "プラグインMinecart Maniaの機能をサポートするための試みとして、ActionBlocksが作られました。ActionBlocksはTrainCartsのアドオンで、プラグインのダウンロードに含まれています。これは別にTrainCartsの起動に必須のものではありませんが、こちらを動作させるにはTrainCartsが必要です。")
(Created page with "ActionBlocksはTrainCartsの看板システムをより簡単にしたバージョンです。[https://minecraft.wiki/w/Sign 看板]を使う代わりに、特定のブロックが特定の方法で動作します。どの[https://minecraft.wiki/w/Block ブロック]がTrainCartsBlocksを構成するかは、このファイルで設定可能です。")
Line 8: Line 8:
プラグインMinecart Maniaの機能をサポートするための試みとして、ActionBlocksが作られました。ActionBlocksはTrainCartsのアドオンで、プラグインのダウンロードに含まれています。これは別にTrainCartsの起動に必須のものではありませんが、こちらを動作させるにはTrainCartsが必要です。
プラグインMinecart Maniaの機能をサポートするための試みとして、ActionBlocksが作られました。ActionBlocksはTrainCartsのアドオンで、プラグインのダウンロードに含まれています。これは別にTrainCartsの起動に必須のものではありませんが、こちらを動作させるにはTrainCartsが必要です。


<div lang="en" dir="ltr" class="mw-content-ltr">
ActionBlocksはTrainCartsの看板システムをより簡単にしたバージョンです。[https://minecraft.wiki/w/Sign 看板]を使う代わりに、特定のブロックが特定の方法で動作します。どの[https://minecraft.wiki/w/Block ブロック]がTrainCartsBlocksを構成するかは、このファイルで設定可能です。
Action blocks are dumbed-down versions of the Sign systems in the official TrainCarts. Instead of using [https://minecraft.wiki/w/Sign signs], it is a certain block that behaves in certain ways. What [https://minecraft.wiki/w/Block block] material performs what can be configured in the configuration of TrainCartsBlocks:
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<pre>plugins/TrainCarts/blocks.yml</pre>
<pre>plugins/TrainCarts/blocks.yml</pre>
</div>


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

Revision as of 03:50, 16 June 2026

Other languages:

非推奨

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

概要

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

ActionBlocksはTrainCartsの看板システムをより簡単にしたバージョンです。看板を使う代わりに、特定のブロックが特定の方法で動作します。どのブロックが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.