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.

Solved Is simple for you, probably.

Discussion in 'Skript' started by Adrian Vrancianu, Sep 5, 2020.

Thread Status:
Not open for further replies.
  1. Adrian Vrancianu

    Adrian Vrancianu New Member

    Joined:
    Sep 5, 2020
    Messages:
    9
    Likes Received:
    0
    Hello! Someone know a skript who can execute a specific command every 2 minutes (COMMAND NEED TO BE EXECUTED BY CONSOLE) in a specific world? I want help, i'm new at coding. :emoji_slight_smile: Please help me someone :emoji_frowning:

     
  2. Best Answer:
    Post #6 by D4isDAVID, Sep 5, 2020
  3. D4isDAVID

    D4isDAVID Member

    Joined:
    Jun 19, 2020
    Messages:
    48
    Likes Received:
    2
    Code (Skript):
    1. every 2 minutes in "WORLD":
    2.     make console execute command "/COMMAND"
     
  4. Adrian Vrancianu

    Adrian Vrancianu New Member

    Joined:
    Sep 5, 2020
    Messages:
    9
    Likes Received:
    0
    And, u can write for command /effect ?
    I want to give effect night_vision, if u can , at all players. U can, please? (TO ALL PLAYERS night vision)
     
  5. D4isDAVID

    D4isDAVID Member

    Joined:
    Jun 19, 2020
    Messages:
    48
    Likes Received:
    2
    Code (Skript):
    1. every 2 minutes in "WORLD":
    2.     loop all players:
    3.         apply night vision to loop-player for 2 minutes
     
  6. Adrian Vrancianu

    Adrian Vrancianu New Member

    Joined:
    Sep 5, 2020
    Messages:
    9
    Likes Received:
    0
    And now, if u can, how can i remove the night_vision effect in world ASkyBlock? (for all players) (every 2 ticks)
     
  7. D4isDAVID

    D4isDAVID Member

    Joined:
    Jun 19, 2020
    Messages:
    48
    Likes Received:
    2
    Code (Skript):
    1. every 2 ticks in "ASkyBlock":
    2.     loop all players:
    3.         remove night vision from loop-player
     
  8. Adrian Vrancianu

    Adrian Vrancianu New Member

    Joined:
    Sep 5, 2020
    Messages:
    9
    Likes Received:
    0
    Thank you very much, later I will post another thread, THANKS!
     
  9. D4isDAVID

    D4isDAVID Member

    Joined:
    Jun 19, 2020
    Messages:
    48
    Likes Received:
    2
    No problem, it's just as the title says, it's simple for me.
    Also, please next time try googling this stuff, it's really easy to find.
    If other people would always make scripts for you, you may not be able to learn.
     
  10. Adrian Vrancianu

    Adrian Vrancianu New Member

    Joined:
    Sep 5, 2020
    Messages:
    9
    Likes Received:
    0
    I searched on google chrome, but i don't find this. I want to learn, but this skript, i don't find it on google, probably i didn't searched well. Sorry if I wrong something at this sentence, I am from another country :emoji_slight_smile:
     
  11. D4isDAVID

    D4isDAVID Member

    Joined:
    Jun 19, 2020
    Messages:
    48
    Likes Received:
    2
    No worries. Good luck with skripting!
     
  12. Adrian Vrancianu

    Adrian Vrancianu New Member

    Joined:
    Sep 5, 2020
    Messages:
    9
    Likes Received:
    0
    Thank you!
     
  13. Assistance

    Assistance Member

    Joined:
    Aug 24, 2020
    Messages:
    2
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page

Loading...