Change Sky

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

medivh

Member
Jan 28, 2017
43
0
0
33
I remember a old syntax of change sky of a player to the end or nether or normal (day/night) but i can't find this anymore, ayone know this addon or this syntax?
 
Code:
change sky of player to nether
Not sure if that still works. If you do this on an event, make sure to wait 1 tick before executing that.

Code:
on join:
    wait 1 tick
    change sky of player to nether