

				>=====Vanilla Drops=====<



/ ========== TOOLS & ARMOR ==========

/ all wood, stone and gold tools
group(ID=wooden_sword;ID=wooden_shovel;ID=wooden_pickaxe;ID=wooden_axe;ID=wooden_hoe)@luck=0
group(ID=stone_sword;ID=stone_shovel;ID=stone_pickaxe;ID=stone_axe;ID=stone_hoe)@luck=0
group(ID=golden_sword;ID=golden_shovel;ID=golden_pickaxe;ID=golden_axe;ID=golden_hoe)@luck=1
/ 2-3 iron tools
group:#rand(2,3):(ID=iron_shovel;ID=iron_pickaxe;ID=iron_axe;ID=iron_sword;ID=iron_hoe)@luck=1
/ 1-2 diamond tools
group:#rand(1,2):(ID=diamond_sword;ID=diamond_shovel;ID=diamond_pickaxe;ID=diamond_axe;ID=diamond_hoe)@luck=2
/ all leather and gold armor
group(ID=leather_helmet;ID=leather_chestplate;ID=leather_leggings;ID=leather_boots)@luck=0
group(ID=golden_helmet;ID=golden_chestplate;ID=golden_leggings;ID=golden_boots;ID=golden_horse_armor)@luck=1
/ 2-3 chain and iron armor
group:#rand(2,3):(ID=chainmail_helmet;ID=chainmail_chestplate;ID=chainmail_leggings;ID=chainmail_boots)@luck=2
group:#rand(2,3):(ID=iron_helmet;ID=iron_chestplate;ID=iron_leggings;ID=iron_boots;ID=iron_horse_armor)@luck=1
/ 1-2 diamond armor
group:#rand(1,2):(ID=diamond_helmet;ID=diamond_chestplate;ID=diamond_leggings;ID=diamond_boots;ID=diamond_horse_armor)@luck=2
/ all horse armor
group(ID=iron_horse_armor;ID=golden_horse_armor;ID=diamond_horse_armor)@luck=2
/ bow and arrows
group(ID=bow;ID=arrow,amount=#rand(16,32))@luck=1

/ ========== BLOCKS ==========

ID=sponge@luck=0
ID=tnt,amount=8@luck=1
ID=obsidian,amount=14@luck=1
ID=enchanting_table@luck=2
ID=end_portal_frame,amount=#rand(2,6)@luck=2
ID=dragon_egg@luck=1
ID=ender_chest,amount=2@luck=0
ID=beacon@luck=2
ID=dropper,amount=8@luck=0
ID=hay_block,amount=8@luck=0

/ chests
type=block,ID=chest,tileEntity=(Items=#chestVillageBlacksmith)@luck=0
type=block,ID=chest,tileEntity=(Items=#chestBonusChest)@luck=1
type=block,ID=chest,tileEntity=(Items=#chestDungeonChest)@luck=1
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=iron_ingot,maxAmount=8,weight=10),(id=gold_ingot,maxAmount=4,weight=10),(id=diamond,maxAmount=4,weight=10),(id=emerald,maxAmount=4,weight=10),(id=dye,Damage=4,maxAmount=4,weight=10),(id=lucky:lucky_block,maxAmount=2,weight=10),(id=golden_apple,maxAmount=2,weight=10),(id=golden_apple,Damage=1,maxAmount=2,weight=10)],maxTotalAmount=12))@luck=2

/ ========= ITEMS ==========

ID=gold_ingot,amount=#rand(8,16)@luck=1
ID=stick@luck=-1
ID=painting,amount=4@luck=0
ID=saddle,amount=2@luck=0
ID=cake@luck=0
ID=rotten_flesh@luck=-1
ID=nether_star@luck=2
ID=red_flower,NBTTag=(display=(Name="$cRomantic Rose"))@luck=-1
ID=rabbit_stew,amount=#rand(5,7)@luck=1
ID=nether_star@luck=2
ID=diamond_horse_armor@luck=2
ID=apple,amount=#rand(3,6)@luck=1
ID=planks,amount=#rand(30,60)@luck=0
ID=planks,amount=#rand(30,60)@luck=0
ID=log,amount=#rand(30,60)@luck=0
ID=wool,amount=#rand(30,60)@luck=0
ID=end_stone,amount=#rand(30,60)@luck=0
ID=gold_ore,amount=#rand(30,60)@luck=1
ID=coal_ore,amount=#rand(30,60)@luck=1
ID=iron_ore,amount=#rand(30,60)@luck=1
ID=lapis_ore,amount=#rand(30,60)@luck=0
ID=emerald_ore,amount=#rand(30,60)@luck=1
ID=diamond_ore,amount=#rand(30,60)@luck=2
ID=redstone_ore,amount=#rand(30,60)@luck=1
ID=redstone_block,amount=#rand(30,60)@luck=1
ID=lapis_block,amount=#rand(30,60)@luck=1
ID=crafting_table,amount=#rand(30,60)@luck=0
ID=end_portal_frame,amount=#rand(30,60)@luck=0
ID=beacon,amount=#rand(30,60)@luck=0
ID=obsidian,amount=#rand(30,60)@luck=0
ID=barrier,amount=#rand(30,60)@luck=0
ID=bedrock,amount=#rand(30,60)@luck=0
ID=tnt,amount=#rand(30,60)@luck=0
ID=planks,amount=#rand(30,60)@luck=0
ID=planks,amount=#rand(30,60)@luck=0
ID=planks,amount=#rand(30,60)@luck=0
ID=log,amount=#rand(30,60)@luck=0
ID=log,amount=#rand(30,60)@luck=0
ID=log,amount=#rand(30,60)@luck=0

/ ========== GROUPS ==========

/ bookshelves and books
group(ID=bookshelf,amount=#rand(6,12);ID=book,amount=#rand(8,16))@luck=0
/ pumpkins and jack o'lanterns
group(ID=pumpkin,amount=#rand(8,16);ID=lit_pumpkin,amount=#rand(8,16))@luck=0
/ golden apples
group(ID=golden_apple,amount=#rand(2,4);ID=golden_apple,amount=#rand(1,2),damage=1)@luck=2
/ buckets
group(ID=bucket,amount=#rand(1,2);ID=water_bucket,amount=#rand(1,2);ID=lava_bucket,amount=#rand(1,2);ID=milk_bucket,amount=#rand(1,2))@luck=0
/ meat (raw and cooked)
group:1:(group(ID=porkchop,amount=#rand(8,16);ID=cooked_porkchop,amount=#rand(4,8));group(ID=fish,amount=#rand(8,16);ID=cooked_fish,amount=#rand(4,8));group(ID=beef,amount=#rand(8,16);ID=cooked_beef,amount=#rand(4,8));group(ID=chicken,amount=#rand(8,16);ID=cooked_chicken,amount=#rand(4,8));group(ID=mutton,amount=#rand(8,16);ID=cooked_mutton,amount=#rand(4,8));group(ID=rabbit,amount=#rand(8,16);ID=cooked_rabbit,amount=#rand(4,8)))@luck=1
/ vegetable food (carrots, potatoes, pumpkin pie)
group:1:(group(ID=carrot,amount=#rand(8,16);ID=golden_carrot,amount=#rand(4,8));group(ID=potato,amount=#rand(8,16);ID=baked_potato,amount=#rand(4,8);ID=poisonous_potato,amount=#rand(2,4));group(ID=pumpkin_pie,amount=#rand(6,12)))@luck=1
/ ender pearls and eyes 
group(ID=ender_pearl,amount=10;ID=ender_eye,amount=5)@luck=2
/ potions
ID=potion,damage=#randPotionDamage,amount=#rand(4,8)@luck=1
/ spawn eggs
ID=spawn_egg,damage=#randSpawnEggDamage,amount=#rand(4,8)@luck=1
/ heads
ID=skull,damage=#rand(0,4),amount=#rand(1,3)@luck=0
/ jukebox music discs
group(ID=jukebox;ID=#rand(2256,2267),amount=#rand(1,3))@luck=1
/ brewing
group(ID=ender_pearl,amount=#rand(1,3);ID=blaze_rod,amount=#rand(1,3);ID=ghast_tear,amount=#rand(1,3);ID=gold_nugget,amount=#rand(1,3);ID=nether_wart,amount=#rand(1,3);ID=spider_eye,amount=#rand(1,3);ID=fermented_spider_eye,amount=#rand(1,3);ID=blaze_powder,amount=#rand(1,3);ID=magma_cream,amount=#rand(1,3);ID=ender_eye,amount=#rand(1,3);ID=speckled_melon,amount=#rand(1,3);ID=rabbit_foot,amount=#rand(1,3);type=particle,ID=2002,damage=3)@luck=2
/ redstone
group(ID=dispenser,amount=2;ID=noteblock,amount=1;ID=sticky_piston,amount=4;ID=piston,amount=4;ID=tnt,amount=6;ID=lever,amount=2;ID=stone_pressure_plate,amount=2;ID=wooden_pressure_plate,amount=2;ID=redstone_torch,amount=8;ID=stone_button,amount=2;ID=trapdoor,amount=2;ID=iron_trapdoor,amount=2;ID=fence_gate,amount=1;ID=redstone_lamp,amount=4;ID=tripwire_hook,amount=2;ID=wooden_button,amount=2;ID=light_weighted_pressure_plate,amount=1;ID=heavy_weighted_pressure_plate,amount=1;ID=daylight_detector,amount=1;ID=hopper,amount=4;ID=dropper,amount=#rand(2,4);ID=wooden_door,amount=1;ID=iron_door,amount=1;ID=redstone,amount=#rand(32,64);ID=repeater,amount=8;ID=comparator,amount=2;type=particle,ID=2002,damage=9)@luck=2
/ colorful
group(group:1:(ID=wool,damage=#rand(0,15),amount=#rand(32,64);ID=stained_hardened_clay,damage=#rand(0,15),amount=#rand(32,64);ID=dye,damage=#rand(0,15),amount=#rand(32,64));type=particle,ID=2002,damage=#randPotionParticle,amount=10)@luck=1
/ iron, gold, diamond, emerald, lapis with fireworks
group(ID=iron_ingot,amount=#rand(8,16);ID=gold_ingot,amount=#rand(8,16);ID=diamond,amount=#rand(8,16);ID=emerald,amount=#rand(8,16);ID=dye,damage=4,amount=#rand(8,16);type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,posOffset=#circleOffset(0,2))@luck=2
/ quartz
group(ID=stone_slab,damage=7,amount=#rand(4,8);ID=quartz_ore,amount=#rand(16,32);ID=quartz_block,amount=#rand(4,8);ID=quartz_block,damage=1,amount=#rand(4,8);ID=quartz_block,damage=2,amount=#rand(4,8);ID=quartz_stairs,amount=#rand(4,8);ID=quartz,amount=#rand(24,32);type=particle,ID=2002,damage=14)@luck=1
/ fish
group(ID=fishing_rod;ID=349,damage=#rand(0,3),amount=#rand(10,20))@luck=1
/ message with mushroom
group(type=command,ID="/tell #pName Listen to me, #pName. You are in grave danger. You need to run. Now. Take this mushroom, it is your only hope.",commandSender="PlayerInDistress";ID=red_mushroom,NBTTag=(display=(Name="$cOnly Hope")))@luck=-1
/ random jokes
group:1:(ID=clock,NBTTag=(display=(Name="You're wasting your time"));ID=fish,damage=2,NBTTag=(display=(Name="I'm funny"));ID=fish,damage=3,NBTTag=(display=(Name="Oooooh!")))@luck=-1
/ flowers
group(ID=red_flower,damage=#rand(0,8),amount=64)@luck=0
/ enchantment books
ID=enchanted_book,NBTTag=(StoredEnchantments=#randEnchantment),amount=#rand(7,10)@luck=1
/ prismarine
group(ID=prismarine,amount=#rand(4,8);ID=prismarine,damage=1,amount=#rand(4,8);ID=prismarine,damage=2,amount=#rand(4,8);ID=sea_lantern,amount=#rand(4,8);ID=prismarine_shard,amount=#rand(15,30);ID=prismarine_crystals,amount=#rand(10,20);type=particle,ID=2002,damage=14)@luck=1

/ ========== ENTITIES ==========

/ lucky mobs
group:1:(type=entity,ID=Pig,NBTTag=(CustomName="$e$lLucky Pig",CustomNameVisible=true);type=entity,ID=Cow,NBTTag=(CustomName="$e$lLucky Cow",CustomNameVisible=true);type=entity,ID=Chicken,NBTTag=(CustomName="$e$lLucky Chicken",CustomNameVisible=true);type=entity,ID=Sheep,NBTTag=(CustomName="$e$lLucky Sheep",CustomNameVisible=true);type=entity,ID=Rabbit,NBTTag=(CustomName="$e$lLucky Rabbit",CustomNameVisible=true);type=entity,ID=Squid,NBTTag=(CustomName="$e$lUnlucky Squid",CustomNameVisible=true))@luck=0
/ colored sheep
type=entity,ID=Sheep,NBTTag=(CustomName="$cM$6r. $eR$aa$2i$bn$3b$5o$dw",CustomNameVisible=true,Color=#rand(0,15)),posOffset=#circleOffset(4),amount=16@luck=1

/ eggs + diamonds
group(type=entity,ID=ThrownEgg,NBTTag=(Motion=#randLaunchMotion(0.6,15)),amount=40;type=entity,ID=Item,NBTTag=(Item=(id=diamond,Count=1),Motion=#randLaunchMotion(0.7,18)),amount=20)@luck=2

/ thrown exp bottles
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(16,32)@luck=2
/ launched tnt
type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=15@luck=-2

/ lightning creeper
group(type=difficulty,ID=hard;type=entity,ID=Creeper;type=entity,ID=LightningBolt)@luck=-2
/ giant
group(type=difficulty,ID=hard;type=entity,ID=Giant)@luck=-2
/ wither
group(type=difficulty,ID=hard;type=entity,ID=WitherBoss)@chance=0.1@luck=-2
/ ghast
group(type=difficulty,ID=hard;type=entity,ID=Ghast)@chance=0.2@luck=-2
/ elder guardian
group(type=difficulty,ID=hard;type=entity,ID=Guardian,NBTTag=(Elder=1)))@chance=0.5@luck=-2
/ killer rabbit
group(type=difficulty,ID=hard;type=entity,ID=Rabbit,NBTTag=(RabbitType=99))@luck=-1
/ lightning creeper
group(type=difficulty,ID=hard;type=entity,ID=Creeper;type=entity,ID=LightningBolt)@luck=-2
/ bob zombie
group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(Equipment=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$e$lBob",CustomNameVisible=true))@luck=-2

/ ghostly horseman skeleton
group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(Equipment=[(id=bow,Count=1,tag=(ench=#luckyBowEnchantments)),(id=chainmail_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=chainmail_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=chainmail_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=chainmail_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$7$lGhostly Horseman",CustomNameVisible=true,Riding=(id=EntityHorse,Tame=true,Type=4,Riding=(id=Bat,Silent=true,ActiveEffects=[(Id=14,Duration=100000,Amplifier=1,ShowParticles=false)]))))@luck=-2

/ stacked villager and pigs
type=entity,ID=Villager,NBTTag=(Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig))))))))@luck=0

/ horses
type=entity,ID=EntityHorse,amount=12,posOffset=#circleOffset(4),NBTTag=(Type=#rand(0,4),Tame=true)@luck=1

/ witch with bats
group(type=difficulty,ID=hard;type=entity,ID=Witch;type=entity,ID=Bat,posY=#bPosY+#rand(0,2),posOffset=#circleOffset(0,1),amount=64)@luck=-1
/ huge slime and magma cube
group:1:(type=entity,ID=Slime,NBTTag=(Size=10);type=entity,ID=LavaSlime,NBTTag=(Size=10))@luck=-2

/ pet wolves
group(type=entity,ID=Wolf,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CollarColor=#rand(0,14),Owner=#pName,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet cats
group(type=entity,ID=Ozelot,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CatType=#rand(0,3),Owner=#pName,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet rabbits
group(type=entity,ID=Rabbit,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(RabbitType=#rand(0,5),Owner=#pName,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1

/ hero villagers
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$e$9Hero's Sword"))),maxUses=1),(buy=(id=diamond,Count=#rand(20,25)),sell=(id=bow,Count=1,tag=(ench=#luckyBowEnchantments,display=(Name="$e$9Hero's Bow"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=fishing_rod,Count=1,tag=(ench=#luckyFishingRodEnchantments,display=(Name="$e$9Hero's Fishing Rod"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=potion,Damage=8195,Count=1,tag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="$e$9Hero's Potion"))),maxUses=1),(buy=(id=diamond,Count=#rand(7,12)),sell=(id=potion,Damage=16428,Count=1,tag=(CustomPotionEffects=#unluckyPotionEffects,display=(Name="$e$4Evil Potion"))),maxUses=1)]),CustomName="$e$lLucky Villager",CustomNameVisible=true)@luck=1
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments,display=(Name="$e$9Hero's Helmet"))),maxUses=1),(buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments,display=(Name="$e$9Hero's Chestplate"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments,display=(Name="$e$9Hero's Leggings"))),maxUses=1),(buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments,display=(Name="$e$9Hero's Boots"))),maxUses=1)]),CustomName="$e$lLucky Villager",CustomNameVisible=true)@luck=1
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_shovel,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$e$9Hero's Shovel"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_pickaxe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$e$9Hero's Pickaxe"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_axe,Count=1,tag=(ench=#luckyAxeEnchantments,display=(Name="$e$9Hero's Axe"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_hoe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$e$9Hero's Hoe"))),maxUses=1)]),CustomName="$e$lLucky Villager",CustomNameVisible=true)@luck=1

/ falling blocks (iron, gold, diamond, emerald)
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=iron_block);type=particle,ID=largesmoke,size=(1,2,1),particleAmount=500;type=sound,ID=random.fizz)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=gold_block);type=particle,ID=flame,size=(1,2,1),particleAmount=500;type=sound,ID=item.fireCharge.use)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=diamond_block);type=entity,ID=LightningBolt)@luck=1
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=emerald_block);type=particle,ID=happyVillager,size=(1,2,1),particleAmount=500;type=sound,ID=dig.grass)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lapis_block);type=particle,ID=splash,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=0

/ colorful pole
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=stained_hardened_clay,Data=14),posY=#bPosY+5;NBTTag=(Block=stained_hardened_clay,Data=1),posY=#bPosY+10;NBTTag=(Block=stained_hardened_clay,Data=4),posY=#bPosY+15;NBTTag=(Block=stained_hardened_clay,Data=5),posY=#bPosY+20;NBTTag=(Block=stained_hardened_clay,Data=3),posY=#bPosY+25;NBTTag=(Block=stained_hardened_clay,Data=11),posY=#bPosY+30;NBTTag=(Block=stained_hardened_clay,Data=10),posY=#bPosY+35;NBTTag=(Block=stained_hardened_clay,Data=2),posY=#bPosY+40;NBTTag=(Block=stained_hardened_clay,Data=6),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ tnt pole
group(type=fill,ID=air,size=(1,51,1);type=entity,ID=FallingSand,NBTTag=(Block=redstone_block),posY=#bPosY+5;group(posY=#bPosY+10;posY=#bPosY+15;posY=#bPosY+20;posY=#bPosY+25;posY=#bPosY+30;posY=#bPosY+35;posY=#bPosY+40;posY=#bPosY+45;posY=#bPosY+50),type=entity,ID=FallingSand,NBTTag=(Block=tnt))@luck=2

/ baby player
type=entity,ID=ArmorStand,NBTTag=(Small=true,NoBasePlate=true,ShowArms=true,Equipment=[(id=stone_pickaxe,Count=1),(id=leather_boots,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_leggings,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_chestplate,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=skull,Damage=3,Count=1,tag=(SkullOwner=#pName))],Rotation=[#pYaw+180f,0f],CustomName="Baby #pName",CustomNameVisible=true)@luck=0

/ ==== Monster Apocalyple ====
/ sword, difficulty, time, potion effects
group(ID=wooden_sword;type=difficulty,ID=hard;type=time,ID=18750;type=effect,ID=slowness,duration=30,amplifier=4;type=effect,ID=blindness,duration=30; \
/ zombies, creepers, spiders & cave spiders, silverfish & endermites, guardians
group:1:(type=entity,ID=Zombie,amount=#rand(20,50);type=entity,ID=Creeper,amount=#rand(10,30);group(type=entity,ID=Spider,amount=#rand(15,45);type=entity,ID=CaveSpider,amount=#rand(5,10));group(type=entity,ID=Silverfish,amount=#rand(15,45);type=entity,ID=Endermite,amount=#rand(5,10));type=entity,ID=Guardian,amount=#rand(10,30); \
/ all
group(type=entity,ID=Zombie,amount=#rand(20,50);type=entity,ID=Creeper,amount=#rand(10,30);group(type=entity,ID=Spider,amount=#rand(15,45);type=entity,ID=CaveSpider,amount=#rand(5,10);type=entity,ID=Silverfish,amount=#rand(15,45);type=entity,ID=Endermite,amount=#rand(5,10);type=entity,ID=Guardian,amount=#rand(10,30)))),posOffset=#circleOffset(8,10))@luck=-2

/ ========== STRUCTURES ==========

/ traps
type=structure,ID=anvil_trap,pos=#pPos,rotation=#pDirect@luck=-2
type=structure,ID=lava_trap,pos=#pPos,rotation=#pDirect@luck=-2
type=structure,ID=water_trap,pos=#pPos@luck=-2  
type=structure,ID=pit_trap,pos=#pPos@luck=-2

/ bedrock problem
type=structure,ID=bedrock_problem,rotation=#pDirect@luck=-1

/ explosion
group(type=difficulty,ID=hard;type=explosion,radius=6)@luck=-2

/ choice of 2 lucky blocks
group:1:(type=structure,ID=lucky_choice_left,rotation=#pDirect;type=structure,ID=lucky_choice_right,rotation=#pDirect)@luck=0

/ wishing wells
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,damage=4,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour wish came true! (If you like potatoes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=potato,amount=128,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=baked_potato,amount=64,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=poisonous_potato,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=20)"]))@luck=-2

/ bouncing castle
type=structure,ID=bouncing_castle,pos=#pPos,rotation=#pDirect


/ ========== ENCHANTED + LUCKY ITEMS ==========

/ lucky block book
ID=written_book,NBTTag=(author="PlayerInDistress",title="$e$9Hero's Block Book",pages=["$l$nThe Lucky Block$r\n\nThe Lucky Block ($ofortunus blockus$r) was brought to Minecraft by the gods to reward the good and punish the evil.","The player's true self will be revealed after mining this block.\n\nSome fear it, and others have been made rich by it.","You must mine it and be prepared for whatever will follow.\n\nIt is not luck.\n\nIt is $bdestiny."])@luck=0
/ hero sword
ID=diamond_sword,NBTTag=(ench=#luckySwordEnchantments,display=(Name="$e$9Hero's Sword"))@luck=2
/ hero bow
ID=bow,NBTTag=(ench=#luckyBowEnchantments,display=(Name="$e$9Hero's Bow"))@luck=2
/ hero fishing rod
ID=fishing_rod,NBTTag=(ench=#luckyFishingRodEnchantments,display=(Name="$e$9Hero's Fishing Rod"))@luck=2
/ hero tools
group:#rand(1,2):(ID=diamond_shovel,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$e$9Hero's Shovel"));ID=diamond_pickaxe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$e$9Hero's Pickaxe"));ID=diamond_axe,NBTTag=(ench=#luckyAxeEnchantments,display=(Name="$e$9Hero's Axe"));ID=diamond_hoe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$e$9Hero's Hoe")))@luck=2
/ hero armor
group:#rand(1,2):(ID=diamond_helmet,NBTTag=(ench=#luckyHelmetEnchantments,display=(Name="$e$9Hero's Helmet"));ID=diamond_chestplate,NBTTag=(ench=#luckyChestplateEnchantments,display=(Name="$e$9Hero's Chestplate"));ID=diamond_leggings,NBTTag=(ench=#luckyLeggingsEnchantments,display=(Name="$e$9Hero's Leggings"));ID=diamond_boots,NBTTag=(ench=#luckyBootsEnchantments,display=(Name="$e$9Hero's Boots")))@luck=2
/ hero potion
ID=potion,damage=8195,NBTTag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="$e$9Hero's Potion"))@luck=2
/ unlucky potion
ID=potion,damage=16428,NBTTag=(CustomPotionEffects=#unluckyPotionEffects,display=(Name="$e$4Evil Potion"))@luck=1

/ lucky items
type=item,ID=lucky:lucky_sword@chance=1.5@luck=2
type=item,ID=lucky:lucky_bow@chance=1.5@luck=2
type=item,ID=lucky:lucky_potion,NBTTag=(Luck=#randList(100,-100)),amount=#rand(10,15)@chance=1.5@luck=2
group(type=item,ID=lucky:lucky_sword;type=item,ID=lucky:lucky_bow;type=item,ID=lucky:lucky_potion,NBTTag=(Luck=#randList(100,-100)),amount=#rand(10,15);type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,posOffset=#circleOffset(0,2))@luck=2


				>=====Addon Drops=====<
type=entity,ID=Ozelot,NBTTag=(Riding=(id=Wolf,Riding=(id=Ozelot,Riding=(id=Wolf,Riding=(id=Ozelot,Riding=(id=Wolf,Riding=(id=Ozelot,Riding=(id=Wolf))))))))@luck=0
                >=====Structure=====<
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lucky:lucky_block_judo);type=particle,ID=largesmoke,size=(1,2,1),particleAmount=500;type=sound,ID=random.fizz)@luck=0

type=structure,ID=judo.bedrock,pos=#pPos,rotation=#pDirect@luck=-1
type=structure,ID=judo.cat,pos=#pPos,rotation=#pDirect@luck=0
type=structure,ID=judo.haus,pos=#pPos,rotation=#pDirect@luck=0
type=structure,ID=judo.insel,pos=#pPos,rotation=#pDirect@luck=2
type=structure,ID=judo.structure,pos=#pPos,rotation=#pDirect@luck=0
group(type=command,ID="summon Ozelot ~ ~1 ~ {CustomName:"Pety",CustomNameVisible:1,CatType:1,Owner:Caoten_hoch2,Sitting:1}";type=structure,ID=judo.cat)

		>=====Truhen=====<

type=block,ID=chest,NBTTag=(Items=[(id=lucky:lucky_block_judo,Count=4,Slot=3),(id=lucky:lucky_block_judo,Damage=5,Count=1,Slot=8),(id=lucky:lucky_block_judo,Count=1,Slot=16),(id=lucky:lucky_block_judo,Damage=2,Count=6,Slot=24)])@luck=2
type=block,ID=chest,NBTTag=(Items=[(id=lucky:lucky_block_judo,Count=4,Slot=3),(id=lucky:lucky_block_judo,Damage=5,Count=1,Slot=8),(id=lucky:lucky_block_judo,Count=1,Slot=16),(id=lucky:lucky_block_tennis,Damage=2,Count=6,Slot=24)])@luck=2
type=block,ID=chest,NBTTag=(Items=[(id=lucky:lucky_block_judo,Count=4,Slot=3),(id=lucky:lucky_block_judo,Damage=5,Count=1,Slot=8),(id=lucky:lucky_block_tennis,Count=1,Slot=16),(id=lucky:lucky_block_tennis,Damage=2,Count=6,Slot=24)])@luck=2

		>=====Lucky Trnke=====<

ID=potion,damage=8195,NBTTag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="$e$lJudo Lucky Potion"))@luck=2
ID=potion,damage=8195,NBTTag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="$e$lJudo Lucky Potion"))@luck=2
ID=potion,damage=16431,NBTTag=(display=(Name="$k$l$oOP JUDO LUCKY POTION",Lore=["$k$l$oEFFECT UNKNOWN.","$k$l$oHIGHLY UNSTABLE."]),HideFlags=33,ench=[(id=34,lvl=1)],CustomPotionEffects=[(Id=8,Amplifier=32,Duration=2000,ShowParticles=0b),(Id=21,Amplifier=128,Duration=2000,ShowParticles=0b)])@chance=0.5@luck=0
ID=potion,amount=1,damage=8267,reinitialize=true,NBTTag=(CustomPotionEffects=[(Id=1,Amplifier=5,Duration=#rand(6000,12000)),(Id=3,Amplifier=5,Duration=#rand(6000,12000)),(Id=5,Amplifier=5,Duration=#rand(6000,12000)),(Id=6,Amplifier=5),(Id=8,Amplifier=5,Duration=#rand(6000,12000)),(Id=10,Amplifier=5,Duration=#rand(6000,12000)),(Id=11,Amplifier=5,Duration=#rand(6000,12000)),(Id=12,Amplifier=5,Duration=#rand(6000,12000)),(Id=13,Amplifier=5,Duration=#rand(6000,12000)),(Id=14,Amplifier=5,Duration=#rand(6000,12000)),(Id=16,Amplifier=5,Duration=#rand(6000,12000)),(Id=21,Amplifier=5,Duration=#rand(6000,12000)),(Id=22,Amplifier=5,Duration=#rand(6000,12000)),(Id=23,Amplifier=5,Duration=#rand(6000,12000))],display=(Name="$e$lOP Judo Lucky Potion"))@chance=0.2@luck=0
ID=potion,amount=1,damage=8267,reinitialize=true,NBTTag={CustomPotionEffects:[{Id:18,Amplifier:2,Duration:600},{Id:19,Amplifier:2,Duration:600},{Id:20,Amplifier:2,Duration:600},{Id:21,Amplifier:2,Duration:600},{Id:22,Amplifier:2,Duration:600},{Id:23,Amplifier:2,Duration:600}],display:{Name:"Ja? ODER Nein?"}}"@chance=0.2@luck=0
ID=potion,amount=1,damage=8267,reinitialize=true,NBTTag=(CustomPotionEffects=[(Id=1,Amplifier=5,Duration=#rand(6000,12000)),(Id=3,Amplifier=5,Duration=#rand(6000,12000)),(Id=5,Amplifier=5,Duration=#rand(6000,12000)),(Id=6,Amplifier=5),(Id=8,Amplifier=5,Duration=#rand(6000,12000)),(Id=10,Amplifier=5,Duration=#rand(6000,12000)),(Id=11,Amplifier=5,Duration=#rand(6000,12000)),(Id=12,Amplifier=5,Duration=#rand(6000,12000)),(Id=13,Amplifier=5,Duration=#rand(6000,12000)),(Id=14,Amplifier=5,Duration=#rand(6000,12000)),(Id=16,Amplifier=5,Duration=#rand(6000,12000)),(Id=21,Amplifier=5,Duration=#rand(6000,12000)),(Id=22,Amplifier=5,Duration=#rand(6000,12000)),(Id=23,Amplifier=5,Duration=#rand(6000,12000))],display=(Name="1kalal clUltimate 5lLegendary clJudo Potion 1kalal"))@luck=3

ID=potion,amount=1,damage=8193,reinitialize=true,NBTTag=(CustomPotionEffects=[(Id=6,Amplifier=5),(Id=10,Amplifier=5,Duration=#rand(6000,12000)),(Id=21,Amplifier=5,Duration=#rand(6000,12000)),(Id=22,Amplifier=5,Duration=#rand(6000,12000)),(Id=23,Amplifier=5,Duration=#rand(6000,12000))],display=(Name="$e$lHeilungs Lucky Potion"))@luck=2
ID=potion,amount=1,damage=8194,reinitialize=true,NBTTag=(CustomPotionEffects=[(Id=1,Amplifier=5,Duration=#rand(6000,12000)),(Id=3,Amplifier=5,Duration=#rand(6000,12000)),(Id=8,Amplifier=5,Duration=#rand(6000,12000)),(Id=14,Amplifier=5,Duration=#rand(6000,12000)),(Id=16,Amplifier=5,Duration=#rand(6000,12000))],display=(Name="$e$lJudo Potion"))@luck=2
ID=potion,amount=1,damage=8201,reinitialize=true,NBTTag=(CustomPotionEffects=[(Id=5,Amplifier=5,Duration=#rand(6000,12000)),(Id=11,Amplifier=5,Duration=#rand(6000,12000)),(Id=12,Amplifier=5,Duration=#rand(6000,12000)),(Id=13,Amplifier=5,Duration=#rand(6000,12000))],display=(Name="$e$lJudo Strke Potion"))@luck=2
ID=potioncore:custom_potion,Damage=1,NBTTag=(CustomPotionEffects=[(Id=potioncore:repair,Amplifier=100,Duration=500)],display=(Name="$l$6Judo-Repair Potion"))@luck=2
ID=potioncore:custom_potion,Damage=1,NBTTag=(CustomPotionEffects=[(Id=potioncore:rust,Amplifier=100,Duration=500)],display=(Name="$l$6Judo Armor Destroyer"))@luck=2
ID=potioncore:custom_potion,Damage=1,NBTTag=(CustomPotionEffects=[(Id=potioncore:flight,Amplifier=1,Duration=6000)],display=(Name="$l$6Flight Potion"))@luck=2
ID=potioncore:custom_potion,Damage=1,NBTTag=(CustomPotionEffects=[(Id=potioncore:dispel,Amplifier=1,Duration=600),(Id=potioncore:disorganization,Amplifier=1,Duration=2),(Id=potioncore:spin,Amplifier=100,Duration=600),(Id=potioncore:perplexity,Amplifier=1,Duration=600)],display=(Name="$l$dKomische Judo Potion",Lore=["Effect someone with the worst","deadly effects!"]))@luck=2

		>=====Unlucky Trnke=====<

type=explosion,radius=10@luck=-2
group(type=command,ID="/setblock ~ ~ ~ minecraft:diamond_block";type=command,ID="/setblock ~1 ~ ~ minecraft:emerald_block";type=command,ID="/setblock ~ ~ ~1 minecraft:gold_block";type=command,ID="/setblock ~-1 ~ ~ minecraft:iron_block";type=command,ID="/setblock ~ ~ ~-1 minecraft:lapis_block";type=message,ID=$eNow you see them;type=explosion,radius=7;type=message,ID=$eNow you don't)@luck=-2
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=50;type=message,ID=$2ISI GET REKT)@luck=-2
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=99;type=message,ID=$4$lWAIT DID YOU SAY NUKE???,delay=5;type=message,ID=$2Theres going to be a new nukeon Earth today)@luck=-2@chance=0.8
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=450,posOffset=#circleOffset(5,125);type=message,ID=$2This terrain is not terran.)@luck=-2@chance=0.4
group(type=command,ID="summon EnderDragon";type=command,ID="summon EnderDragon";type=command,ID="summon EnderDragon";type=command,ID="summon EnderDragon";type=command,ID="summon EnderDragon";type=message,ID=$eMonster;type=message,ID=$eParty)@luck=-2
group(type=command,ID="summon EnderDragon";type=command,ID="summon EnderDragon";type=command,ID="summon EnderDragon";type=command,ID="summon WitherBoss";type=command,ID="summon WitherBoss";type=message,ID=$eMonster;type=message,ID=$eParty)@luck=-2

		>=====Lootplusplus Items=====<

ID=lootplusplus:lucky_block_tennis_vorstellung,amount=#rand(1,1)@luck=1
ID=lootplusplus:lucky_block_mittelalter,amount=#rand(1,1)@luck=1

ID=lootplusplus:caoten.Judo_apple,amount=#rand(1,3)@luck=2
ID=lootplusplus:caoten.Judo_ingot,amount=#rand(1,3)@luck=2
ID=lootplusplus:caoten.Kraftriegel,amount=#rand(1,2)@luck=2
ID=lootplusplus:caoten.Muesliriegel,amount=#rand(1,1)@luck=3
ID=lootplusplus:caoten.Sprudelwasser,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Sportdrink,amount=#rand(1,1)@luck=2

ID=lootplusplus:caoten.judostaff,amount=#rand(1,1)@luck=2

ID=lootplusplus:caoten.c.burger,amount=#rand(1,1)@luck=2

ID=lootplusplus:caoten.cg_block,amount=#rand(1,5)@luck=2
ID=lootplusplus:caoten.cg_ingot,amount=#rand(1,5)@luck=2
ID=lootplusplus:caoten.cg_sword,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.cg_helmet,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.cg_chestplate,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.cg_leggings,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.cg_boots,amount=#rand(1,1)@luck=2

ID=minecraft:arrow,amount=#rand(1,32)@luck=0
ID=minecraft:arrow,amount=#rand(1,32)@luck=0
ID=minecraft:arrow,amount=#rand(1,32)@luck=0
ID=minecraft:arrow,amount=#rand(1,32)@luck=0

ID=lootplusplus:caoten.Judo_box,NBTTag=(display=(Name="alJudo Box"]),Unbreakable=true)@luck=2
ID=lootplusplus:caoten.Kreismedallie,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Bezirksmedallie,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Bundespokal,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Landespokal,amount=#rand(1,1)@luck=2

ID=lootplusplus:caoten.f1,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.f2,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.fa1,amount=#rand(1,1)@luck=-2
ID=lootplusplus:caoten.fa2,amount=#rand(1,1)@luck=-2
ID=lootplusplus:caoten.fa3,amount=#rand(1,1)@luck=-2

ID=lootplusplus:caoten.umkehr,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.king_material,amount=#rand(1,1)@luck=2

ID=lootplusplus:caoten.fake_stew,amount=#rand(1,4)@luck=1
ID=lootplusplus:caoten.fake_sword,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.judo_sword,amount=#rand(1,1)@luck=1

ID=lootplusplus:caoten.k.b,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.pokal_boots,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.pokal_chestplate,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.pokal_leggings,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.pokal_helmet,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.puffer,amount=#rand(1,3)@luck=2
ID=lootplusplus:caoten.schild,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.soda,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.urkunde,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.zauberstab1,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.zauberstab1,amount=#rand(1,1)@luck=1

ID=lootplusplus:caoten.anti_shade_sword,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.amulet6,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.fakestar,amount=#rand(8,50)@luck=1
ID=lootplusplus:caoten.krone,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.judo_cake,amount=#rand(1,1)@luck=1


ID=lootplusplus:caoten.j.i_material,amount=#rand(1,1)@luck=2

ID=lootplusplus:caoten.who.needs.flight,amount=#rand(1,1)@luck=1

ID=lootplusplus:caoten.dolch1,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.dolch2,amount=#rand(1,1)@luck=1
ID=lootplusplus:caoten.judo.ball,amount=#rand(1,4)@luck=1

ID=lootplusplus:caoten.Judo_block,amount=#rand(3,3)@luck=2
ID=lootplusplus:caoten.Sanitaeter_material,amount=#rand(15,15)@luck=2
ID=lootplusplus:caoten.Judo_ingot,amount=#rand(15,15)@luck=2
ID=lootplusplus:caoten.Kampfrichter_material,amount=#rand(15,15)@luck=2
ID=lootplusplus:caoten.Leichter-Stoff_material,amount=#rand(15,15)@luck=2
ID=lootplusplus:caoten.Schwerer-Stoff_material,amount=#rand(15,15)@luck=2
ID=lootplusplus:caoten.Judo_apple,amount=#rand(3,3)@luck=2
ID=lootplusplus:caoten.Wuerger,amount=#rand(3,3)@luck=2
ID=lootplusplus:caoten.Hebler,amount=#rand(3,3)@luck=2
ID=lootplusplus:caoten.Judo_werfbare_Milch,amount=#rand(3,3)@luck=2
ID=lootplusplus:caoten.Judo_inventarclearer,amount=#rand(3,3)@luck=2
ID=lootplusplus:caoten.Judo_Kristall_material,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Judo_Kristall_multitool,amount=#rand(1,1)@luck=2
ID=lucky:judo_lucky_potion,amount=#rand(15,15)@luck=2
ID=lucky:judo_lucky_sword,amount=#rand(1,1)@luck=2
ID=lucky:judo_lucky_bow,amount=#rand(1,1)@luck=2
ID=lucky:lucky_block,amount=#rand(5,5)@luck=2
ID=lucky:lucky_block_tennis,amount=#rand(5,5)@luck=2

type=command,ID="tellraw @a Mhh..."
type=command,ID="tellraw @a Illuminatie!!!"
type=command,ID="tellraw @a Illuminatie!!!"
type=command,ID="tellraw @a Tennis Lucky Block"
type=command,ID="tellraw @a Ich, der Judo Lucky Block, wurde von Caoten_hoch2 gemacht! :-)"
type=command,ID="kill @a"
type=command,ID="effect @a potioncore:spin 60 30 true"

group(type=item,ID=lootplusplus:caoten.Traenengas,minAmount=1,maxAmount=64,NBTTag=(display=(Name="$5$lTrnen Gas"))@luck=2
ID=lootplusplus:caoten.Trophaenjaeger_bow,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Weiss,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Weiss,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Gelb,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Gelb-Orange,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Orange,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Orange-Grn,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Grn,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Blau,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Braun,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Gurt_Schwarz,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Pokal_sword,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.cheater_sword,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.king_sword,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.j.i_sword,NBTTag=(AttributeModifiers=[(AttributeName="generic.attackDamage",Name="generic.attackDamage",Amount=10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D,Operation=0,UUIDLeast=894654,UUIDMost=2872)],ench=[(id=16,lvl=10),(id=34,lvl=10),(id=20,lvl=10)])@luck=2
ID=lootplusplus:caoten.g.r,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.g.w,amount=#rand(1,1)@luck=2

type=command,ID="summon Ozelot ~ ~1 ~ {CustomName:"Pety",CustomNameVisible:1,CatType:1,Owner:Caoten_hoch2,Sitting:1}"

ID=lootplusplus:caoten.ueberflieger,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.judo_bazooka,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.judo_raketenwerfer,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.power_bazooka,amount=#rand(1,1)@luck=2

ID=lootplusplus:caoten.Amulet1,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Amulet2,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Amulet3,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Amulet4,amount=#rand(1,1)@luck=2
ID=lootplusplus:caoten.Amulet5,amount=#rand(1,1)@luck=0

type=command,ID="summon Witch ~ ~1 ~ {Invulnerable:1,PersistenceRequired:1,ActiveEffects:[{Id:11,Amplifier:6,Duration:19999,ShowParticles:0b}]}"
type=command,ID="summon Endermite ~ ~1 ~ {Equipment:[{},{id:lootplusplus:caoten.Judo_Kristall_boots,Count:1},{id:lootplusplus:caoten.Judo_Kristall_leggings,Count:1},{id:lootplusplus:caoten.Judo_Kristall_chestplate,Count:1},{id:lootplusplus:caoten.Judo_Kristall_helmet,Count:1}],DropChances:[0.085F,0.0F,0.0F,0.0F,0.0F],PersistenceRequired:1,Glowing:1b}"
type=command,ID="summon Giant ~ ~1 ~ {Equipment:[{},{id:lootplusplus:caoten.Leichter-Stoff_boots,Count:1},{id:lootplusplus:caoten.Leichter-Stoff_leggings,Count:1},{id:lootplusplus:caoten.Leichter-Stoff_chestplate,Count:1},{id:lootplusplus:caoten.Leichter-Stoff_helmet,Count:1}],DropChances:[0.085F,0.0F,0.0F,0.0F,0.0F],PersistenceRequired:1}"
type=command,ID="summon CaveSpider ~ ~1 ~ {Equipment:[{},{id:lootplusplus:caoten.Kampfrichter_boots,Count:1},{id:lootplusplus:caoten.Kampfrichter_leggings,Count:1},{id:lootplusplus:caoten.Kampfrichter_chestplate,Count:1},{id:lootplusplus:caoten.Kampfrichter_helmet,Count:1}],DropChances:[0.085F,0.0F,0.0F,0.0F,0.0F],PersistenceRequired:1}"
type=command,ID="summon Silverfish ~ ~1 ~ {Equipment:[{id:lootplusplus:caoten.Gurt_Braun,Count:1,tag:{display:{Lore:[...]}}},{},{},{},{}],DropChances:[2.0F,0.085F,0.085F,0.085F,0.085F]}"

type=command,ID="summon Zombie ~ ~1 ~ {IsVillager:0,IsBaby:0,Equipment:[{id:lootplusplus:caoten.j.i_sword,Count:1},{id:lootplusplus:caoten.j.i_helmet,Count:1},{id:lootplusplus:caoten.j.i_chestplate,Count:1},{id:lootplusplus:caoten.j.i_leggings,Count:1},{id:lootplusplus:caoten.j.i_boots,Count:1}],DropChances:[0.1F,0.0F,0.0F,0.0F,0.0F]}"
type=command,ID="summon Slime ~ ~1 ~ {CustomName:"Baby Slime",CustomNameVisible:1,Size:0,Invulnerable:1,PersistenceRequired:1}"
type=command,ID="summon WitherBoss"
type=command,ID="summon EnderDragon"
		>=====Armor=====<

ID=lootplusplus:caoten.Judo_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Judo_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Judo_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Judo_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

ID=lootplusplus:caoten.Judo_Kristall_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Judo_Kristall_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Judo_Kristall_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Judo_Kristall_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

ID=lootplusplus:caoten.king_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.king_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.king_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.king_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

ID=lootplusplus:caoten.trainer_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.trainer_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.trainer_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.trainer_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

ID=lootplusplus:caoten.Kampfrichter_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Kampfrichter_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Kampfrichter_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Kampfrichter_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

ID=lootplusplus:caoten.Sanitaeter_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Sanitaeter_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Sanitaeter_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Sanitaeter_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

ID=lootplusplus:caoten.Leichter-Stoff_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Leichter-Stoff_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Leichter-Stoff_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Leichter-Stoff_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

ID=lootplusplus:caoten.Schwerer-Stoff_helmet,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Schwerer-Stoff_chestplate,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Schwerer-Stoff_leggings,NBTTag=(Unbreakable=false)@chance=0.8@luck=2
ID=lootplusplus:caoten.Schwerer-Stoff_boots,NBTTag=(Unbreakable=false)@chance=0.8@luck=2

		>=====Ultimate=====<
group(type=item,ID="lootplusplus:caoten.judoi_bazooka";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2

group(type=item,ID="lootplusplus:caoten.Judo_helmet";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.Judo_chestplate";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.Judo_leggings";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.Judo_bootst";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2

group(type=item,ID="lootplusplus:caoten.j.i_helmet";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.j.i_chestplate";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.j.i_leggings";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.j.i_bootst";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2

group(type=item,ID="lootplusplus:caoten.Kampfrichterentscheidung_bow";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.Trophaenjaeger_bow";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.ueberflieger";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.Judo_box";type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2
group(type=item,ID="lootplusplus:caoten.j.i_bow",NBTTag=(ench=[(id=48,lvl=100),(id=50,lvl=100),(id=51,lvl=100)],display=(Name="$4$lJudo Illuminati Bow",Lore=["fVerschiet 16 Pfeile"]),Unbreakable=true);type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20;type=sound,ID="ambient.weather.thunder",volume=8)@luck=2

type=fill,ID=lootplusplus:caoten.judo_cake,size=(1,1,1)@luck=0
type=fill,ID=lootplusplus:caoten.judo.illuminati.block,size=(1,1,1)@luck=1
type=fill,ID=lootplusplus:caoten.judo.illuminati.block,size=(4,4,4)@luck=2
type=fill,ID=lootplusplus:caoten.Judo_block,size=(4,4,4)@luck=1
type=fill,ID=lootplusplus:caoten.cg_block,size=(4,4,4)@luck=0
type=fill,ID=lootplusplus:caoten.judo.low,size=(4,4,4)@luck=0
		>=====Brunnen=====<
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour wish came true! (If you like potatoes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=potato,amount=128,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=baked_potato,amount=64,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=poisonous_potato,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=20)"]))@luck=-2
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(30,64),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(30,40),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,damage=4,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour wish came true! (If you like potatoes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=potato,amount=128,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=baked_potato,amount=64,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=poisonous_potato,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=70)"]))@luck=-1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eSPONGE!!!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=sponge,amount=60,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=sponge,damage=1,amount=30,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=20)"]))@luck=-2
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"FUCKING STAR STRIKE!!!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=2000,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=nether_star,amount=#rand(10,10),posY='#'bPosY+10,posOffset='#'circleOffset(5))"]))@luck=0@change=10.0
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"Emeralds Blocks!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=emerald_block,amount=#rand(50,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"Diamonds Blocks!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=diamond_block,amount=#rand(50,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"Gold Blocks!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_block,amount=#rand(50,100),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bEin Geschenk Vom Judo Lucky Block!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Judo_ingot,amount=#rand(7,64),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Judo_apple,amount=#rand(7,40),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Traenengas,amount=#rand(10,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@chance=0.6@luck=2
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bViel Spa beim trollen!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Judo_Kristall_helmet,amount=#rand(5,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Judo_Kristall_chestplate,amount=#rand(5,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Judo_Kristall_leggings,amount=#rand(5,10),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@chance=0.5@luck=2

group(type=structure,ID=matte)@luck=1
group(type=structure,ID=Halle)@luck=2
group(type=structure,ID=wishing_well.judo)@luck=1
group(type=structure,ID=wishing_well.judo2)@luck=2
group(type=structure,ID=wishing_well.judo3)@luck=1

group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bMaterialregen!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.j.i_material,amount=#rand(5,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Judo_ingot,amount=#rand(5,10),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=lootplusplus:caoten.Kampfrichter_material,amount=#rand(5,10),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@chance=0.5@luck=2

		>=====Legendre Items=====<
group(type=command,ID="setblock ~ ~-1 ~ iron_block";type=command,ID="playsound random.break @a ~ ~ ~";type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20;\
type=command,ID="setblock ~ ~-1 ~1 soul_sand",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="setblock ~1 ~-1 ~1 soul_sand",delay=4;type=command,ID="playsound random.break @a ~ ~ ~",delay=4;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=4;\
type=command,ID="setblock ~1 ~-1 ~ soul_sand",delay=6;type=command,ID="playsound random.break @a ~ ~ ~",delay=6;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=6;\
type=command,ID="setblock ~1 ~-1 ~-1 glowstone",delay=8;type=command,ID="playsound random.break @a ~ ~ ~",delay=8;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=8;\
type=command,ID="setblock ~ ~-1 ~-1 soul_sand",delay=10;type=command,ID="playsound random.break @a ~ ~ ~",delay=10;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=10;\
type=command,ID="setblock ~-1 ~-1 ~-1 glowstone",delay=12;type=command,ID="playsound random.break @a ~ ~ ~",delay=12;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=12;\
type=command,ID="setblock ~-1 ~-1 ~ soul_sand",delay=14;type=command,ID="playsound random.break @a ~ ~ ~",delay=14;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=14;\
type=command,ID="setblock ~-1 ~-1 ~1 glowstone",delay=16;type=command,ID="playsound random.break @a ~ ~ ~",delay=16;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=16;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=18; \
type=command,ID="setblock ~ ~-1 ~1 emerald_block",delay=20;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=20;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=20;\
type=command,ID="setblock ~ ~-1 ~-1 emerald_block",delay=22;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=22;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=22;\
type=command,ID="setblock ~1 ~-1 ~ emerald_block",delay=24;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=24;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=24;\
type=command,ID="setblock ~-1 ~-1 ~ emerald_block",delay=26;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=26;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=26;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=28;type=command,ID="summon LightningBolt ~ ~ ~",delay=28;type=command,ID="setblock ~ ~-1 ~ wool",delay=28; \
type=command,ID="setblock ~ ~ ~1 air",delay=30; \
type=command,ID="setblock ~-1 ~ ~1 air",delay=30; \
type=command,ID="setblock ~-1 ~ ~ air",delay=30; \
type=command,ID="setblock ~-1 ~ ~-1 air",delay=30; \
type=command,ID="setblock ~ ~ ~-1 air",delay=30; \
type=command,ID="setblock ~1 ~ ~-1 air",delay=30; \
type=command,ID="setblock ~1 ~ ~ air",delay=30; \
type=command,ID="setblock ~1 ~ ~1 air",delay=30; \
type=command,ID="setblock ~ ~ ~ air",delay=30; \
type=item,ID="lootplusplus:caoten.Gurt_Rot",NBTTag=(ench=[(id=20,lvl=10)],display=(Name="$a$kalal $b$lRot Gurt $a$kalal",Lore=["fGetragen von Jigoro Kano kommt es nun zu dir!"]),Unbreakable=true),delay=30;type=particle,ID="largesmokelargesmoke",size=(0.5,0.5,0.5),particleAmount=20,delay=30;type=particle,ID="lava",size=(0.5,0.5,0.5),particleAmount=20,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30)@luck=2

group(type=command,ID="setblock ~ ~-1 ~ iron_block";type=command,ID="playsound random.break @a ~ ~ ~";type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20;\
type=command,ID="setblock ~ ~-1 ~1 soul_sand",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="setblock ~1 ~-1 ~1 soul_sand",delay=4;type=command,ID="playsound random.break @a ~ ~ ~",delay=4;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=4;\
type=command,ID="setblock ~1 ~-1 ~ soul_sand",delay=6;type=command,ID="playsound random.break @a ~ ~ ~",delay=6;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=6;\
type=command,ID="setblock ~1 ~-1 ~-1 glowstone",delay=8;type=command,ID="playsound random.break @a ~ ~ ~",delay=8;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=8;\
type=command,ID="setblock ~ ~-1 ~-1 soul_sand",delay=10;type=command,ID="playsound random.break @a ~ ~ ~",delay=10;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=10;\
type=command,ID="setblock ~-1 ~-1 ~-1 glowstone",delay=12;type=command,ID="playsound random.break @a ~ ~ ~",delay=12;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=12;\
type=command,ID="setblock ~-1 ~-1 ~ soul_sand",delay=14;type=command,ID="playsound random.break @a ~ ~ ~",delay=14;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=14;\
type=command,ID="setblock ~-1 ~-1 ~1 glowstone",delay=16;type=command,ID="playsound random.break @a ~ ~ ~",delay=16;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=16;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=18; \
type=command,ID="setblock ~ ~-1 ~1 emerald_block",delay=20;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=20;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=20;\
type=command,ID="setblock ~ ~-1 ~-1 emerald_block",delay=22;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=22;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=22;\
type=command,ID="setblock ~1 ~-1 ~ emerald_block",delay=24;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=24;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=24;\
type=command,ID="setblock ~-1 ~-1 ~ emerald_block",delay=26;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=26;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=26;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=28;type=command,ID="summon LightningBolt ~ ~ ~",delay=28;type=command,ID="setblock ~ ~-1 ~ wool",delay=28; \
type=command,ID="setblock ~ ~ ~1 air",delay=30; \
type=command,ID="setblock ~-1 ~ ~1 air",delay=30; \
type=command,ID="setblock ~-1 ~ ~ air",delay=30; \
type=command,ID="setblock ~-1 ~ ~-1 air",delay=30; \
type=command,ID="setblock ~ ~ ~-1 air",delay=30; \
type=command,ID="setblock ~1 ~ ~-1 air",delay=30; \
type=command,ID="setblock ~1 ~ ~ air",delay=30; \
type=command,ID="setblock ~1 ~ ~1 air",delay=30; \
type=command,ID="setblock ~ ~ ~ air",delay=30; \
type=item,ID="lootplusplus:caoten.Judo_Kristall_sword",NBTTag=(ench=[(id=20,lvl=10)],display=(Name="$a$kalal $b$lJudo Kristall Schwert $a$kalal"),Unbreakable=true),delay=30;type=particle,ID="largesmokelargesmoke",size=(0.5,0.5,0.5),particleAmount=20,delay=30;type=particle,ID="lava",size=(0.5,0.5,0.5),particleAmount=20,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30)@luck=2

group(type=command,ID="setblock ~ ~-1 ~ iron_block";type=command,ID="playsound random.break @a ~ ~ ~";type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20;\
type=command,ID="setblock ~ ~-1 ~1 soul_sand",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="setblock ~1 ~-1 ~1 soul_sand",delay=4;type=command,ID="playsound random.break @a ~ ~ ~",delay=4;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=4;\
type=command,ID="setblock ~1 ~-1 ~ soul_sand",delay=6;type=command,ID="playsound random.break @a ~ ~ ~",delay=6;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=6;\
type=command,ID="setblock ~1 ~-1 ~-1 glowstone",delay=8;type=command,ID="playsound random.break @a ~ ~ ~",delay=8;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=8;\
type=command,ID="setblock ~ ~-1 ~-1 soul_sand",delay=10;type=command,ID="playsound random.break @a ~ ~ ~",delay=10;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=10;\
type=command,ID="setblock ~-1 ~-1 ~-1 glowstone",delay=12;type=command,ID="playsound random.break @a ~ ~ ~",delay=12;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=12;\
type=command,ID="setblock ~-1 ~-1 ~ soul_sand",delay=14;type=command,ID="playsound random.break @a ~ ~ ~",delay=14;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=14;\
type=command,ID="setblock ~-1 ~-1 ~1 glowstone",delay=16;type=command,ID="playsound random.break @a ~ ~ ~",delay=16;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=16;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=18; \
type=command,ID="setblock ~ ~-1 ~1 emerald_block",delay=20;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=20;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=20;\
type=command,ID="setblock ~ ~-1 ~-1 emerald_block",delay=22;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=22;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=22;\
type=command,ID="setblock ~1 ~-1 ~ emerald_block",delay=24;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=24;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=24;\
type=command,ID="setblock ~-1 ~-1 ~ emerald_block",delay=26;type=command,ID="playsound mob.wither.death @a ~ ~ ~",delay=26;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=26;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=28;type=command,ID="summon LightningBolt ~ ~ ~",delay=28;type=command,ID="setblock ~ ~-1 ~ wool",delay=28; \
type=command,ID="setblock ~ ~ ~1 air",delay=30; \
type=command,ID="setblock ~-1 ~ ~1 air",delay=30; \
type=command,ID="setblock ~-1 ~ ~ air",delay=30; \
type=command,ID="setblock ~-1 ~ ~-1 air",delay=30; \
type=command,ID="setblock ~ ~ ~-1 air",delay=30; \
type=command,ID="setblock ~1 ~ ~-1 air",delay=30; \
type=command,ID="setblock ~1 ~ ~ air",delay=30; \
type=command,ID="setblock ~1 ~ ~1 air",delay=30; \
type=command,ID="setblock ~ ~ ~ air",delay=30; \
type=item,ID="lootplusplus:caoten.cg_sword",NBTTag=(ench=[(id=20,lvl=10)],display=(Name="$a$kalal $b$lKatzengold Schwert $a$kalal"),Unbreakable=true),delay=30;type=particle,ID="largesmokelargesmoke",size=(0.5,0.5,0.5),particleAmount=20,delay=30;type=particle,ID="lava",size=(0.5,0.5,0.5),particleAmount=20,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30;type=sound,ID="dig.stone",volume=8,delay=30)@luck=2

group(type=command,ID="setblock ~ ~-1 ~ glowstone";type=command,ID="playsound random.break @a ~ ~ ~";type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20;\
type=command,ID="fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 minecraft:quartz_block",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=1;\
type=command,ID="fill ~-2 ~ ~2 ~-2 ~3 ~2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="fill ~2 ~ ~-2 ~2 ~3 ~-2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="fill ~-2 ~ ~-2 ~-2 ~3 ~-2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="fill ~2 ~ ~2 ~2 ~3 ~2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="setblock ~3 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~3 ~ ~2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~2 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-2 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-2 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~-2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~3 ~ ~-2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~3 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~2 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~2 ~3 ~2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="setblock ~-2 ~3 ~2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="setblock ~-2 ~3 ~-2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="setblock ~2 ~3 ~-2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="summon LightningBolt ~2 ~3 ~2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="summon LightningBolt ~-2 ~3 ~2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="summon LightningBolt ~-2 ~3 ~-2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="summon LightningBolt ~2 ~3 ~-2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="fill ~-1 ~-1 ~-1 ~1 ~-1 ~1 emerald_block",delay=6;type=command,ID="playsound random.break @a ~ ~ ~",delay=6;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=6;\
type=command,ID="setblock ~ ~ ~ beacon",delay=6;type=command,ID="playsound random.break @a ~ ~ ~",delay=6;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=6;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~1 ~ ~ chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~-1 ~ ~ chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~ ~ ~1 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~ ~ ~-1 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=item,ID="lootplusplus:caoten.Gurt_Rot",NBTTag=(ench=[(id=20,lvl=10)],Unbreakable=true),delay=19;type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=particle,ID="lava",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19)@luck=2

group(type=command,ID="setblock ~ ~-1 ~ glowstone";type=command,ID="playsound random.break @a ~ ~ ~";type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20;\
type=command,ID="fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 minecraft:quartz_block",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=1;\
type=command,ID="fill ~-2 ~ ~2 ~-2 ~3 ~2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="fill ~2 ~ ~-2 ~2 ~3 ~-2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="fill ~-2 ~ ~-2 ~-2 ~3 ~-2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="fill ~2 ~ ~2 ~2 ~3 ~2 minecraft:quartz_block",delay=2;type=command,ID="playsound random.break @a ~ ~ ~",delay=2;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=2;\
type=command,ID="setblock ~3 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~3 ~ ~2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~2 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-2 ~ ~3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-2 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~-3 ~ ~-2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~3 ~ ~-2 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~3 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~2 ~ ~-3 minecraft:stone_slab 7",delay=3;type=command,ID="playsound random.break @a ~ ~ ~",delay=3;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=3;\
type=command,ID="setblock ~2 ~3 ~2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="setblock ~-2 ~3 ~2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="setblock ~-2 ~3 ~-2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="setblock ~2 ~3 ~-2 sea_lantern",delay=5;type=command,ID="playsound random.break @a ~ ~ ~",delay=5;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=5;\
type=command,ID="summon LightningBolt ~2 ~3 ~2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="summon LightningBolt ~-2 ~3 ~2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="summon LightningBolt ~-2 ~3 ~-2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="summon LightningBolt ~2 ~3 ~-2",delay=4;type=command,ID="summon LightningBolt ~ ~ ~",delay=4; \
type=command,ID="fill ~-1 ~-1 ~-1 ~1 ~-1 ~1 emerald_block",delay=6;type=command,ID="playsound random.break @a ~ ~ ~",delay=6;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=6;\
type=command,ID="setblock ~ ~ ~ beacon",delay=6;type=command,ID="playsound random.break @a ~ ~ ~",delay=6;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=20,delay=6;\
type=command,ID="summon LightningBolt ~ ~ ~",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~1 ~ ~ chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~-1 ~ ~ chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~ ~ ~1 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~ ~ ~-1 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=item,ID="lootplusplus:caoten.Kampfrichterentscheidung_bow",NBTTag=(ench=[(id=20,lvl=10)],Unbreakable=true),delay=19;type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=particle,ID="lava",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19)@luck=2

group(type=command,ID="setblock ~ ~-1 ~ glowstone";type=command,ID="playsound random.break @a ~ ~ ~";type=particle,ID="cloud",size=(5,5,5),particleAmount=500;\
type=command,ID="fill ~-3 ~-1 ~-3 ~4 ~-1 ~4 stonebrick",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(5,1,5),particleAmount=500,delay=1;\
type=command,ID="fill ~-3 ~-2 ~-3 ~4 ~-2 ~4 stonebrick",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(5,1,5),particleAmount=500,delay=1;\
type=command,ID="setblock ~ ~-1 ~-2 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(5,1,5),particleAmount=500,delay=1;\
type=command,ID="setblock ~-2 ~-1 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~-3 ~-1 ~-1 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~-2 ~-1 ~1 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~2 ~-1 ~1 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~3 ~1 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~4 ~1 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~4 ~1 ~-2 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~4 ~2 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~2 ~1 ~-1 cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~3 ~2 cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~1 ~-2 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~0 ~-2 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~ ~-1 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(1,1,1),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~2 ~-1 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(1,1,1),particleAmount=200,delay=1;\
type=command,ID="fill ~2 ~ ~2 ~2 ~2 ~2 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(1,1,1),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~ ~3 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~2 ~3 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~1 ~3 glowstone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~ ~-2 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~ ~-1 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~ ~ ~3 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~ ~2 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~1 ~-1 ~1 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~ ~ bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~-1 ~3 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~-1 ~4 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~4 ~-1 ~ bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~3 ~-1 ~3 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~ ~ ~ minecraft:enchanting_table",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~2 ~-2 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~4 ~ ~4 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~1 ~ ~-3 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~1 ~-1 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~2 ~ web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~3 ~1 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~1 ~1 ~3 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=item,ID="lootplusplus:caoten.j.i_sword",NBTTag=(ench=[(id=20,lvl=10)],Unbreakable=true),delay=10;type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=particle,ID="lava",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19)@luck=2

group(type=command,ID="setblock ~ ~-1 ~ glowstone";type=command,ID="playsound random.break @a ~ ~ ~";type=particle,ID="cloud",size=(5,5,5),particleAmount=500;\
type=command,ID="fill ~-3 ~-1 ~-3 ~4 ~-1 ~4 stonebrick",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(5,1,5),particleAmount=500,delay=1;\
type=command,ID="fill ~-3 ~-2 ~-3 ~4 ~-2 ~4 stonebrick",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(5,1,5),particleAmount=500,delay=1;\
type=command,ID="setblock ~ ~-1 ~-2 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(5,1,5),particleAmount=500,delay=1;\
type=command,ID="setblock ~-2 ~-1 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~-3 ~-1 ~-1 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~-2 ~-1 ~1 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~2 ~-1 ~1 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(4,1,4),particleAmount=400,delay=1;\
type=command,ID="setblock ~3 ~1 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~4 ~1 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~4 ~1 ~-2 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~4 ~2 ~-3 gravel",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(3,1,3),particleAmount=300,delay=1;\
type=command,ID="setblock ~2 ~1 ~-1 cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~3 ~2 cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~1 ~-2 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~0 ~-2 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(2,1,2),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~ ~-1 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(1,1,1),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~2 ~-1 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(1,1,1),particleAmount=200,delay=1;\
type=command,ID="fill ~2 ~ ~2 ~2 ~2 ~2 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(1,1,1),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~ ~3 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~2 ~3 mossy_cobblestone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~1 ~3 glowstone",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-1 ~ ~-2 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~ ~-1 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~ ~ ~3 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~ ~2 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~1 ~-1 ~1 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~ ~ bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~-1 ~3 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~-1 ~4 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~4 ~-1 ~ bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~3 ~-1 ~3 bookshelf",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~ ~ ~ minecraft:enchanting_table",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~2 ~-2 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~4 ~ ~4 chest 0 replace {Items:[{id:lootplusplus:caoten.j.i_material,Slot:0,Count:9},{id:17,Slot:5,Count:3},{id:lootplusplus:caoten.Judo_ingot,Slot:8,Count:14},{id:lootplusplus:caoten.Kampfrichter_material,Slot:11,Count:21},{id:57,Slot:18,Count:7},{id:lootplusplus:caoten.king_material,Slot:23,Count:1}]}",delay=6;type=command,ID="summon LightningBolt ~ ~ ~",delay=6; \
type=command,ID="setblock ~1 ~ ~-3 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~-2 ~1 ~-1 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~2 ~ web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~2 ~3 ~1 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="setblock ~1 ~1 ~3 web",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 10 10 10 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 9 9 9 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 8 8 8 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 7 7 7 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 6 6 6 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 5 5 5 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 4 4 4 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 3 3 3 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 2 2 2 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=command,ID="particle cloud ~-5 ~-3 ~-5 1 1 1 0.15 1000",delay=1;type=command,ID="playsound random.break @a ~ ~ ~",delay=1;type=particle,ID="cloud",size=(0.5,0.5,0.5),particleAmount=200,delay=1;\
type=item,ID="lootplusplus:caoten.j.i_bow_standby",NBTTag=(ench=[(id=20,lvl=10)],Unbreakable=true),delay=10;type=particle,ID="angryVillager",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=particle,ID="lava",size=(0.5,0.5,0.5),particleAmount=20,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19;type=sound,ID="entity.ghast.hurt",volume=80,delay=19)@luck=2