- 4,596 views, 1 today
- 3
- 0
- 12
14
COMMAND BLOCK TUTORIALS [1.7.2]
I am planning to make this project into a command block tutorial (including a map of course), I want to cover everything that a command block can do, including NBT tags, teams, proximity detectors, setblock, messages, playsound and much more!
Command block
- Spells(done)
- NBT tags(may take a while, is a lot of work)
- Teams
- Proximity detectors
- Setblock
- Messages(with /tellraw)
- Playsound
Comment what else you want me to make a tutorial of, and also comment which tutorial you want me to make first!
I am planning to make this project into a command block tutorial (including a map of course), I want to cover everything that a command block can do, including NBT tags, teams, proximity detectors, setblock, messages, playsound and much more!
CB Tutorials
Command block
- Spells(done)
- NBT tags(may take a while, is a lot of work)
- Teams
- Proximity detectors
- Setblock
- Messages(with /tellraw)
- Playsound
Comment what else you want me to make a tutorial of, and also comment which tutorial you want me to make first!
Additional Notes
World download coming soon!Progress | 100% complete |
Tags |
1 Update Logs
Update 1 : by SimplisticZ 11/06/2013 2:30:04 pmNov 6th, 2013
- Added colored messages w/ command blocks
2559639
2
Create an account or sign in to comment.
/tellraw @a {text:"Hello!",color:red,bold:true,underlined:false,italic:false,strikethrough:false,obfuscated:false}
Bold will make the text thicker and bigger, Color will change color of course, underline will underline the text, italic will put the text into italic, strikethrough will strike a bar through the text, and obfuscated will make the text glitchy and mess up.
/setblock ~ ~1 ~ redstone_block 0 destroy
Then put a redstone block on top of it, it will make the fastest clock in the game. then put another command block next to the redstoneblocks and use this command
/testfor @e[type=Player,r=[CHANGE BLOCK RADIUS HERE] ]
then with a comparator connect the testfor command with whatever you want to happen. but make sure you do this in 1.8 as @e is only in the snapshots as of now
for help