Advertisement
MasInYoFace

Blueprint exploded v0.2

Jul 21st, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1.  
  2. INIT: /scoreboard teams add LightPurple
  3.  
  4. INIT: /scoreboard teams option LightPurple color light_purple
  5.  
  6.  
  7. INIT: /scoreboard teams add Blue
  8.  
  9. INIT: /scoreboard teams option Blue color blue
  10.  
  11.  
  12. INIT: /scoreboard teams add DarkPurple
  13.  
  14. INIT: /scoreboard teams option DarkPurple color dark_purple
  15.  
  16.  
  17. INIT: /scoreboard teams add DarkAqua
  18.  
  19. INIT: /scoreboard teams option DarkAqua color dark_aqua
  20.  
  21.  
  22. INIT: /scoreboard teams add Black
  23.  
  24. INIT: /scoreboard teams option Black color black
  25.  
  26.  
  27. INIT: /scoreboard teams add Red
  28.  
  29. INIT: /scoreboard teams option Red color red
  30.  
  31.  
  32. INIT: /scoreboard teams add White
  33.  
  34. INIT: /scoreboard teams option White color white
  35.  
  36.  
  37. INIT: /scoreboard teams add Gray
  38.  
  39. INIT: /scoreboard teams option Gray color gray
  40.  
  41.  
  42. INIT: /scoreboard teams add DarkGray
  43.  
  44. INIT: /scoreboard teams option DarkGray color dark_gray
  45.  
  46.  
  47. INIT: /scoreboard teams add Yellow
  48.  
  49. INIT: /scoreboard teams option Yellow color yellow
  50.  
  51.  
  52. INIT: /scoreboard teams add Gold
  53.  
  54. INIT: /scoreboard teams option Gold color gold
  55.  
  56.  
  57. INIT: /scoreboard teams add DarkRed
  58.  
  59. INIT: /scoreboard teams option DarkRed color dark_red
  60.  
  61.  
  62.  
  63. INIT: /scoreboard teams add Aqua
  64.  
  65. INIT: /scoreboard teams option Aqua color aqua
  66.  
  67.  
  68. INIT: /scoreboard teams add DarkBlue
  69.  
  70. INIT: /scoreboard teams option DarkBlue color dark_blue
  71.  
  72.  
  73. INIT: /scoreboard teams add Green
  74.  
  75. INIT: /scoreboard teams option Green color green
  76.  
  77.  
  78.  
  79. INIT: /scoreboard teams add DarkGreen
  80.  
  81. INIT: /scoreboard teams option DarkGreen color dark_green
  82.  
  83.  
  84. INIT: /scoreboard teams add Yellow
  85.  
  86. INIT: /scoreboard teams option Yellow color yellow
  87.  
  88.  
  89.  
  90.  
  91. INIT: /scoreboard teams join Gold OrangeWool
  92.  
  93. INIT: /scoreboard teams join LightPurple MagentaWool
  94.  
  95. INIT: /scoreboard teams join Aqua LightBlueWool
  96.  
  97. INIT: /scoreboard teams join Yellow YellowWool
  98.  
  99. INIT: /scoreboard teams join Green LimeWool
  100.  
  101. INIT: /scoreboard teams join LightPurple PinkWool
  102.  
  103. INIT: /scoreboard teams join DarkGray GreyWool
  104.  
  105. INIT: /scoreboard teams join Gray LightGreyWool
  106.  
  107. INIT: /scoreboard teams join DarkAqua CyanWool
  108.  
  109. INIT: /scoreboard teams join DarkPurple PurpleWool
  110.  
  111. INIT: /scoreboard teams join Black BrownWool
  112.  
  113. INIT: /scoreboard teams join DarkGreen GreenWool
  114.  
  115. INIT: /scoreboard teams join DarkRed RedWool
  116.  
  117. INIT: /scoreboard teams join Black BlackWool
  118.  
  119. INIT: /scoreboard teams join DarkGray Cobblestone
  120.  
  121. INIT: /scoreboard teams join Red Bricks
  122.  
  123. INIT: /scoreboard teams join Aqua Glass
  124.  
  125. INIT: /scoreboard teams join Gold OakStairs
  126.  
  127. INIT: /scoreboard teams join Gold GoldBlock
  128.  
  129. INIT: /scoreboard teams join Blue DiamondBlock
  130.  
  131. INIT: /scoreboard teams join Gray Stone
  132.  
  133. INIT: /scoreboard teams join DarkGray Dirt
  134.  
  135. INIT: /scoreboard teams join Gold Log
  136.  
  137. INIT: /scoreboard teams join Yellow Sand
  138.  
  139.  
  140.  
  141. INIT: /give @p minecraft:armor_stand 1 0 {ench:[],EntityTag:{Tags:[Editor]},display:{Name:PlaceEditor}}
  142.  
  143.  
  144.  
  145.  
  146. INIT: /scoreboard objectives add StructureP dummy
  147.  
  148. INIT: /scoreboard objectives add Structure dummy
  149.  
  150. INIT: /scoreboard objectives add ID dummy
  151.  
  152. INIT: /scoreboard objectives add Active dummy
  153.  
  154. INIT: /scoreboard objectives add Life dummy
  155.  
  156. INIT: /scoreboard objectives add Materials dummy
  157.  
  158.  
  159.  
  160.  
  161. #Editor stand give
  162.  
  163. INIT: /setblock ~2 ~-3 ~-4 minecraft:command_block 0 replace {Command:/give @p minecraft:armor_stand 9 0 {ench:[],EntityTag:{Tags:[Editor]},display:{Name:PlaceEditor,Lore:[Place to provide an editing workspace]}}}
  164.  
  165. INIT: /setblock ~1 ~-3 ~-4 minecraft:stone_button 2
  166.  
  167. #Bedrock platform
  168. INIT: /fill ~2 ~-4 ~-8 ~23 ~-4 ~7 minecraft:bedrock
  169.  
  170.  
  171. #System Scan setup
  172. INIT: /setblock ~2 ~-6 ~-3 minecraft:structure_block
  173.  
  174. INIT: /blockdata ~2 ~-6 ~-3 {mode:LOAD,posX:1,posY:1,posZ:1,showboundingbox:0,ignoreEntities:0b,name:System_Scan}
  175.  
  176. INIT: /setblock ~2 ~-5 ~-3 minecraft:redstone_block
  177.  
  178. INIT: /entitydata @e[tag=BuildPower,c=1] {Invisible:1}
  179.  
  180. INIT: /fill ~2 ~-5 ~-3 ~2 ~-6 ~-3 minecraft:bedrock
  181.  
  182. INIT: /fill ~2 ~-4 ~-3 ~9 ~-4 ~3 minecraft:bedrock
  183.  
  184.  
  185.  
  186. #System block and System structure setup
  187.  
  188. INIT: /setblock ~1 ~-5 ~-4 minecraft:structure_block
  189.  
  190. INIT: /blockdata ~1 ~-5 ~-4 {mode:LOAD,posX:1,posY:2,posZ:1,showboundingbox:0,ignoreEntities:0b,name:System_Structure}
  191.  
  192. INIT: /setblock ~1 ~-6 ~-4 minecraft:redstone_block
  193.  
  194.  
  195.  
  196. INIT: /setblock ~1 ~-5 ~-9 minecraft:structure_block
  197.  
  198. INIT: /blockdata ~1 ~-5 ~-9 {mode:LOAD,posX:1,posY:2,posZ:1,showboundingbox:0,ignoreEntities:0b,name:System_Block}
  199.  
  200. INIT: /setblock ~1 ~-6 ~-9 minecraft:redstone_block
  201.  
  202.  
  203.  
  204.  
  205. /execute @a[score_Active_min=1,score_Structure_min=1] ~ ~100 ~ /setblock ~5 ~ ~ minecraft:command_block 0 replace {Command:"/summon ArmorStand ~ ~-3 ~ {NoGravity:1b,Tags:[Initial]}"}
  206.  
  207. /execute @a[score_Active_min=1,score_Structure_min=1] ~ ~100 ~ /setblock ~5 ~1 ~ minecraft:redstone_block
  208.  
  209. ./execute @a[score_Active_min=1,score_Structure_min=1] ~ ~100 ~ /setblock ~5 ~1 ~ minecraft:air
  210.  
  211. /execute @e[tag=Initial] ~ ~ ~ detect ~ ~ ~ minecraft:air -1 /setblock ~ ~ ~ minecraft:structure_block
  212.  
  213. /execute @a[score_Active_min=1,score_Structure_min=1] ~ ~ ~ /execute @e[tag=SavePower] ~ ~ ~ setblock ~ ~ ~ minecraft:redstone_block
  214.  
  215. /execute @a[score_Active_min=1,score_Structure_min=1] ~ ~ ~ /execute @e[tag=Main] ~ ~ ~ /fill ~ ~ ~ ~ ~ ~9 minecraft:redstone_block
  216.  
  217. /scoreboard players set @a Active 0
  218.  
  219. /kill @e[score_ID_min=1,score_ID=1]
  220.  
  221. /execute @e[tag=Central,score_Life_min=1,score_Life=1] ~ ~ ~ /execute @e[tag=BuildPower] ~ ~ ~ /setblock ~ ~ ~ minecraft:redstone_block
  222.  
  223. /tp @e[tag=Central,score_Life_min=3,score_Life=3] ~ ~1 ~
  224.  
  225. /execute @e[tag=Central,score_Life_min=3,score_Life=3] ~ ~ ~ /execute @e[tag=BuildPower] ~ ~ ~ /setblock ~ ~ ~ minecraft:redstone_block
  226.  
  227. /tp @e[tag=Central,score_Life_min=6,score_Life=6] ~ ~1 ~
  228.  
  229. /execute @e[tag=Central,score_Life_min=6,score_Life=6] ~ ~ ~ /execute @e[tag=BuildPower] ~ ~ ~ /setblock ~ ~ ~ minecraft:redstone_block
  230.  
  231. /tp @e[tag=Central,score_Life_min=9,score_Life=9] ~ ~1 ~
  232.  
  233. /execute @e[tag=Central,score_Life_min=9,score_Life=9] ~ ~ ~ /execute @e[tag=BuildPower] ~ ~ ~ /setblock ~ ~ ~ minecraft:redstone_block
  234.  
  235. /tp @e[tag=Central,score_Life_min=12,score_Life=12] ~ ~1 ~
  236.  
  237. /execute @e[tag=Central,score_Life_min=12,score_Life=12] ~ ~ ~ /execute @e[tag=BuildPower] ~ ~ ~ /setblock ~ ~ ~ minecraft:redstone_block
  238.  
  239. /tp @e[tag=Central,score_Life_min=15,score_Life=15] ~ ~1 ~
  240.  
  241. /execute @e[tag=Central,score_Life_min=15,score_Life=15] ~ ~ ~ /execute @e[tag=BuildPower] ~ ~ ~ /setblock ~ ~ ~ minecraft:redstone_block
  242.  
  243.  
  244. /tp @e[tag=Build,score_Life_min=1,score_Life=1] ~ ~-0.45 ~
  245.  
  246. /execute @e[tag=Central,score_Life_min=16,score_Life=16] ~ ~ ~ /execute @e[tag=BlockPower] ~ ~ ~ /setblock ~ ~ ~ minecraft:redstone_block
  247.  
  248. /execute @e[tag=Build,score_Life_min=16,score_Life=16] ~ ~ ~ /setblock ~ ~1 ~ minecraft:air
  249.  
  250. /tp @e[tag=Build,score_Life_min=16,score_Life=16] ~ ~-97 ~
  251.  
  252. /tp @e[tag=Central,score_Life_min=16,score_Life=16] ~ ~-100 ~
  253.  
  254. /scoreboard players add @e[tag=Central] Life 1
  255.  
  256. /scoreboard players add @e[tag=Build] Life 1
  257.  
  258. /entitydata @e[tag=Central] {Invisible:1}
  259.  
  260. /execute @e[tag=Central,score_Life_min=30,score_Life=30] ~ ~ ~ /scoreboard objectives setdisplay sidebar Materials
  261.  
  262. /execute @e[tag=Central,score_Life_min=25,score_Life=25] ~ ~ ~ /scoreboard players reset * Materials
  263.  
  264. /execute @a[score_StructureP_min=1] ~ ~ ~ /particle reddust ~3 ~ ~ 0 0 0 1
  265.  
  266. /execute @a[score_StructureP_min=1,score_StructureP=1] ~ ~ ~ /particle reddust ~3 ~ ~2 0 0 0 0 1
  267.  
  268. /execute @a[score_StructureP_min=1,score_StructureP=1] ~ ~ ~ /particle reddust ~3 ~ ~-2 0 0 0 0 1
  269.  
  270. /execute @a[score_StructureP_min=1,score_StructureP=1] ~ ~ ~ /particle reddust ~5 ~ ~-2 0 0 0 0 1
  271.  
  272. /execute @a[score_StructureP_min=1,score_StructureP=1] ~ ~ ~ /particle reddust ~5 ~ ~2 0 0 0 0 1
  273.  
  274. /execute @a[score_StructureP_min=1,score_StructureP=1] ~ ~ ~ /particle reddust ~7 ~ ~ 0 0 0 0 1
  275.  
  276. /execute @a[score_StructureP_min=1,score_StructureP=1] ~ ~ ~ /particle reddust ~7 ~ ~2 0 0 0 0 1
  277.  
  278. /execute @a[score_StructureP_min=1,score_StructureP=1] ~ ~ ~ /particle reddust ~7 ~ ~-2 0 0 0 0 1
  279.  
  280. /scoreboard players set @a StructureP 0
  281.  
  282. /scoreboard players set @e[type=Item] ID 1 {Item:{id:minecraft:paper,tag:{ench:[]}}}
  283.  
  284. /execute @e[score_ID_min=1,score_ID=1] ~ ~ ~ /scoreboard players set @p Active 1
  285.  
  286. /scoreboard players set @a StructureP 1 {SelectedItem:{id:minecraft:paper,tag:{ench:[]}}}
  287.  
  288. /scoreboard players set @a Structure 1 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[1]}}}}
  289.  
  290. /scoreboard players set @a Structure 2 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[2]}}}}
  291.  
  292. /scoreboard players set @a Structure 3 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[3]}}}}
  293.  
  294. /scoreboard players set @a Structure 4 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[4]}}}}
  295.  
  296. /scoreboard players set @a Structure 5 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[5]}}}}
  297.  
  298. /scoreboard players set @a Structure 6 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[6]}}}}
  299.  
  300. /scoreboard players set @a Structure 7 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[7]}}}}
  301.  
  302. /scoreboard players set @a Structure 8 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[8]}}}}
  303.  
  304. /scoreboard players set @a Structure 9 {SelectedItem:{id:minecraft:paper,tag:{display:{Lore:[9]}}}}
  305.  
  306. /execute @e[tag=SavePower] ~ ~ ~ detect ~ ~ ~ minecraft:redstone_block -1 /setblock ~ ~ ~ minecraft:air
  307.  
  308. #Editor Placement
  309.  
  310. /execute @e[tag=Editor] ~ ~ ~ /setblock ~ ~-2 ~ minecraft:structure_block
  311.  
  312. /execute @e[tag=Editor] ~ ~ ~ /blockdata ~ ~-2 ~ {mode:LOAD,posX:1,posY:1,posZ:1,showboundingbox:0,ignoreEntities:0b,name:System_Editor}
  313.  
  314. /execute @e[tag=Editor] ~ ~ ~ /setblock ~ ~-3 ~ minecraft:redstone_block
  315.  
  316. /kill @e[tag=Editor]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement