Difference between revisions of "TrainCarts/VanillaMinecarts"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "« Go back == Vanilla Minecarts and TrainCarts == TrainCarts keeps track of what Minecarts on the server are "TrainCarts Minecarts". This me...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<languages/>
 +
<translate>
 +
<!--T:1-->
 
[[Special:MyLanguage/TrainCarts|« Go back]]
 
[[Special:MyLanguage/TrainCarts|« Go back]]
  
== Vanilla Minecarts and TrainCarts ==
+
== Vanilla Minecarts and TrainCarts == <!--T:2-->
 +
 
 +
<!--T:3-->
 
TrainCarts keeps track of what Minecarts on the server are "TrainCarts Minecarts". This means it is possible for Vanilla Minecarts and TrainCarts Minecarts to co-exist together. Vanilla Minecarts are not touched by TrainCarts at all, signs won't respond to them and TrainCarts Minecarts won't link with them. If you need completely Vanilla Minecart physics for redstone contraptions or mob farms, read on.
 
TrainCarts keeps track of what Minecarts on the server are "TrainCarts Minecarts". This means it is possible for Vanilla Minecarts and TrainCarts Minecarts to co-exist together. Vanilla Minecarts are not touched by TrainCarts at all, signs won't respond to them and TrainCarts Minecarts won't link with them. If you need completely Vanilla Minecart physics for redstone contraptions or mob farms, read on.
  
== Spawning Vanilla Minecarts ==
+
== Spawning Vanilla Minecarts == <!--T:4-->
 +
 
 +
<!--T:5-->
 
For Vanilla Minecarts to work, it is important '''allMinecartsAreTrainCarts''' is set to '''false''' in ''plugins/Train_Carts/config.yml''. This is the default. If you want all Minecarts to be managed by TrainCarts it can be set to true, but then Vanilla Minecarts cannot be spawned at all.
 
For Vanilla Minecarts to work, it is important '''allMinecartsAreTrainCarts''' is set to '''false''' in ''plugins/Train_Carts/config.yml''. This is the default. If you want all Minecarts to be managed by TrainCarts it can be set to true, but then Vanilla Minecarts cannot be spawned at all.
  
=== Vanilla Spawn Mechanics ===
+
=== Vanilla Spawn Mechanics === <!--T:6-->
 +
 
 +
<!--T:7-->
 
You can spawn Vanilla Minecarts by:
 
You can spawn Vanilla Minecarts by:
 
* Powering a dispenser with a Minecart item inside
 
* Powering a dispenser with a Minecart item inside
Line 13: Line 22:
 
* Using the <code>/summon minecraft:minecart</code> command
 
* Using the <code>/summon minecraft:minecart</code> command
  
=== Player Placement ===
+
=== Player Placement === <!--T:8-->
If you want all Minecarts placed by players to be Vanilla Minecarts, you can revoke the following [[TrainCarts/Permissions|permission]] (true by default):
+
 
 +
<!--T:9-->
 +
If you want all Minecarts placed by players to be Vanilla Minecarts, you can revoke the following [[Special:MyLanguage/TrainCarts/Permissions|permission]] (true by default):
 
<pre>train.place.traincart</pre>
 
<pre>train.place.traincart</pre>
 
Or edit ''plugins/Train_Carts/PermissionDefaults.yml'' and set <code>train:place:traincart:default:</code> to '''false''' or '''op'''.
 
Or edit ''plugins/Train_Carts/PermissionDefaults.yml'' and set <code>train:place:traincart:default:</code> to '''false''' or '''op'''.
  
Players without the <code>train.place.traincart</code> can still place TrainCarts Minecarts/trains using the [[TrainCarts/Train Spawn Chest|Train Storage Chest]] item:
+
<!--T:10-->
 +
Players without the <code>train.place.traincart</code> can still place TrainCarts Minecarts/trains using the [[Special:MyLanguage/TrainCarts/Train Spawn Chest|Train Storage Chest]] item:
 
<pre>/train chest m</pre>
 
<pre>/train chest m</pre>
 +
</translate>

Latest revision as of 15:25, 13 May 2023

Other languages:

« Go back

Vanilla Minecarts and TrainCarts

TrainCarts keeps track of what Minecarts on the server are "TrainCarts Minecarts". This means it is possible for Vanilla Minecarts and TrainCarts Minecarts to co-exist together. Vanilla Minecarts are not touched by TrainCarts at all, signs won't respond to them and TrainCarts Minecarts won't link with them. If you need completely Vanilla Minecart physics for redstone contraptions or mob farms, read on.

Spawning Vanilla Minecarts

For Vanilla Minecarts to work, it is important allMinecartsAreTrainCarts is set to false in plugins/Train_Carts/config.yml. This is the default. If you want all Minecarts to be managed by TrainCarts it can be set to true, but then Vanilla Minecarts cannot be spawned at all.

Vanilla Spawn Mechanics

You can spawn Vanilla Minecarts by:

  • Powering a dispenser with a Minecart item inside
  • Finding them in naturally generated mineshafts
  • Using the /summon minecraft:minecart command

Player Placement

If you want all Minecarts placed by players to be Vanilla Minecarts, you can revoke the following permission (true by default):

train.place.traincart

Or edit plugins/Train_Carts/PermissionDefaults.yml and set train:place:traincart:default: to false or op.

Players without the train.place.traincart can still place TrainCarts Minecarts/trains using the Train Storage Chest item:

/train chest m