Maps Other

Command Block Commands/Uses World Save Tutorial

  • 6,922 views • 1 today
  • 566 downloads • 0 today
  • 8
  • 1
  • 4
Natjdog09
Level 42 : Master Dragonborn
15
What-is-a-command-block-_zpsdapng


Spoiler

The command block, according to minecraftwiki ".. is a block made with the intent to support Adventure mode and allows mapmakers to expand the interaction with the player through server commands. "


Link to the wiki page: click here

How-command-blocks-work_zpsbfpng

Spoiler
When activated by a redstone current, the block can run specific server commands.


Commands_zpseddfpng


Spoiler

Part 1: Teleporting: /tp @a [coords]

Part 2: Give Items: /give @a [item ID]

Part 3: Changing Difficulty: /difficulty [peaceful, easy, normal, hard]

Part 4: Turning Mob Griefing Off: /gamerule mobGriefing false

Part 5: Set Spawn: /spawnpoint @a [coords]

Part 6: Keep Inventory: /gamerule keepInventory true

Part 7: Clear Inventory: /clear @p

Part 8: Saying: /say [message]

Part 9: Set Time: /time set [tick number]


If you have any more you know of, comment them and I will add them to the world.


Extras_zpscefpng

Spoiler

Map created by Natjdog09.

Quotes from minecraftwiki.


Please-diamond-like-and-subscribe_zpscd
Progress100% complete
Tags

1 Update Logs

Update #1 : by Natjdog09 01/24/2013 6:17:01 pmJanuary 24, 2013 @ 11:17 pm UTC

Working on more commands to add both to the save and to the description.

  Have something to say?

TeenTitansGOweds
08/06/2014 4:25 pm
Level 1 : New Miner
What i want to know is when i am in a world save, i get only 4 commands but i want a command block. Help?
1
xBrettBusinessx
12/23/2013 12:36 pm
Level 39 : Artisan Sweetheart
/tellraw @a {text:"Hello",color:blue}
This is an AWESOME command which will type Hello in blue letters!it can say anything, will a good variety of colors! Colors: black, gold, gray, blue, green, aqua, red, yellow, white.

/gamerule doDaylightCycle true/false
This will control if the sun stays in the same position or if it cycles.

/gamerule doFireTick
This will control if fire will spread or burn anything (Which is nice for fireplaces).

/gamerule doMobSpawning
This will control whether mobs spawn or not.

/gamerule commandBlockOutput
This controls whether it'll show the commands that the command blocks do.

/gamerule doMobLoot

This controls whether mobs drop items or not.

/gamerule doTileDrops
This controls whether blocks will give you an item when broken (This includes the explosion from a TNT block).

/gamerule keepInventory
This controls if the person dies, they keep there stuff or not.

/gamerule mobGriefing
this controls whether creepers, ghasts, Wither explosions, endermen picking up blocks, zombies breaking doors, and mobs grabing items, will ruin anything.

/gamerule naturalRegeneration
This controls whether people regenerate there hearts or not.
~
That's it for the gamerules. But I can post more commands if needed!
1
stuntguy3000
01/24/2013 7:05 pm
Level 5 : Apprentice Modder
Its started on part 7? Help?
1
GirlzCanGame
01/24/2013 7:00 pm
Level 1 : New Explorer
:) cool
1

Welcome