Jump to content

remove lore


BOXEY

Recommended Posts

i am making a shop skript and am trying to make this as small as possible and i just need to know how to remove the lore off the clicked item

 

on inventory click:
	if inventory name of current inventory of player = "&3&lShop &8|&7 Tools":
		if event-slot is not 0:
			if {g.%uuid of player%} is more than or equal to 150:
				set {_i} to event-item
				add {_i} to player
				remove 150 from {g.%uuid of player%}
				make player execute command "/shop tools"
				send "&7[&c-&7] $150"

 

 

(I tried to add the lore as "&7 " and it worked but it does not look like a plan item)

Edited by Boxmonkey
tried sum stuff
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...