How can I make it so if a player places a block, players can break those blocks placed by a player
This is what i have for temporary blocks but i want players to be able to break these temporary blocks
on place:
if player's world is "FFA":
wait 10 seconds
set event-block to air
I would also use world guard to prevent them from breaking the build, but they can break the blocks placed by players.
This is what i have for temporary blocks but i want players to be able to break these temporary blocks
on place:
if player's world is "FFA":
wait 10 seconds
set event-block to air
I would also use world guard to prevent them from breaking the build, but they can break the blocks placed by players.