Skript Xray for Admins

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

senge1337

Member
Sep 21, 2019
37
0
6
22
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
 
Ok, I will try this.
[doublepost=1569095947,1569095404][/doublepost]
code_language.skript:
make player see %blocktype% as %blocktype%
Hmm, doesnt work for me. I only have Skript and SkQuery on my test server. Do i need more?

Code:
command /xray [<text>]:
    permission: xray
    trigger:
        make player see stone as barrier
 
Status
Not open for further replies.