BlueCommander

select_fill_block.mcfunction

Nov 11th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. execute if score @s scat_lp matches 0 run tellraw @s ["",{"text":"\nClick "},{"text":"HERE","underlined":true,"clickEvent":{"action":"suggest_command","value":"/setblock ~ ~ ~ minecraft:"}},{"text":" to pick filling block.","color":"white","underlined":false}]
  2. execute if score @s scat_lp matches 0 at @s run setblock ~ ~ ~ air
  3. execute if score @s scat_lp matches 0 run scoreboard players set @s scat_lp 1
  4. gamerule sendCommandFeedback false
Add Comment
Please, Sign In to add comment