Why this skript is can't detect block place event?

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

  • LOOKING FOR A VERSION OF SKRIPT?

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

Status
Not open for further replies.

NobikFly

New Member
Jan 18, 2023
7
0
1
39
Hello I hope everybody have a good day!

I try code a anti block glitch skript but if I place a block to a untrusted griefprevention claim, skript is can't detect my block place event and can't trigger my skript code and just give me normal griefprevention untrusted error(without trigger on block place).
Code:
on block place:
    if region at event-location is set:
        if player is a member of region at event-location:
            send "You are trusted in claim!" to player
        else:
            send "You are not trusted in claim!" to player

I use griefprevention plugin for regions.
Skript version: v2.6.4
Skript addons: skUniversal and skDragon
 
Status
Not open for further replies.