Jump to content

Can anybody help me blacklist certain named items on a dupe server?


Recommended Posts

12 hours ago, GachaVloggerYT said:

I figured out how to blacklist 1 item as a whole but I need to blacklist certain named items like golden leggings named "&a&lLight leggings" 

 

 

Try this

command /dupe:
	trigger:
		if {DupeBlacklist::*} does not contain 1 of player's held item:
			give player player's held item
		else:
			send "&cYou cannot dupe this!"

command /dupeblacklist:
	permission: op
	trigger:
		if {DupeBlacklist::*} does not contain 1 of player's held item:
			add 1 of player's held item to {DupeBlacklist::*}
			send "&aAdded item to blacklist!"
		else:
			remove 1 of player's held item from {DupeBlacklist::*}
			send "&aRemoved item from blacklist!"

 

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Exploratory, 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

On 6/29/2022 at 7:40 PM, AgentGamerPro said:

Try this

command /dupe:
	trigger:
		if {DupeBlacklist::*} does not contain 1 of player's held item:
			give player player's held item
		else:
			send "&cYou cannot dupe this!"

command /dupeblacklist:
	permission: op
	trigger:
		if {DupeBlacklist::*} does not contain 1 of player's held item:
			add 1 of player's held item to {DupeBlacklist::*}
			send "&aAdded item to blacklist!"
		else:
			remove 1 of player's held item from {DupeBlacklist::*}
			send "&aRemoved item from blacklist!"

will it work with shulkers? like when shulker contains bedrock it will dupe

Link to comment
Share on other sites

@NotToxicity probably not, so you may have to blacklist shulkers

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Exploratory, 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...