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.

Skript Xray for Admins

Discussion in 'Skript' started by senge1337, Sep 21, 2019.

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

    senge1337 Member

    Joined:
    Sep 21, 2019
    Messages:
    19
    Likes Received:
    0
    Hi,
    I wanted to make a /admincheats command so that they enable fullbright, enable xray for detecting hackers etc.
    I tried doing xray with the xray plugin but for some reason it didn't work for me and even if it did work, i wanted to do it in Skript.

    How to make xray that only the player sees (replacing blocks nearby with barrier for example other players will see this).

    Thank you,
    senge1337
     
  2. malia

    malia Well-Known Member

    Joined:
    Jul 24, 2019
    Messages:
    314
    Likes Received:
    21
    Code (Skript):
    1. make player see %blocktype% as %blocktype%
     
  3. senge1337

    senge1337 Member

    Joined:
    Sep 21, 2019
    Messages:
    19
    Likes Received:
    0
    Ok, I will try this.
    --- Double Post Merged, Sep 21, 2019, Original Post Date: Sep 21, 2019 ---
    Hmm, doesnt work for me. I only have Skript and SkQuery on my test server. Do i need more?

    Code (Text):
    1. command /xray [<text>]:
    2.     permission: xray
    3.     trigger:
    4.         make player see stone as barrier
     
  4. malia

    malia Well-Known Member

    Joined:
    Jul 24, 2019
    Messages:
    314
    Likes Received:
    21
    Skript version?
     
  5. senge1337

    senge1337 Member

    Joined:
    Sep 21, 2019
    Messages:
    19
    Likes Received:
    0
    I went to github skriptlang and downloaded the latest release from bensku
     
  6. malia

    malia Well-Known Member

    Joined:
    Jul 24, 2019
    Messages:
    314
    Likes Received:
    21
    Try this one instead
    Code (Skript):
    1. on click:
    2.     make player see clicked block as air
     
Thread Status:
Not open for further replies.

Share This Page

Loading...