TrainCarts/ActionBlocks [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "== 概要 ==")
(Created page with "初期では[https://ja.minecraft.wiki/w/%E9%87%91%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF 金ブロック]です。列車を上下に設置された別のエレベーターブロックにテレポートさせます。電源が入った時に列車をテレポートさせますが、入っていなければ何もしません。")
 
(8 intermediate revisions by the same user not shown)
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">
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">
== ブロック ==
== The blocks ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
現在、複数の[https://ja.minecraft.wiki/w/%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF ブロック]をサポートしており、すべて双方向かつオン・オフの[https://ja.minecraft.wiki/w/%E3%83%AC%E3%83%83%E3%83%89%E3%82%B9%E3%83%88%E3%83%BC%E3%83%B3%E5%9B%9E%E8%B7%AF レッドストーン回路の物理演算]に対応しています。ブロックへのレッドストーン供給なしに動作させたい時のために、いくつかのブロックでは電源の反転モードも設定できます。また権限に関しては、TrainCartsのほうでの設定権限も利用されるので、プレイヤーが駅を建設しようとするのを制限することもできます。この権限は[https://ja.minecraft.wiki/w/トロッコ トロッコ]のレールをアクションブロックの上に設置しようとした時にいろいろ関わってきます。
It currently supports several [https://minecraft.wiki/w/Block blocks], all working in both directions and all working with on/off [https://minecraft.wiki/w/Redstone_mechanics 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 [https://minecraft.wiki/w/Minecart minecart] track on top of an action block.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
=== ステーションブロック ===
=== Station block ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
デフォルトでは[https://ja.minecraft.wiki/w/%E9%BB%92%E6%9B%9C%E7%9F%B3 黒曜石]が使われ、電源が入っていない時に列車を停止させます。電源がつけられると、看板システムでの『continue』と同じように発車させます。もし電源の入っているステーションブロックを列車が通過すると、加速します。
By default [https://minecraft.wiki/w/Obsidian 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.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
=== イジェクターブロック ===
=== Ejector block ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
初期では[https://ja.minecraft.wiki/w/%E9%89%84%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF 鉄ブロック]です。電源が入っていると、トロッコから下車させます。もし電源が入っていなければ特に何も起きません。
By default [https://minecraft.wiki/w/Block_of_Iron iron], it can eject [https://minecraft.wiki/w/Minecart minecarts] when powered. If unpowered, nothing happens.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
=== エレベーター ===
=== Elevator ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
初期では[https://ja.minecraft.wiki/w/%E9%87%91%E3%83%96%E3%83%AD%E3%83%83%E3%82%AF 金ブロック]です。列車を上下に設置された別のエレベーターブロックにテレポートさせます。電源が入った時に列車をテレポートさせますが、入っていなければ何もしません。
By default [https://minecraft.wiki/w/Block_of_Gold 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.
</div>

Latest revision as of 04:08, 16 June 2026

Other languages:

非推奨

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

概要

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

ActionBlocksはTrainCartsの看板システムをより簡単にしたバージョンです。看板を使う代わりに、特定のブロックが特定の方法で動作します。どのブロックがTrainCartsBlocksを構成するかは、このファイルで設定可能です。

plugins/TrainCarts/blocks.yml

ブロック

現在、複数のブロックをサポートしており、すべて双方向かつオン・オフのレッドストーン回路の物理演算に対応しています。ブロックへのレッドストーン供給なしに動作させたい時のために、いくつかのブロックでは電源の反転モードも設定できます。また権限に関しては、TrainCartsのほうでの設定権限も利用されるので、プレイヤーが駅を建設しようとするのを制限することもできます。この権限はトロッコのレールをアクションブロックの上に設置しようとした時にいろいろ関わってきます。

ステーションブロック

デフォルトでは黒曜石が使われ、電源が入っていない時に列車を停止させます。電源がつけられると、看板システムでの『continue』と同じように発車させます。もし電源の入っているステーションブロックを列車が通過すると、加速します。

イジェクターブロック

初期では鉄ブロックです。電源が入っていると、トロッコから下車させます。もし電源が入っていなければ特に何も起きません。

エレベーター

初期では金ブロックです。列車を上下に設置された別のエレベーターブロックにテレポートさせます。電源が入った時に列車をテレポートさせますが、入っていなければ何もしません。