Jump to content

Tag skript


BOXEY

Recommended Posts

I made a skript or pvp server so you can tag a player and "track" them were ever they go

 

skript:

function Tag(v: player):
	send "&3&lTag&8 | &7You got taged" to {_v}
	apply potion of glowing to {_v} for 15 second
	
	
	
	
	
	
on damage:
	if attacker is player:
		if victim is player:
			if attacker is holding a stick named "&3&lTag":
				remove 1 stick named "&3&lTag" from attacker
				Tag(victim)
				



command gettag:
	permission: tag.give
	trigger:
		add stick named "&3&lTag" to player

 

yea 🙂 

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