Aller au contenu
  • 0

Scoreboard


Question

7 réponses à cette question

Messages recommandés

  • 0
Posté(e)

options:

   name: &c&lAssaut_ #C'est le Nom du scoreboard


   Credits: &6Enjoy Guys ! #Le credits de fin du scoreboard

variables:
   {mort.%player%} = 0
   {mort.%player%} = 0

on join:
   make player execute command "/score"

command /score:
   trigger:
       set name of sidebar of player to "{@name}"
       set score "&9kills : %{killstop.%player%}% " in sidebar of player to 3
       set score "&6Morts : %{mort.%player%}% " in sidebar of player to 2
       set score "{@Credits}" in sidebar of player to 1


on death of player:
   if attacker is a player:
       add 1 to {killstop.%attacker%}
       add 1 to {mort.%victim%}
       make attacker execute command "/score"
       make victim execute command "/score"

 

Tiens un code pour Savoir ton nombre de kills et de morts !

  • 0
Posté(e)

Pour moins spam la console tu peux faire un truc comme sa :

 

on join:

while player is online:

wait 5 ticks

wipe player's sidebar

set name of sidebar of player to "{@name}"

set score "&9kills : %{killstop.%player%}% " in sidebar of player to 3

set score "&6Morts : %{mort.%player%}% " in sidebar of player to 2

set score "{@Credits}" in sidebar of player to 1

wait 5 seconds

  • 0
Posté(e)
Pour moins spam la console tu peux faire un truc comme sa :

 

on join:

while player is online:

wait 5 ticks

wipe player's sidebar

set name of sidebar of player to "{@name}"

set score "&9kills : %{killstop.%player%}% " in sidebar of player to 3

set score "&6Morts : %{mort.%player%}% " in sidebar of player to 2

set score "{@Credits}" in sidebar of player to 1

wait 5 seconds

mais tu n as pas de refresh ! Et mes ton Skript en code
  • 0
Posté(e)
mais tu n as pas de refresh

 

Si vu qu'il y a un while :)

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