top of page
Party Maker
Command and Texture
Minecraft Java Edition 1.20 + Optifine
This is a command and resource pack!
• Get a command block with this command:
"/give @p command_block"
• Copy the big code below and paste it into the command block, after activating the block you will get the villager egg in the inventory!
•Use this code to teleport the villager to you and thus control the direction he is facing!
"/tp @e[type=minecraft:villager,name="Party Maker"] @p"
Command Block Code:
/give @p villager_spawn_egg{EntityTag:{id:villager,VillagerData:{profession:leatherworker,level:99,type:savanna},Invulnerable:1,NoAI:1,PersistenceRequired:1,Silent:1,CustomName:"\"Party Maker\"", ArmorItems: [{}, {}, {}, {id:red_dye,Count:1,tag:{display:{Name: '{"text":"Red Balloon","italic":false}'}}}],Offers:{Recipes:[
{buy:{id:emerald,Count:2},sell:{id:potion,Count:1,tag:{HideFlags:63,CustomPotionEffects:[{Id:9,Duration:200,ShowParticles:0b},{Id:22,Duration:200,ShowParticles:0b},{Id:24,Duration:200,ShowParticles:0b},{Id:25,Duration:100,ShowParticles:0b},{Id:28,Duration:140,ShowParticles:0b}],CustomPotionColor:16777215,display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Pina Colada","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:3},sell:{id:potion,Count:1,tag:{HideFlags:63,CustomPotionEffects:[{Id:9,Duration:200,ShowParticles:0b},{Id:17,Amplifier:9,Duration:200,ShowParticles:0b},{Id:22,Duration:200,ShowParticles:0b}],CustomPotionColor:16777215,display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Beer","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:5},sell:{id:potion,Count:1,tag:{HideFlags:63,CustomPotionEffects:[{Id:2,Amplifier:4,Duration:400,ShowParticles:0b},{Id:9,Duration:400,ShowParticles:0b},{Id:17,Amplifier:9,Duration:300,ShowParticles:0b},{Id:20,Duration:400,ShowParticles:0b},{Id:22,Duration:400,ShowParticles:0b},{Id:33,Duration:400,ShowParticles:0b}],CustomPotionColor:16777215,display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Whiskey","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:6},sell:{id:potion,Count:1,tag:{HideFlags:63,CustomPotionEffects:[{Id:2,Amplifier:4,Duration:600,ShowParticles:0b},{Id:4,Amplifier:2,Duration:600,ShowParticles:0b},{Id:9,Duration:600,ShowParticles:0b},{Id:17,Amplifier:9,Duration:600,ShowParticles:0b},{Id:19,Duration:100,ShowParticles:0b},{Id:22,Duration:600,ShowParticles:0b}],CustomPotionColor:16777215,display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Rakia","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:4},sell:{id:potion,Count:1,tag:{HideFlags:63,CustomPotionEffects:[{Id:8,Amplifier:1,Duration:200,ShowParticles:0b},{Id:9,Duration:300,ShowParticles:0b},{Id:17,Amplifier:9,Duration:200,ShowParticles:0b},{Id:20,Duration:200,ShowParticles:0b},{Id:22,Duration:200,ShowParticles:0b},{Id:33,Duration:260,ShowParticles:0b}],CustomPotionColor:16777215,display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Pirate Rum","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:1},sell:{id:bread,Count:1,tag:{display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Pizza","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:4},sell:{id:cooked_beef,Count:1,tag:{display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Doner","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:2},sell:{id:cooked_chicken,Count:1,tag:{display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Sujuk","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:3},sell:{id:bread,Count:1,tag:{display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Hot Dog","italic":false}'}}},rewardExp:0b,maxUses:9999999},
{buy:{id:emerald,Count:1},sell:{id:bread,Count:1,tag:{display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Ice Cream","italic":false}'}}},rewardExp:0b,maxUses:9999999}
]}},display:{Lore:['[{"text":"By: STINWAY.com","italic":false,"color":"dark_gray"}]'],Name: '{"text":"Party Maker","italic":false}'}} 1
bottom of page