can place blocks but cant break them in regions worldguard

  • 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 community!

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

elyexee

Member
Jul 16, 2023
30
0
6
so im doing a box lifesteal server and somehow i can place blocks but can break them in the server i can place in any region but cant break the blocks and i dont want people placing blocks in my server pls if u had a problem with this and fixxed it pls help
 
it doesnt work i did in every single region but i can always place blocks any other sugestion?
 
if that really doesn't work then you can disable block placement for players not in creative. Would that be a way to solver your problem?
code_language.skript:
on place:
    if player's gamemode is not creative:
        cancel event
        send "&cYou cannot place a block!"