Jump to content
  • 0

I Need A Random Item Skript With Blacklisted Items Such As End Portal Frame Bedrock Dragon Egg Barrier Block ETC It Also Has To Be Togglable With /toggle Command Asap


tehthrtreh

Question

11 answers to this question

Recommended Posts

  • 0
on load:
	set {items::*} to all items
	remove end portal frame from {items::*}
	# remove the rest here

on join:
	while player is online:
		if {randomItems::%player's uuid%} is true:
			give player random element out of {items::*}
		wait 5 seconds

command /toggle:
	trigger:
		set {randomItems::%player's uuid%} to true if {randomItems::%player's uuid%} is not true, else false

 

One of the most unique Minehut servers. Soon™

 

Link to comment
Share on other sites

  • 0

I Figured Something Out @TheCodingDuck_ 

on load:
    set {items::*} to all items
    remove end portal frame from {items::*}
    remove bedrock from {items::*}
    remove ender eye from {items::*}
    remove barrier from {items::*}
    remove dragon egg from {items::*}
    
every 10 seconds:
  loop all players:
    if {%loop-player%.random} = true:
      give loop-player a random element of {items::*}
      wait 1 tick
 
 
command /toggle:
  trigger:
    if {%player%.random} = true:
      set {%player%.random} to false
      message "&6&l[&e&lDupeBee&6&l ]&7 You have Disabled random items" to player
    else:
      set {%player%.random} to true
      message "&6&l[&e&lDupeBee&6&l ]&7 You have enabled random items" to player

Link to comment
Share on other sites

  • 0
6 hours ago, TheCodingDuck_ said:

I gave you a working skript and you made it worse... Legit just use the skript and add what I sent after 

Like actually.

They ignored the skript i sent as well.

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

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