1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

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

Discussion in 'Skript' started by NobikFly, Jan 18, 2023.

Thread Status:
Not open for further replies.
  1. NobikFly

    NobikFly New Member

    Joined:
    Jan 18, 2023
    Messages:
    7
    Likes Received:
    0
    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 (Text):
    1. on block place:
    2.     if region at event-location is set:
    3.         if player is a member of region at event-location:
    4.             send "You are trusted in claim!" to player
    5.         else:
    6.             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
     
Thread Status:
Not open for further replies.

Share This Page

Loading...