Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fn main() {
- println!("Hello, world!");
- let mut a = String::from(r#"summon falling_block ~ ~.8 ~ {BlockState:{Name:redstone_block},Passengers:[{id:falling_block,BlockState:{Name:activator_rail}},{id:command_block_minecart,Command:"gamerule commandBlockOutput false"},{id:command_block_minecart,Command:"setblock ~ ~-2 ~ repeating_command_block{auto:1,Command:'fill ~ ~ ~ ~ ~2 ~ air'}"},{id:command_block_minecart,Command:""#);
- let mut b = String::from(r#"
- summon minecraft:allay
- summon minecraft:allay
- summon minecraft:allay
- /setblock ~ ~ ~3 minecraft:command_block[conditional=false,facing=north]{Command:"summon minecraft:armor_stand",LastExecution:3235672L,LastOutput:'{"text":"[00:02:35] ","extra":[{"translate":"commands.summon.success","with":[{"translate":"entity.minecraft.armor_stand","hoverEvent":{"contents":{"type":"minecraft:armor_stand","id":[-1151219553,2121876774,-1206100483,2091083959],"name":{"translate":"entity.minecraft.armor_stand"}},"action":"show_entity"},"insertion":"bb61c89f-7e79-4526-b81c-5dfd7ca368b7"}]}]}',SuccessCount:1,TrackOutput:1b,UpdateLastExecution:1b,auto:1b,conditionMet:1b,powered:0b}
- "#);
- let mut b = b.replace(r#"""#, r#"\""#);
- let mut b = b.replace("\n", r#""},{id:command_block_minecart,Command:""#)
- ;
- let mut c = r#""},{id:command_block_minecart,Command:"execute align xz run kill @e[type=command_block_minecart,dy=0]"}]}"#;
- println!("{} {} {}",a,b,c);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement