diff --git a/build_a_waterfall.yaml b/build_a_waterfall.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4e0a01447536ca09d8d1236740ae2c5482e9e478 --- /dev/null +++ b/build_a_waterfall.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:water_bucket 3 +- /give @s minecraft:stone 64 +- /give @s minecraft:shovel{Enchantments:[{id:"minecraft:efficiency",lvl:1}]} 1 +defaults: +- base +- _self_ +text: Build a waterfall in your Minecraft world. diff --git a/build_dig3fill1.yaml b/build_dig3fill1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e8a8b1ad5750727a6e9766e8f312bb9d0d58e3a3 --- /dev/null +++ b/build_dig3fill1.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:dirt 15 +- /give @s minecraft:stone_shovel +defaults: +- base +- _self_ +text: Dig three blocks down and fill one block. diff --git a/build_gate.yaml b/build_gate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2ed765c98fc8350093c6e8219595ca6fc8596828 --- /dev/null +++ b/build_gate.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:oak_planks 10 +- /give @s minecraft:stick 5 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Build a gate to secure your area in Minecraft. diff --git a/build_golems.yaml b/build_golems.yaml new file mode 100644 index 0000000000000000000000000000000000000000..578451ad0dabd9f27460ac16f6083e59ad5f6d31 --- /dev/null +++ b/build_golems.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:iron_block 15 +- /give @s minecraft:carved_pumpkin 2 +- /give @s minecraft:snow_block 15 +- /setblock ~2 ~ ~ minecraft:grass_block +defaults: +- base +- _self_ +text: Build golems to protect your area from hostile mobs. diff --git a/build_nether_portal.yaml b/build_nether_portal.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c688b6d8778c8c68f6e48d01ea1727f8fbe1a0c6 --- /dev/null +++ b/build_nether_portal.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:obsidian 14 +- /give @s minecraft:flint_and_steel 1 +- /setblock ~2 ~ ~ obsidian +- /setblock ~2 ~1 ~ obsidian +- /setblock ~2 ~2 ~ obsidian +defaults: +- base +- _self_ +text: Build a nether portal using obsidian blocks and activate it with flint and steel. diff --git a/build_obsidian.yaml b/build_obsidian.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c991bea7abe0a73b3eef36e2f163915709308a2f --- /dev/null +++ b/build_obsidian.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:water_bucket 3 +- /give @s minecraft:lava_bucket 3 +- /setblock ~2 ~1 ~ water +defaults: +- base +- _self_ +text: Create obsidian blocks by pouring water over lava source blocks. diff --git a/build_pillar.yaml b/build_pillar.yaml new file mode 100644 index 0000000000000000000000000000000000000000..185b0601bef93e637ddf86607a7ddf4c0cc5e6c7 --- /dev/null +++ b/build_pillar.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:cobblestone 64 +- /setblock ~2 ~ ~ crafting_table +defaults: +- base +- _self_ +text: Build a pillar using blocks of your choice. diff --git a/build_snow_golem.yaml b/build_snow_golem.yaml new file mode 100644 index 0000000000000000000000000000000000000000..affe077969dce4eaedac929f7dc91f97538eab9c --- /dev/null +++ b/build_snow_golem.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:snow_block 5 +- /give @s minecraft:carved_pumpkin 1 +- /setblock ~2 ~ ~ minecraft:snow_block +- /setblock ~2 ~1 ~ minecraft:snow_block +- /setblock ~2 ~2 ~ minecraft:carved_pumpkin +defaults: +- base +- _self_ +text: Build a snow golem using snow blocks and a pumpkin. diff --git a/carve_pumpkins.yaml b/carve_pumpkins.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7e8951ad0979521254c7b2b7a5cca5d2a9641b1a --- /dev/null +++ b/carve_pumpkins.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:pumpkin 5 +- /give @s minecraft:shears +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Carve pumpkins to create jack-o'-lanterns. diff --git a/clean_up.yaml b/clean_up.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e4f4748976b1aec71e74c0d8dea678ae1a71aa51 --- /dev/null +++ b/clean_up.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:diamond_shovel +- /give @s minecraft:diamond_pickaxe +- /give @s minecraft:diamond_axe +- /setblock ~2 ~ ~ minecraft:chest +- /give @s minecraft:torch 64 +defaults: +- base +- _self_ +text: Gather and organize resources to clean up an area in Minecraft. diff --git a/climb_the_mountain.yaml b/climb_the_mountain.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8bfa62c9adc94e23fc643c78d6c920f2171947cc --- /dev/null +++ b/climb_the_mountain.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:ladder 20 +- /give @s minecraft:dirt 64 +- /execute as @p at @s run fill ~2 ~ ~ ~2 ~10 ~2 dirt +defaults: +- base +- _self_ +text: Climb the mountain to reach the top. diff --git a/collect_dirt.yaml b/collect_dirt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2eaa4c3b2e83c94f51e736d00a797878bef44b22 --- /dev/null +++ b/collect_dirt.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:wooden_shovel 1 +- /give @s minecraft:dirt 64 +defaults: +- base +- _self_ +text: Collect dirt blocks from the ground. diff --git a/collect_grass.yaml b/collect_grass.yaml new file mode 100644 index 0000000000000000000000000000000000000000..07753c4f404d6c884da1c38f6df73bf5aa6a44f1 --- /dev/null +++ b/collect_grass.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:diamond_shovel{Enchantments:[{id:"minecraft:silk_touch",lvl:1}]} + 1 +- /setblock ~2 ~ ~ minecraft:grass_block +defaults: +- base +- _self_ +text: Collect grass blocks using the appropriate tool. diff --git a/collect_seagrass.yaml b/collect_seagrass.yaml new file mode 100644 index 0000000000000000000000000000000000000000..81dbfe7152f8fd9e7cdb8f1880dc6d165ba680d7 --- /dev/null +++ b/collect_seagrass.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:shears 1 +- /setblock ~2 ~ ~ minecraft:water +- /setblock ~2 ~1 ~ minecraft:seagrass +defaults: +- base +- _self_ +text: Collect seagrass from underwater areas. diff --git a/collect_wood.yaml b/collect_wood.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f39577e18886ed2d3fc03693ba5fe6d1a98c26aa --- /dev/null +++ b/collect_wood.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:wooden_axe +- /execute as @p at @s run fill ~1 ~ ~1 ~5 ~10 ~5 minecraft:oak_log +defaults: +- base +- _self_ +text: 'Collect wood from trees in your surroundings. ' diff --git a/collect_wool.yaml b/collect_wool.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3291d143cfaa69b5f7652f782f8e5cab5c056e74 --- /dev/null +++ b/collect_wool.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:shears 1 +- /summon minecraft:sheep ~2 ~ ~ +- /summon minecraft:sheep ~3 ~ ~ +- /summon minecraft:sheep ~4 ~ ~ +defaults: +- base +- _self_ +text: Shear sheep to collect wool. diff --git a/combat_enderman.yaml b/combat_enderman.yaml new file mode 100644 index 0000000000000000000000000000000000000000..39befdb3d442ea246812a337e8d64cefd47ebd56 --- /dev/null +++ b/combat_enderman.yaml @@ -0,0 +1,13 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /give @p minecraft:ender_pearl 15 +- /effect give @a night_vision 99999 250 true +- /summon minecraft:enderman ~2 ~ ~ +defaults: +- base +- _self_ +text: Combat an enderman using weapons and protective gear. diff --git a/combat_enemies.yaml b/combat_enemies.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1b2792090371771ff5f5267d4555c57b438fdbd2 --- /dev/null +++ b/combat_enemies.yaml @@ -0,0 +1,15 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /summon minecraft:zombie ~2 ~ ~ +- /summon minecraft:skeleton ~2 ~ ~ +- /give @p minecraft:arrow 64 +- /time set night +- /effect give @a night_vision 99999 250 true +defaults: +- base +- _self_ +text: Combat various enemies using the provided weapons and armor. diff --git a/combat_skeletons.yaml b/combat_skeletons.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ee80a84972ecdf4654e36739423bdf24b56bacdc --- /dev/null +++ b/combat_skeletons.yaml @@ -0,0 +1,15 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /give @p minecraft:bow 1 +- /give @p minecraft:arrow 64 +- /time set night +- /effect give @a night_vision 99999 250 true +- /summon minecraft:skeleton ~2 ~ ~ +defaults: +- base +- _self_ +text: Combat skeletons with equipped weapons and armor. diff --git a/combat_spider.yaml b/combat_spider.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8eb4bba0a5a4c582a1a9364b11ee96957d643d8c --- /dev/null +++ b/combat_spider.yaml @@ -0,0 +1,13 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /give @p minecraft:torch 16 +- /time set night +- /summon minecraft:spider ~2 ~ ~ +defaults: +- base +- _self_ +text: Combat spiders using the necessary weapons and armor. diff --git a/combat_spiders.yaml b/combat_spiders.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e3ea6f44a394f36a2a715b0d670d9c0372aa3d2c --- /dev/null +++ b/combat_spiders.yaml @@ -0,0 +1,13 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /time set night +- /effect give @a night_vision 99999 250 true +- /summon minecraft:spider ~3 ~ ~ +defaults: +- base +- _self_ +text: Engage in combat with spiders using appropriate weapons and armor. diff --git a/combat_zombies.yaml b/combat_zombies.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e0cde75361e652eaf3c8205ba2657d0bd9cb6061 --- /dev/null +++ b/combat_zombies.yaml @@ -0,0 +1,12 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /summon minecraft:zombie ~3 ~ ~ +- /time set night +defaults: +- base +- _self_ +text: 'Combat zombies with given weapons and armor. ' diff --git a/craft_enchantment.yaml b/craft_enchantment.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d3a3720eab7bf157af5b2cd1ee4aea4003ebc1d3 --- /dev/null +++ b/craft_enchantment.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:obsidian 4 +- /give @s minecraft:diamond 2 +- /give @s minecraft:book 1 +- /give @s minecraft:crafting_table 1 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Craft an enchanting table to enchant your items. diff --git a/craft_ladder.yaml b/craft_ladder.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5062dc4652a34745521db29bd5ba2fcd4c3a485c --- /dev/null +++ b/craft_ladder.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:stick 15 +- /give @s minecraft:crafting_table 1 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Open your inventory and craft a ladder using sticks. diff --git a/craft_smelting.yaml b/craft_smelting.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d2d6679bb64fca3b2c29e7838e9f38bbd8c779c9 --- /dev/null +++ b/craft_smelting.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:cobblestone 20 +- /give @s minecraft:crafting_table 1 +defaults: +- base +- _self_ +text: Craft a furnace for smelting items. diff --git a/craft_stonecut.yaml b/craft_stonecut.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9e0e852c4e5aadc628f9446fdca4f46539a9b86c --- /dev/null +++ b/craft_stonecut.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:stone 15 +- /give @s minecraft:iron_ingot 5 +- /give @s minecraft:crafting_table 1 +defaults: +- base +- _self_ +text: Open your inventory and craft a stonecutter. diff --git a/craft_table.yaml b/craft_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aa14433ba521be3d28e14744f2da8a8357a053f3 --- /dev/null +++ b/craft_table.yaml @@ -0,0 +1,6 @@ +custom_init_commands: +- /give @s minecraft:oak_planks 10 +defaults: +- base +- _self_ +text: 'Open your inventory and craft a crafting table using wooden planks. ' diff --git a/craft_the_crafting_table.yaml b/craft_the_crafting_table.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3392b502c92de7c8b4e69ab712d643d09a5f5338 --- /dev/null +++ b/craft_the_crafting_table.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:oak_log 4 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Open your inventory and craft a crafting table using wooden planks. diff --git a/craft_to_cake.yaml b/craft_to_cake.yaml new file mode 100644 index 0000000000000000000000000000000000000000..01879f531d05ddb2872ddf71a4530445d0da14b1 --- /dev/null +++ b/craft_to_cake.yaml @@ -0,0 +1,11 @@ +custom_init_commands: +- /give @s minecraft:bucket 3 +- /give @s minecraft:sugar 5 +- /give @s minecraft:wheat 5 +- /give @s minecraft:egg 3 +- /give @s minecraft:crafting_table 1 +- /setblock ~2 ~ ~2 minecraft:sugar_cane +defaults: +- base +- _self_ +text: Craft a cake using ingredients gathered from various sources. diff --git a/craft_to_clock.yaml b/craft_to_clock.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a67e2236e49915a4ec6596c5e0ba327f22207b0c --- /dev/null +++ b/craft_to_clock.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:gold_ingot 10 +- /give @s minecraft:redstone 5 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Open inventory and craft a clock. diff --git a/craft_to_ladder.yaml b/craft_to_ladder.yaml new file mode 100644 index 0000000000000000000000000000000000000000..da50c3e47fe8ff7dcbc586d23d52fa80f60a36e2 --- /dev/null +++ b/craft_to_ladder.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:stick 12 +- /give @s minecraft:crafting_table 1 +defaults: +- base +- _self_ +text: Open your inventory and craft a ladder. diff --git a/cut_stone.yaml b/cut_stone.yaml new file mode 100644 index 0000000000000000000000000000000000000000..32917dec74f02252d4044daabad3564e9aece5f4 --- /dev/null +++ b/cut_stone.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:iron_pickaxe 1 +- /execute as @p at @s run fill ~2 ~ ~ ~3 ~ ~ minecraft:stone +defaults: +- base +- _self_ +text: Use a pickaxe to mine stone blocks. diff --git a/dig_three_down_and_fill_one_up.yaml b/dig_three_down_and_fill_one_up.yaml new file mode 100644 index 0000000000000000000000000000000000000000..938048a7b1edf16ae5969c32bc40248b67e26a62 --- /dev/null +++ b/dig_three_down_and_fill_one_up.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:iron_shovel 1 +- /give @s minecraft:dirt 10 +defaults: +- base +- _self_ +text: Dig three blocks down and fill one block up with dirt. diff --git a/drink_harming_potion.yaml b/drink_harming_potion.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9c105810241e8d6ec2bdadbefac88eb1f97b8afa --- /dev/null +++ b/drink_harming_potion.yaml @@ -0,0 +1,6 @@ +custom_init_commands: +- /give @p minecraft:potion{Potion:"minecraft:harming"} 1 +defaults: +- base +- _self_ +text: drink harming potion diff --git a/enchant_diamond_sword.yaml b/enchant_diamond_sword.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1c7898e22ce9e326630843c603bbf5da8c8f14ad --- /dev/null +++ b/enchant_diamond_sword.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:diamond_sword +- /give @s minecraft:enchanting_table +- /give @s minecraft:lapis_lazuli 15 +- /give @s minecraft:book 30 +- /setblock ~2 ~ ~ minecraft:enchanting_table +defaults: +- base +- _self_ +text: Enchant a diamond sword using an enchanting table. diff --git a/enchant_sword.yaml b/enchant_sword.yaml new file mode 100644 index 0000000000000000000000000000000000000000..04a5a993afc90c46525d61cad2e3f626a9240a65 --- /dev/null +++ b/enchant_sword.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:diamond_sword +- /give @s minecraft:lapis_lazuli 15 +- /setblock ~2 ~ ~ minecraft:enchanting_table +defaults: +- base +- _self_ +text: Enchant a sword using an enchanting table. diff --git a/explore_boat.yaml b/explore_boat.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c5fdf8db86cc1f6e5faf6c54c8fb1576ee022940 --- /dev/null +++ b/explore_boat.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:oak_planks 10 +- /setblock ~3 ~ ~ minecraft:water +- /summon boat +defaults: +- base +- _self_ +text: Build and use a boat to explore water bodies in Minecraft. diff --git a/explore_chest.yaml b/explore_chest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..16f6e630171007d0a46209ca93a2d4afbce8644c --- /dev/null +++ b/explore_chest.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:diamond_pickaxe +- /setblock ~2 ~ ~ minecraft:chest +- /give @s minecraft:torch 20 +defaults: +- base +- _self_ +text: Explore and open a chest to discover its contents. diff --git a/explore_climb.yaml b/explore_climb.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3e288b78730251d93601e5ff89c00183cb5893bb --- /dev/null +++ b/explore_climb.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:bread 32 +- /give @s minecraft:iron_pickaxe +defaults: +- base +- _self_ +text: Explore and climb a mountain. diff --git a/explore_mine.yaml b/explore_mine.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7a27ad76556761ae1c56245819bc5640e56b5629 --- /dev/null +++ b/explore_mine.yaml @@ -0,0 +1,6 @@ +custom_init_commands: +- /replaceitem entity @s weapon.mainhand minecraft:stone_pickaxe +defaults: +- base +- _self_ +text: Explore a mine to gather resources and discover treasures. diff --git a/explore_run.yaml b/explore_run.yaml new file mode 100644 index 0000000000000000000000000000000000000000..25b4d388e3ab2c2e2d12f44dd09ffbff67c77b47 --- /dev/null +++ b/explore_run.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:oak_boat +- /give @s minecraft:filled_map +- /give @s minecraft:cooked_beef 64 +defaults: +- base +- _self_ +text: Explore the world of Minecraft by traveling across various biomes and finding + interesting locations. diff --git a/explore_the_treasure.yaml b/explore_the_treasure.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c89a735639069b6fe04711549c78ce3e60dadb91 --- /dev/null +++ b/explore_the_treasure.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:map 1 +- /give @s minecraft:wooden_pickaxe 1 +- /give @s minecraft:oak_boat 1 +- /setblock ~2 ~ ~ minecraft:chest{LootTable:"minecraft:chests/buried_treasure"} +defaults: +- base +- _self_ +text: Locate and explore a buried treasure using a treasure map. diff --git a/find_diamond.yaml b/find_diamond.yaml new file mode 100644 index 0000000000000000000000000000000000000000..69ed11040c8a49a359feae0e0c0931337c1a370b --- /dev/null +++ b/find_diamond.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /replaceitem entity @s weapon.mainhand minecraft:iron_pickaxe +- /execute as @p at @s run fill ~ ~ ~ ~1 ~-5 ~ diamond_ore +- /tp @s ~ ~-10 ~ +defaults: +- base +- _self_ +text: Locate and mine diamond ore in the underground layers of the world. diff --git a/find_forest.yaml b/find_forest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7162b6d3f85d807d037c4faf7ccdb600c08936c2 --- /dev/null +++ b/find_forest.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:map 1 +- /give @s minecraft:compass 1 +- /give @s minecraft:cooked_beef 16 +- /give @s minecraft:wooden_sword 1 +defaults: +- base +- _self_ +text: Explore the world to find a forest biome. diff --git a/find_village.yaml b/find_village.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f6f595db78f654e6c7f33f0358c25f8481bb3f31 --- /dev/null +++ b/find_village.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:map +- /give @s minecraft:compass +- /give @s minecraft:cooked_beef 16 +- /give @s minecraft:bread 16 +defaults: +- base +- _self_ +text: Explore the world to find a village. diff --git a/hunt_a_sheep.yaml b/hunt_a_sheep.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9b389438f4844e11d0ec84ec9609f08ba99bcc63 --- /dev/null +++ b/hunt_a_sheep.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /replaceitem entity @s weapon.mainhand minecraft:wooden_sword +- /summon minecraft:sheep ~2 ~ ~ +- /give @p minecraft:bread 10 +- /give @p minecraft:wooden_sword 1 +defaults: +- base +- _self_ +text: Hunt a sheep to obtain wool and mutton. diff --git a/hunt_animals.yaml b/hunt_animals.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8f12250895853dbd2c09a3207b5eff8023e4eb75 --- /dev/null +++ b/hunt_animals.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /replaceitem entity @s weapon.mainhand minecraft:wooden_sword +- /give @s minecraft:bread 10 +- /summon minecraft:pig ~3 ~ ~ +- /summon minecraft:chicken ~4 ~ ~ +defaults: +- base +- _self_ +text: Hunt animals for resources like meat and leather. diff --git a/lead_animals.yaml b/lead_animals.yaml new file mode 100644 index 0000000000000000000000000000000000000000..1f9b4111b777ebf708acdb30c98ee15244ad560a --- /dev/null +++ b/lead_animals.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:lead 15 +- /summon minecraft:cow ~2 ~ ~ +- /summon minecraft:pig ~3 ~ ~ +- /give @s minecraft:carrot 10 +defaults: +- base +- _self_ +text: Lead animals diff --git a/make_fire_with_flint_and_steel.yaml b/make_fire_with_flint_and_steel.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f21bfdd5654cf1a3270723939c53c81337899d7e --- /dev/null +++ b/make_fire_with_flint_and_steel.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:flint 5 +- /give @s minecraft:iron_ingot 5 +- /give @s minecraft:oak_log 10 +- /give @s minecraft:oak_leaves 10 +- /replaceitem entity @s weapon.mainhand minecraft:flint_and_steel +defaults: +- base +- _self_ +text: Use flint and steel to ignite a fire. diff --git a/make_obsidian_by_wate.yaml b/make_obsidian_by_wate.yaml new file mode 100644 index 0000000000000000000000000000000000000000..19aeb6f7e0c331d5e0a3100517dd36b4ef9723f9 --- /dev/null +++ b/make_obsidian_by_wate.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:water_bucket 2 +- /give @s minecraft:lava_bucket 2 +- /replaceitem entity @s weapon.mainhand minecraft:diamond_pickaxe +- /setblock ~2 ~ ~ minecraft:lava +- /setblock ~2 ~ ~ minecraft:water +defaults: +- base +- _self_ +text: Make obsidian by placing water over lava source blocks. diff --git a/mine_diamond_ore.yaml b/mine_diamond_ore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2e4b4cafb97f2ba4aba935a939b38b3d49b4c014 --- /dev/null +++ b/mine_diamond_ore.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /replaceitem entity @s weapon.mainhand minecraft:iron_pickaxe +- /execute as @p at @s run fill ~ ~ ~ ~1 ~ ~ minecraft:diamond_ore +defaults: +- base +- _self_ +text: Find and mine the diamond ore. diff --git a/mine_dirt.yaml b/mine_dirt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6a1c998170fc74fad409335b87d48d8f6d446127 --- /dev/null +++ b/mine_dirt.yaml @@ -0,0 +1,6 @@ +custom_init_commands: +- /execute as @p at @s run fill ~ ~ ~ ~1 ~ ~ minecraft:dirt +defaults: +- base +- _self_ +text: 'Find and mine dirt using the right tool. ' diff --git a/mine_grass.yaml b/mine_grass.yaml new file mode 100644 index 0000000000000000000000000000000000000000..fe948b6e1c0f3d9747e5eba6ccd478c0d093b762 --- /dev/null +++ b/mine_grass.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:iron_shovel +- /execute as @p at @s run fill ~2 ~ ~ ~4 ~ ~ minecraft:grass_block +defaults: +- base +- _self_ +text: Mine the grass block with a tool. diff --git a/mine_horizontally.yaml b/mine_horizontally.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d14f5ffde658091e0e05f577a140535a4d30b5f5 --- /dev/null +++ b/mine_horizontally.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:iron_shovel +- /execute as @p at @s run fill ~2 ~ ~ ~4 ~ ~ grass_block +defaults: +- base +- _self_ +text: Mine horizontally \ No newline at end of file diff --git a/mine_iron_ore.yaml b/mine_iron_ore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..97fb7ffa93621ac3aa031bee41a4d2bf55f251e9 --- /dev/null +++ b/mine_iron_ore.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /replaceitem entity @s weapon.mainhand minecraft:stone_pickaxe +- /execute as @p at @s run fill ~2 ~ ~2 ~3 ~1 ~3 minecraft:iron_ore +defaults: +- base +- _self_ +text: Mine iron ore from the environment. diff --git a/mine_obsidian.yaml b/mine_obsidian.yaml new file mode 100644 index 0000000000000000000000000000000000000000..30fde1f5a3318cb6782a00ddb653c4ce7b1996ac --- /dev/null +++ b/mine_obsidian.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /replaceitem entity @s weapon.mainhand minecraft:diamond_pickaxe +- /execute as @p at @s run fill ~2 ~-1 ~3 ~1 ~-1 ~4 obsidian +defaults: +- base +- _self_ +text: Mine obsidian blocks for various crafting or building purposes. diff --git a/plant_wheats.yaml b/plant_wheats.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ad5a77dabc1a39a1dc8fe9874f569c75065f260e --- /dev/null +++ b/plant_wheats.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:wheat_seeds 64 +- /give @s minecraft:iron_hoe +- /give @s minecraft:water_bucket +- /fill ~2 ~ ~2 ~5 ~ ~5 minecraft:farmland +defaults: +- base +- _self_ +text: Plant wheat seeds in tilled soil. diff --git a/prepare_a_birthday_present_for_your_neighbor.yaml b/prepare_a_birthday_present_for_your_neighbor.yaml new file mode 100644 index 0000000000000000000000000000000000000000..6c4967605260d0abea6301c400b697f296fa8ea6 --- /dev/null +++ b/prepare_a_birthday_present_for_your_neighbor.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:cake 1 +- /give @s minecraft:oak_log 4 +- /give @s minecraft:chest 2 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: 'Prepare a birthday present for your neighbor using various decorative items + and a cake. ' diff --git a/run_and_explore.yaml b/run_and_explore.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c74d462dd81c0d59a141c6ebc182f3a05f3751b0 --- /dev/null +++ b/run_and_explore.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:cooked_beef 64 +- /give @s minecraft:map +defaults: +- base +- _self_ +text: Run around and explore the Minecraft world. diff --git a/set_fires.yaml b/set_fires.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c37aeb472747e6e9fc59a7ee277ffa5247eed788 --- /dev/null +++ b/set_fires.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:iron_pickaxe 1 +- /give @s minecraft:flint_and_steel +- /give @s minecraft:fire_charge 20 +defaults: +- base +- _self_ +text: set fires. \ No newline at end of file diff --git a/shoot_phantom.yaml b/shoot_phantom.yaml new file mode 100644 index 0000000000000000000000000000000000000000..439a817905b61e1861eb85da6bc6162d23c67256 --- /dev/null +++ b/shoot_phantom.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @p minecraft:bow +- /give @p minecraft:arrow 16 +- /time set night +- /summon minecraft:phantom ~2 ~ ~ +defaults: +- base +- _self_ +text: Shoot a phantom using a bow and arrows. diff --git a/sleep_in_bed.yaml b/sleep_in_bed.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ae4f24cc91dff72a5d66d904df98a0e4231ff1ac --- /dev/null +++ b/sleep_in_bed.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /time set night +- /give @s minecraft:white_bed 1 +- /setblock ~2 ~ ~ minecraft:white_bed +defaults: +- base +- _self_ +text: Sleep in a bed to skip the night. diff --git a/smelt_food.yaml b/smelt_food.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7ade1f332c5475277d88047e1d1d3a474f9ef50c --- /dev/null +++ b/smelt_food.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:raw_beef 15 +- /give @s minecraft:coal 20 +- /setblock ~2 ~ ~ minecraft:furnace +defaults: +- base +- _self_ +text: Smelt raw food items to create cooked food using a furnace. diff --git a/survive_combat.yaml b/survive_combat.yaml new file mode 100644 index 0000000000000000000000000000000000000000..51bd51d11f4190ea4729591cab31da4034daeec7 --- /dev/null +++ b/survive_combat.yaml @@ -0,0 +1,12 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /give @s minecraft:cooked_beef 32 +- /summon minecraft:zombie ~2 ~ ~ +defaults: +- base +- _self_ +text: Survive combat against hostile mobs in Minecraft. diff --git a/survive_hunt.yaml b/survive_hunt.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2591d4dd3de917d9351731129d1ba33ec6006aa8 --- /dev/null +++ b/survive_hunt.yaml @@ -0,0 +1,15 @@ +custom_init_commands: +- /replaceitem entity @s armor.head minecraft:diamond_helmet +- /replaceitem entity @s armor.chest minecraft:diamond_chestplate +- /replaceitem entity @s armor.legs minecraft:diamond_leggings +- /replaceitem entity @s armor.feet minecraft:diamond_boots +- /replaceitem entity @s weapon.mainhand minecraft:diamond_sword +- /give @p minecraft:bow +- /give @p minecraft:arrow 64 +- /give @p minecraft:cooked_beef 64 +- /give @p minecraft:shield +- /summon minecraft:sheep +defaults: +- base +- _self_ +text: Survive a hunt by using tools, weapons, and strategic defenses. diff --git a/survive_plant.yaml b/survive_plant.yaml new file mode 100644 index 0000000000000000000000000000000000000000..db6367136339cce5b1801959d7e55de6b7f681a6 --- /dev/null +++ b/survive_plant.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:wooden_hoe 1 +- /give @s minecraft:wheat_seeds 15 +- /give @s minecraft:wooden_pickaxe 1 +- /setblock ~2 ~ ~ water +- /setblock ~3 ~ ~ farmland +defaults: +- base +- _self_ +text: Survive by planting crops and gathering resources. diff --git a/survive_sleep.yaml b/survive_sleep.yaml new file mode 100644 index 0000000000000000000000000000000000000000..43e09fce7ae5731ffa731fc3639d7e61b3f4afa6 --- /dev/null +++ b/survive_sleep.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:white_bed 1 +- /time set night +- /effect give @a resistance 99999 250 true +defaults: +- base +- _self_ +text: Find a safe place and rest in a bed to skip the night. diff --git a/tool_bow.yaml b/tool_bow.yaml new file mode 100644 index 0000000000000000000000000000000000000000..df8d64ae43d857885c677e5d302190626bfc796d --- /dev/null +++ b/tool_bow.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:stick 10 +- /give @s minecraft:string 10 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Craft a bow to use as your ranged weapon. diff --git a/tool_flint.yaml b/tool_flint.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3b071b11bd67c9236233e1f74d325e9218d9f446 --- /dev/null +++ b/tool_flint.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /give @s minecraft:map +- /fill ~1 ~ ~1 ~5 ~ ~5 minecraft:gravel +defaults: +- base +- _self_ +text: 'Obtain flint by breaking gravel blocks. ' diff --git a/tool_lead.yaml b/tool_lead.yaml new file mode 100644 index 0000000000000000000000000000000000000000..23916affd1b65b55abfbf40c7d554909fa5c2fb3 --- /dev/null +++ b/tool_lead.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:slime_ball 5 +- /give @s minecraft:string 10 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Craft a lead using slimeballs and string. diff --git a/tool_pumpkin.yaml b/tool_pumpkin.yaml new file mode 100644 index 0000000000000000000000000000000000000000..faf2fc825719efcd04738fe5e581309742dd8c61 --- /dev/null +++ b/tool_pumpkin.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:pumpkin 5 +- /give @s minecraft:shears 1 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Create a carved pumpkin to use as a decorative item or for crafting. diff --git a/tool_trident.yaml b/tool_trident.yaml new file mode 100644 index 0000000000000000000000000000000000000000..22213f46de914479e9dcb57c8cd42f6735e6424d --- /dev/null +++ b/tool_trident.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @s minecraft:prismarine_shard 15 +- /give @s minecraft:diamond 10 +- /give @s minecraft:crafting_table 1 +- /setblock ~2 ~ ~ minecraft:crafting_table +defaults: +- base +- _self_ +text: Craft a trident using the necessary materials. diff --git a/travel_by_boat.yaml b/travel_by_boat.yaml new file mode 100644 index 0000000000000000000000000000000000000000..acca572fc172292528fa13aab8c2ec809cd3cdf7 --- /dev/null +++ b/travel_by_boat.yaml @@ -0,0 +1,7 @@ +custom_init_commands: +- /setblock ~2 ~ ~ minecraft:water +- summon minecraft:boat +defaults: +- base +- _self_ +text: use boat and travel \ No newline at end of file diff --git a/use_bow.yaml b/use_bow.yaml new file mode 100644 index 0000000000000000000000000000000000000000..53ff62819c27152e623e8c3565d6a9cc70da5f9c --- /dev/null +++ b/use_bow.yaml @@ -0,0 +1,8 @@ +custom_init_commands: +- /give @s minecraft:bow +- /give @s minecraft:arrow 64 +- /setblock ~2 ~ ~ minecraft:target +defaults: +- base +- _self_ +text: Use a bow to shoot arrows at a target. diff --git a/use_shield.yaml b/use_shield.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3133c591a8510303de7e806c90184520bda59ca8 --- /dev/null +++ b/use_shield.yaml @@ -0,0 +1,10 @@ +custom_init_commands: +- /give @s minecraft:shield +- /give @s minecraft:stone_sword +- /give @s minecraft:planks 20 +- /give @s minecraft:stick 10 +- /summon minecraft:zombie ~2 ~ ~ +defaults: +- base +- _self_ +text: Equip and use a shield to block incoming attacks. diff --git a/use_trident.yaml b/use_trident.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c011928b60bb852400b9f1229c19b5225006078e --- /dev/null +++ b/use_trident.yaml @@ -0,0 +1,9 @@ +custom_init_commands: +- /give @p minecraft:trident{Enchantments:[{id:"minecraft:looting",lvl:1}]} 1 +- /summon minecraft:zombie ~2 ~ ~ +- /give @p minecraft:water_bucket 1 +- /setblock ~1 ~ ~ water +defaults: +- base +- _self_ +text: Use a trident to attack a target.