Jump to content

Workin' on a SkyBlock Skript


Ezekia

Recommended Posts

Okay - your minecraft noob is working on a SB Skript! I'll post it when it's complete. It's gonna basically gonna be along the lines of this (keep in mind I am not great at Skript so most things here will be wrong):

on join:
  if {Joins::*} does not contain player's uuid
    broadcast "&dWelcome %player% to the server!"
    clone world "ul_sbtemplate" as "sb%player%"
    teleport player to world
  else:
    broadcast "&e%player% joined again."

command /shop:
  # I can't be bothered to write it down but this basically opens a shop GUI for trading

# I've probably forgotten some things I want to add but you get the basic idea

 

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

19 hours ago, DeltaRays said:

You should try putting all islands in the same world, that'd be a nice challenge 

It would, but I'd rather players have no limits in their skyblock.

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

30 minutes ago, Ezekia said:

Anyone know how to teleport players into worlds that have not been joined before? Since I'm trying to script the new player teleportation but it isn't working ;-;

teleport player to location(500, 1, 500, world("WORLD NAME"))

Link to comment
Share on other sites

1 minute ago, Tresre said:

teleport player to location(500, 1, 500, world("WORLD NAME"))

but like i think i may have tried that before idk and it didnt work bcuz no one visited the world yet

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

15 hours ago, Tresre said:

If that doesnt work then im not sure ¯\_(ツ)_/¯

It does work now - I talked to someone and they said the player has not loaded in so can't be teleported straight away, so add 'wait 5 ticks' before it.

It worked so thanks for the tele script and thanks to the user kikkerdril who told me that!

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

Guest tib69

You should try skripting them all in the same world. imagine creating a world for every player that ever joins, there would be a lot of lag. Just have auto generating islands that are like 5k blocks apart or something. Sk-NBeeT (my favorite addon) can do this for you very easily. 

Link to comment
Share on other sites

7 hours ago, Guest tib69 said:

You should try skripting them all in the same world. imagine creating a world for every player that ever joins, there would be a lot of lag. Just have auto generating islands that are like 5k blocks apart or something. Sk-NBeeT (my favorite addon) can do this for you very easily. 

oh, the script above is outdated. multiverse unloads and loads worlds now, so there isnt any lag.

By reading this you are a confirmed nerd

IMG_1036.PNG

lolololol.PNG

lmao.PNG

Link to comment
Share on other sites

Guest tib69
8 hours ago, Ezekia said:

oh, the script above is outdated. multiverse unloads and loads worlds now, so there isnt any lag.

There's probably going to be lag whenever a world gets loaded. 

Link to comment
Share on other sites

Guest tib69
11 hours ago, Ezekia said:

nope

so far so good

Probably because a lot of players are not using it right now. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...