1
Command block help
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.
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.
1
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.
