I created this page with good intentions, and I hope that it will become as popular as I think it will be. Please help me add as much info and content as possible to it; I cannot do this alone. MrRedstone 12:19, 25 September 2012 (UTC)
The Command Block is a new block that was introduced in 12w32a and will be officially released in Minecraft 1.4. It was introduced as a way to help support Adventure Mode and custom maps.
To find out more in detail, visit the Command Block page.
Singleplayer Applications (SSP)
Command blocks can be used in single player to change the difficulty, change the state of the weather, or give you predesignated items. They are particularly useful for the /downfall and /set time x commands, as they are only available in cheat mode otherwise. The /set time x command is especially useful, as it allows one to change the current time to a preset time at the press of a button.
Multiplayer Applications (SMP)
This section details the applications of the Command Block in multiplayer.
- Teleportation/Transport
Through /tp, one can create teleporters for public use on a server. Can be applied to a range of scenarios.
- Lottery
Through /give @r, one can create a lottery. Keep in mind that in the most recent snapshot, /give will directly put items into one's inventory, instead of throwing them on the ground in front of the character.
- Jails
By using /tp a whole bunch, you can force a player to stay at a certain place. If you do this it would be advisable to either turn off commands in your chat settings or do /gamerule commandBlockOutput false.
- Admin Only
By using the parameter [m=1], only players in Creative will be affected by the command block.
Hopefully only ops are in Creative on your server.
- Announcements
By using /me in a command block one can create announcements that could play even when the admin/owner wasn't there.
- Security Scan
By using /clear, you can scan people for items. If you want to remove certain items, use /clear @a(or <playername>) <itemid>. For example, on a server that doesn't want griefing you could have a clock connected to a command block set to /clear @a 259.
- Race Referee
Using /say @p, the command block can report the nearest player. If the command block is placed after a finish line, it will say the finishers in order.
- Creative Area/World Guard
Creating a "Creative Only" zone is possible through command blocks, but it is complex and more of a case-by-case basis. The basic idea would be to create a "fence" of command block affected zones so that, once a player flies in creative though it, they would be changed to survival or adventure mode.
A "World Guard" zone would be a lot simpler, just have a command block do /gamemode @a [x y z r m] 2 and when people leave, just have a button to change them to survival.
- Improving PvP without Plug-Ins
You can use /gamerule keepInventory true so players cannot steal each others items. Also, using /spawnpoint [x y z] and /tp [x y z] to help move players around while in PvP competitions.
- Starter Kits
You can easily give people a starter kit with a button without plug-ins: "/give @p[r=2] 274".
To prevent people pressing the button a second time and again getting their kit you can make two command blocks activated in order: 1. "/give @p[r=2 m=2] 274" 2."/gamemode @p[r=2] 0"
Application in Custom Maps
This section details the applications of the Command Block in custom maps.
One map that takes advantage of a lot of the features of the Command Block is SethBling's TF2 Map "Dustbowl" in Minecraft.
Video:[ http://www.youtube.com/watch?v=_f2brU8hBWc&feature=plcp]
- Safe Haven/Arena Fight Zone
Using pressure plates or tripwire, make areas (like a castle for instance) a different difficulty (for this instance I will use peaceful). the doors could have tripwire hooked to a command block that changes ones difficulty to peaceful, creating a sort of "Safe Haven". one could also do it the other way around, creating a more dangerous zone, such as arenas having the difficulty of hard, rather than normal or easy.
Related Pages
- Command Block
- Multiplayer
- Adventure Mode
Ideas
This section details some ideas that you may submit to this section via editing. Please add ideas as you wish!
1. On an Adventure Map, it should detect if someone is on a different gamemode.
2. It should be able to support different fonts and color codes.
3.