Jump to content

How to do this?


lllWolvielll

Recommended Posts

So my friend is trying to skript a skyblock randomizer (basically the same thing as Wilbur Soots skyblock randomizer) , a void world where you spawn on bedrock and you get a random item every 15 seconds. How does he do this? Can someone maybe link a plugin or skript it (For free plzzzz) and comment below? Ty

Link to comment
Share on other sites

1 hour ago, lllWolvielll said:

So my friend is trying to skript a skyblock randomizer (basically the same thing as Wilbur Soots skyblock randomizer) , a void world where you spawn on bedrock and you get a random item every 15 seconds. How does he do this? Can someone maybe link a plugin or skript it (For free plzzzz) and comment below? Ty

every 15 seconds:
  loop all players:
    if {%loop-player%.random} = true:
      give loop-player a random element of all items
      wait 1 tick


command /togglerandomitems:
  trigger:
    if {%player%.random} = true:
      set {%player%.random} to false
      message "&7You have disabled random items" to player
    else:
      set {%player%.random} to true
      message "&7You have enabled random items" to player

this is it but without the void island

Edited by ProblemChild

i like skript...

 

sometimes.

Link to comment
Share on other sites

1 hour ago, lllWolvielll said:

Where do we put the code though?

1. Download skript and restart your server
2. Go to the fille plugins > Skript > scripts
3. Create a new file called <FILE NAME>.sk
4. Add your code and save
5. Go into minecraft and type "/sk reload <FILE NAME>"

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

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