Solved Problem with vanish skript

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

Ardno

Member
Mar 11, 2019
38
0
0
24
Hi,

I want to create vanish system with skript, but I don't know, why this script is not correct(not working but in minecraft don't report errors)

Code:
command /vanishsk [<offline player>] [<text>]:
    trigger:
        if player is "Ardno": #my name
            if arg-1 is set: #this is not completed
            else:
                loop all players:
                    loop-player doesn't have permission "trenend.vanish.visit":
                        hide player from loop-player
                        message "Vanished" to player
                        stop #this is here, because I want to send message as once - without this is script is working.

Thank for all replays and sorry. My english is bad :/
- Ardno

P.S. with stop/stop trigger doesn't work
[doublepost=1565105800,1565084478][/doublepost]I use all addons, what i need
[doublepost=1565126036][/doublepost]So I need send message as once, no cca 20x
 
Status
Not open for further replies.