View difference between Paste ID: 07UL00ss and cLyjjk2G
SHOW: | | - or go back to the newest paste.
1
command /setspawn:
2
	trigger:
3
		if player has permission "brunovsr.setspawn":
4
			set {spawn} to player's location
5
			send "&aSpawn setado!"
6
command /spawn:
7
	trigger:
8
		teleport player to {spawn}
9
		send "&aVocĂȘ foi teleportado para o spawn!"
10-
		play raw sound "random.levelup" at player with pitch 1 volume 1
10+
		make console execute command "/playsound %player% random.levelup" 1 10"