Discuss Scratch
- Discussion Forums
- » Things I'm Reading and Playing
- » Minecraft command testing
- horizontal_shading
-
1000+ posts
Minecraft command testing
Note: I'm assuming this is a duplicate topic, so don't just “point it out”, or “close this topic”.
Are you smart with Minecraft commands? I'd like to do a show & tell about it. In this topic, you can paste your favorite Minecraft command. (Java/Bedrock)
Here are some examples:
/give @p netherite_sword{Unbreakable:1,display:{Name:'[{“text”:“OP Sword”,“italic”:false,“color”:“gold”}]'},Enchantments:[{id:looting,lvl:255},{id:mending,lvl:1},{id:sharpness,lvl:255}]}
An OP unbreakable sword that can one-hit all mobs.
/give @p netherite_pickaxe{Unbreakable:1,display:{Name:'[{“text”:“OP Pickaxe”,“italic”:false,“color”:“gold”}]'},Enchantments:[{id:efficiency,lvl:255},{id:fortune,lvl:255},{id:mending,lvl:1}]}
An OP pickaxe that has efficiency 255 and fortune 255 on it. (But you still can't break bedrock!)
/give @p dirt{Enchantments:[{}]} 64
A stack of enchanted dirt blocks.
/give @p lime_banner{BlockEntityTag:{Base:5,Patterns:[{Pattern:cre,Color:15},{Pattern:cr,Color:14}]}}
A “no creepers allowed” banner.
/give @p panda_spawn_egg{EntityTag:{id:snow_golem,CustomNameVisible:0b},display:{Name:'[{“text”:“Snow Golem Spawn Egg”,“italic”:false}]'}}
A snow golem spawn egg.
/summon minecraft:vindicator ~ ~ ~ {Johnny:1}
The “Johnny” vindicator easter egg.
/summon minecraft:zombie ~ ~ ~ {Health:1000,Attributes:[{Name:“generic.max_health”,Base:1000f}]}
A zombie with 1000 health points. (500 hearts.)
/fill ~-5 ~-1 ~-5 ~5 ~3 ~5 spruce_planks hollow
An instant wooden house base.
What is your favorite Minecraft command, and what is the NBT? Reply please! You can make your own Minecraft command on this site.
(Remember: On Scratch forums, the left bracket can be typed as "[[]“, and the right bracket, ”][]". Curly brackets don't need to be changed.)
Are you smart with Minecraft commands? I'd like to do a show & tell about it. In this topic, you can paste your favorite Minecraft command. (Java/Bedrock)
Here are some examples:
/give @p netherite_sword{Unbreakable:1,display:{Name:'[{“text”:“OP Sword”,“italic”:false,“color”:“gold”}]'},Enchantments:[{id:looting,lvl:255},{id:mending,lvl:1},{id:sharpness,lvl:255}]}
An OP unbreakable sword that can one-hit all mobs.
/give @p netherite_pickaxe{Unbreakable:1,display:{Name:'[{“text”:“OP Pickaxe”,“italic”:false,“color”:“gold”}]'},Enchantments:[{id:efficiency,lvl:255},{id:fortune,lvl:255},{id:mending,lvl:1}]}
An OP pickaxe that has efficiency 255 and fortune 255 on it. (But you still can't break bedrock!)
/give @p dirt{Enchantments:[{}]} 64
A stack of enchanted dirt blocks.
/give @p lime_banner{BlockEntityTag:{Base:5,Patterns:[{Pattern:cre,Color:15},{Pattern:cr,Color:14}]}}
A “no creepers allowed” banner.
/give @p panda_spawn_egg{EntityTag:{id:snow_golem,CustomNameVisible:0b},display:{Name:'[{“text”:“Snow Golem Spawn Egg”,“italic”:false}]'}}
A snow golem spawn egg.
/summon minecraft:vindicator ~ ~ ~ {Johnny:1}
The “Johnny” vindicator easter egg.
/summon minecraft:zombie ~ ~ ~ {Health:1000,Attributes:[{Name:“generic.max_health”,Base:1000f}]}
A zombie with 1000 health points. (500 hearts.)
/fill ~-5 ~-1 ~-5 ~5 ~3 ~5 spruce_planks hollow
An instant wooden house base.
What is your favorite Minecraft command, and what is the NBT? Reply please! You can make your own Minecraft command on this site.
(Remember: On Scratch forums, the left bracket can be typed as "[[]“, and the right bracket, ”][]". Curly brackets don't need to be changed.)
Last edited by horizontal_shading (Sept. 8, 2022 20:36:24)
- Sil3nci0
-
1000+ posts
Minecraft command testing
/give @p grass {Unbreakable:1,display:{Name:''},{Enchantments:} 1
Grass. They should touch it.
Grass. They should touch it.
- LandonHarter
-
1000+ posts
Minecraft command testing
I can recall the Bedrock /tellraw JSON structure off the top of my head!
/tellraw @a {“rawtext”:[{“text”:“your text here”}]
/tellraw @a {“rawtext”:[{“text”:“your text here”}]
- wendiner
-
100+ posts
Minecraft command testing
Does this work on Bedrock Edition?
Probably not.
- horizontal_shading
-
1000+ posts
Minecraft command testing
I don't think so. I play Java edition so the commands are styled like this. Does this work on Bedrock Edition?
- horizontal_shading
-
1000+ posts
Minecraft command testing
I can make a bedrock version of the commands soon. I'm just very busy today.
Yup. 60 second rule.
Yup. 60 second rule.
- nmasss
-
100+ posts
Minecraft command testing
I can make a bedrock version of the commands soon. I'm just very busy today.
Yup. 60 second rule.
good idea
- wildwis
-
100+ posts
Minecraft command testing
me when someone uses bad words in the mc chat “me /ban@p bob ”
- horizontal_shading
-
1000+ posts
Minecraft command testing
Sims character
Java: /item replace entity @p armor.head with emerald
Bedrock: /replaceitem entity @p armor.head emerald
Java: /item replace entity @p armor.head with emerald
Bedrock: /replaceitem entity @p armor.head emerald
- Discussion Forums
- » Things I'm Reading and Playing
-
» Minecraft command testing