Aller au contenu

[Kill message] skript


Messages recommandés

Posté(e) (modifié)

Spigot 1.11.2
Bonjours, j'aurais besoin que vous m'aider pour mon script.Je les commencé mais il ne marche pas; Je voudrais que quand une personne meur, l’attaquant reçoit un title qui lui dis : Kill ! avec un son .   et la personne morte une particule d'éclaire sur le lieu de mort et quand il respaw , une particule aussi.

Si possible quand une personne kill sa lui dis :kill mais quand il fait un double kill suivant les 60sc  sa lui dis Double kill .

Merci beaucoup 

on death:
    victim is a player:
        attacker is a player:
            send title from "titre" with subtitle "sous titre" to player for 10, 10, 10
            play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000
            execute console command "/title %attacker% title {"text":"KILL !","bold":true,"italic":true,"underlined":true,"color":"dark_red"}" 

 

Modifié par Stukol
Posté(e)
on death:
	if victim is a player:
		if attacker is a player:
			send title from "titre" with subtitle "sous titre" to attacker for 10, 10, 10 #attacker ou victim
			play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000
			make console execute command "/title %attacker% title {"text":"KILL !","bold":true,"italic":true,"underlined":true,"color":"dark_red"}"

essaye ça 

Posté(e)
Il y a 1 heure, ZyroxisTV a dit :

on death:
	if victim is a player:
		if attacker is a player:
			send title from "titre" with subtitle "sous titre" to attacker for 10, 10, 10 #attacker ou victim
			play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000
			make console execute command "/title %attacker% title {"text":"KILL !","bold":true,"italic":true,"underlined":true,"color":"dark_red"}"

essaye ça 

Le title ne marche pas, le son aussi :c 

Posté(e)

car je ne connais pas. Je fait pas du script 😞 

 

Edit:

 

Donc voila ? 
 

on death:
	if victim is a player:
		if attacker is a player:
			send %player% title %string% Mon message [with subtitle %string%] [for %timespan%] [with %timespan% fade in and %timespan% fade out] 
			play sound "RECORD_FAR" to player with volume 10000000000000 and pitch 10000000000000
		

?

 

  • Rémi verrouillé et déverrouillé ce sujet
  • Rémi a verrouillé ce sujet
Invité
Ce sujet ne peut plus recevoir de nouvelles réponses.
×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.