Jump to content

Need to add a /blacklist for my dupe skript


pete_parker

Recommended Posts

command /dupe:
	cooldown: 180 seconds
	cooldown message: &4&lHfc&3&o&lX&f&lDupe > &7 You can use this command in &d%remaining time%!
	trigger:
		if player's held item is air:
			send "&4&lHfc&3&o&lX&f&lDupe > &7NO DUPING AIR ! "
			cancel the cooldown
			stop
		if player's held item is bedrock:
			send "&4&lHfc&3&o&lX&f&lDupe > &7This item is &0&l&oblacklisted ! "
			cancel the cooldown
			stop
		if player's held item is mob spawner:
			send "&4&lHfc&3&o&lX&f&lDupe > &7This item is &0&l&oblacklisted ! "
			cancel the cooldown
			stop
		set {_item} to player's tool
		give {_item} to player
		send "&4&lHfc&3&o&lX&f&lDupe > &6&lDuplicated &e&l%player's tool%&6&l!" to player

As you see a basic dupe skript, and so far my "blacklist" is 

		if player's held item is bedrock:
			send "&4&lHfc&3&o&lX&f&lDupe > &7This item is &0&l&oblacklisted ! "
			cancel the cooldown
			stop
		if player's held item is mob spawner:
			send "&4&lHfc&3&o&lX&f&lDupe > &7This item is &0&l&oblacklisted ! "
			cancel the cooldown
			stop

wondering if i could make it where if i held an item out , i could /blacklist , which it would add it to the blacklist list , Can anyone help me with this one?

Link to comment
Share on other sites

In the blacklist command, add the player's tool to a list variable like {blacklist::*}. Then in the dupe command, check if the list variable contains the player's tool. If it doesn't, then you can dupe it. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

  • 5 months later...

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