INTRODUCTION
Minecraft command blocks are used to automate/execute commands without typing in chat (but we have to type it in command blocks)
ADVANTAGES
We don't have to type commands every time
Commands blocks can be automated
With chain command blocks, we can execute many commands at once
The text limit for commands in a command block is 32,500 characters
TYPES OF COMMAND BLOCKS
IMPULSE
Impulse command blocks execute the command once
REPEAT
Repeat command blocks execute the command continuously until stopped
CHAIN
Chain command blocks execute the command after the impulse/repeat command executes
CONDITIONAL
Conditional command is executed after the previous command is true
UNCONDITIONAL
Unconditional command doesn't care whether the previous command is true or false and it executes the command without any condition
NEEDS REDSTONE
When a command block is set to needs redstone, the command executes only when a redstone signal is sent to it
ALWAYS ACTIVE
When a command block is set to always active, the command executes automatically without a gap (it exactly acts as a lever/redstone torch)
How to make buy and sell?
MORE COMMING SOON