Minecraft Maps / Land Structure

Epic Starter House (With Overpowered Shop)

  • 4,446 views, 14 today
  • 733 downloads, 2 today
  • 6
  • 3
  • 1
HedwigIsAHoot's Avatar HedwigIsAHoot
Level 28 : Expert Miner
0

Do you want an overpowered "starter" house including 'Q' who will sell you fully enchanted armour, weapons, tools, elytra, food, beacons, enchanted arrows, and Miracle Elixir which is essentially 'God Mode', all for one stick each? :)

I have put cyan wool down so you can use world edit to blend it in with wherever you pasted it in, I like to paste it in on water and then:
//replace cyan_wool water

The code for 'Q' is below:
summon minecraft:villager ~ ~1 ~ {
VillagerData: {
level: 5,
profession: "minecraft:cleric",
type: "minecraft:jungle"
},
Offers: {
Recipes: [
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_helmet",
Count: 1b,
tag: {
Enchantments: [
{id: "unbreaking",lvl: 3
},
{id: "respiration",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "protection",lvl: 4
},
{id: "aqua_affinity",lvl: 1
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_chestplate",
Count: 1b,
tag: {
Enchantments: [
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "protection",lvl: 4
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:elytra",
Count: 1b,
tag: {
Enchantments: [
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_leggings",
Count: 1b,
tag: {
Enchantments: [
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "protection",lvl: 4
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_boots",
Count: 1b,
tag: {
Enchantments: [
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "protection",lvl: 4
},
{id: "depth_strider",lvl: 3
},
{id: "soul_speed",lvl: 3
},
{id: "feather_falling",lvl: 4
},
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:bow",
Count: 1b,
tag: {
Enchantments: [
{id: "power",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "infinity",lvl: 1
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:tipped_arrow",
Count: 64b,
tag: {
display: {
Name:'{
"text": "Arrow of Harming",
"italic": false
}'
},
CustomPotionEffects: [
{Id: 2,Amplifier: 6,Duration: 9600,ShowParticles: 0b
},
{Id: 7,Amplifier: 28,ShowParticles: 0b
},
{Id: 18,Amplifier: 127,Duration: 9600,ShowParticles: 0b
},
{Id: 19,Amplifier: 4,Duration: 9600,ShowParticles: 0b
},
{Id: 20,Amplifier: 2,Duration: 9600,ShowParticles: 0b
},
{Id: 24,Duration: 9600,ShowParticles: 0b
}
],CustomPotionColor: 8589614
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_sword",
Count: 1b,
tag: {
Enchantments: [
{id: "sharpness",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "looting",lvl: 3
},
{id: "sweeping",lvl: 3
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_pickaxe",
Count: 1b,
tag: {
Enchantments: [
{id: "efficiency",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "silk_touch",lvl: 1
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_pickaxe",
Count: 1b,
tag: {
Enchantments: [
{id: "efficiency",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "fortune",lvl: 3
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_shovel",
Count: 1b,
tag: {
Enchantments: [
{id: "efficiency",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "fortune",lvl: 3
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_shovel",
Count: 1b,
tag: {
Enchantments: [
{id: "efficiency",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "silk_touch",lvl: 1
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_axe",
Count: 1b,
tag: {
Enchantments: [
{id: "efficiency",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "silk_touch",lvl: 1
},
{id: "sharpness",lvl: 5
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_axe",
Count: 1b,
tag: {
Enchantments: [
{id: "efficiency",lvl: 5
},
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
},
{id: "fortune",lvl: 3
},
{id: "sharpness",lvl: 5
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:netherite_hoe",
Count: 1b,
tag: {
Enchantments: [
{id: "unbreaking",lvl: 3
},
{id: "mending",lvl: 1
}
]
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:black_shulker_box",
Count: 1b
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:ender_chest",
Count: 1b
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:golden_carrot",
Count: 64b
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:firework_rocket",
Count: 64b
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:beacon",
Count: 1b
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:potion",
Count: 1b,
tag: {
display: {
Name:'{
"text": "Miracle Elixir",
"italic": false
}'
},
CustomPotionEffects: [
{Id: 1,Amplifier: 1,Duration: 2147483647,ShowParticles: 0b
},
{Id: 3,Amplifier: 1,Duration: 2147483647,ShowParticles: 0b
},
{Id: 5,Amplifier: 127,Duration: 2147483647,ShowParticles: 0b
},
{Id: 6,Amplifier: 1,ShowParticles: 0b
},
{Id: 8,Amplifier: 1,Duration: 2147483647,ShowParticles: 0b
},
{Id: 10,Amplifier: 1,Duration: 2147483647,ShowParticles: 0b
},
{Id: 11,Amplifier: 127,Duration: 2147483647,ShowParticles: 0b
},
{Id: 12,Duration: 2147483647,ShowParticles: 0b
},
{Id: 13,Duration: 2147483647,ShowParticles: 0b
},
{Id: 14,Duration: 2147483647,ShowParticles: 0b
},
{Id: 16,Duration: 2147483647,ShowParticles: 0b
},
{Id: 21,Amplifier: 1,Duration: 2147483647,ShowParticles: 0b
},
{Id: 23,Amplifier: 1,ShowParticles: 0b
},
{Id: 26,Amplifier: 1,Duration: 2147483647,ShowParticles: 0b
},
{Id: 29,Duration: 2147483647,ShowParticles: 0b
},
{Id: 30,Duration: 2147483647,ShowParticles: 0b
},
{Id: 32,Amplifier: 1,Duration: 2147483647,ShowParticles: 0b
}
],CustomPotionColor: 16774912
}
},
maxUses: 2147483647
},
{
buy: {
id: "minecraft:stick",
Count: 1b
},
sell: {
id: "minecraft:milk_bucket",
Count: 1b
},
maxUses: 2147483647
},
]
},
Invulnerable: 1b,
CustomName:'{
"text": "Q",
"color": "red",
"italic": "false"
}',
PersistenceRequired: 1b,
Silent: 1b,
Attributes: [
{
Name:generic.movement_speed,
Base: 0
}
]
}

Progress100% complete
Tags

Create an account or sign in to comment.

Scrifty
07/07/2022 9:06 pm
Level 6 : Apprentice System
Scrifty's Avatar
yo can you make a world file
it'd really help!
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome