Show Menu
Cheatography

Minecraft commands Cheat Sheet (DRAFT) by

Helpful Minecraft commands to make you happy.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

/give <ta­rge­t> <it­em> [amount] [data] [JSON]

<ta­rge­t>
Player, e.g.:
*
@p
- you
*
@a
- all players
*
@r
- random player
<it­em>
e.g.:
*
redsto­ne_­block

*
diamon­d_block

*
border­_block

*
barrier

*
light_­block

*
repeat­ing­_co­mma­nd_­block

*
struct­ure­_block

*
comman­d_block
[amount]
number, default 1
[data]
number between 0-32767, default 0
[JSON]
Item proper­ties, see enchants
Example: give yourself a stack of command blocks
/give @p comman­d_block 64

Example: give yourself a sharpness 5 netherite sword
/give @p nether­ite­_sword 1 0

  {"mi­nec­raf­t:i­tem­_pr­ope­rti­es": 

    {"en­cha­ntm­ent­s": ["sh­arp­nes­s#5­"]}}
 

something