Solved Per World 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 community!

    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.

Hackusater

Active Member
Aug 5, 2017
74
2
8
Is there an easy way to separate skripts per world? (Basically what I mean is, I want to run certain skripts in certain worlds. ex: I want to run H.sk in world PVP, and I want to run F.sk in world hub) I know I can have it check what world a player is in but I don't want to do that for every event (mainly because I have 6k+ lines of code) Is there a simple way to do this instead of having to change all my code? (If not just tell me so I can get to work on converting my code, I'm not gonna waste my time)
 
dont think so. if you have 6k lines of code then your code is probably very inefficient
 
dont think so. if you have 6k lines of code then your code is probably very inefficient
Nah it's just that I'm a skript kiddy and my server is ran off of skript (a lot of skript-mirror so at least I'm learning java events)
 
Nah it's just that I'm a skript kiddy and my server is ran off of skript (a lot of skript-mirror so at least I'm learning java events)
maybe split it into multiple skripts so you dont have to scroll through 6000 lines... just a suggestion, you do you
 
maybe split it into multiple skripts so you dont have to scroll through 6000 lines... just a suggestion, you do you
It is split into multiple skripts... Each world has it's on skript that's why I made this post because they were interfering with eachother.

thx for the suggestion tho.
 
Status
Not open for further replies.