1

Command block help

BrucePicasso 7/30/18 7:34 am
207
7/30/2018 4:14 pm
Hi, I am currently making a fully automatic minecart system using command blocks. However, I need help regarding two actions:

1. When the minecart hits a detector rail, I want the command block to stop the minecart and then start again after a certain time, such 10 seconds. Is there a command or chain of commands that complete this?

2. I've searched forever for this, but is there a way to increase minecart speeds to something faster than the current 28.8 km/h. For example, if I wanted a minecart at 80km/h, how would I do it.

It doesn't have to be one command but would be preferable.

THX in advance!

PLEASE NOTE: I am creating it in 1.13, and I am well aware that the scoreboard commands have changed. 1.13 compatible is the best currently.
Posted by
BrucePicasso
Level 1 : New Miner
0

  Have something to say?

JoinSign in

1

CGBrothers
07/30/2018 4:14 pm
Level 53 : Grandmaster Lego Builder
There is an NBT Tag for Motion:[0.0,0.0,0.0]. I would use this by tp'ing the minecart but just tping it in it's place. Using scoreboard you could get the 10 seconds. Adding a score to an objective is 1 tick, with 20is ticks per second. Since it's just 10 seconds however, I would use redstone.
1

Welcome