Minecraft Blogs / Article

CommandBlock Full Tutorial (Youtube tutorials/copy paste commands)

  • 595 views, 1 today
  • 3
  • 1
  • 1
hames34's Avatar hames34
Level 18 : Journeyman Dragon
8
▓█ ▓█ ▓█ ▓█ ▓█ ♜COMMAND BLOCK TUTORIAL♜ █▓ █▓ █▓ █▓ █▓
First Lets get a command Block You Can Do That By Typing /give (playername) minecraft:command_block
Now first lesson is gamerules, which is basically a rule by which minecraft follows these can be either true or false for ex.
dont want mobs to spawn naturally? /gamerule doMobSpawning false this rule states that mobs will not spawn it can be used in command block and as a normal command in chat.

There are certain gamerules which you can put in the "/gamerule" command these are all of them
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
  • commandBlockOutput - Whether command blocks should notify admins when they perform commands.
  • doFireTick - Whether fire should spread.
  • doMobLoot - Whether mobs should drop items.
  • doMobSpawning - Whether mobs should naturally spawn.
  • doTileDrops - Whether blocks should have drops.
  • keepInventory - Whether the player should keep items in their inventory if they die.
  • mobGriefing - Whether creepers, endermen, ghasts, and withers should be able to change blocks.
  • doDaylightCycle - Toggles the day-night cycle (the sun stops moving and stays where it is)
  • naturalRegeneration - Toggles natural health regeneration (Ibid)
_________________________________________________________________________________________________
We have the "/give" command, simply when you type /give well that wont work, type /give minecraft:(your item ex.(command_block)) but if you wanna give it to a certaing player or someone who is near etc. we have these 3 options:
/give @p //gives nearest player
/give @r //gives to arandom player
/give @a //gives to all players
Now in this lesson is Ways Of Representing text in minecraft:
First lesson is "/tellraw" which basically puts text in chat without [@] or all that stuff.This is a bit more complicated now we :
we always start our text with /tellraw
/tellraw @a {"text":"Villager:","color":"green","extra":[{"text":"Hello there traveler","color":"white"}]} //Displays Colored text in chat
title @a title {"text":"BOOM!","color":"yellow"} // This displays text right infront of the screen
title @a SUBTITLE {"text":"Subtitle"} // Displays smaller text under the title which is on your minecraft screen.
title @a reset / /This resets the minecraft title (only works for title(Not Subtitle))
title @a clear //
Adding sounds to minecraft : www.youtube.com/watch?v=xMQ0c2AlfaE

Potion Affects(Add potions to players)
Potion Affects:
Command:
/affect @p 1 5 4//1 = potion id for speed First five is time second number "4" is the lvl of the potion
/ ║
/ ║
_________ ║_______
▐This is for time ▐
▐(How long the) ▐
▐(potion will) ▐
▐(last) ▐
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

Potion id list:
1 Speed=Increases Speed

2 Slowness=Increases Slowness

3 Haste=Increases Mining Speed

4 Mining Fatigue=Makes Mining Slower

5 Strength Increases Player Strength

6 Instant Health=Gives Player Instant Health

7 Instant Damage=Gives Player Instant Damage

8 Jump Boost=Gives Player Jump Boost

9 Nausea=Makes Player Screen Blurry

10 Regeneration=Regenerates Player's Health

11 Resistance=Makes Player Resistant

12 Fire Resistance=Makes Player Resistant To Fire

13 Water Breathing=Longer breathing in water

14 Invisibility=Makes player invisible

15 Blindness=Blinds Player

_________________________________________________________________________________________________

Minecraft Command Block Clock(CBC)(This is used to replace redstone that turns on and off rapidly and it also doesnt lag as much when doing it.)
-Top Command Block: /fill ~ ~-1 ~ ~ ~-1 ~10 redstone_block //This fills it with redstone
-Bottom Command Block: /fill ~ ~1 ~ ~ ~1 ~10 air //This fills it with air
-In The Middle: Place a redstone block between the command blocks.

_________________________________________________________________________________________________
undefined
CreditThe Internet
Tags

1 Update Logs

Update #1 : by hames34 04/10/2015 9:04:52 amApr 10th, 2015

THIS IS OUTDATED PLEASE CHECK MY WEBSITE www.minecraftisyou.com/commandblock.html

Create an account or sign in to comment.

1
04/10/2015 9:05 am
Level 18 : Journeyman Dragon
hames34
hames34's Avatar
I took alot of time typing this down please give a diamond!
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome