Help stop placement on lava

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

iLazer

Member
Apr 1, 2022
15
0
1
22
Im looking for a script that stops block placement if it were to cover up a lava block and other things.

ive written this script:

on block place:
player is wearing diamond boots
if targeted block is lava or nether sprouts:
cancel event
send "dont ruin our builds k?" to player

The issue is that it doesnt work sometimes and doesnt work at all on nether sprouts.
is there a fix? i really want players to be able to build...