Jump to content

Telepathy Item Enchant


_Mr_Puppy_

Recommended Posts

on break:
	if tool has lore "&6Telepathy":
		set {_drops::*} to dropped items in radius 0.75 around event-location
		kill dropped items in radius 0.75 around event-location
		give {_drops::*} to player
	else:
		stop
command /addenchant [<text>]:
	permission: op
	trigger:
		if arg-1 is telepathy:
			add lore "&6Telepathy" to player's held item

i found this in my skript dump file which is where i put every skirpt i make. So i though i would share this.

  • Like 1
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...